@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0c6a6d;position:relative;overflow:hidden;padding:20px}.background-pattern{position:absolute;inset:0;background:transparent;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.login-card{background:#fff;border-radius:16px;border:1px solid #E5E7EB;box-shadow:0 4px 24px #0000000f;padding:48px;max-width:480px;width:100%;position:relative;z-index:1;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-container{text-align:center;margin-bottom:32px}.logo{max-width:220px;height:auto}.logo-caption{margin-top:8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#000}.divider{height:1px;background:#0c6a6d1f;margin:32px 0}.auth-section{text-align:center}.auth-section h2{font-size:24px;font-weight:600;color:#000;margin-bottom:12px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.feature-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px;text-align:left}.feature-list li{display:flex;gap:12px;background:linear-gradient(90deg,#f8ce5a52,#f8ce5a0d);border:1px solid rgba(248,206,90,.45);border-radius:12px;padding:12px 16px;align-items:flex-start;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f1e1c2e;transition:border-color .2s ease,box-shadow .2s ease}.feature-list li:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#c24e2d59,#c24e2d00);opacity:0;transition:opacity .2s ease;pointer-events:none}.feature-list li:hover:before{opacity:1}.feature-list li:hover{border-color:#c24e2d4d;box-shadow:0 4px 12px #112c2a47}.feature-list li>*{position:relative;z-index:1}.feature-icon{font-size:20px;line-height:1;margin-top:2px;color:#c24e2c}.feature-list h3{margin:0 0 4px;font-size:15px;font-weight:600;color:#000}.feature-list p{margin:0;font-size:13px;color:#000;line-height:1.5}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;gap:8px;font-size:14px}.error-icon{font-size:18px}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;font-size:15px;font-weight:500;color:#000;background:#fff;border:1px solid rgba(248,206,90,.55);border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.google-btn:hover:not(:disabled){border-color:#c24e2c;background:#f8ce5a26;box-shadow:0 2px 10px #0d28263d}.google-btn:active:not(:disabled){transform:scale(.98)}.google-btn:focus-visible{outline:2px solid rgba(248,206,90,.65);outline-offset:2px}.google-btn:disabled{cursor:not-allowed;opacity:.6}.google-btn.loading{pointer-events:none}.google-icon{width:24px;height:24px;flex-shrink:0}.spinner{width:18px;height:18px;border:2px solid #E5E7EB;border-top-color:#c24e2c;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.privacy-note{margin-top:24px;font-size:13px;color:#000;display:flex;align-items:center;justify-content:center;gap:6px}.login-footer{margin-top:40px;padding-top:24px;border-top:1px solid rgba(248,206,90,.35);text-align:center}.login-footer p{font-size:13px;color:#000;margin-bottom:8px}.footer-links{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px}.footer-links a{color:#000;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#000;text-decoration:underline}.footer-links span{color:#000}@media(max-width:600px){.login-card{padding:32px 24px}.auth-section h2{font-size:24px}.feature-list li{flex-direction:column}.description{font-size:14px}}.intake-hero{min-height:100vh;width:100%;background:#f7fbfc url(https://bedrockbuoy.com/images/hero-illustration.png) no-repeat center/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;padding:48px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.intake-hero:after{content:"";position:absolute;inset:32px;border:1px solid rgba(15,62,60,.1);pointer-events:none}.intake-hero__content{background:#ffffffe6;padding:64px;border-radius:24px;max-width:720px;box-shadow:0 20px 60px #0f3e3c14;position:relative;z-index:1}.hero-kicker{text-transform:uppercase;letter-spacing:.25em;font-size:12px;margin-bottom:16px;color:#0c6a6d}.intake-hero h1{font-size:clamp(32px,5vw,56px);margin:0 0 16px;color:#000}.hero-subtitle{font-size:18px;margin-bottom:12px;color:#000}.hero-body{max-width:520px;margin:0 auto 32px;color:#000}.hero-cta{border:none;background:#3aa0a0;color:#fff;font-size:18px;padding:14px 36px;border-radius:999px;cursor:pointer;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #3aa0a059}.hero-user-chip{position:absolute;bottom:48px;right:48px;background:#000000bf;color:#fff;padding:10px 18px;border-radius:999px;font-size:14px;letter-spacing:.05em}.intake-shell{min-height:100vh;background:#f5f6fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111}.intake-topbar{background:#1f1f1f;color:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.topbar-left{display:flex;align-items:center;gap:16px}.icon-button{width:44px;height:44px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:center;gap:4px}.icon-button span{display:block;height:2px;width:20px;background:#fff;margin:0 auto}.doc-eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.3em;color:#ffffffb8;margin:0}.doc-title{font-size:18px;margin:4px 0 0}.brand-mark{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.15em}.brand-divider{width:24px;height:1px;background:#fff6}.topbar-right{display:flex;align-items:center;gap:20px}.topbar-logout{border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:8px 16px;border-radius:999px;cursor:pointer;font-weight:500}.intake-body{display:flex;min-height:calc(100vh - 88px)}.intake-nav{width:240px;background:#fff;padding:32px 24px;border-right:1px solid #edf0f4;display:flex;flex-direction:column;gap:12px}.nav-step{display:flex;align-items:center;gap:12px;border:none;background:transparent;text-align:left;font-size:15px;padding:12px;border-radius:16px;cursor:pointer;font-weight:500;color:#111}.nav-step:disabled{cursor:not-allowed}.nav-icon{width:32px;height:32px;border-radius:50%;background:#eef2f7;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.nav-step--current{background:#f2e9ff;color:#5a34b0}.nav-step--current .nav-icon{background:#5a34b0;color:#fff}.nav-step--complete{color:#0c6a6d}.nav-step--complete .nav-icon{background:#0c6a6d;color:#fff}.intake-content{flex:1;padding:48px}.content-card{background:#fff;padding:48px;border-radius:32px;min-height:420px;box-shadow:0 40px 80px #0a1a1f14}.step-eyebrow{text-transform:uppercase;letter-spacing:.4em;font-size:12px;color:#8c8c8c;margin-bottom:16px}.content-card h2{font-size:clamp(28px,4vw,40px);margin:0 0 24px}.step-copy{font-size:18px;line-height:1.6;margin:0 0 16px;color:#111}.question-stack{display:flex;flex-direction:column;gap:40px;margin-bottom:24px}.question-block{padding-bottom:12px;border-bottom:1px solid rgba(17,17,17,.08)}.question-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.question-title{font-size:24px;line-height:1.4;margin:0}.question-meta{font-size:12px;letter-spacing:.1em;color:#d57a7a;text-transform:uppercase}.question-helper{margin:8px 0 20px;color:#8a8a8a;font-size:14px}.choice-pills,.chip-grid{display:flex;flex-wrap:wrap;gap:12px}.pill-option,.chip-option{border:1px solid #c7cad1;background:#f5f5f5;border-radius:999px;padding:10px 20px;font-size:14px;cursor:pointer;transition:all .2s ease}.pill-option--selected,.chip-option--selected{background:#2e9d99;border-color:#2e9d99;color:#fff;box-shadow:0 6px 14px #2e9d9959}.long-text-input{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:12px;padding:16px;background:#f3f3f3;font-size:16px;font-family:inherit;resize:vertical}.question-note{margin-top:16px;font-size:12px;color:#7a7a7a;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.intake-actions{margin-top:32px;display:flex;gap:16px}.primary-action{border:none;border-radius:16px;background:#2e9d99;color:#fff;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer}.secondary-action{border:1px solid #c7cad1;border-radius:16px;background:#f5f5f5;color:#111;padding:14px 28px;font-size:16px;cursor:pointer}.intake-toast{margin-top:24px;padding:14px 20px;border-radius:12px;background:#fff8e5;border:1px solid #f6c243;color:#6a5107;font-size:14px}@media(max-width:960px){.intake-body{flex-direction:column}.intake-nav{width:100%;flex-direction:row;overflow-x:auto}.question-header{flex-direction:column}.nav-step{flex:1;justify-content:center}}.App{min-height:100vh;background:#f9fafb}.app-header{background:#fff;border-bottom:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000d;padding:16px 32px}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-logo-img{height:32px;width:auto}.user-section{display:flex;align-items:center;gap:16px}.user-name{font-size:14px;font-weight:500;color:#374151;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.user-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #E5E7EB}.logout-btn{padding:8px 16px;background:#fff;color:#374151;border:1px solid #D1D5DB;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.logout-btn:hover{background:#f9fafb;border-color:#9ca3af}.app-main{max-width:1400px;margin:48px auto;padding:0 32px}.app-main h2{font-size:28px;font-weight:600;color:#111827;margin-bottom:8px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.app-main p{font-size:16px;color:#6b7280}
