@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=IBM+Plex+Serif:wght@400;500;600&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:#f5f1e8;color:#1c1917;font-family:"IBM Plex Serif",Georgia,serif;line-height:1.6}:root{--olive-900:#2d3717;--olive-800:#3d4a1e;--olive-700:#4d5d26;--olive-600:#5a6e2e;--olive-500:#88a243;--olive-400:#a0b861;--olive-300:#b8cd7f;--olive-200:#cdcd4e;--olive-100:#e5e899;--olive-50:#f5f5e5;--stone-50:#f5f1e8;--stone-100:#ebe7dd;--stone-200:#ddd9cf;--stone-300:#cbc7bd;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--bg-primary:#f5f1e8;--bg-secondary:#f8f4ed;--bg-tertiary:#faf7f0}h1,h2,h3,h4,h5,h6{color:#1c1917;color:var(--stone-900);font-family:Poppins,-apple-system,sans-serif;font-weight:600;line-height:1.3}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-stone-400{color:#a8a29e;color:var(--stone-400)}.text-stone-500{color:#78716c;color:var(--stone-500)}.text-stone-600{color:#57534e;color:var(--stone-600)}.text-stone-700{color:#44403c;color:var(--stone-700)}.text-stone-800{color:#292524;color:var(--stone-800)}.text-olive-500{color:#88a243;color:var(--olive-500)}.text-olive-600{color:#5a6e2e;color:var(--olive-600)}.text-olive-700{color:#4d5d26;color:var(--olive-700)}.text-olive-800{color:#3d4a1e;color:var(--olive-800)}.text-white{color:#fff}.text-red-600{color:#dc2626}.text-amber-500{color:#f59e0b}.text-amber-600{color:#d97706}.text-amber-700{color:#b45309}.text-amber-800{color:#92400e}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-purple-600{color:#9333ea}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-12{padding-bottom:3rem;padding-top:3rem}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.card{background:#fff;border:1px solid #ddd9cf;border:1px solid var(--stone-200);border-radius:16px;box-shadow:0 1px 3px #00000014;transition:all .2s ease}.card-elevated{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-interactive{cursor:pointer}.card-interactive:hover{border-color:#a0b861;border-color:var(--olive-400);box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.card-interactive:hover,.card-primary{background:#cdcd4e;background:var(--olive-200)}.card-primary{border-color:#b8cd7f;border-color:var(--olive-300)}.card-primary:hover{background:#b8cd7f;background:var(--olive-300);border-color:#a0b861;border-color:var(--olive-400);box-shadow:0 4px 12px #5a6e2e26;transform:translateY(-2px)}.btn{border-radius:100px;font-family:Poppins,sans-serif;font-size:.9375rem;padding:.625rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-primary{background:var(--olive-600)}.btn-primary:hover:not(:disabled){background:var(--olive-700);box-shadow:0 4px 8px #5a6e2e33;transform:translateY(-1px)}.btn-secondary{border:2px solid #88a243;border:2px solid var(--olive-500);color:#4d5d26;color:var(--olive-700)}.btn-secondary:hover:not(:disabled){background:#f5f5e5;background:var(--olive-50);border-color:#5a6e2e;border-color:var(--olive-600)}.btn-ghost{background:#0000;color:#5a6e2e;color:var(--olive-600)}.btn-ghost:hover:not(:disabled){background:#f5f5e5;background:var(--olive-50)}.btn-lg{font-size:1rem;padding:.875rem 1.75rem}.btn-sm{font-size:.875rem;padding:.375rem .75rem}.btn-block,.input{width:100%}.input{background:#fff;border:2px solid #cbc7bd;border:2px solid var(--stone-300);border-radius:12px;font-family:"IBM Plex Serif",serif;font-size:.9375rem;padding:.625rem .875rem;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:#88a243;border-color:var(--olive-500);box-shadow:0 0 0 3px #f5f5e5;box-shadow:0 0 0 3px var(--olive-50);outline:none}.input::placeholder{color:#a8a29e;color:var(--stone-400)}.input-error{border-color:#dc2626;border-color:var(--error)}.label{color:#44403c;color:var(--stone-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.helper-text{color:#78716c;color:var(--stone-500)}.error-text,.helper-text{font-size:.8125rem;margin-top:.25rem}.error-text{color:#dc2626;color:var(--error)}.select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235A6E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right .75rem center;border:2px solid #cbc7bd;border:2px solid var(--stone-300);border-radius:12px;cursor:pointer;font-family:"IBM Plex Serif",serif;font-size:.9375rem;padding:.625rem 2.5rem .625rem .875rem;width:100%}.select:focus{border-color:#88a243;border-color:var(--olive-500);box-shadow:0 0 0 3px #f5f5e5;box-shadow:0 0 0 3px var(--olive-50);outline:none}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label,.radio-label{align-items:center;cursor:pointer;display:flex;font-size:.9375rem;gap:.5rem}.checkbox-label input,.radio-label input{accent-color:#5a6e2e;accent-color:var(--olive-600);height:1.125rem;width:1.125rem}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.badge-olive{background:#e5e899;background:var(--olive-100);color:#3d4a1e;color:var(--olive-800)}.badge-light{background:#cdcd4e;background:var(--olive-200);color:#2d3717;color:var(--olive-900)}.badge-stone{background:#ddd9cf;background:var(--stone-200);color:#44403c;color:var(--stone-700)}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#991b1b}.progress-bar{background:var(--stone-200);height:8px;width:100%}.progress-bar-fill{background:#88a243;background:var(--olive-500);border-radius:9999px;height:100%;transition:width .3s ease}.phase-indicator{gap:.5rem}.phase-dot{background:#cbc7bd;background:var(--stone-300);border-radius:50%;height:12px;width:12px}.phase-dot.active{background:#88a243;background:var(--olive-500)}.phase-dot.completed{background:#5a6e2e;background:var(--olive-600)}.phase-line{background:#ddd9cf;background:var(--stone-200);flex:1 1;height:2px}.phase-line.completed{background:#88a243;background:var(--olive-500)}.alert{border-radius:8px;display:flex;gap:.75rem;padding:1rem}.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.alert-success{background:#f5f5e5;background:var(--olive-50);border:1px solid #cdcd4e;border:1px solid var(--olive-200);color:#3d4a1e;color:var(--olive-800)}.alert-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.divider{background:#ddd9cf;background:var(--stone-200);height:1px;margin:1.5rem 0}.w-full{width:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.bg-white{background-color:#fff}.bg-stone-50{background-color:#f5f1e8;background-color:var(--stone-50)}.bg-stone-100{background-color:#ebe7dd;background-color:var(--stone-100)}.bg-stone-200{background-color:#ddd9cf;background-color:var(--stone-200)}.bg-olive-50{background-color:#f5f5e5;background-color:var(--olive-50)}.bg-olive-100{background-color:#e5e899;background-color:var(--olive-100)}.bg-olive-600{background-color:#5a6e2e;background-color:var(--olive-600)}.bg-red-100{background-color:#fee2e2}.bg-amber-50{background-color:#fffbeb}.bg-amber-100{background-color:#fef3c7}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#f3e8ff}.bg-black\/20{background-color:#0003}.border{border:1px solid #ddd9cf;border:1px solid var(--stone-200)}.border-2{border-width:2px}.border-t{border-top:1px solid #ddd9cf;border-top:1px solid var(--stone-200)}.border-b{border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--stone-200)}.border-l-4{border-left:4px solid}.border-stone-100{border-color:#ebe7dd;border-color:var(--stone-100)}.border-stone-200{border-color:#ddd9cf;border-color:var(--stone-200)}.border-stone-300{border-color:#cbc7bd;border-color:var(--stone-300)}.border-olive-200{border-color:#cdcd4e;border-color:var(--olive-200)}.border-olive-500{border-color:#88a243;border-color:var(--olive-500)}.border-red-200{border-color:#fecaca}.border-amber-200{border-color:#fde68a}.border-amber-300{border-color:#fcd34d}.border-blue-200{border-color:#bfdbfe}.ring-1.ring-olive-500{box-shadow:0 0 0 2px #88a243;box-shadow:0 0 0 2px var(--olive-500)}.ring-1{box-shadow:0 0 0 1px #cbc7bd;box-shadow:0 0 0 1px var(--stone-300)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{bottom:0;left:0;right:0;top:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.pointer-events-none{pointer-events:none}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.transition,.transition-all{transition:all .15s ease}.transition-colors{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.hover\:bg-stone-50:hover{background-color:#f5f1e8;background-color:var(--stone-50)}.hover\:bg-stone-200:hover{background-color:#ddd9cf;background-color:var(--stone-200)}.hover\:border-stone-300:hover{border-color:#cbc7bd;border-color:var(--stone-300)}.hover\:text-stone-600:hover{color:#57534e;color:var(--stone-600)}.last\:border-0:last-child{border:0}.last\:pb-0:last-child{padding-bottom:0}.last\:mb-0:last-child{margin-bottom:0}.overflow-x-auto{overflow-x:auto}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.inline{display:inline}.uppercase{text-transform:uppercase}.italic{font-style:italic}.font-mono{font-family:ui-monospace,monospace}@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .2s ease}.animate-slideUp{animation:slideUp .3s ease}.spinner{animation:spin .8s linear infinite;border:3px solid #ddd9cf;border-top-color:#5a6e2e;border:3px solid var(--stone-200);border-radius:50%;border-top-color:var(--olive-600);height:2rem;width:2rem}.journey-header{background:linear-gradient(135deg,#5a6e2e,#4d5d26);background:linear-gradient(135deg,var(--olive-600) 0,var(--olive-700) 100%);border-radius:20px;color:#fff;margin-bottom:2rem;padding:2rem}.journey-header h1{color:#fff;margin-bottom:.5rem}.journey-header p{color:#e5e899;color:var(--olive-100);margin:0}.task-list{display:flex;flex-direction:column;gap:.75rem}.task-item{align-items:center;background:#fff;border:1px solid #ddd9cf;border:1px solid var(--stone-200);border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:all .15s ease}.task-item:hover{border-color:#cbc7bd;border-color:var(--stone-300);box-shadow:0 2px 4px #0000000d}.task-item.completed{background:#f5f1e8;background:var(--stone-50)}.task-checkbox{align-items:center;border:2px solid #cbc7bd;border:2px solid var(--stone-300);border-radius:6px;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:all .15s ease;width:24px}.task-checkbox.completed{background:#88a243;background:var(--olive-500);border-color:#88a243;border-color:var(--olive-500);color:#fff}.task-content{flex:1 1}.task-title{color:#292524;color:var(--stone-800);font-weight:500}.task-item.completed .task-title{color:#78716c;color:var(--stone-500);text-decoration:line-through}.task-description{color:#78716c;color:var(--stone-500);font-size:.875rem;margin-top:.125rem}.member-card{background:#fff;border:1px solid #ddd9cf;border:1px solid var(--stone-200);border-radius:10px;gap:1rem;padding:1rem}.member-avatar{background:#e5e899;background:var(--olive-100);border-radius:50%;color:#4d5d26;color:var(--olive-700);font-size:1.125rem;height:48px;width:48px}.member-name{color:#292524;color:var(--stone-800)}.member-role{color:#78716c;color:var(--stone-500);font-size:.875rem}.property-card{background:#fff;border:1px solid #ddd9cf;border:1px solid var(--stone-200);border-radius:12px;overflow:hidden;transition:all .15s ease}.property-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.property-image{align-items:center;background:#ddd9cf;background:var(--stone-200);color:#a8a29e;color:var(--stone-400);display:flex;height:160px;justify-content:center;width:100%}.property-details{padding:1rem}.property-price{color:#1c1917;color:var(--stone-900);font-size:1.25rem;font-weight:700}.property-address{color:#57534e;color:var(--stone-600);font-size:.9375rem;margin-top:.25rem}.property-specs{color:#78716c;color:var(--stone-500);display:flex;font-size:.875rem;gap:1rem;margin-top:.75rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:#fff;border:1px solid #ddd9cf;border:1px solid var(--stone-200);border-radius:10px;padding:1rem}.stat-label{color:#78716c;color:var(--stone-500);font-size:.8125rem;margin-bottom:.25rem}.stat-value{color:#1c1917;color:var(--stone-900);font-size:1.5rem;font-weight:700}.stat-value.olive{color:#5a6e2e;color:var(--olive-600)}@media (max-width:640px){.journey-header{padding:1.5rem}h1{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.btn{font-size:1rem;min-height:48px;padding:.875rem 1.5rem;touch-action:manipulation}.btn-lg{font-size:1.0625rem;min-height:52px;padding:1rem 2rem}.btn-sm{font-size:.9375rem;min-height:44px;padding:.625rem 1rem}.btn-block{width:100%}.input,.select{-webkit-appearance:none;appearance:none;font-size:1rem;min-height:48px;padding:.875rem 1rem}.select{background-size:24px;padding-right:3rem}.label{font-size:.9375rem;margin-bottom:.5rem}.error-text,.helper-text{font-size:.875rem;line-height:1.5;margin-top:.375rem}.checkbox-label input,.radio-label input{flex-shrink:0;height:22px;width:22px}.checkbox-label,.radio-label{font-size:1rem;min-height:44px;padding:.5rem}.checkbox-group,.radio-group{gap:.75rem}.card{border-radius:16px}.task-item{gap:1.25rem;padding:1.25rem}.task-checkbox{height:28px;width:28px}.task-title{font-size:1rem;line-height:1.5}.task-description{font-size:.9375rem;line-height:1.5}.member-card{gap:1.25rem;padding:1.25rem}.member-avatar{font-size:1.25rem;height:52px;width:52px}.member-name{font-size:1rem}.member-role{font-size:.9375rem}.property-card{border-radius:16px}.property-image{height:200px}.property-details{padding:1.25rem}.property-price{font-size:1.375rem}.property-address{font-size:1rem;margin-top:.375rem}.property-specs{font-size:.9375rem;gap:1.25rem;margin-top:1rem}.stat-card{padding:1.25rem}.stat-label{font-size:.875rem;margin-bottom:.375rem}.stat-value{font-size:1.75rem}html{-webkit-text-size-adjust:100%;font-size:16px}body{line-height:1.7}h1{font-size:1.875rem;line-height:1.25}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.35}h4{font-size:1.125rem;line-height:1.4}p{line-height:1.7;margin-bottom:1.25rem}.text-lg{font-size:1.1875rem}.text-xl{font-size:1.3125rem}.text-2xl{font-size:1.625rem}.container{padding:0 1.25rem}.gap-2{gap:.625rem}.gap-3{gap:.875rem}.gap-4{gap:1.25rem}.gap-6{gap:1.75rem}.gap-8{gap:2.5rem}.p-4{padding:1.25rem}.p-6{padding:1.75rem}.p-8{padding:2.5rem}.px-4{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.75rem;padding-right:1.75rem}.py-4{padding-bottom:1.25rem;padding-top:1.25rem}.py-8{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3.5rem;padding-top:3.5rem}.mb-4{margin-bottom:1.25rem}.mb-6{margin-bottom:1.75rem}.mb-8{margin-bottom:2.5rem}.mt-6{margin-top:1.75rem}.mt-8{margin-top:2.5rem}.alert{font-size:.9375rem;gap:1rem;line-height:1.6;padding:1.25rem}.badge{font-size:.8125rem;padding:.375rem .75rem}.journey-header{border-radius:20px;margin-bottom:2.5rem;padding:1.75rem 1.5rem}.journey-header h1{font-size:1.625rem;line-height:1.25;margin-bottom:.625rem}.journey-header p{font-size:1rem;line-height:1.6}html{scroll-behavior:smooth}body{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.btn,.card,.member-card,.property-card,.task-item,a,button,input,select,textarea{touch-action:manipulation}}@media (max-width:767px){@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}}@media (max-width:480px){h1{font-size:1.625rem}h2{font-size:1.375rem}.container{padding:0 1rem}.journey-header{padding:1.5rem 1.25rem}.card{border-radius:12px}.property-image{height:180px}}@media (max-width:767px) and (orientation:landscape){.journey-header{margin-bottom:1.5rem;padding:1.25rem 1.5rem}.py-8{padding-bottom:1.5rem;padding-top:1.5rem}.py-12{padding-bottom:2rem;padding-top:2rem}}@media (max-width:767px){.animate-slideUp>div:first-child{grid-gap:.625rem;display:grid!important;gap:.625rem;grid-template-columns:repeat(2,1fr);overflow-x:visible!important;padding-bottom:0}.animate-slideUp>div:first-child>button{flex-direction:column;font-size:.8125rem;gap:.375rem;justify-content:flex-start;min-height:56px;padding:.75rem .625rem!important;text-align:center}.animate-slideUp>div:first-child>button svg{height:20px;width:20px}.animate-slideUp>div:first-child>button span{font-size:.75rem;line-height:1.2;white-space:normal;word-break:break-word}}@media (max-width:400px){.animate-slideUp>div:first-child{gap:.5rem;grid-template-columns:repeat(2,1fr)!important}.animate-slideUp>div:first-child>button{min-height:52px;padding:.625rem .5rem!important}.animate-slideUp>div:first-child>button span{font-size:.6875rem}}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}.btn,.card,.input-base,[role=button],a,button,input,select,textarea{transition:all .28s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow,background-color}.btn,.card{transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .28s cubic-bezier(.4,0,.2,1),background-color .2s ease}.card,.shadow-subtle{box-shadow:0 1px 2px #0000000a,0 2px 6px #0000000a}.card-elevated,.shadow-medium{box-shadow:0 2px 4px #0000000f,0 4px 12px #00000014,0 0 0 1px #00000005}.shadow-prominent{box-shadow:0 4px 8px #00000014,0 12px 24px #0000001f,0 0 0 1px #00000008}.shadow-olive{box-shadow:0 4px 12px #5a6e2e26,0 8px 24px #5a6e2e14}.btn{border:1px solid #00000014;font-weight:600;letter-spacing:.01em;overflow:hidden;position:relative}.btn:hover{box-shadow:0 4px 12px #0000001f,0 8px 20px #00000014;transform:translateY(-2px)}.btn:active{box-shadow:0 2px 4px #00000014;transform:translateY(0) scale(.98);transition-duration:.1s}.btn-primary{box-shadow:0 2px 6px #5a6e2e33,0 4px 12px #5a6e2e1f}.btn-primary:hover{box-shadow:0 6px 16px #5a6e2e40,0 12px 28px #5a6e2e26;filter:brightness(1.05)}.btn:after{background:#fff6;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s;width:0}.btn:active:after{height:300px;transition:0s;width:300px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#fff,#fffffffa);border:1px solid #0000000f}.card:hover{border-color:#5a6e2e33;box-shadow:0 8px 16px #00000014,0 16px 32px #0000000f;transform:translateY(-4px)}.card-elevated:hover{box-shadow:0 12px 24px #0000001f,0 20px 40px #00000014;transform:translateY(-6px) scale(1.01)}.input-base,input[type=email],input[type=number],input[type=text],select,textarea{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1.5px solid #0000001f}.input-base:focus,input:focus,select:focus,textarea:focus{border-color:#88a243;border-color:var(--olive-500,#88a243);box-shadow:0 0 0 3px #88a2431a,0 2px 8px #88a24326;outline:none;transform:translateY(-1px)}.input-base:hover,input:hover,select:hover,textarea:hover{border-color:#0003}a{position:relative;text-decoration:none}a:after{background:#88a243;background:var(--olive-500,#88a243);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}a:hover:after{width:100%}a.link-primary{color:#5a6e2e;color:var(--olive-600,#5a6e2e);font-weight:600}a.link-primary:after{opacity:.3;width:100%}a.link-primary:hover:after{opacity:1}.modal-backdrop,[role=dialog]:before{-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);background:#0000004d}.modal,[role=dialog]{animation:modalSlideUp .35s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.nav-item,.sidebar-link{overflow:hidden;position:relative}.nav-item:before,.sidebar-link:before{background:linear-gradient(90deg,#5a6e2e14,#5a6e2e1f);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.nav-item.active:before,.nav-item:hover:before,.sidebar-link.active:before,.sidebar-link:hover:before{left:0}.nav-item.active,.sidebar-link.active{border-left:3px solid #5a6e2e;border-left:3px solid var(--olive-600,#5a6e2e);font-weight:600}.loading,.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000000a,#00000014 50%,#0000000a);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.glass{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#ffffffb3;border:1px solid #ffffff4d;box-shadow:0 8px 32px #00000014,inset 0 1px 0 #ffffff80}.bg-gradient-olive{background:linear-gradient(135deg,#88a243,#4d5d26);background:linear-gradient(135deg,var(--olive-500,#88a243) 0,var(--olive-700,#4d5d26) 100%)}.bg-gradient-subtle{background:linear-gradient(180deg,#fff,#f9fafb)}.hover-glow:hover{box-shadow:0 0 20px #5a6e2e4d,0 0 40px #5a6e2e26}.page-transition{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:focus-visible{border-radius:4px;outline:2px solid #88a243;outline:2px solid var(--olive-500,#88a243);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--rl-sage:#5a6e2e;--rl-sage-light:#88a243;--rl-sage-dark:#4d5d26;--rl-cream:#f5f1e8;--rl-warm-gray:#78716c;--rl-charcoal:#292524;--rl-accent:#cdcd4e;--rl-accent-light:#e5e899;--success:#88a243;--warning:#cdcd4e;--error:#dc2626;--info:#5a6e2e;--gray-50:#f8f4ed;--gray-100:#ebe7dd;--gray-200:#ddd9cf;--gray-300:#cbc7bd;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--sidebar-width:280px;--sidebar-collapsed-width:72px;--mobile-header-height:56px;--mobile-progress-height:32px;--font-sans:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"IBM Plex Serif",Georgia,serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #00000026;--transition-fast:150ms ease;--transition-base:200ms ease;--transition-slow:300ms ease;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px}.journey-layout{background:#f5f1e8;background:var(--rl-cream);display:flex;min-height:100vh}.journey-main{flex:1 1;margin-left:280px;margin-left:var(--sidebar-width);padding:2rem;transition:margin-left .2s ease;transition:margin-left var(--transition-base)}.journey-layout.sidebar-collapsed .journey-main{margin-left:72px;margin-left:var(--sidebar-collapsed-width)}@media (max-width:767px){.journey-main{margin-left:0;margin-top:88px;margin-top:calc(var(--mobile-header-height) + var(--mobile-progress-height));padding:1rem}}.sidebar{background:#fff;border-right:1px solid #ddd9cf;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transition:width .2s ease;transition:width var(--transition-base);width:280px;width:var(--sidebar-width);z-index:100}.sidebar.collapsed{width:72px;width:var(--sidebar-collapsed-width)}@media (max-width:767px){.sidebar{display:none}}.collapse-toggle{align-items:center;background:#fff;border:1px solid #ddd9cf;border:1px solid var(--gray-200);border-radius:9999px;border-radius:var(--radius-full);color:#737373;color:var(--gray-500);cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;position:absolute;right:8px;top:1rem;transition:all .15s ease;transition:all var(--transition-fast);width:24px;z-index:10}.collapse-toggle:hover{background:#f8f4ed;background:var(--gray-50);color:#5a6e2e;color:var(--rl-sage)}.sidebar-brand{border-bottom:1px solid #ebe7dd;border-bottom:1px solid var(--gray-100);cursor:pointer!important;padding:1.5rem;position:relative;transition:all .15s ease;transition:all var(--transition-fast);z-index:5}.sidebar-brand:hover{background:#88a243;background:var(--rl-sage-light)}.sidebar-brand:hover .brand-full{color:#fff}.sidebar-brand:hover .brand-icon{transform:scale(1.05)}.brand-full{color:#4d5d26;color:var(--rl-sage-dark);font-size:1.25rem;font-weight:600}.brand-full,.brand-icon{font-family:"IBM Plex Serif",Georgia,serif;font-family:var(--font-display)}.brand-icon{background:var(--rl-sage);border-radius:12px;border-radius:var(--radius-md);color:#fff;display:block;font-size:1rem;height:40px;width:40px}.sidebar-section{border-bottom:1px solid #ebe7dd;border-bottom:1px solid var(--gray-100);padding:1rem 1.5rem}.sidebar.collapsed .sidebar-section{padding:1rem .75rem}.section-title{color:#a3a3a3;color:var(--gray-400);font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.sidebar-footer{border-top:1px solid #ebe7dd;border-top:1px solid var(--gray-100);display:flex;flex-direction:column;gap:.25rem;margin-top:auto;padding:1rem 1.5rem}.sidebar.collapsed .sidebar-footer{align-items:center;padding:1rem .75rem}.footer-link{background:none;border:none;color:#737373;color:var(--gray-500);cursor:pointer;font-size:.875rem;padding:.5rem 0;text-align:left;transition:color .15s ease;transition:color var(--transition-fast)}.footer-link:hover{color:#5a6e2e;color:var(--rl-sage)}.footer-link.admin-link,.sheet-footer-links .admin-link{color:#cdcd4e;color:var(--rl-accent);font-weight:500}.footer-link.admin-link:hover,.sheet-footer-links .admin-link:hover{color:#e5e899;color:var(--rl-accent-light)}.collapsed-icon-btn.admin-icon{color:#cdcd4e;color:var(--rl-accent)}.collapsed-icon-btn{align-items:center;background:none;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;transition:background .15s ease;transition:background var(--transition-fast);width:40px}.collapsed-icon-btn:hover{background:#ebe7dd;background:var(--gray-100)}.sidebar-user{border-top:1px solid #ebe7dd;border-top:1px solid var(--gray-100);padding:1rem 1.5rem}.progress-tracker{width:100%}.phase-list{list-style:none;margin:0;padding:0}.phase-item{position:relative}.phase-button{align-items:center;background:none;border:none;cursor:default;display:flex;gap:.75rem;padding:.625rem 0;text-align:left;transition:all .15s ease;transition:all var(--transition-fast);width:100%}.phase-button.clickable{cursor:pointer}.phase-button.clickable:hover{background:#f8f4ed;background:var(--gray-50);border-radius:12px;border-radius:var(--radius-md);margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.phase-indicator{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:28px;justify-content:center;transition:all .15s ease;transition:all var(--transition-fast);width:28px}.phase-indicator.completed{background:#5a6e2e;background:var(--rl-sage);color:#fff}.phase-indicator.current{background:#88a243;background:var(--rl-sage-light);box-shadow:0 0 0 4px #4a8c7d33;color:#fff}.phase-indicator.available{background:#ddd9cf;background:var(--gray-200);color:#525252;color:var(--gray-600)}.phase-indicator.locked{background:#ebe7dd;background:var(--gray-100);color:#a3a3a3;color:var(--gray-400)}.phase-label{color:#404040;color:var(--gray-700);flex:1 1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phase-item.locked .phase-label{color:#a3a3a3;color:var(--gray-400)}.phase-item.current .phase-label{color:#4d5d26;color:var(--rl-sage-dark);font-weight:600}.current-badge{background:#4a8c7d1a;border-radius:8px;border-radius:var(--radius-sm);color:#5a6e2e;color:var(--rl-sage);font-size:.625rem;letter-spacing:.03em;padding:.125rem .375rem;text-transform:uppercase}.review-hint{color:#a3a3a3;color:var(--gray-400);font-size:.75rem;opacity:0;transition:opacity .15s ease;transition:opacity var(--transition-fast)}.phase-button.clickable:hover .review-hint{opacity:1}.phase-connector{background:#ddd9cf;background:var(--gray-200);height:16px;left:13px;position:absolute;top:44px;width:2px}.phase-connector.completed{background:#5a6e2e;background:var(--rl-sage)}.phase-connector.current{background:linear-gradient(180deg,#5a6e2e 50%,#ddd9cf 0);background:linear-gradient(to bottom,var(--rl-sage) 50%,var(--gray-200) 50%)}.progress-tracker.compact .phase-list{align-items:center;display:flex;flex-direction:column;gap:.25rem}.progress-tracker.compact .phase-item{position:relative}.progress-tracker.compact .phase-indicator{font-size:1rem;height:36px;width:36px}.progress-tracker.compact .phase-button{padding:.25rem}.progress-tracker.compact .phase-connector{height:8px;left:17px;top:40px}.progress-tracker-horizontal{width:100%}.progress-bar{background:#ddd9cf;background:var(--gray-200);height:4px;overflow:hidden}.progress-bar,.progress-fill{border-radius:9999px;border-radius:var(--radius-full)}.progress-fill{background:#5a6e2e;background:var(--rl-sage);height:100%;transition:width .3s ease;transition:width var(--transition-slow)}.progress-labels{display:flex;font-size:.75rem;justify-content:space-between;margin-top:.5rem}.progress-current{color:#404040;color:var(--gray-700);font-weight:500}.progress-total{color:#a3a3a3;color:var(--gray-400)}.progress-dots{display:flex;gap:6px;justify-content:center}.progress-dots .dot{background:#cbc7bd;background:var(--gray-300);border-radius:9999px;border-radius:var(--radius-full);height:8px;transition:all .15s ease;transition:all var(--transition-fast);width:8px}.progress-dots .dot.completed,.progress-dots .dot.current{background:#5a6e2e;background:var(--rl-sage)}.progress-dots .dot.current{box-shadow:0 0 0 3px #4a8c7d4d}.quick-access-list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.quick-access-item{align-items:center;background:none;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:.75rem;padding:.625rem .75rem;text-align:left;transition:all .15s ease;transition:all var(--transition-fast);width:100%}.quick-access-item:hover{background:#f8f4ed;background:var(--gray-50)}.item-icon{flex-shrink:0;font-size:1.25rem;text-align:center;width:28px}.item-content{flex:1 1;min-width:0}.item-label{color:#404040;color:var(--gray-700);display:block;font-size:.875rem;font-weight:500}.item-description{color:#a3a3a3;color:var(--gray-400);display:block;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-badge{align-items:center;background:#dc2626;background:var(--error);border-radius:9999px;border-radius:var(--radius-full);color:#fff;display:flex;font-size:.7rem;font-weight:600;height:20px;justify-content:center;min-width:20px;padding:0 6px}.item-arrow{color:#cbc7bd;color:var(--gray-300);font-size:1rem}.quick-access-compact{align-items:center;display:flex;flex-direction:column;gap:.5rem}.compact-item{align-items:center;background:none;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;transition:background .15s ease;transition:background var(--transition-fast);width:40px}.compact-item:hover{background:#ebe7dd;background:var(--gray-100)}.user-menu{position:relative}.user-menu-trigger{align-items:center;background:none;border:1px solid #0000;border-radius:16px;border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:.75rem;padding:.5rem;transition:all .15s ease;transition:all var(--transition-fast);width:100%}.user-menu-trigger:hover{background:#f8f4ed;background:var(--gray-50);border-color:#ddd9cf;border-color:var(--gray-200)}.user-avatar{align-items:center;background:#5a6e2e;background:var(--rl-sage);border-radius:9999px;border-radius:var(--radius-full);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.user-avatar.large{height:48px;width:48px}.user-avatar.compact{cursor:pointer;height:32px;width:32px}.avatar-initials{color:#fff;font-size:.875rem;font-weight:600}.user-avatar.large .avatar-initials{font-size:1rem}.user-info{flex:1 1;min-width:0;text-align:left}.user-name{color:#404040;color:var(--gray-700);font-size:.875rem}.user-email,.user-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow,.user-email{color:#a3a3a3;color:var(--gray-400)}.dropdown-arrow{font-size:.625rem;transition:transform .15s ease;transition:transform var(--transition-fast)}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{background:#fff;border:1px solid #ddd9cf;border:1px solid var(--gray-200);border-radius:16px;border-radius:var(--radius-lg);bottom:100%;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);left:0;margin-bottom:.5rem;overflow:hidden;position:absolute;right:0;z-index:200}.dropdown-header{align-items:center;background:#f8f4ed;background:var(--gray-50);display:flex;gap:.75rem;padding:1rem}.user-details{flex:1 1;min-width:0}.dropdown-divider{background:#ddd9cf;background:var(--gray-200);height:1px}.dropdown-items{list-style:none;margin:0;padding:.5rem}.dropdown-item{align-items:center;background:none;border:none;border-radius:12px;border-radius:var(--radius-md);color:#404040;color:var(--gray-700);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.625rem .75rem;text-align:left;transition:all .15s ease;transition:all var(--transition-fast);width:100%}.dropdown-item:hover{background:#f8f4ed;background:var(--gray-50)}.dropdown-item.logout{color:#dc2626;color:var(--error)}.dropdown-item .item-icon{font-size:1rem;width:20px}.mobile-header{background:#fff;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);height:56px;height:var(--mobile-header-height);left:0;padding:0 1rem;position:fixed;right:0;top:0;z-index:100}.menu-trigger,.mobile-header{align-items:center;display:flex}.menu-trigger{background:none;border:none;border-radius:12px;border-radius:var(--radius-md);color:#404040;color:var(--gray-700);cursor:pointer;font-size:1.5rem;height:40px;justify-content:center;width:40px}.menu-trigger:hover{background:#ebe7dd;background:var(--gray-100)}.mobile-phase-indicator{flex:1 1;text-align:center}.mobile-phase-indicator .phase-icon{margin-right:.5rem}.mobile-phase-indicator .phase-label{color:#262626;color:var(--gray-800);font-weight:600}.mobile-phase-indicator .phase-progress{color:#a3a3a3;color:var(--gray-400);display:block;font-size:.75rem}.mobile-progress-dots{align-items:center;background:#fff;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;gap:8px;height:32px;height:var(--mobile-progress-height);justify-content:center;left:0;position:fixed;right:0;top:56px;top:var(--mobile-header-height);z-index:99}.mobile-progress-dots .progress-dot{background:#cbc7bd;background:var(--gray-300);border-radius:9999px;border-radius:var(--radius-full);height:8px;width:8px}.mobile-progress-dots .progress-dot.completed,.mobile-progress-dots .progress-dot.current{background:#5a6e2e;background:var(--rl-sage)}.mobile-progress-dots .progress-dot.current{border-radius:4px;width:24px}.mobile-menu-overlay{align-items:flex-end;background:#00000080;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:200}.mobile-menu-sheet{animation:slideUp .3s ease;background:#fff;border-radius:20px 20px 0 0;border-radius:var(--radius-xl) var(--radius-xl) 0 0;display:flex;flex-direction:column;max-height:85vh;overflow:hidden;width:100%}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-header{align-items:center;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:1rem 1.5rem}.sheet-header h3{font-size:1.125rem;font-weight:600;margin:0}.close-sheet{align-items:center;background:#ebe7dd;background:var(--gray-100);border:none;border-radius:9999px;border-radius:var(--radius-full);color:#525252;color:var(--gray-600);cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;width:32px}.sheet-content{flex:1 1;overflow-y:auto;padding:1rem}.sheet-divider{background:#ddd9cf;background:var(--gray-200);height:1px;margin:1rem 0}.sheet-footer-links{display:flex;flex-direction:column;gap:.5rem}.sheet-footer-links button{background:none;border:none;color:#525252;color:var(--gray-600);cursor:pointer;font-size:.875rem;padding:.75rem 1rem;text-align:left;width:100%}.profile-view{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-md);display:flex;flex-direction:column;margin:0 auto;max-height:85vh;max-width:640px;overflow:hidden}.profile-view .profile-header{flex-shrink:0}.profile-view .profile-content{flex:1 1;overflow-y:auto;padding-bottom:1rem}.profile-header{align-items:center;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:1.5rem}.profile-header h2{color:#262626;color:var(--gray-800);font-family:"IBM Plex Serif",Georgia,serif;font-family:var(--font-display);font-size:1.5rem;margin:0}.close-btn{align-items:center;background:#ebe7dd;background:var(--gray-100);border-radius:9999px;border-radius:var(--radius-full);color:#525252;color:var(--gray-600);display:flex;font-size:1rem;height:32px;justify-content:center;width:32px}.close-btn:hover{background:#ddd9cf;background:var(--gray-200)}.profile-section{border-bottom:1px solid #ebe7dd;border-bottom:1px solid var(--gray-100);padding:1.5rem}.profile-section:last-child{border-bottom:none}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h3{color:#262626;color:var(--gray-800);font-size:1rem;font-weight:600;margin:0}.edit-link{background:none;border:none;color:#5a6e2e;color:var(--rl-sage);cursor:pointer;font-size:.875rem;transition:color .15s ease;transition:color var(--transition-fast)}.edit-link:hover{color:#4d5d26;color:var(--rl-sage-dark);text-decoration:underline}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (max-width:480px){.info-grid{grid-template-columns:1fr}}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{color:#a3a3a3;color:var(--gray-400);font-size:.75rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.info-value{color:#404040;color:var(--gray-700);font-size:.9375rem}.calculated-values{border-top:1px dashed #ddd9cf;border-top:1px dashed var(--gray-200);margin-top:1.5rem;padding-top:1rem}.calculated-values h4{color:#a3a3a3;color:var(--gray-400);font-size:.8125rem;font-weight:600;letter-spacing:.03em;margin:0 0 .75rem;text-transform:uppercase}.calc-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.calc-item{background:#f8f4ed;background:var(--gray-50);border-radius:12px;border-radius:var(--radius-md);padding:.75rem}.calc-label{color:#737373;color:var(--gray-500);display:block;font-size:.75rem;margin-bottom:.25rem}.calc-value{color:#4d5d26;color:var(--rl-sage-dark);display:block;font-size:1rem;font-weight:600}.qualification-notes{background:#4a8c7d0d;border-left:3px solid #5a6e2e;border-left:3px solid var(--rl-sage);border-radius:12px;border-radius:var(--radius-md);margin-top:1rem;padding:1rem}.qualification-notes h4{color:#4d5d26;color:var(--rl-sage-dark);font-size:.8125rem;font-weight:600;margin:0 0 .5rem}.qualification-notes ul{color:#525252;color:var(--gray-600);font-size:.875rem;margin:0;padding-left:1.25rem}.qualification-notes li{margin-bottom:.25rem}.priorities-list{margin-top:1rem}.priorities-list h4{color:#737373;color:var(--gray-500);font-size:.8125rem;font-weight:600;margin:0 0 .5rem}.priority-tags{display:flex;flex-wrap:wrap;gap:.5rem}.priority-tag{background:#ebe7dd;background:var(--gray-100);border-radius:9999px;border-radius:var(--radius-full);color:#404040;color:var(--gray-700);font-size:.8125rem;padding:.375rem .75rem}.modal-overlay{bottom:0;left:0;right:0;top:0;z-index:300}.edit-request-modal{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 20px 25px #00000026;box-shadow:var(--shadow-xl);max-width:480px;padding:1.5rem;width:100%}.edit-request-modal h3{color:#262626;color:var(--gray-800);font-size:1.25rem;margin:0 0 .5rem}.modal-description{color:#525252;color:var(--gray-600);margin:0 0 1rem}.impact-indicator{background:#f8f4ed;border-left:3px solid #88a243;border-left:3px solid var(--rl-sage-light);border-radius:12px;border-radius:var(--radius-md);margin-bottom:1rem;padding:.75rem 1rem}.impact-label{color:#525252;color:var(--gray-600);font-size:.875rem}.warning-box{background:#cdcd4e26;border-radius:12px;border-radius:var(--radius-md);display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem}.warning-icon{flex-shrink:0;font-size:1.25rem}.warning-box p{color:#404040;color:var(--gray-700);font-size:.875rem;margin:0}.group-notice{background:#88a2431f;border-radius:12px;border-radius:var(--radius-md);display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem}.notice-icon{flex-shrink:0;font-size:1.25rem}.group-notice p{color:#404040;color:var(--gray-700);font-size:.875rem;margin:0}.what-happens{margin-bottom:1rem}.what-happens h4{color:#404040;color:var(--gray-700);font-size:.875rem;font-weight:600;margin:0 0 .5rem}.what-happens ul{color:#525252;color:var(--gray-600);font-size:.8125rem;margin:0;padding-left:1.25rem}.what-happens li{margin-bottom:.25rem}.confirmation-checkbox{align-items:flex-start;background:#f8f4ed;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem}.confirmation-checkbox input{margin-top:.125rem}.confirmation-checkbox span{color:#404040;color:var(--gray-700);font-size:.875rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.cancel-btn{background:none;border:1px solid #cbc7bd;border:1px solid var(--gray-300);border-radius:12px;border-radius:var(--radius-md);color:#525252;color:var(--gray-600);cursor:pointer;font-size:.875rem;padding:.625rem 1.25rem;transition:all .15s ease;transition:all var(--transition-fast)}.cancel-btn:hover{background:#f8f4ed;background:var(--gray-50);border-color:#a3a3a3;border-color:var(--gray-400)}.confirm-btn{background:#5a6e2e;background:var(--rl-sage);border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .15s ease;transition:all var(--transition-fast)}.confirm-btn:hover:not(:disabled){background:#4d5d26;background:var(--rl-sage-dark)}.confirm-btn:disabled{background:#cbc7bd;background:var(--gray-300);cursor:not-allowed}.profile-change-notification{animation:slideInRight .3s ease;background:#fff;border-radius:16px;border-radius:var(--radius-lg);bottom:1rem;box-shadow:0 20px 25px #00000026;box-shadow:var(--shadow-xl);overflow:hidden;position:fixed;right:1rem;width:320px;z-index:250}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.notification-header{align-items:center;background:#f8f4ed;background:var(--gray-50);border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;gap:.5rem;padding:.75rem 1rem}.notification-icon{font-size:1rem}.notification-header h4{flex:1 1;font-size:.875rem;font-weight:600;margin:0}.dismiss-btn{align-items:center;background:none;border:none;border-radius:9999px;border-radius:var(--radius-full);color:#a3a3a3;color:var(--gray-400);cursor:pointer;display:flex;font-size:.875rem;height:24px;justify-content:center;width:24px}.dismiss-btn:hover{background:#ddd9cf;background:var(--gray-200);color:#525252;color:var(--gray-600)}.notification-content{padding:1rem}.notification-content p{color:#404040;color:var(--gray-700);font-size:.875rem;margin:0 0 .75rem}.changed-fields,.impact-summary{display:flex;gap:.5rem;margin-bottom:.5rem}.fields-label,.impact-label{color:#a3a3a3;color:var(--gray-400);font-size:.75rem;font-weight:500;text-transform:uppercase}.fields-list,.impact-text{color:#525252;color:var(--gray-600);font-size:.8125rem}.notification-actions{padding:0 1rem 1rem}.view-details-btn{background:#5a6e2e;background:var(--rl-sage);border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem;transition:background .15s ease;transition:background var(--transition-fast);width:100%}.view-details-btn:hover{background:#4d5d26;background:var(--rl-sage-dark)}.coming-soon-panel{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-md);margin:0 auto;max-width:480px;overflow:hidden}.coming-soon-header{align-items:center;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:1.5rem}.coming-soon-header h2{color:#262626;color:var(--gray-800);font-family:"IBM Plex Serif",Georgia,serif;font-family:var(--font-display);font-size:1.25rem;margin:0}.coming-soon-content{padding:3rem 2rem;text-align:center}.coming-soon-icon{align-items:center;background:#ebe7dd;background:var(--gray-100);border-radius:9999px;border-radius:var(--radius-full);color:#a3a3a3;color:var(--gray-400);display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.coming-soon-content h3{color:#404040;color:var(--gray-700);font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.coming-soon-content p{color:#737373;color:var(--gray-500);font-size:.9375rem;line-height:1.5;margin:0 auto;max-width:280px}.quick-view-panel{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-md);display:flex;flex-direction:column;margin:0 auto;max-height:80vh;max-width:640px;overflow:hidden}.quick-view-header{align-items:center;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem}.quick-view-header h2{color:#262626;color:var(--gray-800);font-family:"IBM Plex Serif",Georgia,serif;font-family:var(--font-display);font-size:1.25rem;margin:0}.quick-view-content{flex:1 1;overflow-y:auto;padding:1.5rem}.quick-view-section{margin-bottom:1.5rem}.quick-view-section:last-child{margin-bottom:0}.quick-view-section h3{color:#a3a3a3;color:var(--gray-400);font-size:.875rem;font-weight:600;letter-spacing:.03em;margin:0 0 .75rem;text-transform:uppercase}.members-list{display:flex;flex-direction:column;gap:.75rem}.member-card{background:#f8f4ed;background:var(--gray-50);border-radius:12px;border-radius:var(--radius-md);gap:.75rem;padding:.75rem}.member-avatar,.member-card{align-items:center;display:flex}.member-avatar{background:#5a6e2e;background:var(--rl-sage);border-radius:9999px;border-radius:var(--radius-full);color:#fff;flex-shrink:0;font-size:.875rem;font-weight:600;height:40px;justify-content:center;width:40px}.member-info{flex:1 1;min-width:0}.member-name{color:#262626;color:var(--gray-800);display:block;font-size:.9375rem;font-weight:500}.member-role{color:#737373;color:var(--gray-500);display:block;font-size:.75rem}.member-badge{background:#e5e899;background:var(--rl-accent-light);border-radius:8px;border-radius:var(--radius-sm);color:#262626;color:var(--gray-800);font-size:.6875rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.invite-code-box{align-items:center;background:#f8f4ed;background:var(--gray-50);border-radius:12px;border-radius:var(--radius-md);display:flex;gap:.75rem;padding:1rem}.invite-code-box .code{color:#4d5d26;color:var(--rl-sage-dark);flex:1 1;font-family:monospace;font-size:1.25rem;font-weight:600;letter-spacing:.1em}.copy-btn{background:#5a6e2e;background:var(--rl-sage);border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;transition:background .15s ease;transition:background var(--transition-fast)}.copy-btn:hover{background:#4d5d26;background:var(--rl-sage-dark)}.members-progress-list{display:flex;flex-direction:column;gap:.75rem}.member-progress-card{background:#f8f4ed;background:var(--gray-50);border-radius:12px;border-radius:var(--radius-md);padding:.75rem}.member-progress-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.375rem}.member-progress-card .member-avatar{align-items:center;background:#5a6e2e;background:var(--rl-sage);border-radius:9999px;border-radius:var(--radius-full,9999px);color:#fff;display:flex;flex-shrink:0;font-size:.8125rem;font-weight:600;height:40px;justify-content:center;width:40px}.member-progress-info{flex:1 1;min-width:0}.member-progress-info .member-progress-name{align-items:center;color:#262626;color:var(--gray-800);display:flex;flex-wrap:wrap;font-size:.9375rem;font-weight:500;gap:.375rem}.member-progress-info .member-progress-name .member-badge{font-size:.625rem;padding:.0625rem .375rem}.member-email{color:#a3a3a3;color:var(--gray-400);display:block;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.you-badge{background:#e5e899;background:var(--rl-accent-light);border-radius:8px;border-radius:var(--radius-sm);color:#404040;color:var(--gray-700);display:inline-block;font-size:.625rem;font-weight:600;padding:.0625rem .375rem;text-transform:uppercase}.member-progress-status{align-items:center;display:flex;justify-content:space-between;margin-bottom:.375rem}.member-phase-label{color:#737373;color:var(--gray-500);font-size:.75rem}.member-percent{color:#5a6e2e;color:var(--rl-sage);flex-shrink:0;font-size:.75rem;font-weight:600}.member-progress-bar{background:#ddd9cf;background:var(--gray-200);height:6px;overflow:hidden;width:100%}.member-progress-bar,.member-progress-fill{border-radius:9999px;border-radius:var(--radius-full,9999px)}.member-progress-fill{background:#88a243;background:var(--rl-sage-light);height:100%;transition:width .3s ease}.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.timeline-header h3{margin:0}.timeline-edit-btn{align-items:center;background:none;border:1px solid #cbc7bd;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-sm);color:#525252;color:var(--gray-600);cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem;transition:all .15s ease}.timeline-edit-btn:hover{background:#f8f4ed;background:var(--gray-50);border-color:#88a243;border-color:var(--rl-sage-light);color:#5a6e2e;color:var(--rl-sage)}.timeline-actions{display:flex;gap:.375rem}.timeline-cancel-btn{background:none;border:1px solid #cbc7bd;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-sm);color:#525252;color:var(--gray-600);cursor:pointer;font-size:.75rem;padding:.25rem .5rem}.timeline-cancel-btn:hover{background:#f8f4ed;background:var(--gray-50)}.timeline-save-btn{align-items:center;background:#5a6e2e;background:var(--rl-sage);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem;transition:background .15s ease}.timeline-save-btn:hover{background:#4d5d26;background:var(--rl-sage-dark)}.timeline-save-btn:disabled{cursor:not-allowed;opacity:.6}.timeline-description{color:#a3a3a3;color:var(--gray-400);font-size:.75rem;font-style:italic;margin-bottom:.75rem}.timeline-list{display:flex;flex-direction:column}.timeline-item{display:flex;gap:.75rem;min-height:2.75rem}.timeline-dot-container{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:20px}.timeline-dot{background:#cbc7bd;background:var(--gray-300);border-radius:50%;flex-shrink:0;height:12px;margin-top:.25rem;width:12px}.timeline-dot.completed{background:#5a6e2e;background:var(--rl-sage)}.timeline-dot.active{background:#88a243;background:var(--rl-sage-light);box-shadow:0 0 0 3px #88a24333}.timeline-line{background:#ddd9cf;background:var(--gray-200);flex:1 1;margin:.25rem 0;min-height:.75rem;width:2px}.timeline-line.completed{background:#5a6e2e;background:var(--rl-sage)}.timeline-content{align-items:baseline;display:flex;flex:1 1;gap:.5rem;justify-content:space-between;padding-bottom:.5rem}.timeline-phase-name{color:#404040;color:var(--gray-700);font-size:.8125rem;font-weight:500}.timeline-date,.timeline-item.past .timeline-phase-name{color:#a3a3a3;color:var(--gray-400)}.timeline-date{font-size:.75rem;white-space:nowrap}.timeline-date.overdue{color:#b45309}.timeline-item.past .timeline-date{color:#5a6e2e;color:var(--rl-sage)}.timeline-date-input{border:1px solid #cbc7bd;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-sm);color:#404040;color:var(--gray-700);font-family:inherit;font-size:.75rem;max-width:140px;padding:.25rem .375rem}.timeline-date-input:focus{border-color:#88a243;border-color:var(--rl-sage-light);box-shadow:0 0 0 2px #88a2431a;outline:none}.comparison-description{color:#737373;color:var(--gray-500);font-size:.75rem;line-height:1.5;margin:0 0 .75rem}.match-legend{align-items:center;color:#737373;color:var(--gray-500);display:inline-flex;font-size:.7rem;gap:.25rem;margin-left:.5rem}.match-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.match-dot.match-yes{background:#4ade80}.match-dot.match-partial{background:#fbbf24}.match-dot.match-no{background:#f87171}.preferences-comparison{-webkit-overflow-scrolling:touch;border:1px solid #ddd9cf;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-md);overflow-x:auto}.comparison-table{border-collapse:collapse;font-size:.8rem;min-width:500px;width:100%}.comparison-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:2}.comparison-table th{background:#ebe7dd;background:var(--gray-100);border-bottom:2px solid #ddd9cf;border-bottom:2px solid var(--gray-200);color:#525252;color:var(--gray-600);font-size:.75rem;font-weight:600;padding:.5rem .625rem;text-align:left;white-space:nowrap}.comparison-field-header{background:#ebe7dd!important;background:var(--gray-100)!important;left:0;min-width:140px;position:-webkit-sticky;position:sticky;z-index:3}.comparison-member-header{max-width:150px;min-width:100px;overflow:hidden;text-overflow:ellipsis}.comparison-status-header{text-align:center!important;width:50px}.comparison-category-row td{background:#f8f4ed;background:var(--gray-50);border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);border-top:1px solid #ddd9cf;border-top:1px solid var(--gray-200);color:#5a6e2e;color:var(--rl-sage);font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:.375rem .625rem;text-transform:uppercase}.comparison-row td{border-bottom:1px solid #ebe7dd;border-bottom:1px solid var(--gray-100);padding:.5rem .625rem;vertical-align:top}.comparison-field-label{background:#fff;color:#404040;color:var(--gray-700);font-weight:600;left:0;position:-webkit-sticky;position:sticky;white-space:nowrap;z-index:1}.comparison-cell{color:#525252;color:var(--gray-600);word-break:break-word}.comparison-status-cell{text-align:center}.comparison-match .comparison-field-label,.comparison-match td{background:#4ade800f}.comparison-partial .comparison-field-label,.comparison-partial td{background:#fbbf240f}.comparison-mismatch .comparison-field-label,.comparison-mismatch td{background:#f871710a}.status-icon{flex-shrink:0}.status-match{color:#22c55e}.status-partial{color:#f59e0b}.status-mismatch{color:#ef4444}.overlap-shared{background:#4ade8026;color:#166534}.overlap-shared,.overlap-unique{border-radius:999px;display:inline-block;font-size:.7rem;margin:.125rem;padding:.125rem .375rem}.overlap-unique{background:#ebe7dd;background:var(--gray-100);color:#525252;color:var(--gray-600)}.profile-edit-form{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-md);display:flex;flex-direction:column;margin:0 auto;max-height:85vh;max-width:560px;overflow:hidden}.edit-form-header{align-items:center;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem}.edit-form-header h2{color:#262626;color:var(--gray-800);font-family:"IBM Plex Serif",Georgia,serif;font-family:var(--font-display);font-size:1.25rem;margin:0}.edit-form-content{flex:1 1;overflow-y:auto;padding:1.5rem}.edit-form-actions{background:#f8f4ed;background:var(--gray-50);border-top:1px solid #ddd9cf;border-top:1px solid var(--gray-200);display:flex;flex-shrink:0;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.save-btn{align-items:center;background:#5a6e2e;background:var(--rl-sage);border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .15s ease;transition:all var(--transition-fast)}.save-btn:hover:not(:disabled){background:#4d5d26;background:var(--rl-sage-dark)}.save-btn:disabled{background:#cbc7bd;background:var(--gray-300);cursor:not-allowed}.form-section{gap:1.25rem}.form-group,.form-section{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#404040;color:var(--gray-700)}.form-group input[type=email],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text],.form-group select{border:1px solid #cbc7bd;border:1px solid var(--gray-300);border-radius:12px;border-radius:var(--radius-md);color:#262626;color:var(--gray-800);font-size:.9375rem;padding:.625rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.form-group input:focus,.form-group select:focus{border-color:var(--rl-sage);box-shadow:0 0 0 3px #4a8c7d26}.form-group input:disabled{background:#ebe7dd;background:var(--gray-100);color:#737373;color:var(--gray-500);cursor:not-allowed}.field-hint{color:#a3a3a3;color:var(--gray-400);font-size:.75rem}.input-with-prefix{align-items:center;display:flex;position:relative}.input-with-prefix .prefix{color:#a3a3a3;color:var(--gray-400);font-size:.9375rem;left:.75rem;position:absolute}.input-with-prefix input{padding-left:1.75rem;width:100%}.subsection-title{color:#737373;color:var(--gray-500);font-size:.8125rem;font-weight:600;letter-spacing:.03em;margin:.5rem 0;text-transform:uppercase}.form-row{display:flex}.form-group.half{flex:1 1}.radio-group{display:flex;gap:1rem}.radio-option{align-items:center;cursor:pointer;display:flex;gap:.5rem}.radio-option input[type=radio]{accent-color:#5a6e2e;accent-color:var(--rl-sage);height:18px;width:18px}.radio-option span{color:#404040;color:var(--gray-700);font-size:.9375rem}.checkbox-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.checkbox-option{align-items:flex-start;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background .15s ease;transition:background var(--transition-fast)}.checkbox-option:hover{background:#f8f4ed;background:var(--gray-50)}.checkbox-option input[type=checkbox]{accent-color:#5a6e2e;accent-color:var(--rl-sage);flex-shrink:0;height:18px;margin-top:2px;width:18px}.checkbox-option input:disabled{cursor:not-allowed;opacity:.5}.checkbox-option span{color:#404040;color:var(--gray-700);font-size:.875rem;line-height:1.4}.error-message{background:#c45b4f1a;border:1px solid #c45b4f4d;border-radius:12px;border-radius:var(--radius-md);color:#dc2626;color:var(--error);font-size:.875rem;margin-top:1rem;padding:.75rem 1rem}@media (max-width:480px){.form-row{flex-direction:column;gap:1.25rem}.form-group.half{flex:none}.checkbox-grid{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:.75rem}}.phase-view-modal{background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;margin:0 auto;max-height:85vh;max-width:900px;overflow:hidden;width:90%}.phase-view-header{align-items:center;background:linear-gradient(135deg,#5a6e2e,#5a7a6b);background:linear-gradient(135deg,var(--rl-sage) 0,#5a7a6b 100%);color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:1.25rem 1.5rem}.phase-view-header h2{font-family:"IBM Plex Serif",Georgia,serif;font-family:var(--font-display);font-size:1.25rem;margin:0}.phase-view-header .close-btn{align-items:center;background:#fff3;border:none;border-radius:9999px;border-radius:var(--radius-full);color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:background .15s ease;transition:background var(--transition-fast);width:32px}.phase-view-header .close-btn:hover{background:#ffffff4d}.phase-view-content{background:#f8f4ed;background:var(--gray-50);flex:1 1;overflow-y:auto;padding:1.5rem}.phase-view-content .animate-slideUp{animation:none}@media (max-width:768px){.phase-view-modal{max-height:90vh;width:95%}.phase-view-content,.phase-view-header{padding:1rem}}.hub-page{background:var(--bg-primary);bottom:0;left:0;overflow-y:auto;position:fixed;right:0;scroll-behavior:smooth;top:0;z-index:200}.hub-close-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:var(--stone-500);cursor:pointer;display:flex;height:44px;justify-content:center;position:fixed;right:1.5rem;top:1.5rem;transition:all .2s ease;width:44px;z-index:210}.hub-close-btn:hover{background:var(--olive-600);color:#fff;transform:scale(1.05)}.hub-container{margin:0 auto;max-width:1200px;padding:3rem 2rem 4rem}.hub-hero{margin-bottom:2.5rem;padding:3rem 1rem 2rem;text-align:center}.hub-hero-content{margin:0 auto;max-width:600px}.hub-hero-badge{align-items:center;background:var(--olive-50);border:1px solid var(--olive-200);border-radius:100px;color:var(--olive-700);display:inline-flex;font-size:.8125rem;font-weight:600;gap:.375rem;margin-bottom:1.25rem;padding:.375rem .875rem}.hub-hero h1,.hub-hero-badge{font-family:Poppins,sans-serif}.hub-hero h1{color:var(--stone-900);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 .75rem}.hub-hero p{color:var(--stone-500);font-family:"IBM Plex Serif",serif;font-size:1.125rem;line-height:1.6;margin:0 0 1.75rem}.hub-stats-bar{grid-gap:1rem;background:#fff;border:1px solid var(--stone-200);border-radius:16px;box-shadow:0 1px 3px #0000000f;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2.5rem;padding:1.5rem}.hub-stat-item{padding:.75rem .5rem;position:relative;text-align:center}.hub-stat-item:not(:last-child):after{background:var(--stone-200);content:"";height:70%;position:absolute;right:0;top:15%;width:1px}.hub-stat-value{color:var(--olive-600);font-size:1.75rem;font-weight:700;line-height:1.2}.hub-stat-label,.hub-stat-value{display:block;font-family:Poppins,sans-serif}.hub-stat-label{color:var(--stone-700);font-size:.8125rem;font-weight:600;margin-top:.25rem}.hub-stat-desc{color:var(--stone-400);display:block;font-size:.75rem;margin-top:.125rem}.hub-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}.hub-card{background:#fff;border:1px solid var(--stone-200);border-radius:16px;box-shadow:0 1px 3px #0000000f;padding:1.75rem;transition:all .25s ease}.hub-card:hover{border-color:var(--stone-300);box-shadow:0 4px 12px #00000014}.hub-card-full{grid-column:span 12}.hub-card-half{grid-column:span 6}.hub-card-third{grid-column:span 4}.hub-card-two-thirds{grid-column:span 8}.hub-card-header{align-items:flex-start;display:flex;gap:.875rem;margin-bottom:1.5rem}.hub-card-header h2{font-size:1.375rem}.hub-card-header h2,.hub-card-header h3{color:var(--stone-900);font-family:Poppins,sans-serif;font-weight:600;margin:0 0 .25rem}.hub-card-header h3{font-size:1.125rem}.hub-card-header p{color:var(--stone-500);font-size:.875rem;line-height:1.4;margin:0}.hub-card-header-compact{align-items:center;margin-bottom:1.25rem}.hub-card-header-compact h3{margin:0}.hub-card-icon{align-items:center;background:var(--olive-50);border-radius:10px;color:var(--olive-600);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.hub-card-icon-accent{background:var(--olive-100);color:var(--olive-700)}.hub-card-icon-fun{background:linear-gradient(135deg,var(--olive-100),var(--olive-50));color:var(--olive-600)}.hub-checklist{display:flex;flex-direction:column;gap:.875rem;list-style:none;margin:0;padding:0}.hub-checklist-item{align-items:flex-start;display:flex;gap:.75rem}.hub-checklist-item input[type=checkbox]{accent-color:var(--olive-500);cursor:pointer;flex-shrink:0;height:20px;margin-top:2px;width:20px}.hub-checklist-item label{color:var(--stone-700);cursor:pointer;font-size:.9rem;line-height:1.5;transition:color .15s ease}.hub-checklist-item input:checked+label{color:var(--stone-400);text-decoration:line-through}.hub-tips{display:flex;flex-direction:column;gap:1rem}.hub-tip{align-items:flex-start;display:flex;gap:.75rem}.hub-tip-icon{align-items:center;background:var(--olive-50);border-radius:8px;color:var(--olive-600);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.hub-tip strong{color:var(--stone-800);display:block;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;margin-bottom:.125rem}.hub-tip span{color:var(--stone-500);display:block;font-size:.8125rem;line-height:1.5}.hub-phases-timeline{grid-gap:.625rem;display:grid;gap:.625rem;grid-template-columns:repeat(2,1fr)}.hub-phase-item{background:var(--stone-50);border:1px solid #0000;border-radius:12px;overflow:hidden;transition:all .2s ease}.hub-phase-item.expanded{background:#fff;border-color:var(--olive-300);box-shadow:0 2px 8px #5a6e2e14}.hub-phase-header{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.75rem;padding:.875rem 1rem;transition:background .15s ease;width:100%}.hub-phase-header:hover{background:#5a6e2e0a}.hub-phase-number{align-items:center;background:var(--olive-50);border-radius:8px;color:var(--olive-600);display:flex;flex-shrink:0;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700;height:28px;justify-content:center;width:28px}.hub-phase-title-row{align-items:center;display:flex;flex:1 1;gap:.5rem}.hub-phase-title-row svg{color:var(--olive-500)}.hub-phase-title-row span{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500}.hub-phase-chevron{color:var(--stone-400);flex-shrink:0}.hub-phase-content{padding:0 1rem 1rem 3.5rem}.hub-phase-content ul{display:flex;flex-direction:column;gap:.375rem;margin:0;padding-left:1.25rem}.hub-phase-content li{color:var(--stone-500);font-size:.8125rem;line-height:1.5}.hub-phase-timeline-badge{align-items:center;background:var(--olive-50);border-radius:100px;color:var(--olive-600);display:inline-flex;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;gap:.375rem;margin-bottom:.75rem;padding:.25rem .75rem}.hub-phase-description{color:var(--stone-600);font-size:.875rem;line-height:1.65;margin:0 0 .875rem}.hub-phase-steps-heading{color:var(--stone-700);font-family:Poppins,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.03em;margin:0 0 .5rem;text-transform:uppercase}.hub-phase-tip{align-items:flex-start;background:linear-gradient(135deg,var(--olive-50),#f8f8f0);border-left:3px solid var(--olive-400);border-radius:10px;display:flex;gap:.625rem;margin-top:.875rem;padding:.75rem 1rem}.hub-phase-tip svg{color:var(--olive-500);flex-shrink:0;margin-top:.125rem}.hub-phase-tip p{color:var(--stone-600);font-size:.8125rem;line-height:1.55;margin:0}.hub-phase-tip p strong{color:var(--olive-700)}.hub-resources-list{display:flex;flex-direction:column;gap:.75rem}.hub-resource-card-expanded{background:var(--stone-50);border:1px solid var(--stone-200);border-radius:12px;overflow:hidden;transition:all .25s ease}.hub-resource-card-expanded.expanded{background:#fff;border-color:var(--olive-300);box-shadow:0 4px 16px #5a6e2e14}.hub-resource-header{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:1rem;padding:1.125rem 1.25rem;text-align:left;transition:background .2s;width:100%}.hub-resource-header:hover{background:#5a6e2e0a}.hub-resource-icon{align-items:center;background:var(--olive-50);border-radius:12px;color:var(--olive-600);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.hub-resource-title-area{flex:1 1;min-width:0}.hub-resource-tag{background:var(--olive-50);border-radius:100px;color:var(--olive-600);display:inline-block;font-size:.6875rem;letter-spacing:.04em;margin-bottom:.25rem;padding:.1875rem .5rem;text-transform:uppercase}.hub-resource-tag,.hub-resource-title-area h4{font-family:Poppins,sans-serif;font-weight:600}.hub-resource-title-area h4{color:var(--stone-800);font-size:.9375rem;margin:0 0 .25rem}.hub-resource-title-area p{color:var(--stone-500);font-size:.8125rem;line-height:1.5;margin:0}.hub-resource-chevron{color:var(--stone-400);flex-shrink:0}.hub-resource-content{border-top:1px solid var(--stone-100);margin-top:0;padding:0 1.5rem 1.5rem}.hub-resource-section{padding-top:1.25rem}.hub-resource-section:not(:last-child){border-bottom:1px solid var(--stone-100);padding-bottom:1.25rem}.hub-resource-section h5{color:var(--olive-700);font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.hub-resource-section p{color:var(--stone-600);font-size:.875rem;line-height:1.7;margin:0}.hub-badge-fun{align-self:center;background:var(--olive-100);border-radius:100px;color:var(--olive-700);font-family:Poppins,sans-serif;font-size:.6875rem;font-weight:600;margin-left:auto;padding:.25rem .625rem;text-transform:uppercase}.hub-dream{background:linear-gradient(145deg,#fafaf0 0,var(--stone-50) 100%)}.hub-dream-form{display:flex;flex-direction:column;gap:1.5rem}.hub-dream-section h4{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;margin:0 0 .75rem}.hub-dream-hint{color:var(--stone-500);font-size:.8125rem;line-height:1.4;margin:.25rem 0 0}.hub-dream-generate,.hub-dream-nav{margin-top:.5rem}.hub-dream-nav{align-items:center;display:flex;gap:.75rem;justify-content:flex-end}.hub-dream-input-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.hub-dream-input-group{display:flex;flex-direction:column;gap:.375rem}.hub-dream-input-group label{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600}.hub-dream-input-wrapper{align-items:center;background:#fff;border:2px solid var(--stone-200);border-radius:10px;display:flex;padding:.625rem .875rem;transition:all .2s ease}.hub-dream-input-wrapper:focus-within{border-color:var(--olive-400);box-shadow:0 0 0 3px #88a2431a}.hub-dream-input-prefix,.hub-dream-input-suffix{color:var(--stone-400);flex-shrink:0;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600}.hub-dream-input-prefix{margin-right:.25rem}.hub-dream-input-suffix{margin-left:.25rem}.hub-dream-input-wrapper input{background:#0000;border:none;color:var(--stone-800);flex:1 1;font-family:Poppins,sans-serif;font-size:.9375rem;min-width:0;outline:none}.hub-dream-input-wrapper input::placeholder{color:var(--stone-300)}.hub-dream-group-sizes{display:flex;flex-wrap:wrap;gap:.5rem}.hub-dream-group-size-btn{align-items:center;background:#fff;border:2px solid var(--stone-200);border-radius:10px;color:var(--stone-600);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:700;height:44px;justify-content:center;transition:all .2s ease;width:44px}.hub-dream-group-size-btn:hover{background:var(--olive-50);border-color:var(--olive-300)}.hub-dream-group-size-btn.selected{background:var(--olive-50);border-color:var(--olive-500);box-shadow:0 0 0 3px #88a24326;color:var(--olive-700)}.hub-dream-term-toggle{background:var(--stone-100);border:2px solid var(--stone-200);border-radius:10px;display:flex;overflow:hidden}.hub-dream-term-btn{background:#0000;border:none;color:var(--stone-500);cursor:pointer;flex:1 1;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;padding:.625rem 1rem;transition:all .2s ease}.hub-dream-term-btn.active{background:var(--olive-500);border-radius:8px;color:#fff}.hub-dream-error{color:#dc2626;font-size:.875rem;margin:0;text-align:center}.hub-dream-loading{align-items:center;color:var(--stone-500);display:flex;flex-direction:column;gap:1rem;padding:3rem 1rem}.hub-dream-loading p{font-size:.9375rem;margin:0}.hub-dream-spinner{animation:hub-dream-spin .8s linear infinite;border:3px solid var(--stone-200);border-radius:50%;border-top-color:var(--olive-500);height:36px;width:36px}@keyframes hub-dream-spin{to{transform:rotate(1turn)}}.hub-dream-properties-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:.75rem}.hub-dream-property-card{background:#fff;border:1px solid var(--stone-100);border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;position:relative}.hub-dream-match-badge{background:var(--olive-50);border:1px solid var(--olive-200);border-radius:100px;color:var(--olive-700);font-family:Poppins,sans-serif;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;position:absolute;right:.75rem;top:.75rem}.hub-dream-property-address{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:700;padding-right:4rem}.hub-dream-property-city{color:var(--stone-500);font-size:.8125rem}.hub-dream-property-price{color:var(--olive-700);font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700}.hub-dream-property-details{color:var(--stone-600);display:flex;font-size:.8125rem;gap:1rem}.hub-dream-property-detail{align-items:center;display:flex;gap:.25rem}.hub-dream-property-detail svg{color:var(--stone-400)}.hub-dream-property-meta{color:var(--stone-500);display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem}.hub-dream-property-meta span{background:var(--stone-50);border-radius:4px;padding:.125rem .5rem}.hub-dream-comparison{align-items:center;border-radius:8px;display:flex;font-size:.8125rem;gap:.5rem;padding:.625rem .875rem}.hub-dream-comparison.good{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.hub-dream-comparison.warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.hub-dream-example-property{background:#fff;border:1px solid var(--stone-100);border-radius:12px;display:flex;gap:1.25rem;margin-top:.5rem;padding:1.25rem}.hub-dream-example-icon{align-items:center;background:var(--olive-50);border-radius:12px;color:var(--olive-600);display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.hub-dream-example-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.hub-dream-example-type{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.hub-dream-example-stats{color:var(--stone-600);display:flex;font-size:.8125rem;gap:1rem}.hub-dream-example-desc{color:var(--stone-500);font-size:.8125rem;line-height:1.6;margin:0}.hub-dream-table-wrapper{border:1px solid var(--stone-100);border-radius:10px;margin-top:.25rem;overflow-x:auto}.hub-dream-table{border-collapse:collapse;font-family:Poppins,sans-serif;font-size:.8125rem;width:100%}.hub-dream-table thead{background:var(--olive-50)}.hub-dream-table th{color:var(--olive-700);font-size:.6875rem;font-weight:700;letter-spacing:.04em;padding:.75rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.hub-dream-table td{border-top:1px solid var(--stone-100);color:var(--stone-700);padding:.625rem 1rem;white-space:nowrap}.hub-dream-table tbody tr:hover{background:var(--stone-50)}.hub-dream-table-row-start td{color:var(--stone-400);font-style:italic}.hub-dream-table-row-final{background:var(--olive-50)!important}.hub-dream-table-row-final td{color:var(--olive-800);font-weight:600}.hub-dream-table-equity{color:var(--olive-700)!important;font-weight:700}.hub-dream-projection-summary{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.hub-dream-projection-card{background:#fff;border:1px solid var(--stone-100);border-radius:10px;display:flex;flex-direction:column;gap:.25rem;padding:1rem;text-align:center}.hub-dream-projection-label{color:var(--stone-500);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hub-dream-projection-value{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700}.hub-dream-projection-highlight{background:var(--olive-50);border-color:var(--olive-200)}.hub-dream-projection-highlight .hub-dream-projection-label{color:var(--olive-600)}.hub-dream-projection-highlight .hub-dream-projection-value{color:var(--olive-700)}.hub-dream-result{display:flex;flex-direction:column;gap:1.25rem}.hub-dream-result-header{border-bottom:1px solid var(--stone-200);padding-bottom:1rem;text-align:center}.hub-dream-result-header h3{color:var(--stone-900);font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:700;margin:0 0 .375rem}.hub-dream-result-header p{color:var(--stone-500);font-size:.875rem;margin:0}.hub-dream-result-glance{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.hub-dream-glance-item{background:var(--olive-50);border-radius:10px;padding:.875rem;text-align:center}.hub-dream-glance-label{color:var(--olive-600);display:block;font-family:Poppins,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.04em;margin-bottom:.25rem;text-transform:uppercase}.hub-dream-glance-value{color:var(--stone-800);display:block;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700}.hub-dream-result-section{background:var(--stone-50);border:1px solid var(--stone-100);border-radius:12px;padding:1.25rem}.hub-dream-result-section h4{align-items:center;color:var(--stone-800);display:flex;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:700;gap:.5rem;margin:0 0 .75rem}.hub-dream-result-section h4 svg{color:var(--olive-500);flex-shrink:0}.hub-dream-result-section p{color:var(--stone-600);font-size:.875rem;line-height:1.7;margin:0}.hub-dream-result-note{color:var(--stone-400)!important;font-size:.75rem!important;font-style:italic;margin-top:.75rem!important}.hub-dream-finance-grid{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.5rem}.hub-dream-finance-item{align-items:center;background:#fff;border:1px solid var(--stone-100);border-radius:8px;display:flex;justify-content:space-between;padding:.625rem .875rem}.hub-dream-finance-item.hub-dream-finance-highlight{background:var(--olive-50);border-color:var(--olive-200)}.hub-dream-finance-label{color:var(--stone-600);font-size:.8125rem}.hub-dream-finance-value{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:700}.hub-dream-finance-highlight .hub-dream-finance-label{color:var(--olive-700);font-weight:500}.hub-dream-finance-highlight .hub-dream-finance-value{color:var(--olive-700);font-size:1.0625rem}.hub-dream-result-actions{border-top:1px solid var(--stone-200);display:flex;gap:.75rem;justify-content:center;padding-top:.75rem}.hub-dream-charts-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem}.calc-chart-card{background:#fff;border:1px solid var(--stone-200);border-radius:16px;padding:28px 24px;transition:box-shadow .2s ease}.calc-chart-card:hover{box-shadow:0 4px 20px #0000000f}.calc-chart-header h4{color:var(--stone-900);font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;margin:0 0 4px}.calc-chart-header p{color:var(--stone-500);font-size:.8125rem;line-height:1.5;margin:0}.calc-chart-insight{background:var(--olive-50);border:1px solid #5a6e2e26;border-radius:12px;color:var(--stone-700);font-size:.8125rem;line-height:1.6;margin:16px 0 8px;padding:12px 16px}.calc-chart-insight strong{color:var(--olive-700)}.calc-chart-body{margin-top:16px}.calc-chart-legend{display:flex;gap:24px;justify-content:center;margin-top:16px}.calc-chart-legend-item{align-items:center;color:var(--stone-600);display:flex;font-size:.8125rem;font-weight:500;gap:8px}.calc-chart-legend-dot{border-radius:50%;display:inline-block;height:10px;width:10px}.calc-breakdown-container{display:flex;flex-direction:column;gap:28px;margin-top:16px}.calc-breakdown-group{display:flex;flex-direction:column;gap:10px}.calc-breakdown-label-row{align-items:baseline;display:flex;justify-content:space-between}.calc-breakdown-group-name{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600}.calc-breakdown-group-total{color:var(--stone-900);font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700}.calc-breakdown-bar-track{background:var(--stone-100);border-radius:8px;display:flex;height:28px;overflow:hidden}.calc-breakdown-bar-segment{height:100%;min-width:2px;transition:width .6s ease}.calc-breakdown-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:4px}.calc-breakdown-legend-item{align-items:center;color:var(--stone-600);display:flex;font-size:.75rem;gap:6px}.calc-breakdown-legend-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.calc-breakdown-legend-label{align-items:center;display:flex;gap:4px}.calc-breakdown-equity-tag{background:#2d6a4f1a;border-radius:4px;color:#2d6a4f;font-size:.625rem;font-weight:600;letter-spacing:.04em;padding:1px 6px;text-transform:uppercase}.calc-breakdown-legend-value{color:var(--stone-700);font-weight:600;margin-left:auto}.calc-summary-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:16px}.calc-summary-card{background:var(--stone-50);border:1px solid var(--stone-200);border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:20px}.calc-summary-card.calc-summary-highlight{background:var(--olive-50);border-color:#5a6e2e33;grid-column:1/-1;padding:24px;text-align:center}.calc-summary-label{color:var(--stone-500);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.calc-summary-value{color:var(--stone-900);font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:700}.calc-summary-value-highlight{color:var(--olive-700);font-size:1.75rem}.calc-summary-sub{color:var(--stone-400);font-size:.75rem;line-height:1.4}.calc-summary-badge{border-radius:100px;display:inline-block;font-size:.6875rem;font-weight:600;margin-top:4px;padding:4px 10px;width:-webkit-fit-content;width:fit-content}.calc-summary-badge-loss{background:#c4453614;color:#c44536}.calc-summary-badge-gain{background:#2d6a4f14;color:#2d6a4f}@media (max-width:640px){.calc-chart-card{border-radius:14px;padding:20px 16px}.calc-chart-header h4{font-size:.95rem}.calc-chart-legend{gap:16px}.calc-summary-grid{grid-template-columns:1fr}.calc-summary-value{font-size:1.25rem}.calc-summary-value-highlight{font-size:1.5rem}.calc-breakdown-bar-track{height:22px}.calc-breakdown-legend{gap:4px 12px}}.hub-knowledge{display:flex;flex-direction:column;gap:1rem}.hub-knowledge-item{align-items:flex-start;display:flex;gap:.75rem}.hub-knowledge-stat{align-items:center;color:var(--olive-600);display:flex;flex-shrink:0;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;min-width:44px}.hub-knowledge-text{color:var(--stone-600);font-size:.8125rem;line-height:1.5}.hub-news{display:flex;flex-direction:column;gap:.75rem}.hub-news-item{background:var(--stone-50);border:1px solid var(--stone-200);border-radius:10px;cursor:pointer;padding:.75rem;transition:all .2s ease}.hub-news-item:hover{background:var(--olive-50);border-color:var(--olive-200)}.hub-news-tag{color:var(--olive-600);display:inline-block;font-family:Poppins,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.04em;margin-bottom:.25rem;text-transform:uppercase}.hub-news-item h4{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.4;margin:0 0 .25rem}.hub-news-summary{color:var(--stone-500);font-size:.8125rem;line-height:1.6;margin:.25rem 0 .375rem}.hub-news-date{color:var(--stone-400);font-size:.6875rem}.hub-upcoming{display:flex;flex-direction:column;gap:1rem}.hub-upcoming-item{align-items:flex-start;display:flex;gap:.75rem}.hub-upcoming-icon{align-items:center;background:var(--olive-50);border-radius:8px;color:var(--olive-600);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.hub-upcoming-item strong{color:var(--stone-800);display:block;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;margin-bottom:.125rem}.hub-upcoming-item span{color:var(--stone-500);display:block;font-size:.8125rem}.hub-faq-list{display:flex;flex-direction:column;gap:.375rem}.hub-faq-item{background:var(--stone-50);border:1px solid #0000;border-radius:10px;overflow:hidden;transition:all .2s ease}.hub-faq-item.expanded{background:#fff;border-color:var(--stone-200);box-shadow:0 2px 6px #0000000d}.hub-faq-question{align-items:flex-start;background:none;border:none;cursor:pointer;display:flex;gap:.75rem;justify-content:space-between;padding:.75rem 1rem;text-align:left;width:100%}.hub-faq-question span{color:var(--stone-800);font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;line-height:1.4}.hub-faq-question svg{color:var(--stone-400);flex-shrink:0;margin-top:2px}.hub-faq-answer{padding:0 1rem .875rem}.hub-faq-answer p{color:var(--stone-500);font-size:.8125rem;line-height:1.6;margin:0}.hub-contact{background:linear-gradient(135deg,var(--olive-50) 0,#fff 100%);border-color:var(--olive-200)}.hub-contact-inner{margin:0 auto;max-width:560px;text-align:center}.hub-contact-inner .hub-card-icon{margin:0 auto 1rem}.hub-contact-inner h3{color:var(--stone-900);font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.hub-contact-inner p{color:var(--stone-500);font-size:.9rem;margin:0 0 1.25rem}.hub-contact-form{display:flex;flex-direction:column;gap:.875rem}.hub-contact-form textarea{background:#fff;border:2px solid var(--stone-200);border-radius:12px;color:var(--stone-800);font-family:"IBM Plex Serif",serif;font-size:.9375rem;min-height:80px;padding:.875rem 1rem;resize:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.hub-contact-form textarea:focus{border-color:var(--olive-500);box-shadow:0 0 0 3px #88a2431a;outline:none}.hub-contact-form textarea::placeholder{color:var(--stone-400)}.hub-contact-form .btn{align-self:center}@media (max-width:1024px){.hub-grid{grid-template-columns:repeat(6,1fr)}.hub-card-full,.hub-card-half{grid-column:span 6}.hub-card-third,.hub-card-two-thirds{grid-column:span 3}.hub-resources-list{gap:.625rem}.hub-phases-timeline{grid-template-columns:1fr}.hub-stats-bar{gap:.75rem;grid-template-columns:repeat(2,1fr)}.hub-stat-item:not(:last-child):after{display:none}}@media (max-width:768px){.hub-container{padding:2rem 1.25rem 3rem}.hub-hero{padding:2rem .5rem 1.5rem}.hub-hero h1{font-size:2rem}.hub-hero p{font-size:1rem}.hub-grid{gap:1.25rem;grid-template-columns:1fr}.hub-card-full,.hub-card-half,.hub-card-third,.hub-card-two-thirds{grid-column:span 1}.hub-card{padding:1.5rem}.hub-stats-bar{grid-template-columns:repeat(2,1fr)}.hub-resources-list{gap:.5rem}.hub-dream-input-grid{grid-template-columns:1fr}.hub-dream-result-glance{grid-template-columns:repeat(2,1fr)}.hub-dream-projection-summary,.hub-dream-properties-grid{grid-template-columns:1fr}.hub-dream-example-property{align-items:center;flex-direction:column;text-align:center}.hub-dream-example-stats{justify-content:center}.hub-dream-table td,.hub-dream-table th{font-size:.75rem;padding:.5rem .625rem}.hub-close-btn{height:40px;right:1rem;top:1rem;width:40px}}@media (max-width:480px){.hub-container{padding:1.5rem 1rem 2.5rem}.hub-hero h1{font-size:1.75rem}.hub-card{padding:1.25rem}.hub-stats-bar{padding:1rem}.hub-stat-value{font-size:1.5rem}.hub-dream-group-sizes{gap:.375rem}.hub-dream-group-size-btn{font-size:.8125rem;height:38px;width:38px}.hub-dream-result-glance{grid-template-columns:1fr 1fr}.hub-dream-finance-item{align-items:flex-start;flex-direction:column;gap:.25rem}.hub-card-header h2{font-size:1.25rem}.hub-card-header h3{font-size:1rem}}@media (max-width:767px){.menu-trigger{font-size:1.75rem;height:44px;width:44px}.mobile-header{height:60px;padding:0 1.25rem}:root{--mobile-header-height:60px}.quick-access-item{font-size:.9375rem;min-height:52px;padding:.875rem 1rem}.item-icon{font-size:1.5rem;width:32px}.user-avatar.compact{height:40px;width:40px}.mobile-progress-dots .progress-dot{height:10px;width:10px}.mobile-progress-dots .progress-dot.current{width:28px}.phase-button{min-height:48px;padding:.875rem 0}.phase-indicator{font-size:.875rem;height:32px;width:32px}.close-btn,.close-sheet,.dismiss-btn{min-height:44px;min-width:44px}.hub-close-btn{font-size:1.5rem;height:48px;right:1.25rem;top:1.25rem;width:48px}.footer-link{font-size:.9375rem;padding:.75rem 0}.sheet-footer-links button{font-size:.9375rem;min-height:48px;padding:.875rem 1.25rem}.journey-main{padding:1.5rem 1.25rem}.profile-view{border-radius:0;margin:0;max-width:100%}.profile-section{padding:1.75rem 1.5rem}.edit-form-header,.profile-header,.quick-view-header{padding:1.25rem 1.5rem}.info-item{gap:.375rem}.info-grid{gap:1.5rem}.edit-request-modal{padding:1.75rem 1.5rem}.modal-overlay{padding:1.5rem}.sheet-content{padding:1.5rem 1.25rem}.sheet-header{padding:1.25rem 1.5rem}.form-section{gap:1.5rem}.form-group{gap:.625rem}.profile-change-notification{bottom:1.5rem;left:1rem;right:1rem;width:calc(100% - 2rem)}.edit-form-header h2,.journey-header h1,.profile-header h2,.quick-view-header h2{font-size:1.375rem}.info-value,.item-label,.member-name,.phase-label,.user-name{font-size:1rem}.info-label,.item-description,.user-email{font-size:.875rem}.info-value,.item-label,.phase-label{line-height:1.5}.section-title{font-size:.8125rem}.subsection-title{font-size:.875rem}.form-group label{font-size:.9375rem}.field-hint,.helper-text{font-size:.8125rem;line-height:1.5}.form-group input[type=email],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text],.form-group select{font-size:1rem;min-height:48px;padding:.875rem 1rem}.checkbox-option input[type=checkbox],.hub-checklist-item input[type=checkbox],.radio-option input[type=radio]{height:22px;margin-top:1px;width:22px}.checkbox-option,.radio-option{min-height:48px;padding:.75rem}.checkbox-option span,.radio-option span{font-size:.9375rem}.hub-dream-group-size-btn{font-size:1rem;height:48px;width:48px}.hub-dream-input-wrapper{padding:.75rem 1rem}.hub-dream-term-btn{min-height:48px;padding:.75rem 1rem}.edit-form-actions,.modal-actions{flex-direction:column;gap:.75rem}.cancel-btn,.confirm-btn,.save-btn{font-size:1rem;min-height:48px;padding:.875rem 1.5rem;width:100%}.input-with-prefix input{min-height:48px;padding-left:2.5rem}html{scroll-behavior:smooth}.edit-form-content,.hub-page,.journey-main,.mobile-menu-sheet,.phase-view-content,.profile-view .profile-content,.quick-view-content,.sheet-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hub-close-btn,.mobile-header,.mobile-progress-dots{overscroll-behavior:none}.close-btn,.close-sheet,.dropdown-item,.hub-close-btn,.menu-trigger,.phase-button,.quick-access-item,.user-menu-trigger,a,button{touch-action:manipulation}.hub-checklist,.hub-faq-list,.hub-news,.hub-phases-timeline,.hub-tips,.hub-upcoming,.members-list,.phase-list,.quick-access-list{-webkit-overflow-scrolling:touch}}@media (max-width:767px){@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@media (max-width:600px){.hub-checklist,.hub-tips{gap:1.25rem}.hub-checklist-item label{font-size:.9375rem;line-height:1.6}.hub-faq-question{padding:1rem 1.25rem}.hub-faq-question span{font-size:.9375rem}.hub-faq-answer{padding:0 1.25rem 1.25rem}.hub-phase-header{padding:1rem 1.25rem}.hub-phase-content{padding:0 1.25rem 1.25rem 3.5rem}.hub-contact-form textarea{min-height:100px}.hub-news-item{padding:1rem}.hub-dream-projection-summary,.hub-dream-properties-grid{grid-template-columns:1fr}.hub-dream-result-section{padding:1rem}}@media (max-width:480px){.journey-main{padding:1.25rem 1rem}.edit-form-content,.profile-section,.quick-view-content{padding:1.5rem 1.25rem}.item-label,.member-name,.phase-label,.user-name{font-size:.9375rem}.edit-form-actions,.modal-actions{gap:.625rem}}@media (max-width:767px) and (orientation:landscape){.journey-main{padding:1rem 1.5rem}.profile-section{padding:1.25rem 1.5rem}.mobile-header{height:52px}:root{--mobile-header-height:52px;--mobile-progress-height:28px}.mobile-progress-dots{height:28px}.mobile-menu-sheet{max-height:75vh}}.settings-panel{background:#fff;border-radius:16px;box-shadow:0 4px 6px #00000012;display:flex;flex-direction:column;margin:0 auto;max-height:85vh;max-width:560px;overflow:hidden;width:100%}.settings-header{align-items:center;border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem}.settings-header h2{color:#262626;color:var(--gray-800);font-family:Poppins,sans-serif;font-size:1.5rem;margin:0}.settings-tabs{border-bottom:1px solid #ddd9cf;border-bottom:1px solid var(--gray-200);display:flex;flex-shrink:0;padding:0 1.5rem}.settings-tab{background:none;border:none;border-bottom:2px solid #0000;color:#737373;color:var(--gray-500);cursor:pointer;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .15s ease}.settings-tab:hover{color:#404040;color:var(--gray-700)}.settings-tab.active{border-bottom-color:#5a6e2e;border-bottom-color:var(--rl-sage);color:#5a6e2e;color:var(--rl-sage)}.settings-content{flex:1 1;overflow-y:auto;padding:1.5rem}.settings-section{margin-bottom:2rem}.settings-section:last-child{margin-bottom:0}.settings-section-title{color:#a3a3a3;color:var(--gray-400);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.toggle-row{align-items:center;border-bottom:1px solid #ebe7dd;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:.75rem 0}.toggle-row:last-child{border-bottom:none}.toggle-label{display:flex;flex:1 1;flex-direction:column;gap:.125rem;margin-right:1rem}.toggle-label-text{color:#262626;color:var(--gray-800);font-size:.9375rem;font-weight:500}.toggle-label-hint{color:#a3a3a3;color:var(--gray-400);font-size:.75rem}.toggle-switch{flex-shrink:0;height:24px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;position:absolute;width:0}.toggle-slider{background:#cbc7bd;background:var(--gray-300);border-radius:9999px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:background .15s ease}.toggle-slider:before{background:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0000001a;content:"";height:18px;left:3px;position:absolute;transition:transform .15s ease;width:18px}.toggle-switch input:checked+.toggle-slider{background:#5a6e2e;background:var(--rl-sage)}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.toggle-switch input:focus-visible+.toggle-slider{box-shadow:0 0 0 3px #5a6e2e33}.danger-zone{border-top:1px solid #ddd9cf;border-top:1px solid var(--gray-200);margin-top:2rem;padding-top:1.5rem}.danger-zone-title{color:#dc2626;color:var(--error);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.danger-zone-description{color:#737373;color:var(--gray-500);font-size:.8125rem;line-height:1.5;margin-bottom:1rem}.danger-btn{background:#0000;border:1px solid #dc2626;border:1px solid var(--error);border-radius:8px;color:#dc2626;color:var(--error);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .15s ease}.danger-btn:hover{background:#dc2626;background:var(--error);color:#fff}.danger-btn:disabled{cursor:not-allowed;opacity:.5}.danger-btn:disabled:hover{background:#0000;color:#dc2626;color:var(--error)}.delete-confirmation{background:#dc26260d;border:1px solid #dc262626;border-radius:8px;margin-top:1rem;padding:1rem}.delete-confirmation p{color:#525252;color:var(--gray-600);font-size:.8125rem;margin-bottom:.75rem}.delete-confirmation input{border:1px solid #cbc7bd;border:1px solid var(--gray-300);border-radius:8px;font-size:.875rem;margin-bottom:.75rem;padding:.5rem .75rem;width:100%}.delete-confirmation input:focus{border-color:#dc2626;border-color:var(--error);box-shadow:0 0 0 3px #dc26261a;outline:none}.settings-success{background:#88a2431f;border:1px solid #88a2434d;border-radius:8px;color:#4d5d26;color:var(--rl-sage-dark)}.settings-error,.settings-success{font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.settings-error{background:#dc262614;border:1px solid #dc262633;border-radius:8px;color:#dc2626;color:var(--error)}.settings-actions{border-top:1px solid #ebe7dd;border-top:1px solid var(--gray-100);display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem}.saved-indicator{color:#88a243;color:var(--success);font-size:.75rem;opacity:0;transition:opacity .3s ease}.saved-indicator.visible{opacity:1}@media (max-width:767px){.settings-panel{border-radius:16px 16px 0 0;max-height:90vh;max-width:100%}.settings-tabs{padding:0 1rem}.settings-tab{flex:1 1;font-size:.8125rem;padding:.625rem .5rem;text-align:center}.settings-content{padding:1rem}.settings-header{padding:1.25rem}}.admin-page{background:#fafaf9;display:flex;min-height:100vh}.admin-loading{align-items:center;color:#78716c;gap:1rem;justify-content:center;width:100%}.admin-loading,.admin-sidebar{display:flex;flex-direction:column}.admin-sidebar{background:#1c1917;color:#fff;flex-shrink:0;width:240px}.admin-brand{border-bottom:1px solid #292524;gap:.75rem;padding:1.25rem 1rem}.admin-brand,.brand-icon{align-items:center;display:flex}.brand-icon{background:#5a6e2e;border-radius:8px;font-size:.875rem;font-weight:700;height:36px;justify-content:center;width:36px}.brand-text{font-size:1.125rem;font-weight:600}.admin-nav{display:flex;flex:1 1;flex-direction:column;gap:.25rem;padding:1rem .75rem}.nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#a8a29e;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .15s;width:100%}.nav-item:hover{background:#292524;color:#fff}.nav-item.active{background:#5a6e2e;color:#fff}.nav-item .badge{background:#44403c;border-radius:9999px;font-size:.75rem;margin-left:auto;padding:.125rem .5rem}.nav-item.active .badge{background:#fff3}.admin-sidebar-footer{border-top:1px solid #292524;padding:.75rem}.nav-item.logout{color:#fca5a5}.nav-item.logout:hover{background:#7f1d1d;color:#fff}.admin-main{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.admin-header{align-items:center;background:#fff;border-bottom:1px solid #e7e5e4;display:flex;justify-content:space-between;padding:1.5rem 2rem}.admin-header h1{color:#1c1917;font-size:1.5rem;font-weight:600;margin:0}.admin-header p{color:#78716c;font-size:.875rem;margin:.25rem 0 0}.header-actions{gap:.75rem}.header-actions,.search-box{align-items:center;display:flex}.search-box{background:#f5f5f4;border:1px solid #e7e5e4;border-radius:8px;gap:.5rem;padding:.5rem .75rem}.search-box input{background:#0000;border:none;font-size:.875rem;outline:none;width:200px}.search-box svg{color:#78716c}.admin-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;display:flex;justify-content:space-between;margin:1rem 2rem;padding:1rem}.admin-error p{color:#dc2626;margin:0}.admin-error button{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem}.admin-table-container{flex:1 1;overflow:auto;padding:1.5rem 2rem}.admin-table{background:#fff;border:1px solid #e7e5e4;border-collapse:initial;border-radius:12px;border-spacing:0;overflow:hidden;width:100%}.admin-table thead{background:#f5f5f4}.admin-table th{border-bottom:1px solid #e7e5e4;color:#57534e;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.875rem 1rem;text-align:left;text-transform:uppercase}.admin-table td{border-bottom:1px solid #f5f5f4;color:#44403c;font-size:.875rem;padding:.875rem 1rem;vertical-align:middle}.admin-table tbody tr:hover{background:#fafaf9}.admin-table tbody tr.expanded{background:#f5f5f4}.user-cell{gap:.75rem}.avatar,.user-cell{align-items:center;display:flex}.avatar{background:#5a6e2e;border-radius:50%;color:#fff;flex-shrink:0;font-size:.875rem;font-weight:600;height:36px;justify-content:center;width:36px}.user-name{color:#1c1917;font-weight:500}.user-email{color:#78716c;font-size:.75rem}.group-cell{display:flex;flex-direction:column}.group-name{color:#1c1917;font-weight:500}.invite-code{color:#78716c;font-family:monospace;font-size:.75rem}.phase-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.phase-onboarding{background:#e7e5e4;color:#57534e}.phase-qualified{background:#dbeafe;color:#1d4ed8}.phase-group_forming{background:#fef3c7;color:#b45309}.phase-group_ready{background:#e5e899;color:#4d5d26}.phase-financing{background:#ede9fe;color:#6d28d9}.phase-property_search{background:#fce7f3;color:#be185d}.phase-under_contract{background:#ffedd5;color:#c2410c}.phase-closing{background:#f5f5e5;color:#5a6e2e}.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.status-forming{background:#fef3c7;color:#b45309}.status-ready{background:#e5e899;color:#4d5d26}.status-financing{background:#ede9fe;color:#6d28d9}.status-searching{background:#dbeafe;color:#1d4ed8}.status-in_contract{background:#ffedd5;color:#c2410c}.status-closed{background:#f5f5e5;color:#5a6e2e}.status-dissolved{background:#e7e5e4;color:#57534e}.bool-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.bool-badge.yes{background:#e5e899;color:#4d5d26}.bool-badge.no{background:#e7e5e4;color:#57534e}.action-buttons{gap:.5rem}.action-buttons,.icon-btn{align-items:center;display:flex}.icon-btn{background:#fff;border:1px solid #e7e5e4;border-radius:6px;color:#57534e;cursor:pointer;height:32px;justify-content:center;transition:all .15s;width:32px}.icon-btn:hover{background:#f5f5f4;color:#1c1917}.icon-btn.danger{border-color:#fecaca;color:#dc2626}.icon-btn.danger:hover{background:#fef2f2;color:#b91c1c}.icon-btn.small{height:28px;width:28px}.expanded-row td{background:#fafaf9;padding:0}.expanded-content{border-top:1px solid #e7e5e4;padding:1rem 1.5rem}.detail-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.detail-grid>div{color:#44403c;font-size:.875rem}.detail-grid strong{color:#78716c;font-weight:500}.member-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.member-chip{background:#e7e5e4;border-radius:9999px;color:#57534e;display:inline-block;font-size:.75rem;padding:.25rem .75rem}.mini-table{border-collapse:collapse;font-size:.875rem;width:100%}.mini-table th{border-bottom:1px solid #e7e5e4;color:#78716c;font-weight:500;padding:.5rem;text-align:left}.mini-table td{border-bottom:1px solid #f5f5f4;color:#44403c;padding:.5rem}.leader-badge{align-items:center;background:#fef3c7;border-radius:9999px;color:#b45309;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.2rem .6rem}.questionnaire-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.detail-section h4{color:#1c1917;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:50}.edit-modal{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:480px;overflow:auto;width:100%}.edit-modal.wide{max-width:640px}.modal-header{align-items:center;border-bottom:1px solid #e7e5e4;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header h2{color:#1c1917;font-size:1.25rem;font-weight:600;margin:0}.close-btn{background:none;border:none;border-radius:6px;color:#78716c;cursor:pointer;padding:.25rem}.close-btn:hover{background:#f5f5f4;color:#1c1917}.modal-body{padding:1.5rem}.modal-footer{background:#fafaf9;border-top:1px solid #e7e5e4;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#44403c;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #d6d3d1;border-radius:8px;font-size:.875rem;padding:.625rem .75rem;transition:border-color .15s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#5a6e2e;box-shadow:0 0 0 3px #0596691a;outline:none}.form-group input[type=checkbox]{margin-right:.5rem;width:auto}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.form-row.checkboxes{display:flex;flex-wrap:wrap;gap:1rem}.form-row.checkboxes label{display:flex;font-weight:400}.btn,.form-row.checkboxes label{align-items:center;cursor:pointer}.btn{border:none;border-radius:8px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.625rem 1rem;transition:all .15s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#5a6e2e;color:#fff}.btn-primary:hover:not(:disabled){background:#4d5d26}.btn-secondary{background:#fff;border:1px solid #d6d3d1;color:#44403c}.btn-secondary:hover:not(:disabled){background:#f5f5f4}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.admin-sidebar{width:200px}.questionnaire-details{grid-template-columns:1fr}}@media (max-width:768px){.admin-page{flex-direction:column}.admin-sidebar{flex-direction:row;padding:0;width:100%}.admin-brand{border-bottom:none;border-right:1px solid #292524}.admin-nav{flex:1 1;flex-direction:row;overflow-x:auto;padding:.5rem}.nav-item span:not(.badge){display:none}.admin-sidebar-footer{border-left:1px solid #292524;border-top:none;display:flex;padding:.5rem}.admin-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.header-actions{width:100%}.search-box{flex:1 1}.search-box input{width:100%}.admin-table-container{padding:1rem}.form-row{grid-template-columns:1fr}.admin-management-container{padding:1rem}.admin-invite-form{flex-direction:column}.admin-invite-form .btn{width:100%}}.admin-management-container{display:flex;flex-direction:column;gap:1.5rem;max-width:720px;padding:1.5rem}.admin-card{background:#fff;border:1px solid #e7e5e4;border-radius:12px;padding:1.5rem}.admin-card-header{align-items:center;color:#1c1917;display:flex;gap:.5rem;margin-bottom:.5rem}.admin-card-header h3{font-size:1rem;font-weight:600;margin:0}.admin-card-description{color:#78716c;font-size:.8125rem;line-height:1.5;margin-bottom:1rem}.admin-invite-form{align-items:center;display:flex;gap:.5rem}.admin-input-group{flex:1 1;position:relative}.admin-input-icon{color:#a8a29e;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.admin-input-group input{background:#fff;border:1px solid #d6d3d1;border-radius:8px;color:#1c1917;font-size:.875rem;padding:.625rem .75rem .625rem 2.25rem;transition:border-color .15s,box-shadow .15s;width:100%}.admin-input-group input:focus{border-color:#88a243;box-shadow:0 0 0 2px #88a24326;outline:none}.admin-input-group input::placeholder{color:#a8a29e}.admin-message{border-radius:8px;font-size:.8125rem;line-height:1.4;margin-top:.75rem;padding:.625rem .75rem}.admin-message.success{background:#88a2431a;color:#4d5d26}.admin-message.error{background:#fef2f2;color:#b91c1c}.admin-list{display:flex;flex-direction:column;gap:.5rem}.admin-list-item{align-items:center;background:#fafaf9;border-radius:8px;display:flex;gap:.75rem;padding:.75rem;transition:background .15s}.admin-list-item.is-you{background:#88a2430f;border:1px solid #88a24326}.admin-list-avatar{align-items:center;background:#5a6e2e;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:40px;justify-content:center;width:40px}.admin-list-info{flex:1 1;min-width:0}.admin-list-name{align-items:center;color:#1c1917;display:flex;font-size:.875rem;font-weight:500;gap:.375rem}.you-tag{background:#e5e899;border-radius:4px;color:#44403c;display:inline-block;font-size:.625rem;font-weight:600;padding:.0625rem .375rem;text-transform:uppercase}.admin-list-email{color:#78716c;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-list-meta{color:#a8a29e;font-size:.6875rem;margin-top:.125rem}.admin-list-item .icon-btn:disabled{cursor:not-allowed;opacity:.25}.admin-empty{color:#a8a29e;font-size:.875rem;padding:2rem;text-align:center}
/*# sourceMappingURL=main.0dee2029.css.map*/