:root{--surface:#f9f9f9;--surface-dim:#dadada;--surface-bright:#f9f9f9;--surface-container-lowest:#ffffff;--surface-container-low:#f3f3f3;--surface-container:#eeeeee;--surface-container-high:#e8e8e8;--surface-container-highest:#e2e2e2;--on-surface:#1a1c1c;--on-surface-variant:#5b403d;--inverse-surface:#2f3131;--inverse-on-surface:#f1f1f1;--outline:#906f6c;--outline-variant:#e4beb9;--surface-tint:#bb171c;--primary:#b7131a;--on-primary:#ffffff;--primary-container:#db322f;--secondary:#5f5e5e;--tertiary:#805200;--background:#f9f9f9;--error:#ba1a1a;--success:#1f7a45}*{box-sizing:border-box}html{min-height:100%;width:100%;text-size-adjust:100%}body,html{font-size:16px}body{margin:0;min-height:100vh;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:var(--background);color:var(--on-surface);font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:24px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}canvas,img,svg,video{max-width:100%}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.login-template{min-height:100vh;background:var(--background)}.login-nav{position:fixed;top:0;z-index:50;width:100%;border-bottom:1px solid #f3f4f6;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-nav__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;height:80px;margin:0 auto;padding:0 32px;font-family:Manrope,Segoe UI,PingFang SC,sans-serif}.login-nav__brand{display:flex;align-items:center;gap:8px}.login-nav__brand-icon{display:block;width:44px;height:30px;overflow:hidden}.login-nav__brand-mascot{display:block;width:100%;height:100%;object-fit:contain}.login-nav__brand-text{color:#dc2626;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.025em}.login-nav__links{display:flex;align-items:center;gap:32px}.login-nav__link{color:#4b5563;font-size:16px;font-weight:500;line-height:24px;transition:color .2s ease}.login-nav__link:hover{color:#ef4444}.login-nav__link--active{color:#dc2626;font-weight:600;padding-bottom:2px;border-bottom:2px solid #dc2626}.login-nav__actions{display:flex;align-items:center;gap:16px}.login-nav__ghost{padding:8px 20px;border:0;background:transparent;color:#4b5563;font-size:16px;font-weight:500;line-height:24px;transition:color .2s ease}.login-nav__ghost:hover{color:#dc2626}.login-nav__primary{padding:8px 24px;border:0;border-radius:8px;background:var(--primary-container);color:var(--on-primary);font-size:16px;font-weight:600;line-height:24px;transition:opacity .2s ease}.login-nav__primary:hover{opacity:.9}.login-main{display:flex;min-height:100vh;padding-top:80px}.login-form-panel,.login-hero{width:50%}.login-hero{position:relative;display:flex;flex-direction:column;justify-content:center;padding-left:48px;padding-right:48px;border-right:1px solid #f3f4f6;background-color:#fcfcfc;background-image:radial-gradient(#f0f0f0 1.5px,transparent 0);background-size:40px 40px}.login-hero__spark{position:absolute;top:25%;right:0;opacity:.03;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login-hero__spark-icon{color:var(--primary);font-size:300px}.login-hero__content{position:relative;z-index:10;max-width:600px}.login-hero__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:24px}.login-hero__eyebrow-line{width:48px;height:4px;background:var(--primary)}.login-hero__eyebrow span{color:var(--primary);font-size:12px;font-weight:600;line-height:16px;letter-spacing:.1em;text-transform:uppercase}.login-hero__title{margin:0 0 24px;color:var(--on-surface);font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:-.02em}.login-hero__title span{color:var(--primary);font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.login-hero__body{max-width:520px;margin:0 0 80px;color:var(--secondary);font-size:18px;font-weight:400;line-height:28px}.login-hero__cards{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin-top:-44px}.feature-item{display:flex;align-items:flex-start;gap:24px;padding:24px;border:1px solid rgba(228,190,185,.3);border-radius:12px;background:#ffffff;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease}.feature-item:hover{border-color:rgba(183,19,26,.3);box-shadow:0 10px 15px rgba(183,19,26,.05)}.feature-item__icon{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;transition:background-color .3s ease}.feature-item__icon .material-symbols-outlined{font-size:24px}.feature-item__icon--primary{background:rgba(183,19,26,.05);color:var(--primary)}.feature-item__icon--tertiary{background:rgba(128,82,0,.05);color:var(--tertiary)}.feature-item__icon--secondary{background:rgba(95,94,94,.05);color:var(--secondary)}.feature-item h3{margin:0 0 4px;color:var(--on-surface);font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:24px;font-weight:600;line-height:32px}.feature-item p{margin:0;color:var(--secondary);font-size:14px;font-weight:400;line-height:20px}.login-form-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-left:48px;padding-right:48px;background:var(--surface)}.login-form-panel__inner{width:100%;max-width:440px}.login-form-panel__eyebrow{margin:0 0 8px;color:var(--primary);font-size:12px;font-weight:600;line-height:16px;letter-spacing:.1em;text-align:center;text-transform:uppercase}.login-form-panel__title{margin:0 0 8px;color:var(--on-surface);font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:32px;font-weight:600;line-height:40px;letter-spacing:-.01em;text-align:center}.login-form-panel__subtitle{margin:0 0 80px;color:var(--secondary);font-size:14px;font-weight:400;line-height:20px;text-align:center}.login-form{display:grid;grid-gap:24px;gap:24px}.login-form__group label{display:block;margin-bottom:8px;margin-left:4px;color:var(--on-surface-variant);font-size:12px;font-weight:600;line-height:16px;letter-spacing:.05em}.login-form__phone-row{display:flex}.login-form__prefix{display:flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--outline);border-right:0;border-radius:8px 0 0 8px;background:var(--surface-container);color:var(--on-surface-variant);font-size:16px;font-weight:500;line-height:24px}.login-form__input{border:1px solid var(--outline);outline:none;color:var(--on-surface);background:var(--surface-container-low);font-size:16px;font-weight:400;line-height:24px;transition:border-color .2s ease}.login-form__input::placeholder{color:#9ca3af}.login-form__input:focus{border-color:var(--primary-container)}.login-form__input--phone{flex:1 1;padding:12px 16px;border-left:0;border-radius:0 8px 8px 0}.login-form__code-row{display:flex;gap:12px}.login-form__code-input-wrap{position:relative;flex:1 1}.login-form__agreement{margin-top:16px}.login-form__checkbox-label{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:20px;color:#6A5651;cursor:pointer}.login-form__checkbox{width:16px;height:16px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#8B0012}.login-form__link{color:#8B0012;background:none;border:none;padding:0;font-size:inherit;line-height:inherit;cursor:pointer;text-decoration:underline;transition:color .2s ease}.login-form__link:hover{color:#760010}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(46,34,32,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.login-modal{background:#FFFDFC;border-radius:24px;width:100%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(46,34,32,.15)}.login-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e7d9d3}.login-modal__header h3{margin:0;font-size:20px;font-weight:700;color:#2E2220;line-height:28px}.login-modal__close{background:none;border:none;cursor:pointer;padding:4px;color:#6A5651;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.login-modal__close:hover{color:#8B0012}.login-modal__content{flex:1 1;overflow-y:auto;padding:24px 32px}.login-modal__content pre{margin:0;font-family:inherit;font-size:14px;line-height:1.8;color:#2E2220;white-space:pre-wrap;word-wrap:break-word}.login-form__code-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:var(--outline);font-size:24px}.login-form__input--code{width:100%;padding:12px 16px 12px 40px;border-radius:8px}.login-form__send{padding:0 16px;border:1px solid rgba(219,50,47,.2);border-radius:8px;background:transparent;color:var(--primary);font-size:12px;font-weight:600;line-height:16px;white-space:nowrap;transition:background-color .2s ease}.login-form__send:hover:not(:disabled){background:rgba(219,50,47,.05)}.login-form__send:disabled,.login-form__submit:disabled{opacity:.6;cursor:not-allowed}.login-form__submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 0;border:0;border-radius:8px;background:var(--primary-container);color:var(--on-primary);box-shadow:0 10px 15px rgba(219,50,47,.2);font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:24px;font-weight:600;line-height:32px;transition:background-color .2s ease,transform .2s ease}.login-form__submit:hover:not(:disabled){background:rgba(219,50,47,.9)}.login-form__submit:active:not(:disabled){transform:scale(.98)}.login-form__submit .material-symbols-outlined{font-size:24px}.login-feedback{padding:12px 14px;border-radius:8px;font-size:14px;line-height:20px}.login-feedback--error{border:1px solid rgba(186,26,26,.2);background:rgba(255,218,214,.6);color:var(--error)}.login-feedback--success{border:1px solid rgba(31,122,69,.2);background:rgba(31,122,69,.08);color:var(--success)}.login-feedback--debug{display:grid;grid-gap:4px;gap:4px;border:1px dashed rgba(144,111,108,.6);background:rgba(238,238,238,.6);color:var(--on-surface-variant)}.login-feedback--debug strong{font-size:12px;line-height:16px}.login-footer{position:absolute;bottom:0;width:100%;padding:48px 0;border-top:1px solid #e5e7eb;background:#f9fafb}.login-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:1280px;margin:0 auto;padding:0 48px;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:14px}.login-footer__brand{display:flex;align-items:center;gap:16px}.login-footer__brand span:first-child{color:#111827;font-size:18px;font-weight:700;line-height:28px}.login-footer__brand span:last-child,.login-footer__links a{color:#6b7280;font-size:14px;font-weight:400;line-height:20px}.login-footer__links{display:flex;align-items:center;gap:32px}.login-footer__links a{transition:all .2s ease}.login-footer__links a:hover{color:#111827;text-decoration:underline}@media (max-width:960px){body{overflow:auto}.login-nav__links{display:none}.login-main{flex-direction:column}.login-form-panel,.login-hero{width:100%}.login-hero{min-height:auto;padding-top:48px;padding-bottom:48px;border-right:0;border-bottom:1px solid #f3f4f6}.login-form-panel{padding-top:48px;padding-bottom:160px}.login-footer{position:static}.login-footer__inner{flex-direction:column;text-align:center}}@media (max-width:640px){.login-footer__inner,.login-form-panel,.login-hero,.login-nav__inner{padding-left:16px;padding-right:16px}.login-nav__brand-text{font-size:20px}.login-form__code-row{flex-direction:column}.login-form__send{min-height:48px}}.workspace-template{height:100vh;height:100dvh;overflow:hidden;background:#f9f9f9;color:#1a1c1c}.workspace-template__topbar{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid #f3f4f6;background:#ffffff}.workspace-template__topbar-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1920px;height:64px;margin:0 auto;padding:0 clamp(16px,3vw,48px)}.workspace-template__topbar-left{display:flex;align-items:center;gap:32px}.workspace-template__brand{display:flex;align-items:center;gap:clamp(6px,1vw,8px);color:#dc2626;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:clamp(24px,3vw,31px);font-weight:800;line-height:1;letter-spacing:-.04em}.workspace-template__brand-icon{display:block;width:clamp(36px,4vw,44px);height:clamp(24px,3vw,30px);overflow:hidden;flex:0 0 auto}.workspace-template__brand-mascot{display:block;width:100%;height:100%;object-fit:contain}.workspace-template__topnav{display:flex;align-items:center;gap:24px}.workspace-template__topnav-link{margin-bottom:-16px;padding-bottom:16px;border-bottom:2px solid transparent;color:#71717a;font-size:14px;font-weight:500;line-height:20px;transition:all .2s ease}.workspace-template__topnav-link:hover{color:#f05252}.workspace-template__topnav-link--active{border-color:#dc2626;color:#dc2626}.workspace-template__topbar-right{display:flex;align-items:center;gap:16px}.workspace-template__create-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:0;border-radius:8px;background:#db322f;color:#fffbff;font-size:14px;font-weight:500;line-height:20px;transition:all .2s ease}.workspace-template__create-button:hover{opacity:.9}.workspace-template__create-button:active{transform:scale(.95)}.workspace-template__create-button .material-symbols-outlined{font-size:18px}.workspace-template__toolbar-icons{display:flex;align-items:center;gap:8px;color:#71717a}.workspace-template__icon-button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:inherit;transition:background-color .2s ease}.workspace-template__icon-button:hover{background:#f3f3f3}.workspace-template__guide{position:relative}.workspace-template__guide>summary{cursor:pointer;list-style:none}.workspace-template__guide>summary::-webkit-details-marker{display:none}.workspace-template__guide[open] .workspace-template__guide-button{background:#f6e7ea;color:#8b0012}.workspace-template__guide-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:90;width:min(430px,calc(100vw - 32px));padding:18px;border:1px solid #e7d9d3;border-radius:18px;background:#fffdfc;color:#2e2220;box-shadow:0 18px 48px rgba(46,34,32,.14)}.workspace-template__guide-panel:before{content:"";position:absolute;top:-7px;right:12px;width:12px;height:12px;border-top:1px solid #e7d9d3;border-left:1px solid #e7d9d3;background:#fffdfc;transform:rotate(45deg)}.workspace-template__guide-head{padding:2px 2px 14px;border-bottom:1px solid #f4ece7}.workspace-template__guide-kicker{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#f6e7ea;color:#8b0012;font-size:12px;font-weight:700;line-height:16px}.workspace-template__guide-head h2{margin:12px 0 8px;color:#2e2220;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:18px;font-weight:700;line-height:26px;letter-spacing:-.01em}.workspace-template__guide-head p{margin:0;color:#6a5651;font-size:13px;line-height:20px}.workspace-template__guide-steps{display:grid;grid-gap:10px;gap:10px;margin:16px 0;padding:0;list-style:none}.workspace-template__guide-step{display:grid;grid-template-columns:24px 34px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:12px;border:1px solid #efe2dc;border-radius:12px;background:#fff8f7}.workspace-template__guide-step-number{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#8b0012;color:#fff8f7;font-size:12px;font-weight:700;line-height:1}.workspace-template__guide-step-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid #e7d9d3;border-radius:999px;background:#fffdfc;color:#8b0012;font-size:18px}.workspace-template__guide-step strong{display:block;color:#2e2220;font-size:13px;line-height:18px}.workspace-template__guide-step small{display:block;margin-top:4px;color:#6a5651;font-size:12px;line-height:18px}.workspace-template__guide-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.workspace-template__guide-primary,.workspace-template__guide-secondary{min-height:40px;padding:0 12px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;line-height:18px;transition:background-color .2s ease,border-color .2s ease}.workspace-template__guide-primary{border:0;background:#8b0012;color:#fff8f7}.workspace-template__guide-primary:hover{background:#760010}.workspace-template__guide-secondary{border:1px solid #d6c2ba;background:#fffdfc;color:#2e2220}.workspace-template__guide-secondary:hover{border-color:#e4beb9;background:#fdf6f4}.workspace-template__guide-actions .material-symbols-outlined{font-size:18px}.workspace-template__guide-note{margin:14px 0 0;padding:12px;border:1px solid #ffddb4;border-radius:12px;background:#fffdfc;color:#805200;font-size:12px;line-height:18px}.workspace-template__notification-button,.workspace-template__notification-wrap{position:relative}.workspace-template__notification-badge{position:absolute;top:3px;right:3px;min-width:16px;height:16px;padding:0 4px;border:2px solid #ffffff;border-radius:999px;background:#8b0012;color:#fff8f7;display:grid;place-items:center;font-size:10px;font-weight:700;line-height:1}.workspace-template__notification-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:80;width:min(360px,calc(100vw - 32px));overflow:hidden;border:1px solid #e7d9d3;border-radius:18px;background:#fffdfc;color:#2e2220;box-shadow:0 18px 48px rgba(46,34,32,.14)}.workspace-template__notification-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 16px 12px;border-bottom:1px solid #f4ece7}.workspace-template__notification-head div{display:grid;grid-gap:2px;gap:2px}.workspace-template__notification-head strong{font-size:14px;line-height:20px}.workspace-template__notification-head span{color:#8b7771;font-size:12px;line-height:16px}.workspace-template__notification-head a{flex:0 0 auto;color:#8b0012;font-size:12px;font-weight:700;line-height:16px}.workspace-template__notification-list{max-height:360px;overflow-y:auto}.workspace-template__notification-item{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px 16px;border-bottom:1px solid #f4ece7;background:#fffdfc;transition:background-color .2s ease}.workspace-template__notification-item:hover{background:#f8f1eb}.workspace-template__notification-item--unread{background:#fff8f7}.workspace-template__notification-item-icon{width:34px;height:34px;border:1px solid #e7d9d3;border-radius:999px;background:#f6e7ea;color:#8b0012;display:grid;place-items:center}.workspace-template__notification-item-icon .material-symbols-outlined{font-size:18px}.workspace-template__notification-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.workspace-template__notification-copy strong{color:#2e2220;font-size:13px;line-height:18px}.workspace-template__notification-copy span{display:-webkit-box;overflow:hidden;color:#6a5651;font-size:12px;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.workspace-template__notification-copy small{color:#8b7771;font-size:11px;line-height:14px}.workspace-template__notification-empty{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:28px 24px;text-align:center}.workspace-template__notification-empty .material-symbols-outlined{color:#8b0012;font-size:28px}.workspace-template__notification-empty strong{font-size:14px;line-height:20px}.workspace-template__notification-empty p{max-width:220px;margin:0;color:#8b7771;font-size:12px;line-height:18px}.workspace-template__avatar{overflow:hidden;width:32px;height:32px;border:1px solid #e4beb9;border-radius:999px;background:linear-gradient(135deg,#4a342f,#c86a2b);color:#fff8f7;display:grid;place-items:center;font-size:12px;font-weight:700;cursor:pointer}.workspace-template__account{position:relative}.workspace-template__account>summary{list-style:none}.workspace-template__account>summary::-webkit-details-marker{display:none}.workspace-template__account[open] .workspace-template__avatar{border-color:#8b0012;box-shadow:0 0 0 4px #f6e7ea}.workspace-template__account-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:90;width:min(360px,calc(100vw - 32px));padding:16px;border:1px solid #e7d9d3;border-radius:18px;background:#fffdfc;color:#2e2220;box-shadow:0 18px 48px rgba(46,34,32,.14)}.workspace-template__account-panel:before{content:"";position:absolute;top:-7px;right:10px;width:12px;height:12px;border-top:1px solid #e7d9d3;border-left:1px solid #e7d9d3;background:#fffdfc;transform:rotate(45deg)}.workspace-template__account-head{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid #f4ece7}.workspace-template__account-avatar{width:48px;height:48px;border:1px solid #e4beb9;border-radius:999px;background:linear-gradient(135deg,#4a342f,#c86a2b);color:#fff8f7;display:grid;place-items:center;font-size:16px;font-weight:800}.workspace-template__account-kicker{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f6e7ea;color:#8b0012;font-size:11px;font-weight:700;line-height:14px}.workspace-template__account-head h2{overflow:hidden;margin:8px 0 2px;color:#2e2220;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:18px;font-weight:700;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.workspace-template__account-head p{margin:0;color:#8b7771;font-size:12px;line-height:18px}.workspace-template__account-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:14px 0}.workspace-template__account-stats div{padding:12px;border:1px solid #efe2dc;border-radius:12px;background:#fff8f7}.workspace-template__account-stats span{display:block;margin-bottom:5px;color:#8b7771;font-size:11px;line-height:14px}.workspace-template__account-stats strong{color:#2e2220;font-size:13px;line-height:18px}.workspace-template__account-actions{display:grid;grid-gap:6px;gap:6px}.workspace-template__account-actions a{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:10px;border-radius:12px;color:#2e2220;transition:background-color .2s ease}.workspace-template__account-actions a:hover{background:#f8f1eb}.workspace-template__account-actions .material-symbols-outlined{width:34px;height:34px;border:1px solid #e7d9d3;border-radius:999px;background:#fffdfc;color:#8b0012;display:grid;place-items:center;font-size:18px}.workspace-template__account-actions strong{display:block;font-size:13px;line-height:18px}.workspace-template__account-actions small{display:block;margin-top:2px;color:#8b7771;font-size:12px;line-height:16px}.workspace-template__account-upgrade{display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;margin-top:12px;padding:12px;border:1px solid #ffddb4;border-radius:12px;background:#fffdfc}.workspace-template__account-upgrade .material-symbols-outlined{color:#805200;font-size:22px}.workspace-template__account-upgrade strong{display:block;color:#2e2220;font-size:13px;line-height:18px}.workspace-template__account-upgrade p{margin:2px 0 0;color:#805200;font-size:12px;line-height:16px}.workspace-template__account-upgrade a{min-height:30px;padding:0 10px;border-radius:999px;background:#f8ebd9;color:#805200;display:inline-flex;align-items:center;font-size:12px;font-weight:700}.workspace-template__account-logout{margin-top:12px;padding-top:12px;border-top:1px solid #f4ece7}.workspace-template__account-logout button{width:100%;min-height:40px;border:1px solid #e7b7bf;border-radius:12px;background:#fffdfc;color:#a11b2b;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;transition:background-color .2s ease}.workspace-template__account-logout button:hover{background:#f8e3e6}.workspace-template__account-logout .material-symbols-outlined{font-size:18px}.workspace-template__body{display:flex;height:100vh;height:100dvh;min-height:0;padding-top:64px}.workspace-template__sidebar{display:flex;flex-direction:column;flex-shrink:0;width:clamp(220px,20vw,256px);height:100%;min-height:0;overflow-y:auto;padding:clamp(16px,2vw,24px) clamp(12px,1.5vw,16px);border-right:1px solid #e5e7eb;background:#fafafa}.workspace-template__workspace-head{display:flex;align-items:center;gap:12px;padding:0 8px;margin-bottom:32px}.workspace-template__workspace-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#b7131a;color:white;box-shadow:0 1px 2px rgba(0,0,0,.08)}.workspace-template__workspace-icon-fill{font-variation-settings:"FILL" 1}.workspace-template__workspace-head h2{margin:0;color:#1a1c1c;font-size:14px;font-weight:700;line-height:20px}.workspace-template__workspace-head p{margin:0;color:#71717a;font-size:11px;line-height:14px}.workspace-template__side-nav{flex:1 1}.workspace-template__side-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#5f5e5e;transition:background-color .2s ease}.workspace-template__side-link+.workspace-template__side-link{margin-top:4px}.workspace-template__side-link:hover{background:#f3f4f6}.workspace-template__side-link--active{background:#fef2f2;color:#dc2626;font-weight:700}.workspace-template__side-link .material-symbols-outlined{font-size:24px}.workspace-template__side-link-label{font-size:14px;line-height:20px}.workspace-template__sidebar-bottom{margin-top:auto;display:grid;grid-gap:16px;gap:16px}.workspace-template__upgrade{padding:16px;border:1px solid #f3f4f6;border-radius:12px;background:white;box-shadow:0 1px 2px rgba(0,0,0,.04)}.workspace-template__upgrade p{margin:0 0 8px;font-size:12px;font-weight:600;line-height:16px}.workspace-template__upgrade button,.workspace-template__upgrade>div:last-child{width:100%;min-height:32px;border:0;border-radius:8px;background:#09090b;color:white;font-size:12px;font-weight:700;text-align:center;padding:6px 12px;cursor:pointer}.workspace-template__bottom-links{display:grid;grid-gap:4px;gap:4px}.workspace-template__bottom-links a,.workspace-template__bottom-links button{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;border:0;border-radius:8px;background:transparent;color:#5f5e5e;font-size:14px;line-height:20px;text-align:left}.workspace-template__bottom-links a:hover,.workspace-template__bottom-links button:hover{background:#f3f4f6}.workspace-template__mobile-nav{display:none}.workspace-template__main{flex:1 1;min-width:0;min-height:0;display:flex;overflow:hidden;background:#f9f9f9}.workspace-template__main-scroll{flex:1 1;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:clamp(24px,4vw,40px) clamp(16px,2vw,24px)}.workspace-template__main-scroll--list{align-items:center;justify-content:flex-start;padding-top:32px;padding-bottom:40px}.workspace-template__content{width:100%;max-width:min(1180px,95vw);margin:0 auto;display:grid;grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px)}.workspace-template__panel{padding:clamp(16px,2vw,24px);border:1px solid #f3f4f6;border-radius:12px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.workspace-template__panel--hero{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(16px,3vw,24px);border-color:#e4beb9;background:radial-gradient(circle at top right,rgba(254,242,242,.95) 0,rgba(255,255,255,0) 34%),linear-gradient(180deg,#fffdfc,#fff8f7)}.workspace-template__panel-copy{max-width:760px}.workspace-template__panel--hero-no-action{justify-content:flex-start}.workspace-template__panel--hero-no-action .workspace-template__panel-copy{max-width:860px}.workspace-template__eyebrow{margin:0 0 10px;color:#b7131a;font-size:12px;font-weight:700;line-height:16px;letter-spacing:.08em;text-transform:uppercase}.workspace-template__panel--hero h1,.workspace-template__section-head h2{margin:0;color:#1a1c1c;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;letter-spacing:-.02em}.workspace-template__panel--hero h1{font-size:clamp(24px,3vw,32px);font-weight:700;line-height:clamp(32px,4vw,40px)}.workspace-template__panel-description,.workspace-template__section-head p{margin:clamp(8px,1vw,10px) 0 0;max-width:min(700px,90vw);color:#6a5651;font-size:clamp(14px,1.5vw,15px);line-height:clamp(22px,2.5vw,24px)}.workspace-template__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));grid-gap:clamp(12px,1.5vw,16px);gap:clamp(12px,1.5vw,16px)}.workspace-template__summary-card{padding:20px;border:1px solid #efe2dc;border-radius:12px;background:#fffdfc}.workspace-template__summary-label{margin:0 0 10px;color:#8b7771;font-size:12px;font-weight:600;line-height:16px}.workspace-template__summary-value{display:block;margin:0;color:#2e2220;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:28px;font-weight:700;line-height:34px}.workspace-template__summary-hint{margin:10px 0 0;color:#6a5651;font-size:13px;line-height:20px}.workspace-template__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.workspace-template__section-head h2{font-size:24px;font-weight:700;line-height:32px}.workspace-template__study-list{display:grid;grid-gap:clamp(12px,1.5vw,16px);gap:clamp(12px,1.5vw,16px)}.workspace-template__study-card{padding:clamp(16px,2vw,20px) clamp(18px,2.5vw,24px);border:1px solid #e7d9d3;border-radius:14px;background:#fffdfc;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.workspace-template__study-card:hover{border-color:#e4beb9;box-shadow:0 14px 30px rgba(139,0,18,.06);transform:translateY(-1px)}.workspace-template__study-card-main{display:grid;grid-gap:16px;gap:16px}.workspace-template__study-header{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(16px,3vw,24px);flex-wrap:wrap}.workspace-template__study-copy{min-width:0}.workspace-template__study-topline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px}.workspace-template__status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;line-height:16px}.workspace-template__status-pill--active{background:#e8f5e9;color:#2e7d32}.workspace-template__status-pill--expired{background:#f8e3e6;color:#a11b2b}.workspace-template__status-pill--archived{background:#f8ebd9;color:#a05a14}.workspace-template__status-pill--trashed{background:#f4ece7;color:#6a5651}.workspace-template__study-token,.workspace-template__study-topline-text{color:#8b7771;font-size:12px;line-height:18px}.workspace-template__study-copy h3{margin:0;color:#2e2220;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:clamp(18px,2.5vw,22px);font-weight:700;line-height:clamp(26px,3vw,30px);word-break:break-word}.workspace-template__study-copy p{margin:clamp(6px,1vw,8px) 0 0;color:#6a5651;font-size:clamp(13px,1.5vw,15px);line-height:clamp(20px,2.5vw,24px);word-break:break-word}.workspace-template__study-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:clamp(6px,1vw,8px);flex-shrink:0;max-width:min(360px,100%)}.workspace-template__study-actions-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.workspace-template__study-report-link{order:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 15px;border:1px solid #ebc9cf;border-radius:999px;background:#fff8f7;color:#8b0012;box-shadow:0 8px 18px rgba(139,0,18,.06);font-size:13px;font-weight:700;line-height:18px;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.workspace-template__study-report-link:hover{border-color:#e4beb9;background:#f6e7ea;box-shadow:0 10px 22px rgba(139,0,18,.1);transform:translateY(-1px)}.workspace-template__study-report-link .material-symbols-outlined{font-size:18px}.workspace-template__study-share-actions{order:2;display:inline-flex;align-items:center;gap:6px}.workspace-template__study-icon-button{display:inline-grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border:1px solid #e7d9d3;border-radius:999px;background:#fffdfc;color:#6a5651;box-shadow:0 6px 16px rgba(74,52,47,.05);transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.workspace-template__study-icon-button:hover{border-color:#ebc9cf;background:#f6e7ea;color:#8b0012;transform:translateY(-1px)}.workspace-template__study-icon-button:disabled{cursor:not-allowed;opacity:.58;transform:none}.workspace-template__study-icon-button .material-symbols-outlined{font-size:18px}.workspace-template__study-icon-button--success{border-color:#b9ddc8;background:#e5f3ec;color:#2f7a57}.workspace-template__study-icon-button--danger{order:3;border-color:transparent;background:transparent;color:#a11b2b;box-shadow:none}.workspace-template__study-icon-button--danger:hover{border-color:#e7b7bf;background:#f8e3e6;color:#a11b2b}.workspace-template__study-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 14px;border:1px solid #d6c2ba;border-radius:10px;background:#ffffff;color:#2e2220;font-size:13px;font-weight:600;line-height:18px;transition:background-color .2s ease,border-color .2s ease}.workspace-template__study-link[type=button]{cursor:pointer}.workspace-template__study-link:disabled{cursor:not-allowed;opacity:.58}.workspace-template__study-link .material-symbols-outlined{font-size:18px}.workspace-template__study-link--secondary{cursor:pointer;color:#8b0012;background:#fff8f7;border-color:#e4beb9}.workspace-template__study-link--ghost{color:#8b0012;background:transparent;border-color:transparent}.workspace-template__study-link--danger{color:#fff8f7;background:#a11b2b;border-color:#a11b2b}.workspace-template__study-link:hover{border-color:#e4beb9;background:#fdf6f4}.workspace-template__study-link--danger:hover{border-color:#891625;background:#891625}.workspace-template__study-token{order:4;flex:0 0 auto;margin-left:auto;padding:6px 10px;border:1px solid #efe2dc;border-radius:999px;background:#fcf8f4;color:#8b7771;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:16px;text-align:right}.workspace-template__study-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));grid-gap:clamp(8px,1.5vw,12px);gap:clamp(8px,1.5vw,12px)}.workspace-template__study-meta-item{padding:14px 16px;border:1px solid #efe2dc;border-radius:12px;background:#fcf8f4}.workspace-template__study-meta-label{display:block;margin-bottom:6px;color:#8b7771;font-size:12px;line-height:16px}.workspace-template__study-meta-item strong{color:#2e2220;font-size:14px;line-height:20px}.workspace-template__panel--empty{display:grid;justify-items:start;grid-gap:18px;gap:18px;padding:28px;border-style:dashed;background:linear-gradient(180deg,#fffdfc,#fcf8f4)}.workspace-template__section-empty-icon{display:grid;place-items:center;width:52px;height:52px;border:1px solid #e7d9d3;border-radius:18px;background:#fff8f7;color:#8b0012}.workspace-template__section-empty-icon .material-symbols-outlined{font-size:24px}.workspace-template__section-empty-copy h2{margin:0;color:#2e2220;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.02em}.workspace-template__section-empty-copy p:last-child{margin:10px 0 0;max-width:620px;color:#6a5651;font-size:15px;line-height:24px}.workspace-template__empty{width:100%;max-width:800px;text-align:center}.workspace-template__hero{position:relative}.workspace-template__hero-glow{position:absolute;inset:-16px;border-radius:999px;background:rgba(183,19,26,.05);filter:blur(48px);opacity:.5}.workspace-template__hero-illustration{position:relative;width:288px;height:288px;margin:0 auto;display:flex;align-items:center;justify-content:center}.workspace-template__hero-illustration svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.08))}.workspace-template__chip{position:absolute;padding:4px 12px;border-radius:999px;background:white;box-shadow:0 1px 2px rgba(0,0,0,.08);font-size:11px;font-weight:500;line-height:14px}.workspace-template__chip--top{top:16px;right:-16px;border:1px solid #fee2e2;color:#dc2626}.workspace-template__chip--bottom{bottom:40px;left:-32px;border:1px solid #ffddb4;color:#805200}.workspace-template__empty-copy{display:grid;grid-gap:12px;gap:12px}.workspace-template__empty-copy h1{margin:0;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:32px;font-weight:600;line-height:40px;letter-spacing:-.01em}.workspace-template__empty-copy p{max-width:448px;margin:0 auto;color:#5f5e5e;font-size:16px;line-height:24px}.workspace-template__cta-block{padding-top:24px;display:flex;flex-direction:column;align-items:center;gap:24px}.workspace-template__cta{position:relative;display:flex;align-items:center;gap:12px;padding:16px 32px;border:0;border-radius:8px;background:#b7131a;color:white;box-shadow:0 10px 30px rgba(183,19,26,.2);transition:all .3s ease}.workspace-template__cta:hover{transform:translateY(-4px);box-shadow:0 12px 34px rgba(183,19,26,.32)}.workspace-template__cta-icon{font-size:24px}.workspace-template__cta-text{font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.04em}.workspace-template__ai-tip{display:flex;align-items:center;gap:8px;max-width:252px;padding:8px 16px;border:1px solid #ffddb4;border-radius:12px;background:#ffffff;color:#c8a167;font-size:11px;font-weight:500;line-height:14px}.workspace-template__ai-tip .material-symbols-outlined{color:#805200;font-size:18px}.workspace-template__cards{width:100%;max-width:min(1000px,95vw);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px);margin-top:clamp(32px,5vw,48px);padding:0 clamp(16px,3vw,48px)}.workspace-template__card{padding:24px;border:1px solid #f3f4f6;border-radius:12px;background:#fff;transition:border-color .2s ease}.workspace-template__card:hover{border-color:#fecaca}.workspace-template__card-icon{width:40px;height:40px;margin-bottom:16px;border-radius:999px;background:#fef2f2;color:#dc2626;display:grid;place-items:center}.workspace-template__card h3{margin:0 0 8px;font-size:14px;font-weight:700;line-height:20px}.workspace-template__card p{margin:0;color:#71717a;font-size:12px;line-height:18px}@media (max-width:1200px){.workspace-template__study-meta,.workspace-template__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-template__cards{padding:0 24px}}@media (max-width:1024px){.workspace-template__sidebar{display:none}}@media (max-width:840px){.workspace-template{height:auto;min-height:100vh;overflow:auto}.workspace-template__topbar-inner{height:auto;padding-top:12px;padding-bottom:12px}.workspace-template__topbar-inner,.workspace-template__topbar-left{flex-direction:column;align-items:flex-start;gap:12px}.workspace-template__topbar-right{width:100%;justify-content:space-between}.workspace-template__toolbar-icons{margin-left:auto}.workspace-template__guide-panel{right:0;width:min(430px,calc(100vw - 32px))}.workspace-template__account-panel{right:0}.workspace-template__topnav{flex-wrap:wrap;gap:16px}.workspace-template__body{padding-top:120px;height:auto}.workspace-template__main-scroll{height:auto;padding:32px 16px}.workspace-template__panel--hero,.workspace-template__section-head,.workspace-template__study-header{flex-direction:column;align-items:flex-start}.workspace-template__cards,.workspace-template__study-meta,.workspace-template__summary-grid{grid-template-columns:1fr}.workspace-template__cards{padding:0}.workspace-template__study-actions{justify-items:flex-start}.workspace-template__study-actions-row{justify-content:flex-start}}@media (max-width:520px){.workspace-template__guide-panel{right:-48px;max-height:calc(100vh - 148px);overflow-y:auto}.workspace-template__guide-panel:before{right:60px}.workspace-template__account-panel{right:0;max-height:calc(100vh - 148px);overflow-y:auto}.workspace-template__account-stats,.workspace-template__account-upgrade,.workspace-template__guide-actions{grid-template-columns:1fr}}.account-page{height:100vh;min-height:100vh;overflow-y:auto;background:#fcf8f4;color:#2e2220}.account-page__shell{width:min(100%,1080px);margin:0 auto;padding:40px 24px 64px}.account-page__topline{margin-bottom:24px}.account-page__back{min-height:40px;padding:0 14px;border:1px solid #d6c2ba;border-radius:999px;background:#fffdfc;color:#2e2220;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.account-page__back .material-symbols-outlined{font-size:18px}.account-page__hero{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:center;margin-bottom:24px;padding:28px;border:1px solid #e7d9d3;border-radius:24px;background:radial-gradient(circle at top right,rgba(246,231,234,.9) 0,rgba(255,253,252,0) 36%),linear-gradient(180deg,#fffdfc,#fff8f7);box-shadow:0 18px 42px rgba(139,0,18,.06)}.account-page__avatar{width:72px;height:72px;border:1px solid #e4beb9;border-radius:999px;background:linear-gradient(135deg,#4a342f,#c86a2b);color:#fff8f7;display:grid;place-items:center;font-size:24px;font-weight:800}.account-page__eyebrow{margin:0 0 8px;color:#8b0012;font-size:12px;font-weight:700;line-height:16px;letter-spacing:.08em}.account-page__hero h1{margin:0;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:32px;line-height:40px;letter-spacing:-.02em}.account-page__hero p:last-child{max-width:640px;margin:10px 0 0;color:#6a5651;font-size:15px;line-height:24px}.account-page__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px;align-items:start}.account-page__panel{padding:24px;border:1px solid #e7d9d3;border-radius:24px;background:#fffdfc;box-shadow:0 12px 32px rgba(46,34,32,.05)}.account-page__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.account-page__section-head h2{margin:0;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;line-height:32px}.account-page__status{min-height:28px;padding:0 10px;border-radius:999px;background:#f6e7ea;color:#8b0012;display:inline-flex;align-items:center;font-size:12px;font-weight:700}.account-page__field{display:grid;grid-gap:10px;gap:10px;color:#6a5651;font-size:13px;font-weight:700}.account-page__field input{width:100%;min-height:48px;padding:0 14px;border:1px solid #d6c2ba;border-radius:14px;outline:0;background:#fffdfc;color:#2e2220;font-size:16px}.account-page__field input:focus{border-color:#8b0012;box-shadow:0 0 0 4px #f6e7ea}.account-page__hint{max-width:600px;margin:12px 0 22px;color:#8b7771;font-size:13px;line-height:20px}.account-page__primary{min-height:44px;padding:0 18px;border:0;border-radius:14px;background:#8b0012;color:#fff8f7;font-size:14px;font-weight:700;box-shadow:0 12px 28px rgba(139,0,18,.12)}.account-page__details{display:grid;grid-gap:10px;gap:10px;margin:0 0 18px}.account-page__details div{padding:12px 14px;border:1px solid #efe2dc;border-radius:14px;background:#fff8f7}.account-page__details dt{margin-bottom:4px;color:#8b7771;font-size:12px;line-height:16px}.account-page__details dd{margin:0;color:#2e2220;font-size:14px;font-weight:700;line-height:20px}.account-page__notice{display:grid;grid-template-columns:36px minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px;border:1px solid #dfc7cb;border-radius:16px;background:#f4e8ea}.account-page__notice+.account-page__notice{margin-top:12px}.account-page__notice--warm{border-color:#e9cda5;background:#f8ebd9}.account-page__notice .material-symbols-outlined{color:#8b0012;font-size:24px}.account-page__notice--warm .material-symbols-outlined{color:#805200}.account-page__notice strong{display:block;font-size:14px;line-height:20px}.account-page__notice p{margin:4px 0 0;color:#6a5651;font-size:13px;line-height:20px}@media (max-width:900px){.account-page__grid,.account-page__hero{grid-template-columns:1fr}.account-page__shell{padding:24px 16px 48px}}.study-lite{height:100vh;height:100dvh;min-height:100vh;overflow-x:hidden;overflow-y:auto;background:#f9f9f9;color:#1a1c1c}.study-lite__topbar{position:fixed;top:0;z-index:80;width:100%;height:64px;border-bottom:1px solid #e4e4e7;background:#ffffff}.study-lite__topbar-inner{display:flex;align-items:center;justify-content:space-between;width:min(100%,1280px);height:100%;margin:0 auto;padding:0 48px}.study-lite__brand{display:flex;align-items:center;gap:8px;color:#dc2626;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:18px;font-weight:700}.study-lite__brand-icon{display:block;width:44px;height:30px;overflow:hidden;flex:0 0 auto}.study-lite__brand-mascot{display:block;width:100%;height:100%;object-fit:contain}.study-lite__actions{display:flex;align-items:center;margin-left:auto;position:relative;z-index:2}.study-lite__top-menu{position:relative}.study-lite__top-menu>summary{list-style:none}.study-lite__top-menu>summary::-webkit-details-marker{display:none}.study-lite__top-menu[open] .study-lite__avatar,.study-lite__top-menu[open] .study-lite__icon-button{border-color:#8b0012;background:#f6e7ea;color:#8b0012;box-shadow:0 0 0 4px rgba(246,231,234,.95)}.study-lite__icon-button{width:36px;height:36px;border:1px solid transparent;border-radius:999px;background:transparent;color:#71717a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.study-lite__icon-button .material-symbols-outlined{font-size:21px}.study-lite__avatar{width:32px;height:32px;border:1px solid #e4beb9;border-radius:999px;background:linear-gradient(135deg,#4a342f,#c86a2b);color:#fff8f7;display:grid;place-items:center;font-size:12px;font-weight:700;cursor:pointer;text-decoration:none}.study-lite__account-panel,.study-lite__info-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:95;width:min(360px,calc(100vw - 32px));border:1px solid #e7d9d3;border-radius:18px;background:#fffdfc;color:#2e2220;box-shadow:0 18px 48px rgba(46,34,32,.14)}.study-lite__account-panel:before,.study-lite__info-panel:before{content:"";position:absolute;top:-7px;right:14px;width:12px;height:12px;border-top:1px solid #e7d9d3;border-left:1px solid #e7d9d3;background:#fffdfc;transform:rotate(45deg)}.study-lite__info-panel{padding:16px}.study-lite__menu-kicker{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f6e7ea;color:#8b0012;font-size:11px;font-weight:700;line-height:14px}.study-lite__account-head h2,.study-lite__info-panel h2{margin:8px 0 4px;color:#2e2220;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:17px;font-weight:700;line-height:24px}.study-lite__account-head p,.study-lite__info-panel p{margin:0;color:#8b7771;font-size:12px;line-height:18px}.study-lite__info-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.study-lite__info-steps span{display:grid;grid-gap:5px;gap:5px;padding:10px;border:1px solid #efe2dc;border-radius:12px;background:#fff8f7;color:#6a5651;font-size:12px;font-weight:700;line-height:16px}.study-lite__info-steps strong{width:22px;height:22px;border-radius:999px;background:#8b0012;color:#fff8f7;display:grid;place-items:center;font-size:11px}.study-lite__account-panel{padding:16px}.study-lite__account-head{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid #f4ece7}.study-lite__account-avatar{width:48px;height:48px;border:1px solid #e4beb9;border-radius:999px;background:linear-gradient(135deg,#4a342f,#c86a2b);color:#fff8f7;display:grid;place-items:center;font-size:16px;font-weight:800}.study-lite__account-actions{display:grid;grid-gap:6px;gap:6px;margin-top:14px}.study-lite__account-actions a{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:10px;border-radius:12px;color:#2e2220;transition:background-color .2s ease}.study-lite__account-actions a:hover{background:#f8f1eb}.study-lite__account-actions .material-symbols-outlined{width:34px;height:34px;border:1px solid #e7d9d3;border-radius:999px;background:#f6e7ea;color:#8b0012;display:grid;place-items:center;font-size:18px}.study-lite__account-actions small,.study-lite__account-actions strong{display:block}.study-lite__account-actions strong{font-size:13px;line-height:18px}.study-lite__account-actions small{margin-top:2px;color:#8b7771;font-size:12px;line-height:16px}.study-lite__account-logout{margin-top:12px;padding-top:12px;border-top:1px solid #f4ece7}.study-lite__account-logout button{width:100%;min-height:40px;border:0;border-radius:12px;background:#f8e3e6;color:#a11b2b;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.study-lite__account-logout .material-symbols-outlined{font-size:18px}.study-lite__canvas{position:relative;width:100%;min-height:100vh;min-height:100svh;height:auto;padding:96px 0 64px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:radial-gradient(circle at top left,#fff1f0 0,#ffffff 40%),radial-gradient(circle at bottom right,#fff7ed 0,#ffffff 40%)}.study-lite__pattern{position:absolute;inset:0;background-image:radial-gradient(#ba1a1a .5px,transparent 0);background-size:24px 24px;opacity:.03;pointer-events:none}.study-lite__panel{z-index:1;max-width:768px;padding:0 24px;display:flex;flex-direction:column}.study-lite__panel,.study-lite__progress{position:relative;width:100%;align-items:center}.study-lite__progress{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-gap:16px;gap:16px;margin-bottom:48px}.study-lite__progress-main{grid-column:2;display:flex;align-items:center;justify-content:center;gap:16px}.study-lite__progress-track{gap:0}.study-lite__progress-step-wrap,.study-lite__progress-track{display:flex;align-items:center}.study-lite__progress-step{width:32px;height:32px;border-radius:999px;background:#e4e4e7;color:#71717a;display:grid;place-items:center;font-size:14px;font-weight:600}.study-lite__progress-step--active{color:#ffffff;box-shadow:0 2px 8px rgba(183,19,26,.18)}.study-lite__progress-step--done{background:#f2d9dc;color:#b7131a}.study-lite__progress-line{width:48px;height:4px;margin:0 8px;border-radius:999px;background:#e4e4e7}.study-lite__progress-label{color:#71717a;font-size:12px;font-weight:600;letter-spacing:.12em}.study-lite__dialogue,.study-lite__form-stage{display:grid;grid-gap:24px;gap:24px;width:100%;max-width:640px}.study-lite__message-row{position:relative;width:100%;min-height:196px}.study-lite__message-row--compact{margin-bottom:-4px}.study-lite__spark{position:absolute;top:0;left:-56px;width:40px;height:40px;border:1px solid #e4beb9;border-radius:12px;background:#ffffff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}.study-lite__form-stage{max-width:720px}.interview-page__notice--success{display:flex;align-items:center;justify-content:space-between;gap:16px}.interview-page__notice--success div{display:grid;grid-gap:4px;gap:4px}.interview-page__notice--success strong{color:#2e2220}.interview-page__notice--success span{color:#6a5651}.interview-page__claim-link{flex:0 0 auto;border-radius:999px;background:#8b0012;color:#fff8f7;padding:10px 16px;font-size:14px;font-weight:700}.share-study__completed-card{width:100%;border:1px solid #e7d9d3;border-radius:24px;background:rgba(255,253,252,.92);padding:24px;display:flex;gap:16px;box-shadow:0 20px 48px rgba(74,52,47,.08)}.share-study__completed-card>.material-symbols-outlined{flex:0 0 auto;color:#2f7a57;font-size:34px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.share-study__completed-card h1{margin:0 0 8px;color:#2e2220;font-size:clamp(24px,4vw,36px);line-height:1.15}.share-study__completed-card p{margin:0;color:#6a5651;font-size:16px;line-height:1.7}.report-page,.reports-center{height:100vh;height:100dvh;overflow:auto;background:radial-gradient(circle at 12% 8%,rgba(246,231,234,.9),transparent 28%),linear-gradient(180deg,#fcf8f4,#f8f1eb);color:#2e2220;font-family:Avenir Next,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.reports-center{padding:40px clamp(20px,5vw,72px) 72px}.reports-center--compact{display:grid;place-items:center}.report-page__hero,.report-page__section,.reports-center__hero,.reports-center__panel{width:min(100%,min(1120px,95vw));margin:0 auto}.reports-center__hero{display:grid;grid-gap:10px;gap:10px;margin-bottom:24px}.report-page__back,.reports-center__back{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;color:#8b0012;font-weight:700}.report-page__eyebrow,.reports-center__eyebrow{margin:0;color:#8b0012;font-size:13px;font-weight:800}.report-page__hero h1,.reports-center__hero h1{margin:0;max-width:760px;font-size:clamp(32px,5vw,56px);line-height:1.05}.report-page__hero p,.reports-center__hero p:last-child{max-width:720px;margin:0;color:#6a5651;font-size:16px;line-height:1.7}.reports-center__summary-grid{width:min(100%,min(1120px,95vw));margin:0 auto 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));grid-gap:clamp(10px,1.5vw,14px);gap:clamp(10px,1.5vw,14px)}.report-page__hero,.report-page__section,.reports-center__card,.reports-center__empty,.reports-center__panel,.reports-center__summary-grid article{border:1px solid #e7d9d3;border-radius:24px;background:rgba(255,253,252,.92);box-shadow:0 24px 64px rgba(74,52,47,.08)}.reports-center__summary-grid article{padding:18px;display:grid;grid-gap:8px;gap:8px}.report-page__meta-grid span,.reports-center__card-head,.reports-center__card-meta,.reports-center__summary-grid span{color:#8b7771;font-size:13px}.reports-center__summary-grid strong{font-size:28px}.reports-center__panel{padding:24px}.reports-center__section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.reports-center__section-head--stacked{align-items:flex-start}.report-page__section h2,.reports-center__section-head h2{margin:0 0 6px;font-size:clamp(20px,2.5vw,22px);line-height:clamp(28px,3vw,32px)}.reports-center__section-head p{margin:0;color:#6a5651}.reports-center__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));grid-gap:clamp(12px,1.5vw,16px);gap:clamp(12px,1.5vw,16px)}.reports-center__card{min-height:220px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:transform .16s ease,border-color .16s ease}.reports-center__card:hover{border-color:#d6c2ba;transform:translateY(-2px)}.reports-center__card-head,.reports-center__card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.reports-center__card h3{margin:0;font-size:20px}.reports-center__card p{margin:0;color:#6a5651;line-height:1.6}.reports-center__card-meta{margin-top:auto}.reports-center__card-meta a{color:#8b0012;font-weight:800}.reports-center__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reports-center__primary-button,.reports-center__secondary-button{min-height:42px;border-radius:999px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.reports-center__primary-button{border:0;background:#8b0012;color:#fff8f7;box-shadow:0 14px 28px rgba(139,0,18,.14)}.reports-center__primary-button:hover:not(:disabled),.reports-center__secondary-button:hover:not(:disabled){transform:translateY(-1px)}.reports-center__primary-button:disabled,.reports-center__secondary-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.reports-center__secondary-button{border:1px solid #d6c2ba;background:#fffdfc;color:#2e2220}.reports-center__selection-note{margin:-4px 0 18px;padding:12px 14px;border:1px solid #e7d9d3;border-radius:18px;background:#f8f1eb;color:#6a5651;display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px}.reports-center__selection-note strong{color:#8b0012}.reports-center__selectable-card{position:relative}.reports-center__selectable-card--active{border-color:#8b0012;background:#fff8f7}.reports-center__selectable-card--disabled{opacity:.66}.reports-center__checkbox-label{display:inline-flex;align-items:center;gap:8px}.reports-center__checkbox-label input{width:18px;height:18px;accent-color:#8b0012}.reports-center__report-collections{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.reports-center__report-collections>article{border:1px solid #e7d9d3;border-radius:20px;background:#fff8f7;padding:18px}.reports-center__report-collections p{margin:0;color:#6a5651;line-height:1.6}.reports-center__collection-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.reports-center__collection-head h2{margin:0;font-size:18px}.reports-center__collection-head span{border-radius:999px;background:#f6e7ea;color:#8b0012;padding:5px 9px;font-size:12px;font-weight:800}.reports-center__compact-list{display:grid;grid-gap:10px;gap:10px}.reports-center__compact-list a{border:1px solid #e7d9d3;border-radius:16px;background:#fffdfc;padding:12px 14px;display:grid;grid-gap:4px;gap:4px}.reports-center__compact-list span{color:#2e2220;font-weight:800}.reports-center__compact-list small{color:#8b7771}.report-pill{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#f6e7ea;color:#8b0012;padding:6px 10px;font-size:12px;font-weight:800}.reports-center__empty{min-height:260px;padding:36px;display:grid;place-items:center;text-align:center;grid-gap:10px;gap:10px}.reports-center__empty .material-symbols-outlined{color:#8b0012;font-size:40px}.reports-center__empty h1,.reports-center__empty h2,.reports-center__empty p{margin:0}.reports-center__empty p{max-width:520px;color:#6a5651}.reports-center__primary{margin-top:10px;border-radius:999px;background:#8b0012;color:#fff8f7;padding:12px 18px;font-weight:800}.report-page{padding:32px clamp(18px,5vw,72px) 72px}.report-page__hero{padding:28px;display:grid;grid-gap:22px;gap:22px;margin-bottom:20px}.report-page__meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.report-page__meta-grid div{border-radius:18px;background:#f8f1eb;padding:14px;display:grid;grid-gap:6px;gap:6px}.report-page__meta-grid strong{line-height:1.35}.report-page__hero-top-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-pdf-download-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:1px solid #d6c2ba;border-radius:999px;background:#FFFDFC;color:#2e2220;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap;position:relative;overflow:hidden}.report-pdf-download-btn:hover{background:#f8f1eb;border-color:#8b0012;color:#8b0012}.report-pdf-download-btn:active{background:#f6e7ea}.report-pdf-download-btn:disabled{opacity:.6;cursor:not-allowed}.report-pdf-download-btn .material-symbols-outlined{font-size:18px}.report-pdf-download-btn.is-loading .material-symbols-outlined{animation:pdf-download-spin 1.2s linear infinite}@keyframes pdf-download-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media print{.report-page__back,.report-pdf-download-btn,.study-lite__topbar,.workspace-template__topbar,header[role=banner],nav{display:none!important}@page{size:A4 portrait;margin:15mm 12mm}body{background:white!important;margin:0;padding:0}.report-page{background:white!important;padding:0!important;width:100%!important;max-width:100%!important}.report-page__hero,.report-page__section{box-shadow:none!important;border:1px solid #e0e0e0!important;border-radius:8px!important;max-width:100%!important;width:100%!important;padding:16px 20px!important;break-inside:avoid;page-break-inside:avoid;margin-bottom:12px!important}.report-page__hero{break-after:avoid;page-break-after:avoid}.report-page__brief-card,.report-page__confidence-panel,.report-page__insight-card,.report-page__opportunity-card{break-inside:avoid;page-break-inside:avoid}.report-page__meta-grid>div{break-inside:auto;page-break-inside:auto}.report-page__section--split{display:grid!important;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.report-page__hero h1{font-size:24px!important;line-height:1.3!important}.report-page__section h2{font-size:18px!important;line-height:1.4!important}.report-page__section h3{font-size:15px!important}dd,li,p,td{font-size:11px!important;line-height:1.6!important}table{font-size:10px!important}td,th{padding:4px 8px!important}.report-page__meta-grid{grid-template-columns:repeat(3,1fr)!important}.report-page__transcript{font-size:10px!important;line-height:1.5!important}.report-page__transcript article{break-inside:auto;page-break-inside:auto}.report-page__brief-grid{grid-template-columns:repeat(3,1fr)!important}h2,h3{orphans:3;widows:3}.report-page__section{break-inside:auto;page-break-inside:auto;break-before:auto;page-break-before:auto}.report-page__section-headline{break-after:avoid;page-break-after:avoid}a[href]:after{content:none!important}}.report-page__section{padding:24px;margin-bottom:18px}.report-page__section-headline{display:grid;grid-gap:4px;gap:4px;margin-bottom:18px}.report-page__section-kicker{color:#8b0012;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.report-page__section--split{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.report-page__executive{display:block;background:linear-gradient(135deg,rgba(255,253,252,.96),rgba(255,248,247,.96)),linear-gradient(90deg,rgba(139,0,18,.08),transparent)}.report-page__executive-main{display:grid;align-content:start;grid-gap:12px;gap:12px}.report-page__executive-main h2{margin:0;color:#2e2220;font-size:clamp(18px,2vw,24px);line-height:1.6}.report-page__confidence-panel p,.report-page__executive-main p,.report-page__insight-body,.report-page__opportunity-card p,.report-page__opportunity-card small,.report-page__stage-list p{margin:0;color:#4a342f;line-height:1.75}.report-page__confidence-panel{display:grid;align-content:start;grid-gap:10px;gap:10px;min-height:100%;padding:20px;border:1px solid #ebc9cf;border-radius:20px;background:#fff8f7}.report-page__confidence-panel span{color:#8b7771;font-size:13px;font-weight:700}.report-page__confidence-panel strong{color:#8b0012;font-size:36px;line-height:1}.report-page__executive-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1.25rem}.report-page__brief-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:14px;gap:14px;background:rgba(255,253,252,.72)}.report-page__brief-card{display:grid;align-content:start;grid-gap:12px;gap:12px;min-width:0;padding:18px;border:1px solid #e7d9d3;border-radius:18px;background:#fffdfc}.report-page__brief-card--primary{border-color:#ebc9cf;background:#fff8f7}.report-page__brief-card>.material-symbols-outlined{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#f6e7ea;color:#8b0012;font-size:19px}.report-page__brief-card h2,.report-page__insight-head h3,.report-page__opportunity-card h3{margin:0;color:#2e2220}.report-page__insight-stack{display:grid;grid-gap:14px;gap:14px}.report-page__insight-card{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:18px;gap:18px;padding:18px;border:1px solid #e7d9d3;border-radius:18px;background:#fff8f7}.report-page__insight-index{display:grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#8b0012;color:#fff8f7;font-weight:800}.report-page__insight-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.report-page__insight-head span{flex:0 0 auto;border-radius:999px;background:#f6e7ea;color:#8b0012;padding:5px 10px;font-size:12px;font-weight:800}.report-page__insight-body{display:grid;grid-gap:12px;gap:12px}.report-page__insight-body div{display:grid;grid-gap:4px;gap:4px}.report-page__insight-body dt{color:#8b0012;font-size:13px;font-weight:800}.report-page__insight-body dd{margin:0}.report-page__definition-list--boxed div{padding:14px;border:1px solid #e7d9d3;border-radius:16px;background:#fff8f7}.report-page__opportunity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.report-page__opportunity-card{display:grid;align-content:start;grid-gap:10px;gap:10px;padding:18px;border:1px solid #e7d9d3;border-radius:18px;background:#fffdfc}.report-page__opportunity-card strong{display:block;color:#8b0012;line-height:1.6}.report-page__opportunity-card small{display:block;padding-top:10px;border-top:1px solid #f4ece7;color:#8b7771}.report-page__stage-list{display:grid;grid-gap:12px;gap:12px}.report-page__stage-list div{padding:14px;border-radius:16px;background:#f8f1eb}.report-page__stage-list strong{display:block;margin-bottom:6px;color:#8b0012}.report-page__status-section{display:flex;align-items:flex-start;gap:18px}.report-page__status-section>.material-symbols-outlined{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:999px;background:#f6e7ea;color:#8b0012}.report-page__status-section h2{margin:0 0 8px}.report-page__status-section p{margin:0;color:#6a5651;line-height:1.7}.report-page__finding-grid,.report-page__quote-list,.report-page__transcript{display:grid;grid-gap:14px;gap:14px}.report-page__finding-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-page__finding{border:1px solid #e7d9d3;border-radius:18px;background:#fff8f7;padding:16px;display:flex;gap:12px}.report-page__finding .material-symbols-outlined{color:#8b0012}.report-page__definition-list,.report-page__definition-list dd,.report-page__finding p,.report-page__lead,.report-page__list,.report-page__quote-list p,.report-page__transcript p{margin:0;color:#4a342f;line-height:1.7}.report-page__definition-list{display:grid;grid-gap:14px;gap:14px}.report-page__definition-list dt{color:#8b0012;font-weight:800}.report-page__list{padding-left:20px}.report-page__list--cards{padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.report-page__list--cards li{border-radius:16px;background:#f8f1eb;padding:14px}.report-page__quote-list blockquote{margin:0;border-left:4px solid #8b0012;border-radius:0 18px 18px 0;background:#fff8f7;padding:16px 18px}.report-page__quote-list cite{display:block;margin-top:8px;color:#8b7771;font-style:normal}.report-page__transcript article{border-bottom:1px solid #e7d9d3;padding-bottom:12px}.report-page__transcript span{color:#8b0012;font-size:13px;font-weight:800}@media (max-width:900px){.report-page__brief-grid,.report-page__executive,.report-page__finding-grid,.report-page__meta-grid,.report-page__opportunity-grid,.report-page__section--split,.reports-center__grid,.reports-center__report-collections,.reports-center__summary-grid{grid-template-columns:1fr}.reports-center__section-head{flex-direction:column}.interview-page__notice--success{align-items:flex-start;flex-direction:column}}.study-lite__spark .material-symbols-outlined{color:#b7131a;font-size:20px;font-variation-settings:"FILL" 1}.study-lite__spark--active{animation:study-lite-spark-pulse 1.8s ease-in-out infinite}.study-lite__message-card{width:100%;min-height:196px;padding:24px;border:1px solid #e4beb9;border-radius:12px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.study-lite__message-card--thinking{border-color:#e7c8cd;background:radial-gradient(circle at top right,rgba(246,231,234,.95) 0,rgba(255,255,255,0) 34%),linear-gradient(180deg,#fffdfc,#fff8f7);box-shadow:0 16px 40px rgba(139,0,18,.08)}.study-lite__message-inner{display:grid;grid-template-rows:18px 64px minmax(0,1fr);height:100%}.study-lite__message-status{margin:0 0 8px;color:#b7131a;font-size:12px;font-weight:600;letter-spacing:.08em}.study-lite__message-status--spacer{visibility:hidden}.study-lite__message-content,.study-lite__message-title-wrap{overflow:hidden}.study-lite__message-title{margin:0 0 8px;font-family:Manrope,Segoe UI,PingFang SC,sans-serif;font-size:24px;font-weight:600;line-height:32px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.study-lite__message-body--streaming:after,.study-lite__message-title--streaming:after{content:"";display:inline-block;width:.55em;height:1.05em;margin-left:3px;border-radius:999px;background:rgba(183,19,26,.78);vertical-align:-.14em;animation:study-lite-caret-blink .95s ease-in-out infinite}.study-lite__message-body,.study-lite__message-hint{margin:0;font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.study-lite__message-body span{display:block;margin-top:4px;color:#b7131a;font-weight:500}.study-lite__message-skeleton{display:grid;grid-gap:8px;gap:8px;margin:4px 0 12px}.study-lite__message-skeleton span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#f2d9dc,#fffdfc 50%,#f2d9dc);background-size:220% 100%;animation:study-lite-shimmer 1.8s linear infinite}.study-lite__message-skeleton span:first-child{width:88%}.study-lite__message-skeleton span:nth-child(2){width:62%}.study-lite__thinking-block{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;height:100%}.study-lite__thinking-orbit{position:relative;width:72px;height:72px;margin:0 auto}.study-lite__thinking-core,.study-lite__thinking-dot,.study-lite__thinking-ring{position:absolute;inset:0;border-radius:999px}.study-lite__thinking-core{inset:22px;background:radial-gradient(circle,#b7131a 0,#8b0012 100%);box-shadow:0 0 0 8px rgba(183,19,26,.08);animation:study-lite-core-breathe 1.8s ease-in-out infinite}.study-lite__thinking-ring{border:1px solid rgba(183,19,26,.18)}.study-lite__thinking-ring--one{animation:study-lite-ring-spin 8s linear infinite}.study-lite__thinking-ring--two{inset:8px;border-color:rgba(183,19,26,.12);animation:study-lite-ring-spin-reverse 6s linear infinite}.study-lite__thinking-dot{width:10px;height:10px;background:#d14f57;top:50%;left:50%;margin-left:-5px;margin-top:-5px}.study-lite__thinking-dot--one{transform:translateY(-32px);animation:study-lite-dot-orbit-one 2.2s linear infinite}.study-lite__thinking-dot--two{width:8px;height:8px;margin-left:-4px;margin-top:-4px;background:#e08d93;transform:translate(24px,16px);animation:study-lite-dot-orbit-two 2.8s linear infinite}.study-lite__thinking-dot--three{width:6px;height:6px;margin-left:-3px;margin-top:-3px;background:#f0c7cb;transform:translate(-22px,18px);animation:study-lite-dot-orbit-three 3.2s linear infinite}.study-lite__followup-stack{display:grid;grid-gap:12px;gap:12px}.study-lite__followup-card{border:1px solid #e7c5c0;border-radius:14px;background:rgba(255,253,252,.94);padding:18px;box-shadow:0 14px 34px rgba(55,35,33,.045)}.study-lite__followup-card--active{border-color:#d79da2;background:radial-gradient(circle at top right,rgba(246,231,234,.86),transparent 34%),#fffdfc}.study-lite__followup-card p{margin:0;color:#2e2220;font-size:16px;font-weight:700;line-height:25px}.study-lite__followup-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.study-lite__followup-options button{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0;min-height:42px;border:1px solid #e4beb9;border-radius:12px;background:#fffdfc;color:#6a5651;padding:8px 12px;font-size:13px;font-weight:700;text-align:left;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.study-lite__followup-options button .material-symbols-outlined{flex:0 0 auto;color:#8b0012;font-size:19px;line-height:1}.study-lite__followup-options button span:last-child{min-width:0;overflow-wrap:anywhere}.study-lite__followup-option--active,.study-lite__followup-options button:hover:not(:disabled){border-color:#b7131a!important;background:#f6e7ea!important;color:#8b0012!important}.study-lite__followup-options button:disabled{opacity:.55;cursor:not-allowed}.study-lite__followup-card small{display:block;margin-top:10px;color:#8b7771;font-size:12px;line-height:18px}.study-lite__followup-input{display:grid;grid-gap:14px;gap:14px;margin-top:14px}.study-lite__followup-input textarea{width:100%;min-height:88px;resize:vertical;border:1px solid #e4beb9;border-radius:12px;background:#fffdfc;color:#2e2220;padding:12px 14px;font:inherit;font-size:14px;line-height:22px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.study-lite__followup-input textarea::placeholder{color:#a89792}.study-lite__followup-input textarea:focus{border-color:#b7131a;background:#ffffff;box-shadow:0 0 0 2px rgba(139,0,18,.08)}.study-lite__followup-input textarea:disabled{opacity:.7;cursor:not-allowed}.study-lite__followup-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px}.study-lite__input-card,.study-lite__simple-form{width:100%;max-width:640px;border:1px solid #e4beb9;border-radius:12px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.study-lite__input-card{padding:16px;min-height:244px;display:grid;grid-template-rows:minmax(0,1fr) auto}.study-lite__input-card--disabled{opacity:.78}.study-lite__simple-form input,.study-lite__simple-form select,.study-lite__textarea{width:100%;border:0;outline:0;background:transparent;color:#1a1c1c}.study-lite__textarea{height:100%;min-height:0;resize:none;padding:0;overflow-y:auto}.study-lite__textarea::placeholder{color:#c8c6c5}.study-lite__input-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #eeeeee}.study-lite__button-row,.study-lite__input-icons{display:flex;align-items:center;gap:8px}.study-lite__input-icons button{width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:#5f5e5e}.study-lite__input-icons button:disabled{opacity:.4;cursor:not-allowed}.study-lite__ghost-button,.study-lite__primary-button,.study-lite__share-row button{min-height:40px;padding:0 16px;border-radius:8px;font-size:12px;font-weight:600;transition:all .2s ease}.study-lite__ghost-button{border:1px solid #e4beb9;background:#ffffff;color:#71717a}.study-lite__primary-button,.study-lite__share-row button{display:inline-flex;align-items:center;gap:8px;border:0;color:#ffffff}.study-lite__ghost-button:disabled,.study-lite__primary-button:disabled{opacity:.45;cursor:not-allowed}.study-lite__enter-tip{margin:0;text-align:right;color:#a1a1aa;font-size:11px;line-height:14px}.study-lite__enter-tip kbd{padding:2px 6px;border:1px solid #e4beb9;border-radius:6px;background:#eeeeee;font-family:inherit}.study-lite__simple-form{padding:18px;display:grid;grid-gap:14px;gap:14px}.study-lite__simple-form label{display:grid;grid-gap:8px;gap:8px;color:#5f5e5e;font-size:13px}.study-lite__simple-form input,.study-lite__simple-form select{min-height:48px;padding:0 14px;border:1px solid #e4beb9;border-radius:10px;background:#fffdfc;font-size:16px}.study-lite__button-row--form{justify-content:space-between;padding-top:4px}.study-lite__share-box{margin-top:4px;padding:14px;border:1px solid #e4beb9;border-radius:12px;background:#fff8f7}.study-lite__share-box strong{display:block;margin-bottom:10px;color:#b7131a;font-size:13px}.study-lite__share-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px}.study-lite__share-row code{overflow:hidden;padding:12px 14px;border:1px solid #e4beb9;border-radius:10px;white-space:nowrap;text-overflow:ellipsis}.study-lite__paw{position:absolute;right:-96px;bottom:-64px;opacity:.1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.study-lite__paw .material-symbols-outlined{color:#805200;font-size:120px}.study-lite__back-link{position:absolute;top:50%;left:max(0px,calc((100% - 640px) / 2 - 56px));grid-column:1;justify-self:start;transform:translateY(-50%)}.study-lite__back-link a{min-height:38px;padding:0 14px 0 12px;border:1px solid #ebc9cf;border-radius:999px;background:rgba(255,253,252,.92);color:#8b0012;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 10px 24px rgba(139,0,18,.08);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.study-lite__back-link a:hover{border-color:#8b0012;background:#f6e7ea;color:#760010;box-shadow:0 14px 30px rgba(139,0,18,.12);transform:translateY(-1px)}.study-lite__back-link a:focus-visible{outline:3px solid rgba(139,0,18,.18);outline-offset:3px}.study-lite__back-link .material-symbols-outlined{font-size:18px}.study-lite__footer{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:24px;color:#c8c6c5;font-size:12px}.study-lite__footer>span{width:4px;height:4px;border-radius:999px;background:#c8c6c5}.study-lite__footer div{display:flex;align-items:center;gap:4px}.study-lite__footer .material-symbols-outlined{font-size:14px}.study-lite__topbar{background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.study-lite__topbar-inner{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:24px;gap:24px}.study-lite__brand{justify-self:start}.study-lite__nav{display:flex;align-items:stretch;justify-content:center;height:100%;gap:28px}.study-lite__nav-link{display:inline-flex;align-items:center;height:100%;padding-top:2px;border-bottom:2px solid transparent;color:#7a7a84;font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:500;transition:color .2s ease,border-color .2s ease}.study-lite__nav-link:hover{color:#303234}.study-lite__nav-link--active{color:#e53935;border-color:#e53935}.study-lite__actions{justify-self:end;gap:10px}.study-lite__icon-button:hover{background:#f7f7f7}.study-lite__avatar{border:1px solid #e0e0e0;background:linear-gradient(135deg,#24262a,#6b7280)}.study-lite__canvas{background:radial-gradient(circle at top left,rgba(229,57,53,.08) 0,rgba(255,255,255,0) 42%),radial-gradient(circle at bottom right,rgba(255,183,77,.12) 0,rgba(255,255,255,0) 34%),#ffffff}.study-lite__pattern{background-image:radial-gradient(rgba(183,19,26,.9) .5px,transparent 0);opacity:.02}.study-lite__panel{max-width:860px}.study-lite__progress{margin-bottom:44px}.study-lite__progress-step{background:#ededed;color:#737373}.study-lite__progress-step--active{background:#b7131a}.study-lite__progress-step--done{background:#e9e9e9;color:#767676}.study-lite__progress-line{height:3px;background:#ebebeb}.study-lite__message-card,.study-lite__message-row{min-height:0}.study-lite__input-card,.study-lite__message-card,.study-lite__simple-form{border-color:#e7c5c0;border-radius:14px;box-shadow:0 18px 48px rgba(55,35,33,.05)}.study-lite__message-card{padding:22px 24px}.study-lite__message-status{color:#e53935;letter-spacing:.12em}.study-lite__message-title{margin-bottom:6px;font-size:22px;line-height:30px}.study-lite__message-body,.study-lite__message-hint{color:#5f5e5e}.study-lite__input-card{min-height:178px;padding:18px 20px}.study-lite__textarea{font-size:18px;line-height:28px}.study-lite__textarea::placeholder{color:#c5bebb}.study-lite__simple-form{gap:16px;padding:20px}.study-lite__form-stage .study-lite__simple-form{max-width:720px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.study-lite__button-row--form,.study-lite__form-field--notes,.study-lite__form-field--purpose,.study-lite__form-stage .study-lite__enter-tip,.study-lite__form-stage .study-lite__error,.study-lite__share-box{grid-column:1/-1}.study-lite__simple-form label{color:#5d5d65;font-size:12px;font-weight:600;letter-spacing:.05em}.study-lite__simple-form input,.study-lite__simple-form select,.study-lite__simple-textarea{min-height:48px;padding:12px 14px;border:1px solid #e0e0e0;border-radius:10px;background:#fcfcfc;color:#1a1c1c;font-size:15px;line-height:24px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.study-lite__simple-textarea{resize:vertical;min-height:108px;font:inherit}.study-lite__simple-textarea--purpose{min-height:76px}.study-lite__simple-textarea--notes{min-height:60px}.study-lite__simple-form input:focus,.study-lite__simple-form select:focus,.study-lite__simple-textarea:focus{outline:none;border-color:#e53935;box-shadow:0 0 0 1px rgba(229,57,53,.15);background:#ffffff}.study-lite__ghost-button{border-color:#e0e0e0;color:#5f5e5e}.study-lite__ghost-button:hover:not(:disabled){background:#f7f7f7}.study-lite__primary-button,.study-lite__share-row button{background:#b7131a}.study-lite__primary-button:hover:not(:disabled),.study-lite__share-row button:hover{background:#cc262c}.study-lite__share-box{border-color:#e8d3d0;background:#fffdfd}.study-lite__share-row code{border-color:#e0e0e0;background:#ffffff}.study-lite__paw{right:-82px;bottom:-46px;opacity:.08}.study-lite__paw .material-symbols-outlined{color:#d7b388}.study-lite__footer,.study-lite__footer a{color:#b0aba8}.study-lite__footer a:hover{color:#6f6c69}@keyframes study-lite-shimmer{0%{background-position:100% 50%}to{background-position:-100% 50%}}@keyframes study-lite-spark-pulse{0%,to{transform:translateY(0) scale(1);box-shadow:0 1px 2px rgba(0,0,0,.04)}50%{transform:translateY(-3px) scale(1.04);box-shadow:0 10px 24px rgba(183,19,26,.14)}}@keyframes study-lite-core-breathe{0%,to{transform:scale(.92);opacity:.88}50%{transform:scale(1.06);opacity:1}}@keyframes study-lite-ring-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes study-lite-ring-spin-reverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes study-lite-dot-orbit-one{0%{transform:rotate(0deg) translateY(-32px) rotate(0deg)}to{transform:rotate(1turn) translateY(-32px) rotate(-1turn)}}@keyframes study-lite-dot-orbit-two{0%{transform:rotate(40deg) translateY(-24px) rotate(-40deg)}to{transform:rotate(400deg) translateY(-24px) rotate(-400deg)}}@keyframes study-lite-dot-orbit-three{0%{transform:rotate(210deg) translateY(-22px) rotate(-210deg)}to{transform:rotate(570deg) translateY(-22px) rotate(-570deg)}}@keyframes study-lite-caret-blink{0%,to{opacity:.25}50%{opacity:1}}@keyframes interview-typing-dot{0%,to{transform:translateY(0);opacity:.32}50%{transform:translateY(-5px);opacity:.9}}@media (max-width:900px){.study-lite{overflow:auto}.study-lite__topbar-inner{grid-template-columns:1fr auto;padding-left:16px;padding-right:16px}.study-lite__nav{display:none}.study-lite__panel{padding:0 16px 96px}.study-lite__message-card{max-width:100%}.study-lite__message-card,.study-lite__message-row{min-height:208px}.study-lite__message-inner{grid-template-rows:18px 72px minmax(0,1fr)}.study-lite__thinking-block{grid-template-columns:1fr;gap:12px;text-align:left}.study-lite__input-card,.study-lite__simple-form{min-height:272px}.study-lite__form-stage .study-lite__simple-form{grid-template-columns:1fr}.study-lite__followup-card{padding:16px}.study-lite__followup-options{grid-template-columns:1fr}.study-lite__followup-options button{min-height:44px}.study-lite__button-row--form,.study-lite__followup-footer,.study-lite__input-footer,.study-lite__share-row{display:grid;grid-template-columns:1fr}.study-lite__input-icons{justify-content:flex-start}.study-lite__footer{position:static;transform:none;padding:0 16px 24px;justify-content:center;flex-wrap:wrap}.share-study__entry-shell{padding:24px 0;gap:22px}.share-study__entry-copy{min-height:132px}.share-study__entry-input{font-size:22px;line-height:32px}}.share-study{position:relative;min-height:100vh;padding:32px 16px;background:#fcf8f4;color:#2e2220;display:flex;align-items:center;justify-content:center;overflow:hidden}.share-study__background{position:absolute;inset:0;pointer-events:none}.share-study__glow{position:absolute;border-radius:999px;filter:blur(90px);opacity:.45}.share-study__glow--one{top:-140px;right:-120px;width:360px;height:360px;background:rgba(139,0,18,.1)}.share-study__glow--two{bottom:-120px;left:-80px;width:300px;height:300px;background:rgba(200,106,43,.1)}.share-study__card{position:relative;z-index:1;width:min(100%,560px);padding:32px;border:1px solid #e7d9d3;border-radius:24px;background:rgba(255,253,252,.96);box-shadow:0 24px 80px rgba(139,0,18,.08)}.share-study__brand{display:inline-flex;align-items:center;gap:8px;color:#8b0012;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.03em}.share-study__brand .material-symbols-outlined{font-size:22px;font-variation-settings:"FILL" 1}.share-study__status{display:inline-flex;align-items:center;min-height:32px;margin-top:18px;padding:0 12px;border-radius:999px;background:#f6e7ea;color:#8b0012;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.share-study__status--expired{background:#f8e3e6;color:#a11b2b}.share-study__card h1{margin:20px 0 12px;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:32px;line-height:40px;letter-spacing:-.02em}.share-study__lead{margin:0;color:#6a5651;font-size:16px;line-height:28px}.share-study__details{margin:28px 0 0;padding:0;display:grid;grid-gap:14px;gap:14px}.share-study__details div{padding:14px 16px;border:1px solid #e7d9d3;border-radius:16px;background:#fffdfc}.share-study__details dt{margin-bottom:6px;color:#8b7771;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.share-study__details dd{margin:0;font-size:16px;line-height:24px}.share-study__actions{display:flex;align-items:center;gap:12px;margin-top:28px;flex-wrap:wrap}.share-study__actions a,.share-study__actions button{min-height:44px;padding:0 18px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .2s ease}.share-study__actions a:first-child,.share-study__actions button{border:0;background:#8b0012;color:#fff8f7}.share-study__actions button:disabled{opacity:.55;cursor:not-allowed}.share-study__secondary-link{border:1px solid #d6c2ba;background:#fffdfc;color:#2e2220}.share-study--entry{padding:40px 24px}.share-study__entry-shell{position:relative;z-index:1;width:min(100%,760px);padding:56px 52px 40px;display:grid;grid-gap:28px;gap:28px}.share-study__entry-brand{display:inline-flex;align-items:center;gap:10px;color:#8b0012;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.03em}.share-study__entry-brand .material-symbols-outlined{font-size:30px;font-variation-settings:"FILL" 1}.share-study__entry-brand-icon{display:block;width:56px;height:38px;overflow:hidden;flex:0 0 auto}.share-study__entry-brand-mascot{display:block;width:100%;height:100%;object-fit:contain}.share-study__entry-copy{max-width:680px;min-height:168px}.share-study__typewriter{margin:0;color:#2e2220;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:clamp(30px,4vw,46px);font-weight:600;line-height:1.4;letter-spacing:-.03em}.share-study__caret{display:inline-block;width:2px;height:1.05em;margin-left:6px;background:#8b0012;vertical-align:-.12em;animation:study-lite-caret-blink .9s ease-in-out infinite}.share-study__entry-form{width:min(100%,420px);padding-top:8px}.share-study__entry-label{display:inline-block;margin-bottom:10px;color:#8b7771;font-size:13px;font-weight:600;letter-spacing:.08em}.share-study__entry-line{border-bottom:1px solid #d6c2ba}.share-study__entry-input{width:100%;padding:10px 0 14px;border:0;outline:0;background:transparent;color:#2e2220;font-size:26px;line-height:36px}.share-study__entry-input::placeholder{color:#b3a29d}.share-study__entry-helper{max-width:420px;margin:12px 0 0;color:#8b7771;font-size:13px;line-height:20px}.share-study__entry-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.share-study__entry-primary,.share-study__entry-secondary{min-height:46px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .2s ease}.share-study__entry-primary{background:#8b0012;color:#fff8f7;box-shadow:0 14px 30px rgba(139,0,18,.12)}.share-study__entry-primary:hover:not(:disabled){background:#760010}.share-study__entry-primary--disabled,.share-study__entry-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.share-study__entry-secondary{border:1px solid #d6c2ba;background:#fffdfc;color:#2e2220}.interview-page__study-name{margin:2px 0 0;color:#8b0012;font-size:12px;font-weight:600;letter-spacing:.08em}.interview-page{height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;min-height:100vh;min-height:100dvh;background:#fcf8f4;color:#2e2220}.interview-page__background{position:fixed;inset:0;pointer-events:none;overflow:hidden}.interview-page__glow{position:absolute;border-radius:999px;filter:blur(80px);opacity:.45}.interview-page__glow--one{top:-120px;right:-100px;width:360px;height:360px;background:rgba(139,0,18,.08)}.interview-page__glow--two{left:-80px;bottom:140px;width:280px;height:280px;background:rgba(200,106,43,.08)}.interview-page__header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid #e7d9d3;background:rgba(255,253,252,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.interview-page__header-inner{width:min(100%,1200px);min-height:72px;margin:0 auto;padding:14px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px}.interview-page__brand{display:inline-flex;align-items:center;gap:8px;color:#8b0012;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.03em}.interview-page__brand .material-symbols-outlined{font-size:22px;font-variation-settings:"FILL" 1}.interview-page__brand-icon{display:block;width:44px;height:30px;overflow:hidden;flex:0 0 auto}.interview-page__brand-mascot{display:block;width:100%;height:100%;object-fit:contain}.interview-page__study-meta{text-align:center}.interview-page__study-meta p{margin:0;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;font-weight:600}.interview-page__study-meta span{color:#8b7771;font-size:12px}.interview-page__header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.interview-page__ghost-link{color:#6a5651;font-size:14px}.interview-page__finish-button,.interview-page__send{border:0;border-radius:12px;background:#8b0012;color:#fff8f7}.interview-page__finish-button{min-height:40px;padding:0 16px;font-size:14px;font-weight:600}.interview-page__finish-button:disabled,.interview-page__send:disabled,.interview-page__textarea:disabled{cursor:not-allowed}.interview-page__shell{flex:1 1;min-height:0;display:flex;flex-direction:column;gap:20px;width:min(100%,860px);margin:0 auto;padding:36px 24px 0}.interview-page__progress{flex-shrink:0;margin-bottom:8px}.interview-page__progress-track{width:100%;height:4px;overflow:hidden;border-radius:999px;background:#eaded8}.interview-page__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b0012,#b3232b)}.interview-page__progress p{margin:14px 0 0;color:#8b7771;text-align:center;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.interview-page__conversation{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:4px 4px 220px;display:flex;flex-direction:column;gap:18px}.interview-page__message{display:flex;width:100%;align-items:flex-end;gap:18px}.interview-page__message--respondent{justify-content:flex-end}.interview-page__message--respondent .interview-page__avatar{order:2}.interview-page__message--respondent .interview-page__bubble-wrap{order:1;margin-left:auto}.interview-page__avatar{flex:0 0 42px;width:42px;height:42px;border:1px solid #e7d9d3;border-radius:999px;background:linear-gradient(135deg,#fff8f7,#f6e7ea);color:#8b0012;display:grid;place-items:center;box-shadow:0 10px 24px rgba(139,0,18,.08)}.interview-page__avatar--respondent{border-color:#cadef4;background:linear-gradient(135deg,#f7fbff,#dcecff);color:#4e6f96;box-shadow:0 10px 24px rgba(121,155,201,.14)}.interview-page__avatar .material-symbols-outlined{font-size:20px;font-variation-settings:"FILL" 1}.interview-page__avatar-mascot-wrap{display:block;width:34px;height:24px;overflow:hidden}.interview-page__avatar-mascot{display:block;width:100%;height:100%;object-fit:contain}.interview-page__bubble-wrap{width:min(100%,620px);display:flex;flex-direction:column}.interview-page__bubble-wrap--respondent{align-items:flex-end}.interview-page__bubble{padding:18px 20px;border:1px solid #e7b7bf;border-radius:18px 18px 18px 6px;background:#fff8f7;box-shadow:0 10px 30px rgba(139,0,18,.05)}.interview-page__bubble--respondent{border-color:#cadef4;border-radius:18px 18px 6px 18px;background:#eef6ff;box-shadow:0 10px 30px rgba(121,155,201,.14)}.interview-page__bubble--prompt{border-color:#dfc7cb;background:#fff3f4}.interview-page__bubble--thinking{display:inline-flex;align-items:center;gap:7px;width:auto;min-width:78px;min-height:50px;padding:18px 20px}.interview-page__typing-dot{width:8px;height:8px;border-radius:999px;background:#8b0012;opacity:.38;animation:interview-typing-dot 1.15s ease-in-out infinite}.interview-page__typing-dot:nth-child(2){animation-delay:.16s}.interview-page__typing-dot:nth-child(3){animation-delay:.32s}@media (prefers-reduced-motion:reduce){.interview-page__typing-dot{animation:none}}.interview-page__bubble p{margin:0;font-size:16px;line-height:28px}.interview-page__message-meta{display:inline-block;margin-top:10px;color:#8b0012;font-size:13px}.interview-page__message-meta--respondent{color:#5e7fa8}.interview-page__notice{margin-top:20px;padding:14px 16px;border:1px solid #e7b7bf;border-radius:14px;background:#f8e3e6;color:#a11b2b;font-size:14px;line-height:22px}.interview-page__notice--soft{border-color:#d6c2ba;background:#fff8f7;color:#6a5651}.interview-page__notice--success{border-color:#b9ddc8;background:#e5f3ec;color:#2f7a57}.interview-page__wrapup-card{margin-top:8px;padding:22px 24px;border:1px solid #e7d9d3;border-radius:24px;background:linear-gradient(180deg,#fffdfc,#fff8f7);box-shadow:0 16px 36px rgba(139,0,18,.06)}.interview-page__wrapup-copy h2{margin:8px 0 10px;color:#2e2220;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;line-height:32px}.interview-page__wrapup-copy p,.interview-page__wrapup-copy p:last-child{margin:0;color:#6a5651;font-size:15px;line-height:24px}.interview-page__wrapup-eyebrow{color:#8b0012;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.interview-page__wrapup-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.interview-page__wrapup-primary,.interview-page__wrapup-secondary{min-height:44px;padding:0 18px;border-radius:14px;font-size:14px;font-weight:600;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.interview-page__wrapup-primary{border:0;background:#8b0012;color:#fff8f7;box-shadow:0 10px 24px rgba(139,0,18,.14)}.interview-page__wrapup-secondary{border:1px solid #d6c2ba;background:#fffdfc;color:#2e2220}.interview-page__wrapup-primary:hover:not(:disabled),.interview-page__wrapup-secondary:hover:not(:disabled){transform:translateY(-1px)}.interview-page__wrapup-secondary:hover:not(:disabled){background:#f8f1eb}.interview-page__wrapup-primary:disabled,.interview-page__wrapup-secondary:disabled{opacity:.6;cursor:not-allowed}.interview-page__composer{position:fixed;right:0;bottom:0;left:0;z-index:25;border-top:1px solid #e7d9d3;background:rgba(255,253,252,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding-bottom:env(safe-area-inset-bottom)}.interview-page__composer-inner{width:min(100%,min(860px,95vw));margin:0 auto;padding:clamp(12px,2vw,16px) clamp(16px,3vw,24px) 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:clamp(10px,1.5vw,14px);gap:clamp(10px,1.5vw,14px);align-items:end}.interview-page__input-wrap{border-bottom:1px solid #d6c2ba;background:#f8f1eb}.interview-page__input-wrap--disabled{opacity:.7}.interview-page__textarea{width:100%;min-height:44px;max-height:120px;resize:none;border:0;outline:0;padding:clamp(8px,1vw,10px) clamp(10px,1.2vw,12px);background:transparent;color:#2e2220;font-size:clamp(14px,1.8vw,16px);line-height:clamp(22px,2.5vw,24px)}.interview-page__textarea::placeholder{color:#8b7771}.interview-page__send{width:44px;height:44px;display:grid;place-items:center;box-shadow:0 10px 24px rgba(139,0,18,.14)}.interview-page__send .material-symbols-outlined{font-size:20px}.interview-page__footer-progress{width:min(100%,min(860px,95vw));margin:0 auto;padding:0 clamp(16px,3vw,24px) clamp(12px,2vw,16px);display:flex;align-items:center;justify-content:center;gap:6px;color:#8b0012;font-size:clamp(10px,1.2vw,11px);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.interview-page__footer-progress .material-symbols-outlined{font-size:13px}.interview-page--keyboard-visible .interview-page__header{position:fixed;transform:translateY(-100%);transition:transform .2s ease}.interview-page--keyboard-visible .interview-page__shell{padding-top:8px}.interview-page--keyboard-visible .interview-page__footer-progress{display:none}@media (max-width:900px){.interview-page__header-inner{grid-template-columns:1fr;justify-items:start}.interview-page__header-actions,.interview-page__study-meta{text-align:left;justify-content:flex-start}.interview-page__shell{padding:24px 16px 0;gap:16px}.interview-page__progress{margin-bottom:6px}.interview-page__conversation{padding-right:0;padding-left:0;padding-bottom:240px}.interview-page__message,.interview-page__message--respondent{gap:12px}.interview-page__bubble-wrap{width:min(100%,calc(100% - 54px))}.interview-page__wrapup-card{padding:20px}.interview-page__wrapup-actions{display:grid;grid-template-columns:1fr}.interview-page__composer-inner,.interview-page__footer-progress{padding-left:16px;padding-right:16px}}@media (max-width:640px){.interview-page__shell{gap:14px}.interview-page__progress{margin-bottom:4px}.interview-page__message,.interview-page__message--respondent{align-items:flex-start}.interview-page__bubble-wrap{width:min(100%,calc(100% - 50px))}.interview-page__conversation{padding-bottom:260px}.interview-page__wrapup-copy h2{font-size:22px;line-height:30px}.share-study__card{padding:24px 20px}.share-study__card h1{font-size:28px;line-height:36px}.share-study__actions{display:grid;grid-template-columns:1fr}.share-study__actions a,.share-study__actions button{width:100%}}@media (max-width:1024px){img,svg,video{max-width:100%}.account-page,.interview-page,.login-template,.report-page,.reports-center,.share-study,.study-lite,.workspace-template{min-height:100svh}.workspace-template{height:auto;overflow-x:hidden;overflow-y:auto;background:#fcf8f4}.workspace-template__topbar{background:rgba(255,253,252,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:#e7d9d3}.workspace-template__topbar-inner{width:100%;max-width:none;padding-right:16px;padding-left:16px}.workspace-template__mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px 12px;border-top:1px solid #f4ece7;background:rgba(255,253,252,.96)}.workspace-template__mobile-current,.workspace-template__mobile-menu-trigger{min-height:42px;padding:0 12px;border:1px solid #e7d9d3;border-radius:999px;background:#fffdfc;color:#6a5651;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:700;line-height:18px;white-space:nowrap}.workspace-template__mobile-current{flex:1 1 auto;justify-content:flex-start;min-width:0;border-color:#ebc9cf;background:#f6e7ea;color:#8b0012}.workspace-template__mobile-current span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.workspace-template__mobile-current .material-symbols-outlined,.workspace-template__mobile-menu-trigger .material-symbols-outlined{font-size:18px}.workspace-template__mobile-menu{position:relative;flex:0 0 auto}.workspace-template__mobile-menu>summary{cursor:pointer;list-style:none}.workspace-template__mobile-menu>summary::-webkit-details-marker{display:none}.workspace-template__mobile-menu-trigger{color:#2e2220;box-shadow:0 10px 24px rgba(74,52,47,.06)}.workspace-template__mobile-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:70;width:min(300px,calc(100vw - 32px));padding:8px;border:1px solid #e7d9d3;border-radius:20px;background:#fffdfc;box-shadow:0 24px 60px rgba(74,52,47,.14)}.workspace-template__mobile-menu-panel:before{content:"";position:absolute;top:-7px;right:28px;width:12px;height:12px;border-top:1px solid #e7d9d3;border-left:1px solid #e7d9d3;background:#fffdfc;transform:rotate(45deg)}.workspace-template__mobile-menu-item{min-height:46px;padding:0 12px;border-radius:14px;color:#6a5651;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700}.workspace-template__mobile-menu-item+.workspace-template__mobile-menu-item{margin-top:2px}.workspace-template__mobile-menu-item .material-symbols-outlined{font-size:20px}.workspace-template__mobile-menu-item--active{border-color:#ebc9cf;background:#f6e7ea;color:#8b0012}.workspace-template__body{display:block;height:auto;min-height:100svh;padding-top:128px}.workspace-template__main{min-height:calc(100svh - 128px);overflow:visible;background:#fcf8f4}.workspace-template__main-scroll{height:auto;min-height:calc(100svh - 128px);overflow:visible;padding:28px 16px 44px}.workspace-template__content{max-width:min(1180px,calc(100vw - 32px))}.account-page__details dd,.interview-page__bubble p,.interview-page__study-meta p,.report-page__lead,.report-page__list,.report-page__meta-grid strong,.report-page__quote-list p,.report-page__transcript p,.reports-center__card h3,.reports-center__card p,.share-study__card h1,.share-study__details dd,.share-study__lead,.share-study__typewriter,.study-lite__message-body,.study-lite__message-title,.study-lite__share-row code,.workspace-template__study-copy h3,.workspace-template__study-copy p,.workspace-template__study-meta-item strong{overflow-wrap:anywhere}.account-page__shell,.interview-page__header-inner,.interview-page__shell,.report-page__hero,.report-page__section,.reports-center__hero,.reports-center__panel,.reports-center__summary-grid,.share-study__card,.share-study__entry-shell,.study-lite__topbar-inner{max-width:calc(100vw - 32px)}.study-lite__canvas{height:auto;min-height:100svh;align-items:flex-start;padding-top:96px;padding-bottom:32px}.study-lite__progress{grid-template-columns:1fr;justify-items:center;row-gap:10px;margin-bottom:28px}.study-lite__progress-main{grid-column:1;flex-wrap:wrap;row-gap:10px}.study-lite__back-link{position:static;grid-column:1;justify-self:start;margin-left:0;transform:none}.login-hero__spark,.study-lite__paw,.study-lite__spark{display:none}.report-page,.reports-center{height:auto;min-height:100svh;padding-right:16px;padding-left:16px}.reports-center__card-head,.reports-center__card-meta,.reports-center__collection-head{align-items:flex-start;flex-direction:column}}@media (max-width:840px){.workspace-template__topbar-inner{height:auto;padding-top:12px;padding-bottom:10px;flex-direction:column;align-items:flex-start;gap:12px}.workspace-template__topbar-right{width:100%;gap:8px;justify-content:space-between}.workspace-template__toolbar-icons{margin-left:auto}.workspace-template__body{padding-top:176px}.workspace-template__main,.workspace-template__main-scroll{min-height:calc(100svh - 176px)}}@media (max-width:640px){.login-nav__inner{gap:12px}.login-nav__actions{gap:8px}.login-nav__ghost{display:none}.login-nav__primary{padding-right:14px;padding-left:14px;font-size:14px}.login-hero__title{font-size:32px;line-height:40px}.login-hero__body{font-size:16px;line-height:26px}.login-form-panel__subtitle,.login-hero__body{margin-bottom:40px}.login-footer__links{flex-wrap:wrap;justify-content:center;gap:14px 20px}.workspace-template__brand{font-size:24px;letter-spacing:-.02em}.workspace-template__create-button{min-height:36px;padding-right:10px;padding-left:10px;font-size:13px}.account-page__panel,.report-page__hero,.report-page__section,.reports-center__card,.reports-center__panel,.workspace-template__panel,.workspace-template__study-card,.workspace-template__summary-card{padding:18px;border-radius:18px}.workspace-template__panel--hero-no-action .workspace-template__panel-copy{max-width:100%}.account-page__hero h1,.workspace-template__panel--hero h1{font-size:26px;line-height:34px}.workspace-template__summary-value{font-size:24px;line-height:30px}.workspace-template__study-meta{gap:10px}.account-page__primary,.reports-center__primary-button,.reports-center__secondary-button,.workspace-template__study-actions,.workspace-template__study-actions-row,.workspace-template__study-link{width:100%}.workspace-template__study-actions-row{display:grid;grid-template-columns:1fr}.workspace-template__study-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;justify-content:stretch;justify-items:stretch;grid-gap:8px;gap:8px}.workspace-template__study-report-link{grid-column:1/-1;width:100%;min-height:42px}.workspace-template__study-share-actions{grid-column:1/3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.workspace-template__study-icon-button{width:100%;height:42px;flex-basis:auto}.workspace-template__study-token{grid-column:1/-1;width:max-content;max-width:100%;justify-self:end;margin-left:0}.account-page__hero{padding:20px;border-radius:20px}.account-page__section-head{flex-direction:column}.account-page__avatar{width:60px;height:60px}.study-lite__topbar-inner{gap:12px}.study-lite__progress{align-items:stretch;gap:14px}.study-lite__progress-main{width:100%;gap:12px}.study-lite__back-link{width:100%;justify-self:stretch}.study-lite__back-link a{width:100%;min-height:44px;justify-content:center;background:#fffdfc;font-size:14px}.study-lite__progress-line{width:28px;margin-right:5px;margin-left:5px}.study-lite__input-card,.study-lite__message-card,.study-lite__simple-form{padding:16px}.study-lite__message-title{font-size:20px;line-height:28px}.share-study{align-items:flex-start;padding:24px 16px}.share-study__entry-brand{font-size:24px}.share-study__entry-brand-icon{width:44px;height:30px}.share-study__completed-card{display:grid;padding:20px}.interview-page__header-inner{gap:12px;padding:12px 16px}.interview-page__header-actions{width:100%;flex-wrap:wrap}.interview-page__finish-button{flex:1 1 140px}.interview-page__composer-inner{grid-template-columns:minmax(0,1fr) 44px;gap:10px}}@media (max-width:420px){.workspace-template__main-scroll{padding-right:12px;padding-left:12px}.workspace-template__mobile-current,.workspace-template__mobile-menu-trigger{min-height:40px;padding-right:10px;padding-left:10px;font-size:12px}.workspace-template__mobile-menu-panel{width:min(288px,calc(100vw - 24px))}.interview-page__brand,.study-lite__brand,.workspace-template__brand{font-size:20px}.interview-page__brand-icon,.study-lite__brand-icon,.workspace-template__brand-icon{width:36px;height:25px}.workspace-template__toolbar-icons{gap:2px}.workspace-template__avatar,.workspace-template__icon-button{width:34px;height:34px}.workspace-template__create-button{gap:4px;font-size:12px}.login-form__phone-row{display:grid}.login-form__prefix{min-height:44px;border-right:1px solid var(--outline);border-bottom:0;border-radius:8px 8px 0 0}.login-form__input--phone{border-left:1px solid var(--outline);border-radius:0 0 8px 8px}.study-lite__progress-label{width:100%;text-align:center}.report-page__hero h1,.reports-center__hero h1{font-size:30px;line-height:1.12}.interview-page__avatar{flex-basis:34px;width:34px;height:34px}.interview-page__avatar-mascot-wrap{width:28px;height:20px}.interview-page__bubble-wrap{width:min(100%,calc(100% - 44px))}.interview-page__bubble{padding:14px 16px}}@media (min-width:1025px){.account-page,.interview-page,.report-page,.reports-center,.study-lite,.workspace-template{min-height:100svh}.workspace-template{height:100svh;height:100dvh}.workspace-template__body{height:100%}}@media (max-width:1180px) and (min-width:1025px){.workspace-template__topbar-inner{padding-right:24px;padding-left:24px}.workspace-template__sidebar{width:232px}.workspace-template__main-scroll{padding-right:20px;padding-left:20px}.workspace-template__panel--hero h1{font-size:30px;line-height:38px}}@media (max-width:1024px){body{overflow-x:hidden;overflow-y:auto}.account-page,.interview-page,.login-template,.report-page,.reports-center,.share-study,.study-lite,.workspace-template{width:100%;overflow-x:hidden}.interview-page,.login-main,.report-page,.reports-center,.share-study,.study-lite__canvas,.workspace-template__body,.workspace-template__main,.workspace-template__main-scroll{min-height:100svh}.workspace-template__main-scroll{scrollbar-gutter:auto}.account-page__panel,.interview-page__wrapup-card,.report-page__hero,.report-page__section,.reports-center__card,.reports-center__panel,.share-study__card,.study-lite__input-card,.study-lite__message-card,.study-lite__simple-form,.workspace-template__panel,.workspace-template__study-card,.workspace-template__summary-card{max-width:100%}.study-lite__message-card,.study-lite__message-row{min-height:auto}.study-lite__message-inner{grid-template-rows:auto auto minmax(0,1fr)}.study-lite__message-content,.study-lite__message-title-wrap{overflow:visible}.study-lite__message-body,.study-lite__message-hint,.study-lite__message-title{overflow-wrap:anywhere}}@media (max-width:900px){.login-footer{position:static}.login-main{min-height:auto}.account-page,.report-page,.reports-center{height:auto;min-height:100svh}}@media (max-width:720px){.login-main{padding-top:72px}.login-nav__inner{min-height:72px;height:auto}.login-hero{padding-top:36px;padding-bottom:36px}.login-hero__title,.report-page__hero h1,.reports-center__hero h1,.share-study__typewriter{font-size:clamp(28px,8vw,38px);line-height:1.18}.feature-item,.report-page__finding{gap:14px}.report-page__insight-card{grid-template-columns:1fr}.report-page__insight-index{width:40px;height:40px}.report-page__insight-head{display:grid}.report-page__section--split{grid-template-columns:1fr;gap:16px}.report-page__brief-grid{grid-template-columns:1fr;gap:14px}.report-page__executive-grid{grid-template-columns:1fr;gap:1rem}.study-lite__account-panel,.study-lite__info-panel,.workspace-template__account-panel,.workspace-template__guide-panel,.workspace-template__notification-panel{width:min(360px,calc(100vw - 24px));max-height:calc(100svh - 132px);overflow-y:auto}}@media (max-width:560px){.interview-page__brand-icon,.login-nav__brand-icon,.share-study__entry-brand-icon,.study-lite__brand-icon,.workspace-template__brand-icon{flex:0 0 auto}.login-form-panel__eyebrow,.login-hero__eyebrow span,.report-page__eyebrow,.reports-center__eyebrow,.study-lite__progress-label,.workspace-template__eyebrow{letter-spacing:.06em}.feature-item{padding:18px}.feature-item h3{font-size:20px;line-height:28px}.login-form__submit{font-size:18px;line-height:26px}.interview-page__notice--success,.reports-center__actions,.share-study__entry-actions,.workspace-template__guide-actions{display:grid;grid-template-columns:1fr}.interview-page__claim-link,.reports-center__primary-button,.reports-center__secondary-button,.share-study__entry-primary,.share-study__entry-secondary,.workspace-template__guide-primary,.workspace-template__guide-secondary{width:100%}.workspace-template__study-share-actions{grid-column:1/-1}.workspace-template__study-token{justify-self:stretch;width:100%;text-align:center}.account-page__hero{grid-template-columns:1fr;justify-items:start}.report-page__quote-list blockquote{padding:14px}.interview-page__composer-inner{padding-bottom:calc(10px + env(safe-area-inset-bottom))}}@media (max-width:380px){.login-nav__primary,.workspace-template__create-button{min-width:0;padding-right:10px;padding-left:10px}.workspace-template__topbar-right{gap:6px}.workspace-template__toolbar-icons{gap:0}.workspace-template__study-actions{grid-template-columns:1fr}.workspace-template__study-report-link,.workspace-template__study-share-actions,.workspace-template__study-token{grid-column:1}.study-lite__progress-track{transform:scale(.92);transform-origin:left center}.interview-page__bubble-wrap,.interview-page__bubble-wrap--respondent{width:min(100%,calc(100% - 40px))}}@media (max-height:760px) and (min-width:961px){.login-footer{position:static}.login-main{min-height:auto}.login-form-panel,.login-hero{padding-top:56px;padding-bottom:56px}.login-form-panel__subtitle,.login-hero__body{margin-bottom:40px}}.onboarding-flow{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#FCF8F4,#FFF8F7);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.onboarding-skip-btn{position:absolute;top:24px;right:24px;background:transparent;border:1px solid #d6c2ba;color:#6A5651;padding:8px 16px;border-radius:999px;cursor:pointer;font-size:14px;transition:all .2s ease;font-family:inherit;z-index:2}.onboarding-skip-btn:hover{background:#F6E7EA;color:#8B0012}.onboarding-content{text-align:center;max-width:600px;padding:0 24px;width:100%;position:relative;z-index:1}.sound-wave-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.sound-wave-bar-bg{position:absolute;top:50%;transform:translateY(-50%);width:3px;background:linear-gradient(0deg,rgba(139,0,18,.12),rgba(200,106,43,.06));border-radius:2px;animation:soundWaveBg 2s ease-in-out infinite;transform-origin:center center}@keyframes soundWaveBg{0%,to{transform:translateY(-50%) scaleY(.2);opacity:.3}50%{transform:translateY(-50%) scaleY(.8);opacity:.6}}.onboarding-intro,.onboarding-question{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.onboarding-title{font-size:32px;font-weight:600;color:#2E2220;margin:0 0 12px;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.onboarding-subtitle{font-size:16px;color:#6A5651;margin:0 0 32px;font-family:Avenir Next,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.onboarding-question-title{font-size:24px;font-weight:600;color:#2E2220;margin:0 0 24px;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.onboarding-input-line-wrapper{width:100%;margin-bottom:32px;position:relative}.onboarding-input-line,.onboarding-textarea-line{width:100%;padding:12px 0;border:none;border-bottom:2px solid #d6c2ba;background:transparent;color:#2E2220;font-size:18px;transition:border-color .3s ease;font-family:Avenir Next,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;text-align:center}.onboarding-input-line:focus,.onboarding-textarea-line:focus{outline:none;border-bottom-color:#8B0012}.onboarding-input-line::placeholder,.onboarding-textarea-line::placeholder{color:#8B7771;opacity:.6}.onboarding-textarea-line{min-height:40px;max-height:200px;resize:none;font-family:inherit;line-height:1.4;padding-top:12px;padding-bottom:12px;height:40px}.onboarding-next-btn{background:#8B0012;color:#FFF8F7;border:none;padding:14px 32px;border-radius:18px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px;font-family:inherit}.onboarding-next-btn:hover:not(:disabled){background:#760010}.onboarding-next-btn:disabled{background:#D6C2BA;cursor:not-allowed;opacity:.6}.onboarding-progress{display:flex;gap:12px;margin-top:48px}.progress-dot{width:10px;height:10px;border-radius:50%;background:#E7D9D3;transition:all .3s ease}.progress-dot.active{background:#8B0012;transform:scale(1.2)}.progress-dot.completed{background:#2F7A57}.onboarding-complete{text-align:center;animation:fadeInUp .6s ease-out}.complete-animation{width:80px;height:80px;border-radius:50%;background:#2F7A57;color:white;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 24px;animation:completePulse 1s ease-out}@keyframes completePulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.onboarding-complete-title{font-size:24px;font-weight:600;color:#2E2220;margin:0 0 8px;font-family:Avenir Next,Trebuchet MS,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.onboarding-complete-subtitle{font-size:16px;color:#6A5651;margin:0;font-family:Avenir Next,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}@media (max-width:768px){.onboarding-flow{padding:20px}.onboarding-skip-btn{top:16px;right:16px;padding:6px 12px;font-size:13px}.onboarding-content{padding:0 16px;max-width:100%}.onboarding-title{font-size:26px;margin-bottom:10px}.onboarding-subtitle{font-size:14px;margin-bottom:24px}.onboarding-question-title{font-size:20px;margin-bottom:20px}.onboarding-input-line-wrapper{margin-bottom:24px}.onboarding-input-line,.onboarding-textarea-line{font-size:16px;padding:10px 0}.onboarding-next-btn{padding:12px 28px;font-size:15px;min-width:120px;width:100%;max-width:280px}.onboarding-progress{margin-top:36px;gap:10px}.progress-dot{width:8px;height:8px}.complete-animation{width:70px;height:70px;font-size:32px;margin-bottom:20px}.onboarding-complete-title{font-size:20px;margin-bottom:6px}.onboarding-complete-subtitle{font-size:14px}.sound-wave-bar-bg{width:2px}}@media (min-width:1440px){.workspace-template__content{max-width:1280px}.workspace-template__cards{max-width:1120px}}@media (max-width:1023px) and (min-width:900px){.workspace-template__sidebar{width:220px}.workspace-template__study-actions{max-width:300px}}@media (max-width:899px) and (min-width:768px){.workspace-template__topbar-inner{padding:0 24px}.workspace-template__brand{font-size:28px}}@media (max-width:1400px){.workspace-template__study-actions{max-width:320px}}@media (max-width:1300px){.workspace-template__study-actions{max-width:280px}}.workspace-template__panel-description,.workspace-template__section-head p,.workspace-template__study-copy h3,.workspace-template__study-copy p{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.workspace-template__cards,.workspace-template__study-meta,.workspace-template__summary-grid{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}.text-truncate-2{-webkit-line-clamp:2}.text-truncate-2,.text-truncate-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.text-truncate-3{-webkit-line-clamp:3}.flex-gap-responsive{gap:clamp(8px,1.5vw,16px)}.container-responsive{width:100%;max-width:min(1200px,95vw);margin:0 auto;padding:0 clamp(16px,3vw,48px)}@media (max-width:480px){.onboarding-flow{padding:16px}.onboarding-skip-btn{top:12px;right:12px;padding:5px 10px;font-size:12px}.onboarding-content{padding:0 12px}.onboarding-title{font-size:22px;margin-bottom:8px}.onboarding-subtitle{font-size:13px;margin-bottom:20px}.onboarding-question-title{font-size:18px;margin-bottom:16px}.onboarding-input-line-wrapper{margin-bottom:20px}.onboarding-input-line,.onboarding-textarea-line{font-size:15px;padding:8px 0}.onboarding-next-btn{padding:10px 24px;font-size:14px;min-width:100px;max-width:240px}.onboarding-progress{margin-top:28px;gap:8px}.progress-dot{width:7px;height:7px}.complete-animation{width:60px;height:60px;font-size:28px;margin-bottom:16px}.onboarding-complete-title{font-size:18px;margin-bottom:4px}.onboarding-complete-subtitle{font-size:13px}.sound-wave-bar-bg{width:1.5px}}html{font-size:clamp(14px,1.5vw,16px)}h1{font-size:clamp(28px,4vw,48px);line-height:clamp(36px,5vw,56px)}h2{font-size:clamp(24px,3vw,36px);line-height:clamp(32px,4vw,44px)}h3{font-size:clamp(20px,2.5vw,28px);line-height:clamp(28px,3vw,36px)}h4{font-size:clamp(18px,2vw,24px);line-height:clamp(24px,2.5vw,32px)}div,li,p,span,td,th{font-size:clamp(14px,1.5vw,16px);line-height:clamp(20px,2.5vw,24px)}.text-sm,small{font-size:clamp(12px,1.3vw,14px);line-height:clamp(16px,2vw,20px)}.text-xs{font-size:clamp(11px,1.2vw,12px);line-height:clamp(14px,1.8vw,16px)}.section-gap{gap:clamp(16px,3vw,32px)}.card-gap{gap:clamp(12px,2vw,24px)}.item-gap{gap:clamp(8px,1.5vw,16px)}.padding-responsive{padding:clamp(16px,3vw,32px)}.padding-x-responsive{padding-left:clamp(16px,3vw,32px);padding-right:clamp(16px,3vw,32px)}.padding-y-responsive{padding-top:clamp(16px,3vw,32px);padding-bottom:clamp(16px,3vw,32px)}.margin-responsive{margin:clamp(16px,3vw,32px)}.margin-x-responsive{margin-left:clamp(16px,3vw,32px);margin-right:clamp(16px,3vw,32px)}.margin-y-responsive{margin-top:clamp(16px,3vw,32px);margin-bottom:clamp(16px,3vw,32px)}.container-fluid{max-width:min(1400px,95vw)}.container-fluid,.container-narrow{width:100%;margin:0 auto;padding:0 clamp(16px,3vw,48px)}.container-narrow{max-width:min(800px,95vw)}.grid-responsive{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));grid-gap:clamp(16px,2vw,24px)}.grid-responsive,.grid-responsive-2{display:grid;gap:clamp(16px,2vw,24px)}.grid-responsive-2{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));grid-gap:clamp(16px,2vw,24px)}.grid-responsive-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px)}.grid-responsive-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px)}.flex-responsive{display:flex;flex-wrap:wrap;gap:clamp(8px,1.5vw,16px)}.flex-responsive-wrap{flex-wrap:wrap}.btn-responsive{padding:clamp(8px,1vw,12px) clamp(16px,2vw,24px);font-size:clamp(14px,1.5vw,16px);line-height:clamp(20px,2.5vw,24px);border-radius:clamp(6px,.8vw,10px)}.card-responsive{padding:clamp(16px,2.5vw,24px);border-radius:clamp(12px,1.5vw,20px)}.img-responsive{max-width:100%;height:auto;display:block}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.text-nowrap,.text-truncate{white-space:nowrap}.text-truncate{overflow:hidden;text-overflow:ellipsis}.text-break{word-break:break-word;overflow-wrap:break-word}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}.show-flex-mobile{display:flex!important}.show-grid-mobile{display:grid!important}}@media (min-width:769px){.hide-desktop{display:none!important}}.text-center-mobile{text-align:left}@media (max-width:768px){.text-center-mobile{text-align:center}}.flex-center-mobile{align-items:flex-start;justify-content:flex-start}@media (max-width:768px){.flex-center-mobile{align-items:center;justify-content:center}}.flex-column-mobile{flex-direction:row}@media (max-width:768px){.flex-column-mobile{flex-direction:column}}.w-full-mobile{width:auto}@media (max-width:768px){.w-full-mobile{width:100%}}.max-w-constrained{max-width:min(100%,1200px)}.overflow-auto-mobile{overflow:visible}@media (max-width:768px){.overflow-auto-mobile{overflow:auto}}.shadow-responsive{box-shadow:0 clamp(4px,1vw,8px) clamp(12px,2vw,24px) rgba(0,0,0,.1)}.rounded-responsive{border-radius:clamp(8px,1vw,16px)}.transition-responsive{transition:all clamp(.15s,.2s,.3s) ease}.will-change-transform{will-change:transform}.gpu-accelerated{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.insight-map-desktop{display:block}.insight-map-mobile{display:none!important}@media (max-width:768px){.insight-map-desktop{display:none!important}.insight-map-mobile{display:block!important}.report-page__insight-card{padding:1rem!important}.report-page__insight-card h3{font-size:.95rem!important;line-height:1.45!important}.report-page__insight-card blockquote,.report-page__insight-card p{font-size:.85rem!important;line-height:1.6!important}.report-page__insight-card span[style*=text-transform]{font-size:.7rem!important}}.upgrade-dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.upgrade-dialog{background:white;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:480px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.upgrade-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.upgrade-dialog__header h2{margin:0;font-size:24px;font-weight:700;color:#09090b}.upgrade-dialog__close{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.upgrade-dialog__close:hover{background:#e5e7eb}.upgrade-dialog__close .material-symbols-outlined{font-size:20px;color:#6b7280}.upgrade-dialog__body{padding:24px}.upgrade-dialog__price{text-align:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.upgrade-dialog__price-amount{font-size:48px;font-weight:800;color:#09090b;line-height:1}.upgrade-dialog__price-duration{font-size:16px;color:#6b7280;margin-left:4px}.upgrade-dialog__benefits{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:12px}.upgrade-dialog__benefits li{display:flex;align-items:center;gap:12px;font-size:15px;color:#374151}.upgrade-dialog__benefits .material-symbols-outlined{font-size:24px;color:#10b981;flex-shrink:0}.upgrade-dialog__error{display:flex;align-items:center;gap:8px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;font-size:14px;color:#dc2626}.upgrade-dialog__error .material-symbols-outlined{font-size:20px;flex-shrink:0}.upgrade-dialog__actions{display:flex;gap:12px;margin-bottom:16px}.upgrade-dialog__btn{flex:1 1;min-height:44px;padding:0 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.upgrade-dialog__btn:disabled{opacity:.5;cursor:not-allowed}.upgrade-dialog__btn--secondary{background:#f3f4f6;color:#374151}.upgrade-dialog__btn--secondary:hover:not(:disabled){background:#e5e7eb}.upgrade-dialog__btn--primary{background:#09090b;color:white}.upgrade-dialog__btn--primary:hover:not(:disabled){background:#27272a}.upgrade-dialog__check{text-align:center}.upgrade-dialog__check button{background:none;border:none;color:#6b7280;font-size:14px;cursor:pointer;text-decoration:underline;padding:8px}.upgrade-dialog__check button:hover{color:#374151}.upgrade-dialog__success{padding:48px 24px;text-align:center}.upgrade-dialog__success-icon{font-size:64px;color:#10b981;margin-bottom:16px;display:block}.upgrade-dialog__success h2{margin:0 0 12px;font-size:24px;font-weight:700;color:#09090b}.upgrade-dialog__success p{margin:0 0 8px;font-size:16px;color:#6b7280}.upgrade-dialog__success-hint{font-size:14px!important;color:#9ca3af!important;margin-top:16px!important}.upgrade-dialog__qr{text-align:center;padding:16px 0}.upgrade-dialog__qr-code{width:200px;height:200px;margin:0 auto 16px;display:block;border:1px solid #f3f4f6;border-radius:8px;padding:8px;background:white}.upgrade-dialog__qr-hint{font-size:15px;color:#374151;font-weight:600;margin:0 0 8px}.upgrade-dialog__qr-waiting{font-size:14px;color:#6b7280;margin:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.upgrade-dialog-overlay{padding:12px}.upgrade-dialog{max-height:95vh}.upgrade-dialog__header{padding:20px 20px 0}.upgrade-dialog__header h2{font-size:20px}.upgrade-dialog__body{padding:20px}.upgrade-dialog__price-amount{font-size:40px}.upgrade-dialog__benefits li,.upgrade-dialog__price-duration{font-size:14px}.upgrade-dialog__btn{min-height:40px;font-size:14px}.upgrade-dialog__qr-code{width:180px;height:180px}}