@layer reset, base, tokens, recipes, utilities;@font-face{font-family:Gmarket Sans;font-style:normal;font-weight:300;src:url(/fonts/GmarketSansTTFLight.ttf) format("truetype")}@font-face{font-family:Gmarket Sans;font-style:normal;font-weight:500;src:url(/fonts/GmarketSansTTFMedium.ttf) format("truetype")}@font-face{font-family:Gmarket Sans;font-style:normal;font-weight:700;src:url(/fonts/GmarketSansTTFBold.ttf) format("truetype")}:root{--bg:#ffffff;--line:#d1d5db;--text:#1f2937;--muted:#6b7280;--green-500:#1f7d51;--green-600:#16613f;--green-50:#ecfdf3;--danger:#ef4444}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:Gmarket Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}button,input,select,textarea{font:inherit}button{border:0;background:none;padding:0}input,select,textarea{border:1px solid var(--line);border-radius:8px;color:var(--text);background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid rgba(31,125,81,.2);outline-offset:1px;border-color:var(--green-500)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.loading-state{width:min(100%,460px);margin:48px auto;padding:24px;display:flex;align-items:center;justify-content:center;gap:14px;border:1px solid #d7f1e4;border-radius:8px;background:linear-gradient(135deg,#ffffff,#f4fbf7);box-shadow:0 12px 28px rgba(16,94,59,.09);color:var(--text);text-align:left}.loading-state--compact{margin:20px auto;padding:18px 20px;box-shadow:0 8px 18px rgba(16,94,59,.07)}.loading-state__spinner{width:42px;height:42px;flex:0 0 42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ecfdf5;color:var(--green-500);box-shadow:inset 0 0 0 1px rgba(31,125,81,.16)}.loading-state__spinner svg{animation:spin .9s linear infinite}.loading-state__copy{min-width:0;display:grid;gap:3px}.loading-state__copy strong{color:#14532d;font-size:.98rem;font-weight:800}.loading-state__copy span{color:#64748b;font-size:.86rem;font-weight:600}.status-state{width:min(100%,560px);margin:24px auto;padding:24px;display:grid;justify-items:center;gap:12px;border:1px solid #d7f1e4;border-radius:8px;background:#fff;box-shadow:0 10px 22px rgba(16,94,59,.07);color:var(--text);text-align:center}.status-state--compact{margin:12px auto;padding:18px}.status-state__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ecfdf5;color:var(--green-500)}.status-state--error .status-state__icon{background:#fff1f2;color:var(--danger)}.status-state__copy{display:grid;gap:5px}.status-state__copy h2{font-size:1.1rem;line-height:1.3}.status-state__copy p{color:#64748b;font-size:.92rem;line-height:1.65}.status-state__action{min-height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 14px;background:var(--green-500);color:#fff;font-size:.9rem;font-weight:800}.inline-error{color:var(--danger);font-weight:600}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-shell__content{width:min(1200px,100%);margin:0 auto;padding:26px 18px 52px;flex:1}.app-header{background:#fff;border-bottom:1px solid #e5e7eb}.app-header__inner{width:min(1200px,100%);margin:0 auto;padding:14px 18px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:22px}.app-logo{display:inline-flex;align-items:center;gap:8px}.app-logo img{width:36px;height:36px;display:block}.app-logo__text{color:var(--green-500);font-size:2.2rem;line-height:1;font-weight:700}.app-nav{display:inline-flex;align-items:center;gap:16px}.app-nav a{padding:10px 14px;border-radius:8px;color:#374151;font-size:1rem;font-weight:600;transition:background-color .2s ease}.app-nav a:hover{background:#f0fdf4}.app-nav a[aria-current=page]{color:var(--green-600);background:var(--green-50)}.app-actions{display:inline-flex;align-items:center;justify-self:end;gap:12px;min-width:0}.app-search{position:relative;width:clamp(280px,33vw,420px);flex:0 1 auto}.app-search input{width:100%;height:42px;padding:0 40px 0 14px;border-radius:8px;border:1px solid #c5ccd6;font-size:.96rem;transition:border-color .2s ease,box-shadow .2s ease}.app-search input:focus{outline:none;border-color:var(--green-500);box-shadow:0 0 0 3px rgba(31,125,81,.14)}.app-search button{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#6b7280;cursor:pointer}.app-language{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.app-language img{width:22px;height:22px}.app-language:hover{background:#f3f4f6}.app-link-btn,.app-profile-btn{padding:9px 10px;border-radius:8px;color:#374151;font-weight:600}.app-link-btn:hover,.app-profile-btn:hover{background:#f3f4f6}.app-profile-btn{background:transparent;color:#374151}.app-cta-btn{min-width:94px;height:42px;padding:0 14px;background:var(--green-500);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.app-cta-btn:hover{background:var(--green-600)}.app-footer{background:var(--green-500);color:#fff}.app-footer__inner{width:min(1200px,100%);margin:0 auto;padding:18px;display:flex;align-items:center;justify-content:space-between}.app-footer__left{gap:22px;font-size:1rem}.app-footer__left,.app-footer__social{display:inline-flex;align-items:center}.app-footer__social{gap:16px}.app-footer__social a{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.app-footer__social svg{width:20px;height:20px;fill:currentColor}.about-page{margin-inline:calc(50% - 50vw);background:#edf3f1;min-height:1020px;padding:96px 20px 140px;display:flex;flex-direction:column;align-items:center}.about-page__hero{width:min(760px,100%);background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:54px 48px;text-align:center;box-shadow:0 8px 20px rgba(17,24,39,.05)}.about-page__hero h1{color:#7ab995;font-size:clamp(2rem,2.8vw,2.8rem);margin-bottom:20px;font-weight:700}.about-page__hero p{color:#9ca3af;font-size:clamp(1.2rem,1.6vw,1.5rem);line-height:1.7}.about-page__subtitle{margin-top:90px;width:min(760px,100%);color:#5a6476;font-size:clamp(2.1rem,3vw,3rem);font-weight:700;line-height:1.45}.home-page{min-height:100%;display:flex;align-items:flex-start;justify-content:center;padding:64px 0}.home-page__panel{width:min(800px,100%);text-align:center}.home-page__title{font-size:clamp(3rem,5vw,4rem);font-weight:700;color:var(--green-500);margin-bottom:6px}.home-page__about-link{display:inline-block;color:#6b7280;font-size:1rem;margin-bottom:48px}.home-page__about-link:hover{color:var(--green-500);text-decoration:underline}.home-page__search-wrap{margin-bottom:16px;position:relative;width:100%}.home-page__search-wrap input{width:100%;height:58px;border:2px solid #e5e7eb;border-radius:999px;padding:0 18px 0 56px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.home-page__search-wrap input::placeholder{color:#1f7d51;opacity:.75}.home-page__search-wrap input:focus{border-color:#1f7d51;box-shadow:0 0 0 3px rgba(31,125,81,.12);outline:none}.home-page__search-icon{position:absolute;left:22px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem}.home-page__topics{text-align:left}.home-page__topics-toggle{width:100%;min-height:58px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;cursor:pointer;transition:background-color .2s ease}.home-page__topics-toggle:hover{background:#f9fafb}.home-page__topics-label{font-size:1.125rem;font-weight:600;color:#1f2937}.home-page__topics-arrow{color:#6b7280;transition:transform .2s ease}.home-page__topics-arrow.is-open{transform:rotate(180deg)}.home-page__topics-list{margin-top:8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:24px;display:grid;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.home-page__topics-list li{display:flex;align-items:baseline;gap:10px;padding:12px 0;color:#1f2937;font-size:.875rem;line-height:1.5;border-bottom:1px solid rgba(0,0,0,.1)}.home-page__topics-list li:last-child{border-bottom:0}.home-page__topic-index{color:#1f7d51;font-weight:700;min-width:1.5rem}.home-page__topic-text{flex:1}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--bg)}.auth-stage{background-color:#052e16;background-image:radial-gradient(1px 1px at 20% 30%,rgba(255,255,255,.35) 50%,transparent 60%),radial-gradient(1px 1px at 70% 10%,rgba(255,255,255,.3) 50%,transparent 60%),radial-gradient(1px 1px at 40% 70%,rgba(255,255,255,.28) 50%,transparent 60%),radial-gradient(1px 1px at 80% 60%,rgba(255,255,255,.2) 50%,transparent 60%);background-size:420px 420px,520px 520px,480px 480px,560px 560px;background-repeat:repeat;color:#d1fae5;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:70px 34px 30px}.auth-stage__text{width:min(520px,100%)}.auth-stage__title{font-size:clamp(2.4rem,4.1vw,4.6rem)}.auth-stage__subtitle{font-size:clamp(1.5rem,2.2vw,2.2rem)}.auth-books{position:relative;width:min(440px,86%);height:300px;margin:18px 0;transform:rotate(-16deg)}.auth-book{position:absolute;left:50%;width:310px;height:72px;border-radius:8px;transform:translateX(-50%);box-shadow:0 20px 30px rgba(0,0,0,.28)}.auth-book:after{content:"";position:absolute;right:20px;top:10px;width:12px;height:52px;border-radius:6px;background:rgba(255,255,255,.7)}.auth-book--one{bottom:8px;background:linear-gradient(130deg,#4c1d95,#2e1065)}.auth-book--two{bottom:82px;width:300px;background:linear-gradient(130deg,#06b6d4,#0e7490)}.auth-book--three{bottom:154px;width:286px;background:linear-gradient(130deg,#f59e0b,#b45309)}.auth-form-side{position:relative;display:flex;align-items:center;justify-content:center;padding:24px 54px;background:var(--bg)}.auth-language{position:absolute;top:24px;right:30px;color:#4b5563;font-size:1.2rem;display:inline-flex;align-items:center;gap:8px}.auth-language img{width:20px;height:20px}.auth-form-wrap{width:min(470px,100%)}.auth-logo{display:inline-flex;align-items:center;gap:8px;margin-bottom:26px}.auth-logo img{width:34px;height:34px}.auth-logo span{color:#1f2937;font-size:2.2rem;font-weight:700;line-height:1}.auth-heading{font-size:2.6rem;font-weight:700;line-height:1.35;margin-bottom:12px;color:#111827}.auth-subheading{font-size:1.25rem;color:#6b7280;margin-bottom:24px}.auth-form{display:grid;gap:20px}.auth-field{display:grid;gap:8px}.auth-field label{font-size:.96rem;color:#4b5563}.auth-field input{width:100%;height:52px;padding:0 14px;border:1px solid #c5ccd6;border-radius:8px;font-size:1rem}.auth-check{display:inline-flex;align-items:center;gap:8px;color:#4b5563}.auth-check input{width:15px;height:15px}.auth-submit{width:100%;height:54px;border-radius:8px;background:#9ca3af;color:#fff;font-size:1.3rem;font-weight:700;opacity:.72}.auth-divider{position:relative;margin:26px 0;text-align:center;color:#6b7280}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#cfd4dc}.auth-divider span{position:relative;padding:0 12px;background:var(--bg)}.auth-register{color:#6b7280;text-align:center}.auth-register a{color:var(--green-500);font-weight:700}.auth-shell{min-height:100vh;display:flex;overflow:hidden;background:var(--bg)}.auth-shell__left{position:relative;width:50%;min-height:100vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:none;scroll-behavior:smooth;background-color:#052e16;background-image:radial-gradient(1px 1px at 20% 30%,rgba(255,255,255,.35) 50%,transparent 60%),radial-gradient(1px 1px at 70% 10%,rgba(255,255,255,.3) 50%,transparent 60%),radial-gradient(1px 1px at 40% 70%,rgba(255,255,255,.28) 50%,transparent 60%),radial-gradient(1px 1px at 80% 60%,rgba(255,255,255,.2) 50%,transparent 60%);background-size:420px 420px,520px 520px,480px 480px,560px 560px;background-repeat:repeat;color:#d1fae5;transition:width .28s ease}.auth-shell__left:before{content:"";position:absolute;inset:-18% -12%;background:radial-gradient(circle at 22% 26%,rgba(16,185,129,.26),transparent 50%),radial-gradient(circle at 76% 68%,rgba(6,182,212,.16),transparent 48%);filter:blur(22px);animation:authAura 18s linear infinite;pointer-events:none}.auth-shell__left-track{position:relative;z-index:1;min-height:360vh;padding:76px 32px 42px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.auth-shell__progress{position:sticky;top:24px;width:min(620px,92%);display:grid;gap:10px}.auth-shell__progress-line{width:100%;height:6px;border-radius:999px;background:rgba(236,253,245,.2);overflow:hidden}.auth-shell__progress-line span{display:block;width:100%;height:100%;background:linear-gradient(90deg,#34d399,#2dd4bf);transform-origin:left center;transition:transform .2s linear}.auth-shell__progress-dots{display:inline-flex;align-items:center;gap:8px}.auth-shell__dot{width:7px;height:7px;border-radius:999px;background:rgba(236,253,245,.4);transition:transform .2s ease,background-color .2s ease}.auth-shell__dot.is-active{background:#ecfdf5;transform:scale(1.32)}.auth-stage-stack{position:sticky;top:16vh;width:min(620px,92%);display:grid;gap:14px}.auth-stage-card{border:1px solid rgba(236,253,245,.24);background:rgba(236,253,245,.08);border-radius:16px;padding:24px 22px;box-shadow:0 18px 34px rgba(4,20,8,.22);backdrop-filter:blur(6px);transition:transform .28s ease,opacity .28s ease,filter .28s ease,border-color .28s ease,background-color .28s ease}.auth-stage-card.is-active{border-color:rgba(110,231,183,.66);background:rgba(236,253,245,.18)}.auth-stage__title{color:#ecfdf5;font-size:clamp(2rem,3.1vw,3.2rem);line-height:1.2;font-weight:700;margin-bottom:10px}.auth-stage__subtitle{color:#d1fae5;font-size:clamp(1.1rem,1.8vw,1.56rem);line-height:1.5}.auth-books-anchor{position:sticky;top:0;height:0;overflow:visible;pointer-events:none;z-index:2}.auth-stage-books{position:absolute;top:60vh;left:50%;width:min(430px,88%);height:230px;pointer-events:none;transition:transform .4s cubic-bezier(.22,1,.36,1)}.auth-shell .auth-book{box-shadow:0 18px 30px rgba(4,14,7,.34);transition:transform .28s ease,box-shadow .28s ease}@keyframes bookFloat1{0%,to{translate:0 0}50%{translate:0 -8px}}@keyframes bookFloat2{0%,to{translate:0 0}50%{translate:0 -6px}}@keyframes bookFloat3{0%,to{translate:0 0}50%{translate:0 -10px}}.auth-shell .auth-book--one{animation:bookFloat1 3.2s ease-in-out infinite}.auth-shell .auth-book--two{animation:bookFloat2 3.8s ease-in-out .4s infinite}.auth-shell .auth-book--three{animation:bookFloat3 4.4s ease-in-out .8s infinite}.auth-shell__right{width:50%;min-height:100vh;transition:width .28s ease,opacity .28s ease,filter .28s ease}.auth-scroll{width:56px;height:56px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:#dcfce7;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;position:sticky;bottom:18px;transition:opacity .2s ease,transform .2s ease;animation:authScrollPulse 1.9s ease-in-out infinite}.auth-scroll span{position:absolute;bottom:-19px;left:50%;transform:translateX(-50%);font-size:.62rem;letter-spacing:.14em;font-weight:700;color:rgba(236,253,245,.82)}@keyframes authAura{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-3%) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes authScrollPulse{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.about-parity{margin-inline:calc(50% - 50vw)}.about-parity__hero{position:relative;min-height:92vh;padding:96px 20px 110px;display:flex;flex-direction:column;align-items:center;gap:82px;background:#edf3f1;overflow:hidden}.about-parity__hero-bg{position:absolute;inset:-30% -10%;background:radial-gradient(circle at 18% 32%,rgba(122,185,149,.28),transparent 45%),radial-gradient(circle at 78% 62%,rgba(10,33,66,.2),transparent 45%);filter:blur(18px);transition:transform .2s linear}.about-parity__hero-box{position:relative;z-index:1;width:min(760px,100%);background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.95);border-radius:18px;padding:54px 48px;text-align:center;box-shadow:0 8px 20px rgba(17,24,39,.05);transition:transform .2s linear,opacity .2s linear}.about-parity__hero-box h1{color:#7ab995;font-size:clamp(2rem,2.8vw,2.8rem);margin-bottom:20px}.about-parity__hero-box p{color:#8b94a3;font-size:clamp(1.1rem,1.6vw,1.42rem);line-height:1.72}.about-parity__subtitle{position:relative;z-index:1;width:min(760px,100%);color:#5a6476;font-size:clamp(2rem,3vw,3rem);line-height:1.45;font-weight:700;transition:transform .2s linear,opacity .2s linear}.about-parity__scroll-cue{position:relative;z-index:1;border-radius:999px;border:1px solid rgba(31,125,81,.28);background:rgba(255,255,255,.74);color:#065f46;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.1);animation:aboutScrollCue 1.7s ease-in-out infinite}.about-parity__scroll-cue span{font-size:.9rem}.about-parity__scroll-cue strong{font-size:1.1rem}@keyframes aboutScrollCue{0%{transform:translateY(0)}50%{transform:translateY(4px)}to{transform:translateY(0)}}.about-parity__mission{padding:100px 20px 110px;background:#0f172a;background-image:radial-gradient(circle at 8% 22%,rgba(52,211,153,.14),transparent 38%),radial-gradient(circle at 88% 76%,rgba(14,165,233,.14),transparent 42%);color:#e5e7eb;transition:background-position .25s linear}.about-parity__mission-head{width:min(920px,100%);margin:0 auto 36px;text-align:center;transition:transform .3s ease,opacity .3s ease}.about-parity__mission-head h2{font-size:clamp(2rem,3vw,3rem);margin-bottom:12px}.about-parity__mission-head p{color:#94a3b8;font-size:1.05rem}.about-parity__mission-grid{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.about-parity__mission-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:16px;padding:26px;backdrop-filter:blur(8px);transform:translateY(36px) scale(.96);opacity:0;filter:blur(10px);transition:transform .55s ease,opacity .55s ease,filter .55s ease}.about-parity__mission-card.is-visible{transform:translateY(0) scale(1);opacity:1;filter:blur(0)}.about-parity__mission-icon{font-size:2rem;margin-bottom:10px}.about-parity__mission-card h3{font-size:1.35rem;margin-bottom:8px}.about-parity__mission-card p{color:#cbd5e1;line-height:1.58}.about-parity__guide{position:relative;padding:100px 20px 130px;background:#f8fafc;transition:background-position .25s linear}.about-parity__guide-stage{position:absolute;inset:0;background:radial-gradient(circle at 25% 35%,rgba(31,125,81,.14),transparent 42%),radial-gradient(circle at 75% 70%,rgba(59,130,246,.08),transparent 42%)}.about-parity__guide-content{position:relative;z-index:1;width:min(920px,100%);margin:0 auto;display:grid;gap:24px;transition:transform .3s ease,opacity .3s ease}.about-parity__guide-content h2{text-align:center;font-size:clamp(2rem,3vw,3rem);margin-bottom:12px}.about-parity__guide-step{display:grid;grid-template-columns:68px 1fr;gap:18px;padding:24px;background:rgba(255,255,255,.88);border:1px solid #d1d5db;border-radius:14px;transform:translateX(-36px);opacity:0;transition:transform .5s ease,opacity .5s ease,border-color .5s ease}.about-parity__guide-step.is-visible{transform:translateX(0);opacity:1;border-color:#4ade80}.about-parity__guide-icon{width:68px;height:68px;border-radius:16px;background:#dcfce7;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:transform .4s cubic-bezier(.18,.89,.32,1.28);transform:scale(.8)}.about-parity__guide-step.is-visible .about-parity__guide-icon{transform:scale(1)}.about-parity__guide-step span{color:#15803d;font-size:.84rem;font-weight:700;letter-spacing:.08em}.about-parity__guide-step h3{margin-top:6px;margin-bottom:7px;color:#111827}.about-parity__guide-step p{color:#4b5563;line-height:1.58}.books-page{display:grid;gap:20px}.books-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.books-pill-group,.books-sort-group{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.books-pill-group button,.books-sort-group button,.conversation-list-pills button,.conversation-list-sort button,.scenario-list-pills button,.scenario-list-sort button{padding:7px 14px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:.9rem;cursor:pointer;transition:all .2s ease}.books-sort-group button,.conversation-list-sort button,.scenario-list-sort button{border-radius:6px}.books-pill-group button.is-active,.books-sort-group button.is-active,.conversation-list-pills button.is-active,.conversation-list-sort button.is-active,.scenario-list-pills button.is-active,.scenario-list-sort button.is-active{background:var(--green-500);color:#fff}.books-count,.conversation-list-count,.scenario-list-count{color:#6b7280;font-size:.95rem}.books-loading,.conversation-list-loading,.scenario-list-loading{color:#6b7280;text-align:center;padding:28px 0}.books-empty-panel,.books-error-panel{background:#f9fafb;border-radius:14px;min-height:430px;padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.books-error-icon{font-size:4.2rem;margin-bottom:18px}.books-error-panel h1{font-size:clamp(3rem,4.6vw,5.4rem);color:#1f2937;margin-bottom:18px}.books-error-panel p{color:#6b7280;font-size:1.5rem;line-height:1.55;margin-bottom:26px}.books-error-panel button{padding:12px 30px;border-radius:999px;background:var(--green-500);color:#fff;font-weight:700;cursor:pointer}.books-empty-panel h2{color:#374151;margin-bottom:10px}.books-empty-panel p{color:#6b7280}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.books-grid li{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}.books-grid a{display:grid;gap:8px;padding:16px}.books-grid__cover{height:112px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:2rem}.books-grid h2{font-size:1rem;color:#111827}.books-grid p{color:#6b7280;font-size:.9rem}.book-detail-page{display:grid;gap:16px}.book-detail-back-link{color:#6b7280;font-size:.95rem}.book-detail-back-link:hover{color:var(--green-600)}.book-detail-loading{text-align:center;color:#6b7280;padding:20px 0}.book-detail-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:58px 20px;text-align:center}.book-detail-error p{color:#ef4444;margin-bottom:16px;font-size:1.2rem}.book-detail-error button{padding:8px 20px;border-radius:8px;background:var(--green-500);color:#fff;cursor:pointer}.book-detail-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:18px;display:grid;gap:16px}.book-detail-card header{display:flex;gap:14px}.book-detail-cover{width:110px;height:140px;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2.2rem}.book-detail-card header h1{font-size:1.6rem;margin-bottom:6px}.book-detail-card header p{color:#6b7280}.book-detail-card>p{color:#374151}.book-detail-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.book-detail-card dl div{background:#f9fafb;border-radius:10px;padding:12px}.book-detail-card dt{color:#6b7280;font-size:.85rem}.book-detail-card dd{margin:4px 0 0;color:#111827;font-weight:700}.book-comments{border-top:1px solid #e5e7eb;padding-top:16px;display:grid;gap:12px}.book-comments form{display:flex;gap:8px}.book-comments form input{flex:1;min-height:40px;padding:0 10px}.book-comments form button,.book-comments li button{border:1px solid #d1d5db;border-radius:8px;min-height:40px;padding:8px 12px;color:#374151;cursor:pointer}.book-comments li,.book-comments ul{display:grid;gap:8px}.book-comments li{border:1px solid #e5e7eb;border-radius:10px;padding:10px}.book-comments li div{display:inline-flex;gap:8px}.search-page{display:grid;gap:16px}.search-page__form{max-width:800px;margin:0 auto;position:relative}.search-page__form span{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#9ca3af}.search-page__form input{width:100%;height:52px;padding:0 14px 0 52px;border-radius:10px;border:1px solid #c5ccd6}.search-page__tabs{display:flex;align-items:center;gap:22px;border-bottom:1px solid #d5d9de;padding-bottom:8px}.search-page__tabs button{padding:8px 0;color:#6b7280;font-weight:600;border-bottom:3px solid transparent;cursor:pointer}.search-page__tabs button.is-active{color:var(--green-500);border-bottom-color:var(--green-500)}.search-empty-card{min-height:380px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.search-empty-card__icon{font-size:2.8rem}.search-empty-card h2{color:#374151;font-size:2rem}.search-empty-card p{color:#6b7280;font-size:1.2rem}.search-results{display:grid;gap:12px}.search-results section{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:12px;display:grid;gap:8px}.search-results h2{font-size:1.05rem}.search-results ul{display:grid;gap:6px}.search-results li{border:1px solid #eceff3;border-radius:8px;padding:8px 10px}.search-results li a{color:#16613f;font-weight:700}.search-page__error-wrap{max-width:800px;margin:0 auto}.search-page__error-msg{color:#dc2626;font-weight:600;text-align:center;font-size:.95rem}.conversation-list-page,.scenario-list-page{display:grid;gap:16px}.conversation-list-toolbar,.scenario-list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.conversation-list-pills,.conversation-list-sort,.scenario-list-pills,.scenario-list-sort{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.conversation-list-error,.scenario-list-error{text-align:center;color:#ef4444;font-size:2rem;padding:42px 0}.conversation-list-empty,.scenario-list-empty{text-align:center;color:#6b7280;padding:28px 0}.conversation-list-grid,.scenario-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}.conversation-list-grid li,.scenario-list-grid li{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:12px;display:grid;gap:8px}.conversation-list-grid li a,.scenario-list-grid li a{color:#111827;font-weight:700}.conversation-list-grid li p,.scenario-list-grid li p{color:#6b7280;margin-top:6px;font-size:.9rem}.conversation-list-card-head{display:grid;grid-template-columns:40px 1fr;gap:10px}.conversation-list-avatar{width:40px;height:40px;border-radius:999px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.conversation-list-description{min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.conversation-list-stats{color:#6b7280;font-size:.85rem}.conversation-list-actions{display:flex;justify-content:space-between;align-items:center}.conversation-list-open{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#16a34a;color:#fff!important;padding:6px 10px;font-weight:700}.scenario-detail-page{max-width:1000px;margin:0 auto;padding:48px 20px;display:grid}.scenario-detail-error{text-align:center;padding:28px}.scenario-detail-error p{color:#ef4444;font-size:2.2rem;margin-bottom:10px}.scenario-detail-error a{color:#111827;font-size:1.8rem}.scenario-detail-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:18px;display:grid;gap:14px}.scenario-detail-card h1{font-size:1.8rem}.scenario-detail-card p{color:#4b5563}.scenario-detail-actions{display:inline-flex;gap:10px;flex-wrap:wrap}.scenario-detail-actions a,.scenario-detail-actions button{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:8px 12px;cursor:pointer}.scenario-detail-tree{border-top:1px solid #e5e7eb;padding-top:12px}.conversation-detail-page{display:grid;gap:12px;padding:12px 16px 0;background:#eef1f5}.conversation-detail-banner{max-width:720px;margin:0 auto;border:1px solid #d7dbe0;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(17,24,39,.08);padding:24px;text-align:center}.conversation-detail-banner h2{color:#1f2937;font-size:2.4rem;margin-bottom:8px}.conversation-detail-banner p{color:#6b7280;font-size:1.5rem;margin-bottom:10px}.conversation-detail-banner a{color:var(--green-500);font-weight:700}.conversation-detail-layout{display:grid;grid-template-columns:300px 1fr;gap:0;border:1px solid #d8dde3;border-radius:10px;overflow:hidden;min-height:calc(100vh - 180px);background:#fff}.conversation-side-panel{border-right:1px solid #e5e7eb;background:#fff;display:flex;flex-direction:column;padding:12px;gap:12px}.conversation-side-panel__head{display:flex;align-items:center;justify-content:space-between}.conversation-side-panel__head a{color:#4b5563;font-size:1rem}.conversation-side-panel__head button{width:32px;height:32px;border-radius:6px;background:#f3f4f6;cursor:pointer}.conversation-side-panel__cover{width:100%;min-height:220px;border-radius:8px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:3rem}.conversation-side-panel h3{font-size:1rem;color:#111827}.conversation-side-panel input{height:34px;background:#f3f4f6}.conversation-side-panel__meta{margin-top:auto;display:grid;gap:8px;font-size:.92rem;color:#6b7280}.conversation-side-panel__meta a{color:var(--green-600)}.conversation-chat-panel{display:flex;flex-direction:column;background:#f7f9fc}.conversation-chat-panel h1{padding:14px 18px;border-bottom:1px solid #e5e7eb;background:#fff;font-size:1.1rem}.fork-navigation-widget{border-bottom:1px solid #e5e7eb;background:#faf5ff;padding:10px 18px}.fork-navigation-widget a,.fork-navigation-widget span{color:#7e22ce;font-weight:700}.fork-action-banner{border-bottom:1px solid #e5e7eb;background:#f9fafb;padding:10px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.fork-action-banner p{color:#111827;font-weight:700}.fork-action-banner span{color:#6b7280;font-size:.875rem}.fork-action-banner button{border-radius:999px;border:none;background:#9333ea;color:#fff;font-weight:700;padding:7px 14px;cursor:pointer}.conversation-chat-log{flex:1;padding:18px;overflow:auto;display:grid}.conversation-inline-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;padding:8px 10px;margin-bottom:10px}.conversation-action-toast{position:fixed;top:92px;right:22px;z-index:70;max-width:min(360px,calc(100vw - 32px));border:1px solid #d7efe2;border-radius:8px;padding:11px 13px;background:#fff;color:#14532d;font-size:.88rem;font-weight:900;box-shadow:0 14px 34px rgba(15,23,42,.14)}.conversation-action-toast--error{border-color:#fecdd3;background:#fff1f2;color:#be123c}.conversation-action-toast--info{border-color:#bfdbfe;background:#eff6ff;color:var(--primary-strong)}.conversation-chat-log ul{display:grid;gap:10px}.conversation-chat-log li{border:1px solid #dfe5ea;border-radius:10px;padding:10px;background:#fff}.conversation-empty{margin:auto;text-align:center;color:#9ca3af}.conversation-empty div{font-size:3.2rem;margin-bottom:8px}.conversation-empty h2{color:#6b7280;margin-bottom:6px}.conversation-empty__action{min-height:38px;margin-top:6px;border-radius:8px;padding:0 13px;background:var(--green-500);color:#fff;font-size:.86rem;font-weight:900}.conversation-chat-input{border-top:1px solid #dde2e8;background:#fff;padding:12px;display:flex;gap:8px}.conversation-chat-input input{flex:1;min-height:44px;padding:0 12px}.conversation-chat-input textarea{flex:1;max-height:140px;padding:10px 12px;resize:none}.conversation-chat-input button{min-width:72px;border-radius:8px;background:#d1d5db;color:#fff;cursor:pointer}.conversation-chat-actions{border-top:1px solid #e5e7eb;padding:10px 12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#fff}.conversation-chat-actions button{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:6px 10px;cursor:pointer}.conversation-chat-actions textarea{min-height:38px;padding:8px;min-width:220px}.conversation-typing{margin-top:8px;color:#6b7280;font-weight:700}.fork-modal{position:fixed;inset:0;background:rgba(17,24,39,.45);z-index:50;display:flex;align-items:center;justify-content:center;padding:16px}.fork-modal__card{width:min(100%,480px);background:#fff;border-radius:16px;box-shadow:0 12px 34px rgba(17,24,39,.28);display:grid;gap:10px;padding:22px}.fork-modal__card h3{font-size:1.25rem;color:#111827}.fork-modal__card p{color:#4b5563}.fork-modal__actions{display:flex;justify-content:flex-end;gap:10px}.fork-modal__actions button{border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer}.profile-page{display:grid;gap:18px}.profile-page__top{display:grid;grid-template-columns:340px 1fr;gap:16px}.profile-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;display:flex;flex-direction:column;align-items:center;gap:14px}.profile-summary-card h2{width:100%;font-size:1.8rem}.profile-summary-card__avatar{width:140px;height:140px;background:#e5e7eb;font-size:4rem}.profile-summary-card__avatar,.profile-summary-card__meta{border-radius:10px;display:flex;align-items:center;justify-content:center}.profile-summary-card__meta{width:100%;background:#f3f4f6;min-height:58px;font-size:1.3rem;color:#374151}.profile-summary-card__title{width:100%;font-size:1.8rem;font-weight:700;color:#111827;margin-bottom:4px}.profile-summary-card__username{font-size:1.1rem;font-weight:600;color:#111827;text-align:center;margin-bottom:4px}.profile-summary-card__bio{font-size:.9rem;color:#6b7280;line-height:1.5;text-align:center}.profile-follow-btn{padding:10px 22px;border-radius:999px;background:var(--green-500);color:#fff;font-weight:700;cursor:pointer;border:none;font-size:.9rem;transition:background .2s}.profile-follow-btn:hover{background:var(--green-600)}.profile-follow-btn--following{background:#f3f4f6;color:#374151}.profile-follow-btn--following:hover{background:#e5e7eb}.profile-edit-btn{padding:10px 22px;border-radius:999px;background:var(--green-500);color:#fff;font-weight:700;cursor:pointer;border:none;font-size:.9rem;text-decoration:none;transition:background .2s}.profile-edit-btn:hover{background:var(--green-600)}.profile-error,.profile-loading{display:flex;align-items:center;justify-content:center;padding:40px;font-size:1.1rem;color:#6b7280}.profile-overview-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;width:100%}.profile-overview-panel__title{font-size:1.2rem;font-weight:700;color:#111827}.profile-overview-panel__list{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;flex-wrap:nowrap;flex:1}.profile-overview-panel__list--users{flex-wrap:nowrap}.profile-overview-panel__empty{font-size:.9rem;color:#9ca3af;padding:8px 0}.profile-viewall-btn{padding:7px 14px;background:var(--green-500);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .2s;flex-shrink:0}.profile-viewall-btn:hover{background:var(--green-600)}.profile-book-item{min-width:110px;background:#f3f4f6;border-radius:8px;padding:12px;text-align:center;flex-shrink:0}.profile-book-item__cover{font-size:2.5rem;margin-bottom:6px}.profile-book-item__title{font-size:.8rem;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-conv-item{min-width:160px;background:#f3f4f6;border-radius:8px;padding:12px;cursor:pointer;flex-shrink:0;transition:background .2s}.profile-conv-item:hover{background:#e5e7eb}.profile-conv-item__cover{font-size:2rem;text-align:center;margin-bottom:6px}.profile-conv-item__title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:4px}.profile-conv-item__book,.profile-conv-item__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-conv-item__book{font-size:.75rem;color:#6b7280}.profile-user-item{min-width:70px;background:#f3f4f6;border-radius:8px;padding:10px;text-align:center;cursor:pointer;flex-shrink:0;text-decoration:none;transition:background .2s}.profile-user-item:hover{background:#e5e7eb}.profile-user-item__avatar{font-size:2rem;margin-bottom:4px}.profile-user-item__name{font-size:.75rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-conversation-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:16px}.profile-conversation-panel__header{display:flex;justify-content:space-between;align-items:center}.profile-conversation-panel__title{font-size:1.25rem;font-weight:700;color:#111827}.profile-conversation-panel__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.profile-conversation-panel__empty{font-size:.9rem;color:#9ca3af;padding:12px 0}.profile-conv-card{border:1px solid #e5e7eb;padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.profile-conv-card:hover{border-color:var(--green-500);box-shadow:0 2px 8px rgba(34,197,94,.1)}.profile-conv-card__top{display:flex;gap:12px;margin-bottom:12px}.profile-conv-card__cover{width:56px;height:72px;background:#e5e7eb;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0}.profile-conv-card__info{flex:1;min-width:0}.profile-conv-card__character{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:.75rem;color:#6b7280}.profile-conv-card__character-dot{width:8px;height:8px;background:var(--green-500);border-radius:50%;flex-shrink:0}.profile-conv-card__title{font-size:1rem;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.profile-conv-card__book{font-size:.75rem;color:#6b7280}.profile-conv-card__preview{font-size:.875rem;color:#374151;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-conv-card__footer{display:flex;justify-content:space-between;align-items:center}.profile-conv-card__likes,.profile-conv-card__time{font-size:.75rem;color:#9ca3af}.profile-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50}.profile-modal{background:#fff;border-radius:14px;width:min(680px,calc(100vw - 32px));max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.profile-modal__header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.profile-modal__title{font-size:1.25rem;font-weight:700;color:#111827}.profile-modal__close{background:none;border:none;font-size:1.2rem;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.profile-modal__close:hover{background:#f3f4f6}.profile-modal__body{overflow-y:auto;padding:20px 24px;flex:1}.profile-modal-list{display:flex;flex-direction:column;gap:12px}.profile-modal-empty{font-size:.9rem;color:#9ca3af;text-align:center;padding:20px 0}.profile-modal-book-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f9fafb;border-radius:8px}.profile-modal-book-item__cover{font-size:2.5rem;flex-shrink:0}.profile-modal-book-item__title{font-size:1rem;font-weight:600;color:#111827}.profile-modal-book-item__author{font-size:.85rem;color:#6b7280}.profile-modal-conv-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f9fafb;border-radius:8px;cursor:pointer;transition:background .2s}.profile-modal-conv-item:hover{background:#f3f4f6}.profile-modal-conv-item__cover{font-size:2rem;flex-shrink:0}.profile-modal-conv-item__title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:2px}.profile-modal-conv-item__book{font-size:.8rem;color:#6b7280}.profile-modal-user-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:8px;text-decoration:none;color:inherit;transition:background .2s}.profile-modal-user-item:hover{background:#f3f4f6}.profile-modal-user-item__avatar{font-size:2rem;flex-shrink:0}.profile-modal-user-item__name{font-size:1rem;color:#374151}.profile-modal-conv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.profile-modal-conv-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px;cursor:pointer;transition:border-color .2s}.profile-modal-conv-card:hover{border-color:var(--green-500)}.profile-modal-conv-card__title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-modal-conv-card__book{font-size:.8rem;color:#6b7280;margin-bottom:8px}.profile-modal-conv-card__footer{font-size:.75rem;color:#9ca3af}.profile-overview-panels{display:grid;gap:14px}.profile-overview-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-height:118px;padding:18px;display:flex;flex-direction:column}.profile-conversation-panel h3,.profile-overview-panel h3{font-size:1.7rem}.profile-conversation-panel a,.profile-overview-panel a{background:var(--green-500);color:#fff;border-radius:8px;padding:8px 14px;font-size:.95rem}.profile-edit-screen{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px}.profile-edit-panel{width:min(680px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 18px rgba(17,24,39,.08);padding:26px;display:grid;gap:16px}.profile-edit-panel h1{font-size:3rem}.profile-edit-avatar-row{display:flex;align-items:center;gap:20px}.profile-edit-avatar{width:132px;height:132px;border-radius:50%;border:4px solid #0ea5e9;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:3.4rem}.profile-edit-upload{display:grid;gap:8px}.profile-edit-upload button{border:1px solid #d1d5db;border-radius:8px;background:#f3f4f6;color:#6b7280;padding:8px 14px}.profile-edit-upload p{color:#6b7280}.profile-edit-control{display:grid;gap:8px}.profile-edit-control label{font-size:1.05rem;color:#374151}.profile-edit-control input,.profile-edit-control textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:12px}.profile-edit-control p{text-align:right;color:#6b7280}.profile-edit-actions{display:flex;gap:12px}.profile-edit-cancel,.profile-edit-save{min-height:42px;padding:9px 18px;border-radius:10px;font-weight:700}.profile-edit-save{background:#0ea5e9;color:#fff}.profile-edit-cancel{border:1px solid #0ea5e9;color:#0ea5e9;background:#fff}.follow-page,.liked-page{min-height:calc(100vh - 180px);max-width:1200px;margin:0 auto;width:100%}.follow-page__header,.liked-page__header{margin-bottom:24px}.liked-page__header{padding:26px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:var(--shadow-sm)}.liked-page__header>span{display:inline-flex;margin-bottom:8px;color:var(--primary-strong);font-size:.78rem;font-weight:900;letter-spacing:0}.follow-page__header h1,.liked-page__header h1{font-size:2.9rem;margin-bottom:8px}.follow-page__header p,.liked-page__header p{color:#6b7280;font-size:1.3rem}.follow-page__loading,.liked-loading{color:#6b7280;text-align:center;padding:30px 0}.follow-empty,.liked-empty{text-align:center;color:#9ca3af;padding:70px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.follow-empty__icon,.liked-empty__icon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:50%;background:#fef2f2;color:#be123c;font-size:2.6rem}.follow-empty p,.liked-empty p{color:#9ca3af;font-size:1.5rem}.liked-empty h2{font-size:2.1rem;color:#4b5563;margin-bottom:8px}.liked-empty__button{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;background:var(--primary);color:#fff;border-radius:8px;padding:10px 24px;font-weight:700}.follow-list,.liked-list{display:grid;gap:12px}.follow-list li,.liked-list li{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.follow-list li a,.liked-list li a{color:#111827;font-weight:700}.follow-list li button,.liked-list li button{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:8px 12px;cursor:pointer}.liked-list-card__copy{min-width:0;display:grid;gap:7px}.liked-list-card__kicker,.liked-list-card__stats{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--muted);font-size:.82rem;font-weight:800}.liked-list-card__copy p{max-width:680px;color:var(--muted);line-height:1.55}.liked-list-card__stats span{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 9px;background:#f1f5f9;color:#475569;font-size:.76rem}.liked-list-card__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.liked-list li .liked-list-card__actions a,.liked-list li .liked-list-card__actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:0 12px;font-size:.86rem;font-weight:900;white-space:nowrap}.liked-list li .liked-list-card__actions a{border:1px solid var(--primary-strong);background:var(--primary);color:#fff;box-shadow:0 10px 18px rgba(31,125,81,.22)}.liked-list li .liked-list-card__actions a:focus-visible,.liked-list li .liked-list-card__actions a:hover{background:var(--primary-strong);color:#fff}.liked-list li .liked-list-card__actions button{border-color:#fecdd3;background:#fff1f2;color:#be123c}.liked-list li .liked-list-card__actions button:disabled{cursor:wait;opacity:.68}.liked-pagination{margin-top:14px;display:flex;justify-content:center;align-items:center;gap:10px}.liked-pagination button{border:1px solid #d1d5db;background:#fff;min-height:34px;gap:6px;padding:0 11px;cursor:pointer}.liked-pagination button,.toast-error{border-radius:8px;display:inline-flex;align-items:center}.toast-error{position:fixed;bottom:92px;right:24px;z-index:30;min-width:260px;max-width:320px;background:#ef4444;color:#fff;box-shadow:0 8px 20px rgba(17,24,39,.22);padding:10px 12px;gap:8px}.not-found-page{min-height:100vh;background:#f9fafb;position:relative;display:flex;align-items:center;justify-content:center;padding:20px}.not-found-language{position:absolute;top:24px;right:24px;display:inline-flex;align-items:center;gap:6px;color:#6b7280}.not-found-language img{width:20px;height:20px}.not-found-content{max-width:620px;width:100%;text-align:center}.not-found-logo{width:70px;height:70px;display:block;margin:0 auto 12px}.not-found-content h1{font-size:clamp(6rem,10vw,9rem);line-height:1;color:#10b981;margin-bottom:14px}.not-found-content h2{font-size:4rem;color:#1f2937;margin-bottom:16px}.not-found-content p{color:#6b7280;font-size:1.6rem;line-height:1.6}.not-found-actions{margin-top:28px;display:inline-flex;gap:12px}.not-found-primary,.not-found-secondary{min-height:50px;padding:12px 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.not-found-primary{background:var(--green-500);color:#fff}.not-found-secondary{border:1px solid var(--green-500);color:var(--green-500);background:#fff}.logout-page{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1.2rem}.content-page{gap:14px}@media (max-width:1200px){.app-footer__inner,.app-header__inner,.app-shell__content{width:100%}.app-search{width:clamp(220px,30vw,340px)}.about-page__hero{padding:42px 24px}.about-page__subtitle{margin-top:56px}}@media (max-width:1024px){.app-header__inner{grid-template-columns:auto 1fr;gap:12px}.app-nav{order:3;grid-column:1/-1;width:100%}.app-nav a{padding:8px 12px}.app-actions{justify-self:end}.app-search{width:min(320px,44vw)}.app-language{display:none}.auth-page,.auth-shell{grid-template-columns:1fr}.auth-shell{display:grid}.auth-shell__left,.auth-shell__right{width:100%!important;opacity:1!important;pointer-events:auto!important}.auth-shell__left-track{min-height:auto;padding:44px 20px;gap:24px}.auth-shell__progress{position:static;width:min(520px,100%);margin-bottom:10px}.auth-stage-stack{position:static}.auth-stage-books{position:static;transform:none;margin:8px auto 0}.auth-books-anchor{position:static;height:auto;overflow:visible}.auth-stage{min-height:44vh;padding-top:44px}.auth-form-side{padding:22px 22px 40px}.auth-scroll{display:none}.conversation-detail-layout,.profile-page__top{grid-template-columns:1fr}.conversation-side-panel{border-right:0;border-bottom:1px solid #e5e7eb}.conversation-side-panel__cover{min-height:180px}}@media (max-width:768px){.app-header__inner{display:flex;flex-wrap:wrap}.app-header__inner,.app-nav{justify-content:space-between}.app-nav{order:3;gap:8px}.app-link-btn,.app-profile-btn,.app-search{display:none}.app-logo__text{font-size:1.8rem}.app-footer__inner{flex-direction:column;align-items:flex-start;gap:10px}.about-page{padding:52px 16px 84px;min-height:760px}.home-page{padding:34px 0}.home-page__about-link{margin-bottom:30px}.home-page__search-wrap input{height:52px;padding-left:48px}.home-page__search-icon{left:18px}.home-page__topics-toggle{min-height:52px;padding:12px 16px}.home-page__topics-list{padding:16px}.about-parity__hero{padding:52px 16px 84px;gap:46px;min-height:auto}.about-parity__scroll-cue{display:none}.about-parity__hero-box{padding:34px 20px}.about-parity__hero-box h1{font-size:1.8rem}.about-parity__hero-box p{font-size:1rem}.about-parity__subtitle{font-size:1.8rem}.about-parity__mission{padding:64px 16px 72px}.about-parity__mission-grid{grid-template-columns:1fr}.about-parity__guide{padding:64px 16px 86px}.about-parity__guide-step{grid-template-columns:58px 1fr;padding:18px}.about-parity__guide-icon{width:58px;height:58px}.about-page__hero h1{font-size:1.8rem}.about-page__hero p{font-size:1rem}.about-page__subtitle{font-size:1.8rem}.books-error-panel{min-height:340px}.books-error-panel h1{font-size:2rem}.books-error-panel p{font-size:1rem}.search-page__tabs{gap:12px}.search-empty-card{min-height:280px}.search-empty-card h2{font-size:1.5rem}.follow-page,.liked-page{max-width:100%}.follow-page__header h1,.liked-page__header h1{font-size:2rem}.liked-list li{align-items:stretch;flex-direction:column}.liked-list-card__actions{justify-content:stretch}.liked-list-card__actions a,.liked-list-card__actions button{flex:1 1 150px}.toast-error{right:10px;left:10px;max-width:none}.profile-edit-avatar-row{flex-direction:column;align-items:flex-start}.not-found-content h1{font-size:4rem}.not-found-content h2{font-size:2rem}.not-found-content p{font-size:1rem}.not-found-actions{display:grid;width:100%}.not-found-primary,.not-found-secondary{width:100%}}@media (max-width:430px){.auth-shell__left,.auth-shell__right{min-height:100svh}.auth-shell__left{overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}.auth-shell__left-track{min-height:240vh;padding:36px 14px 30px;gap:18px}.auth-shell__progress{position:sticky;top:12px;gap:8px;width:min(420px,100%)}.auth-shell__progress-line{height:4px}.auth-shell__progress-dots{gap:6px}.auth-shell__dot{width:6px;height:6px}.auth-stage-stack{position:sticky;top:18svh;width:min(420px,100%);gap:10px}.auth-stage-card{border-radius:14px;padding:18px 16px;box-shadow:0 12px 24px rgba(4,20,8,.2);transition-duration:.24s}.auth-stage__title{font-size:clamp(1.5rem,7vw,1.95rem);margin-bottom:8px}.auth-stage__subtitle{font-size:clamp(.96rem,4.2vw,1.12rem);line-height:1.48}.auth-stage-books{top:71svh;width:min(320px,96%);height:160px;margin-top:0}.auth-scroll{display:inline-flex;width:44px;height:44px;bottom:10px;font-size:1.02rem;animation-duration:1.45s}.auth-scroll span{font-size:.54rem;bottom:-16px;letter-spacing:.12em}.about-parity__hero{padding:44px 14px 70px;gap:38px}.about-parity__hero-box{border-radius:14px;padding:26px 16px}.about-parity__hero-box h1{font-size:1.58rem;margin-bottom:14px}.about-parity__hero-box p{font-size:.96rem;line-height:1.62}.about-parity__subtitle{font-size:1.48rem;line-height:1.52}.about-parity__scroll-cue{display:inline-flex;padding:8px 12px;gap:8px;animation-duration:1.45s}.about-parity__scroll-cue span{font-size:.8rem}.about-parity__scroll-cue strong{font-size:1rem}.about-parity__mission{padding:54px 14px 62px}.about-parity__mission-head{margin:0 auto 24px}.about-parity__mission-head h2{font-size:1.7rem}.about-parity__mission-head p{font-size:.94rem}.about-parity__mission-grid{gap:12px}.about-parity__mission-card{padding:20px;border-radius:14px;transform:translateY(24px) scale(.98);transition-duration:.42s}.about-parity__mission-icon{font-size:1.7rem}.about-parity__mission-card h3{font-size:1.16rem}.about-parity__mission-card p{font-size:.94rem}.about-parity__guide{padding:54px 14px 66px}.about-parity__guide-content{gap:16px}.about-parity__guide-content h2{font-size:1.7rem;margin-bottom:8px}.about-parity__guide-step{grid-template-columns:52px 1fr;gap:12px;padding:14px;transform:translateX(-24px);transition-duration:.42s}.about-parity__guide-icon{width:52px;height:52px;border-radius:12px;font-size:1.5rem}.about-parity__guide-step span{font-size:.74rem;letter-spacing:.06em}.about-parity__guide-step h3{margin-top:4px;margin-bottom:6px;font-size:1.02rem}.about-parity__guide-step p{font-size:.9rem;line-height:1.5}}@media (max-width:390px){.auth-shell__left-track{min-height:220vh;padding:32px 12px 26px;gap:16px}.auth-shell__progress{top:10px;gap:7px}.auth-shell__progress-line{height:3px}.auth-shell__dot{width:5px;height:5px}.auth-stage-stack{top:16svh;gap:8px}.auth-stage-card{border-radius:12px;padding:16px 14px}.auth-stage__title{font-size:clamp(1.4rem,6.8vw,1.76rem)}.auth-stage__subtitle{font-size:clamp(.9rem,4vw,1.02rem);line-height:1.44}.auth-stage-books{top:73svh;height:146px}.auth-scroll{width:40px;height:40px;font-size:.94rem;bottom:8px}.auth-scroll span{bottom:-15px;font-size:.5rem}.about-parity__hero{padding:40px 12px 64px;gap:32px}.about-parity__hero-box{padding:22px 14px}.about-parity__hero-box h1{font-size:1.44rem}.about-parity__hero-box p{font-size:.9rem}.about-parity__subtitle{font-size:1.34rem}.about-parity__scroll-cue{padding:7px 11px;gap:7px}.about-parity__scroll-cue span{font-size:.74rem}.about-parity__scroll-cue strong{font-size:.96rem}.about-parity__mission{padding:48px 12px 56px}.about-parity__mission-head h2{font-size:1.58rem}.about-parity__mission-head p{font-size:.9rem}.about-parity__mission-card{padding:17px;transform:translateY(20px) scale(.98);transition-duration:.38s}.about-parity__mission-icon{font-size:1.56rem;margin-bottom:8px}.about-parity__mission-card h3{font-size:1.08rem}.about-parity__mission-card p{font-size:.88rem}.about-parity__guide{padding:48px 12px 60px}.about-parity__guide-content h2{font-size:1.58rem}.about-parity__guide-step{grid-template-columns:48px 1fr;gap:10px;padding:12px;transform:translateX(-20px);transition-duration:.38s}.about-parity__guide-icon{width:48px;height:48px;font-size:1.36rem}.about-parity__guide-step span{font-size:.7rem}.about-parity__guide-step h3{font-size:.96rem}.about-parity__guide-step p{font-size:.84rem;line-height:1.46}}@media (max-width:360px){.auth-shell__left-track{min-height:205vh;padding:28px 10px 22px;gap:14px}.auth-stage-stack{top:14svh}.auth-stage-card{border-radius:10px;padding:14px 12px}.auth-stage__title{font-size:clamp(1.28rem,6.4vw,1.58rem);margin-bottom:7px}.auth-stage__subtitle{font-size:clamp(.84rem,3.8vw,.94rem)}.auth-stage-books{top:74svh;height:132px}.auth-scroll{width:36px;height:36px}.auth-scroll span{display:none}.about-parity__hero{padding:36px 10px 58px;gap:26px}.about-parity__hero-box{border-radius:12px;padding:20px 12px}.about-parity__hero-box h1{font-size:1.32rem;margin-bottom:12px}.about-parity__hero-box p{font-size:.86rem}.about-parity__subtitle{font-size:1.2rem;line-height:1.46}.about-parity__scroll-cue{padding:6px 10px}.about-parity__scroll-cue span{font-size:.68rem}.about-parity__mission{padding:44px 10px 52px}.about-parity__mission-head h2{font-size:1.42rem}.about-parity__mission-grid{gap:10px}.about-parity__mission-card{padding:15px;transform:translateY(16px) scale(.98)}.about-parity__mission-icon{font-size:1.44rem}.about-parity__mission-card h3{font-size:1rem}.about-parity__mission-card p{font-size:.82rem;line-height:1.44}.about-parity__guide{padding:44px 10px 56px}.about-parity__guide-content{gap:14px}.about-parity__guide-content h2{font-size:1.42rem}.about-parity__guide-step{grid-template-columns:44px 1fr;gap:9px;padding:11px;transform:translateX(-18px)}.about-parity__guide-icon{width:44px;height:44px;font-size:1.24rem}.about-parity__guide-step h3{font-size:.92rem}.about-parity__guide-step p{font-size:.8rem;line-height:1.42}}@media (min-width:428px) and (max-width:430px) and (min-height:900px){.auth-stage-card{transition-duration:.29s}.auth-shell .auth-book{transition-duration:.3s}.auth-scroll{animation-duration:1.62s}.about-parity__hero-bg,.about-parity__hero-box,.about-parity__subtitle{transition-duration:.24s}.about-parity__scroll-cue{animation-duration:1.62s}.about-parity__guide-content,.about-parity__mission-head{transition-duration:.34s}.about-parity__guide-step,.about-parity__mission-card{transition-duration:.46s}}@media (min-width:389px) and (max-width:393px) and (min-height:820px) and (max-height:900px){.auth-stage-card{transition-duration:.23s}.auth-shell .auth-book{transition-duration:.24s}.auth-scroll{animation-duration:1.42s}.about-parity__hero-bg,.about-parity__hero-box,.about-parity__subtitle{transition-duration:.2s}.about-parity__scroll-cue{animation-duration:1.42s}.about-parity__guide-content,.about-parity__mission-head{transition-duration:.31s}.about-parity__guide-step,.about-parity__mission-card{transition-duration:.4s}}@media (min-width:372px) and (max-width:378px) and (max-height:700px){.auth-shell .auth-book,.auth-stage-card{transition-duration:.2s}.auth-scroll{animation-duration:1.22s}.about-parity__hero-bg,.about-parity__hero-box,.about-parity__subtitle{transition-duration:.16s}.about-parity__scroll-cue{animation-duration:1.22s}.about-parity__guide-content,.about-parity__mission-head{transition-duration:.26s}.about-parity__guide-step,.about-parity__mission-card{transition-duration:.32s}}@keyframes float-idle-1{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(2deg)}}@keyframes float-idle-2{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(-2deg)}}@keyframes float-idle-3{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(1deg)}}@layer components{.auth-book{@apply shadow-[10px_10px_30px_rgba(0,0,0,0.2),inset_2px_0_4px_rgba(0,0,0,0.1)];background:linear-gradient(90deg,#fefce8 5%,#fff)}.auth-book-idle-1{animation:float-idle-1 6s ease-in-out infinite}.auth-book-idle-2{animation:float-idle-2 7s ease-in-out .5s infinite}.auth-book-idle-3{animation:float-idle-3 8s ease-in-out 1s infinite}.auth-stage-handshake{@apply absolute inset-0 pointer-events-none flex items-center justify-center}.auth-handshake-arm{@apply absolute h-16 rounded-full flex items-center shadow-lg transition-transform duration-500}.auth-handshake-arm--left{@apply bg-amber-400 w-48 -rotate-12 left-[30%] top-[40%]}.auth-handshake-arm--right{@apply bg-amber-400 w-48 rotate-12 right-[30%] top-[40%]}.auth-handshake-cuff{@apply w-10 h-20 bg-white border-2 border-slate-100 rounded-md shadow-sm relative z-10}.auth-handshake-hand{@apply w-20 h-24 bg-rose-300 rounded-2xl relative z-0 mx-[-10px]}.auth-stage-emojis{@apply absolute inset-0 pointer-events-none flex gap-12 items-center justify-center}.auth-emoji-face{@apply w-40 h-40 rounded-full bg-yellow-400 shadow-[inset_-4px_-4px_12px_rgba(0,0,0,0.1),0_10px_20px_rgba(0,0,0,0.2)] flex flex-col items-center justify-center relative border-4 border-yellow-500/20 transition-all duration-500}.auth-emoji-face--laugh .eyes{@apply flex gap-6 mb-2 text-slate-700 text-4xl font-bold}.auth-emoji-face--laugh .mouth{@apply w-16 h-8 border-b-4 border-slate-700 rounded-b-full}.auth-emoji-face--cry .eyes{@apply flex gap-6 mb-2 text-slate-700 text-4xl font-bold}.auth-emoji-face--cry .mouth{@apply w-8 h-8 rounded-full border-4 border-slate-700 mt-1}.auth-emoji-tear{@apply absolute top-20 w-3 h-8 bg-blue-400 rounded-b-full opacity-80}.auth-stage-key{@apply absolute inset-0 pointer-events-none flex items-center justify-center}.auth-key-wrapper{@apply relative drop-shadow-2xl transition-transform duration-700}.auth-key-head{@apply w-24 h-24 rounded-full border-[12px] border-amber-300 bg-amber-100 shadow-inner flex items-center justify-center z-10 relative}.auth-key-shaft{@apply absolute left-20 top-1/2 -translate-y-1/2 w-40 h-8 bg-amber-300 rounded-r-md z-0}.auth-key-tooth{@apply absolute bg-amber-300 w-4 h-8}}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}:root{--bg:#f8fafc;--surface:#ffffff;--surface-subtle:#f1f5f9;--line:#dbe3ec;--line-strong:#cbd5e1;--text:#0f172a;--muted:#64748b;--primary:#1d4ed8;--primary-strong:#1e40af;--secondary:#0ea5e9;--success:#166534;--warning:#b45309;--danger:#b91c1c;--shadow-sm:0 1px 2px rgba(15,23,42,0.05);--shadow-md:0 14px 34px rgba(15,23,42,0.08)}body{color:var(--text)}.app-shell__content{width:min(1180px,100%);padding:28px 20px 48px}.app-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.app-header__inner{width:min(1180px,100%);min-height:72px;grid-template-columns:auto minmax(320px,1fr) auto;gap:28px}.app-logo__text{color:var(--text);font-size:1.65rem}.app-logo img{width:31px;height:31px}.app-nav{gap:6px}.app-link-btn,.app-nav a,.app-profile-btn{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:8px;color:#334155;font-size:.94rem}.app-link-btn:hover,.app-nav a:hover,.app-profile-btn:hover{background:#eef6ff}.app-nav a[aria-current=page]{background:#dbeafe;color:var(--primary-strong)}.app-search{width:clamp(220px,25vw,340px)}.app-search input{height:40px;border-color:var(--line);background:#f8fafc}.app-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(29,78,216,.12)}.app-search button{display:inline-flex;color:#64748b}.app-language{color:#475569}.app-language,.app-profile-btn{border:1px solid var(--line)}.app-cta-btn{min-width:88px;background:var(--primary);border-radius:8px}.app-cta-btn:hover{background:var(--primary-strong)}.app-footer{background:#0f172a}.app-footer__inner{width:min(1180px,100%);color:#cbd5e1}.page-hero{display:grid;gap:8px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.page-hero--compact{padding:20px 22px}.page-hero span{color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.page-hero h1{font-size:clamp(1.55rem,2vw,2.15rem);line-height:1.2}.page-hero p{color:var(--muted)}.home-page{display:grid;align-items:start;gap:18px;padding:0}.home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:18px}.home-command-row,.home-hero__copy,.home-quick-grid a,.resume-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.home-hero__copy{min-height:250px;padding:34px;display:flex;flex-direction:column;justify-content:center}.home-eyebrow{width:fit-content;margin-bottom:14px;color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-hero h1{font-size:clamp(3.2rem,6vw,5.8rem);line-height:.95;color:var(--text)}.home-hero__copy p{margin-top:20px;max-width:560px;color:#475569;font-size:1.08rem;line-height:1.7}.resume-card{position:relative;min-height:250px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;color:#fff;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(29,78,216,.9)),#0f172a;overflow:hidden}.resume-card:before{content:"";position:absolute;inset:18px 18px auto auto;width:82px;height:118px;border-radius:6px;background:linear-gradient(135deg,#dbeafe,#7dd3fc);opacity:.72;transform:rotate(9deg)}.resume-card__label{color:#bae6fd;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.resume-card strong{position:relative;z-index:1;max-width:300px;font-size:1.5rem;line-height:1.25}.resume-card span:not(.resume-card__label){position:relative;z-index:1;color:#dbeafe}.resume-card svg{position:absolute;right:24px;bottom:24px}.home-command-row{padding:14px;display:grid;grid-template-columns:1fr auto;gap:10px}.home-search{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:8px;color:#64748b;background:#f8fafc}.home-search input{width:100%;height:44px;border:0;background:transparent}.home-search input:focus{outline:none;box-shadow:none}.content-page button,.conversation-chat-input button,.conversation-header-actions button,.conversation-memo-panel button,.fork-action-banner button,.home-command-row button,.scenario-detail-actions a,.scenario-detail-actions button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:0 14px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}.conversation-chat-input button:disabled,.home-command-row button:disabled{background:#cbd5e1;cursor:not-allowed}.home-continue-panel{display:grid;gap:14px;border:1px solid #d7efe2;border-radius:8px;padding:20px;background:linear-gradient(135deg,#ffffff,#f5fbf7);box-shadow:var(--shadow-sm)}.home-continue-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.home-continue-panel__header h2{margin-top:4px;color:#0f172a;font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.25}.home-continue-panel__header a{min-height:36px;display:inline-flex;align-items:center;border-radius:8px;padding:0 12px;background:var(--green-500);color:#fff;font-size:.84rem;font-weight:900;white-space:nowrap}.home-continue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-continue-card{min-width:0;min-height:118px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;border:1px solid #e2e8f0;border-radius:8px;padding:13px;background:#fff;color:#334155}.home-continue-card:hover{border-color:#bfdbfe;box-shadow:var(--shadow-md)}.home-continue-card__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#eff6ff;color:var(--primary)}.home-continue-card--draft .home-continue-card__icon{background:#ecfdf5;color:var(--green-600)}.home-continue-card__copy{min-width:0;display:grid;gap:4px}.home-continue-card small{color:var(--green-600);font-size:.73rem;font-weight:900}.home-continue-card strong{color:#111827;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}.home-continue-card__copy span{display:-webkit-box;overflow:hidden;color:#64748b;font-size:.78rem;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-start-panel{display:grid;gap:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:20px;box-shadow:var(--shadow-sm)}.home-start-panel h2{margin-top:4px;font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.25}.home-start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-start-grid a{min-height:112px;display:grid;align-content:start;gap:8px;border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:14px}.home-start-grid svg{color:var(--primary)}.home-start-grid strong{font-size:.95rem}.home-start-grid span{color:var(--muted);font-size:.84rem;line-height:1.55}.home-quick-grid a{min-height:138px;padding:20px;display:grid;align-content:space-between;gap:12px}.home-quick-grid a:hover{border-color:#bfdbfe;box-shadow:var(--shadow-md);transform:translateY(-1px)}.home-quick-grid svg{color:var(--primary)}.home-quick-grid strong{font-size:1.02rem;line-height:1.35}.home-quick-grid span{color:var(--muted);font-size:.9rem}.book-detail-page,.books-page,.conversation-list-page,.liked-page,.profile-page,.scenario-list-page,.search-page{display:grid;gap:18px}.books-toolbar,.conversation-list-toolbar,.scenario-list-toolbar{padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.books-pill-group button,.books-sort-group button,.conversation-list-pills button,.conversation-list-sort button,.scenario-list-pills button,.scenario-list-sort button{min-height:34px;border-radius:8px;background:#f1f5f9;color:#475569}.books-pill-group button.is-active,.books-sort-group button.is-active,.conversation-list-pills button.is-active,.conversation-list-sort button.is-active,.scenario-list-pills button.is-active,.scenario-list-sort button.is-active{background:#dbeafe;color:var(--primary-strong)}.books-grid,.conversation-list-grid,.scenario-list-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.book-detail-card,.books-grid li,.conversation-list-grid li,.liked-list li,.profile-conversation-panel,.profile-overview-panel,.profile-summary-card,.scenario-list-grid li,.search-results section{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.books-grid li,.conversation-list-grid li,.scenario-list-grid li{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.books-grid li:hover,.conversation-list-grid li:hover,.scenario-list-grid li:hover{border-color:#bfdbfe;box-shadow:var(--shadow-md);transform:translateY(-1px)}.scenario-list-card{display:grid;gap:12px}.scenario-list-card__meta,.scenario-list-card__stats{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.scenario-list-card__meta span,.scenario-list-card__stats span{min-height:28px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:0 9px;background:#f1f5f9;color:#475569;font-size:.78rem;font-weight:800}.scenario-list-card__meta span:first-child{background:#ecfdf5;color:var(--primary-strong)}.scenario-list-card__stats{padding-top:2px}.scenario-list-card__stats span{background:#fff;border:1px solid var(--line)}.books-grid a{min-height:190px}.book-detail-cover,.books-grid__cover,.conversation-list-avatar,.profile-book-item__cover,.profile-conv-card__cover{background:#eff6ff;color:var(--primary)}.conversation-list-open{background:var(--primary)}.search-page__form{max-width:none;width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.search-page__form input{border-color:var(--line);background:#f8fafc}.search-page__tabs{border:1px solid var(--line);border-radius:8px;padding:6px;gap:6px;background:var(--surface)}.search-page__tabs button{min-height:36px;padding:0 12px;border:0;border-radius:7px}.search-page__tabs button.is-active{color:var(--primary-strong);background:#dbeafe;border-bottom-color:transparent}.search-results{grid-template-columns:repeat(2,minmax(0,1fr))}.search-results section{padding:16px}.book-detail-card{padding:22px}.book-detail-card header{align-items:center}.book-detail-cover{width:128px;height:164px}.book-comments form button,.book-comments li button{background:#fff;color:var(--primary-strong)}.scenario-detail-page{max-width:none;padding:0;gap:18px}.scenario-detail-page--recovery{min-height:min(620px,calc(100vh - 160px));display:grid;align-items:center}.scenario-recovery-card{position:relative;overflow:hidden;display:grid;gap:22px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:30px;box-shadow:var(--shadow-sm)}.scenario-recovery-card:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--primary),#14b8a6,#fbbf24)}.scenario-recovery-card__copy{max-width:720px;display:grid;gap:8px}.scenario-recovery-card__eyebrow{color:var(--primary);font-size:.78rem;font-weight:900}.scenario-recovery-card h1{color:var(--text);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.15}.scenario-recovery-card p{color:#475569;font-size:1rem;line-height:1.7}.scenario-recovery-card__actions{display:flex;flex-wrap:wrap;gap:10px}.scenario-recovery-card__actions a,.scenario-recovery-card__actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 14px;background:#fff;color:#334155;font-weight:800;cursor:pointer}.scenario-recovery-card__actions .scenario-recovery-card__primary{border-color:var(--primary);background:var(--primary);color:#fff}.scenario-recovery-card__notes{display:grid;gap:9px;border-top:1px solid var(--line);padding-top:18px}.scenario-recovery-card__notes>span{color:var(--primary-strong);font-size:.84rem;font-weight:900}.scenario-recovery-card__notes ul{display:grid;gap:7px;color:#64748b;font-size:.9rem;line-height:1.6}.scenario-recovery-card__notes li{position:relative;padding-left:14px}.scenario-recovery-card__notes li:before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:999px;background:var(--primary)}.scenario-detail-loading{padding:40px;text-align:center;color:var(--muted)}.scenario-detail-card,.scenario-detail-tree{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.scenario-detail-card{padding:24px}.scenario-detail-card__header{display:grid;gap:9px;margin-bottom:18px}.scenario-detail-card__header span,.scenario-detail-tree__header span{color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.scenario-detail-card__header h1{font-size:clamp(1.7rem,2.3vw,2.5rem)}.scenario-detail-card__header p{max-width:760px;color:#475569;line-height:1.7}.scenario-detail-brief{margin:0 0 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.scenario-detail-brief div{border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:12px}.scenario-detail-brief dt{margin-bottom:6px;color:var(--primary-strong);font-size:.78rem;font-weight:900}.scenario-detail-brief dd{margin:0;color:#475569;font-size:.88rem;line-height:1.55}.scenario-detail-actions a,.scenario-detail-actions button{border:0;background:var(--primary)}.scenario-detail-actions a:nth-last-child(2){background:#f1f5f9;color:#334155}.scenario-detail-actions button:last-child{background:#fee2e2;color:var(--danger)}.scenario-detail-tree{padding:18px}.scenario-detail-tree__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.scenario-detail-tree__header div{display:grid;gap:4px}.scenario-detail-tree__header p{color:var(--muted);font-size:.9rem}.scenario-detail-visual{min-height:360px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#f8fafc}.scenario-map{position:relative;min-height:360px;padding:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:24px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(248,250,252,.92)),#f8fafc}.scenario-map__rail{position:absolute;left:13%;right:13%;top:50%;height:2px;background:#bfdbfe}.scenario-map__node{position:relative;z-index:1;min-height:148px;display:grid;align-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px;box-shadow:var(--shadow-sm)}.scenario-map__node:before{content:"";position:absolute;top:-10px;left:18px;width:18px;height:18px;border-radius:999px;background:#bfdbfe;border:4px solid #fff;box-shadow:0 0 0 1px #bfdbfe}.scenario-map__node--active{border-color:#60a5fa;box-shadow:var(--shadow-md)}.scenario-map__node span{color:var(--primary);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.scenario-map__node p{color:var(--muted);font-size:.9rem;line-height:1.55}.scenario-detail-foot{text-align:center}.scenario-detail-foot a{color:var(--primary-strong);font-weight:800}.content-page{max-width:760px;margin:0 auto;display:grid;gap:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:24px;box-shadow:var(--shadow-sm)}.content-page h1{font-size:1.8rem}.content-page form{display:grid;gap:10px}.content-page input,.content-page select,.content-page textarea{min-height:44px;padding:10px 12px}.conversation-detail-page{min-height:100vh;margin-inline:calc(50% - 50vw);padding:14px;background:#eaf0f7}.conversation-detail-layout{min-height:calc(100vh - 28px);grid-template-columns:312px minmax(0,1fr);border-color:var(--line-strong);border-radius:8px;box-shadow:var(--shadow-md)}.conversation-side-panel{gap:14px;padding:14px;background:#f8fafc}.conversation-side-panel__head a{display:inline-flex;align-items:center;gap:7px}.conversation-side-panel__cover{min-height:150px;background:#dbeafe;color:var(--primary)}.conversation-memo-panel,.path-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px}.path-card{display:grid;gap:6px}.path-card span{color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.path-card strong{font-size:1.08rem}.conversation-memo-panel p,.path-card p{color:var(--muted);font-size:.9rem}.conversation-memo-panel{display:grid;gap:12px}.conversation-memo-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.conversation-memo-panel__title{display:grid;gap:3px}.conversation-memo-panel__header span{color:var(--green-600);font-size:.72rem;font-weight:800}.conversation-memo-panel__header h2{font-size:1rem;line-height:1.2}.conversation-memo-panel__header svg{color:var(--green-500)}.conversation-memo-panel__meta{display:inline-flex;align-items:center;gap:8px}.conversation-memo-status{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 9px;background:#f1f5f9;color:#475569;font-size:.72rem;font-weight:900;white-space:nowrap}.conversation-memo-status--saved{background:#ecfdf5;color:var(--green-600)}.conversation-memo-status--dirty{background:#fff7ed;color:#c2410c}.conversation-memo-status--saving{background:#eff6ff;color:var(--primary)}.conversation-memo-status--error{background:#fff1f2;color:#be123c}.conversation-memo-field{display:grid;gap:0;overflow:hidden;border:1px solid #cde7d9;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f8fbf7);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.conversation-memo-field:focus-within{border-color:var(--green-500);box-shadow:0 0 0 3px rgba(31,125,81,.12)}.conversation-memo-panel textarea{min-height:116px;border:0;border-radius:0;padding:14px 14px 10px;background:transparent;color:#111827;font-size:.92rem;line-height:1.65;resize:none}.conversation-memo-panel textarea:focus{outline:none}.conversation-memo-field__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #e2e8f0;padding:8px 12px;background:rgba(248,250,252,.82);color:#64748b;font-size:.76rem;font-weight:800}.conversation-memo-panel__actions{display:flex;gap:8px}.conversation-memo-panel button{min-height:36px;border:1px solid #cde7d9;border-radius:8px;background:#fff;color:#334155;font-size:.85rem;font-weight:800}.conversation-memo-panel__actions button:first-child{background:var(--green-500);color:#fff;border-color:var(--green-500)}.conversation-chat-panel{min-width:0;background:#f8fafc}.conversation-chat-header{min-height:76px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);background:#fff}.conversation-chat-header h1{padding:0;border:0;background:transparent;font-size:1.2rem}.conversation-chat-header p{margin-top:4px;color:var(--muted);font-size:.9rem}.conversation-header-actions{display:flex;align-items:center;gap:8px}.conversation-header-actions button{background:#fff;color:#334155;border:1px solid var(--line)}.fork-action-banner,.fork-navigation-widget{background:#eef6ff;border-bottom:1px solid var(--line)}.conversation-context-strip{display:flex;flex-wrap:wrap;gap:8px;padding:10px 20px;border-bottom:1px solid var(--line);background:#fff}.conversation-context-strip span{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;padding:0 10px;background:#f1f5f9;color:#475569;font-size:.78rem;font-weight:800}.fork-navigation-widget{display:flex;align-items:center;gap:8px}.fork-action-banner button{background:var(--primary)}.conversation-chat-log{min-height:0;padding:20px}.conversation-chat-log ul{align-content:start}.conversation-message{display:flex;border:0!important;background:transparent!important;padding:0!important}.conversation-message--user{justify-content:flex-end}.conversation-message--assistant,.conversation-message--system{justify-content:flex-start}.conversation-message__body{width:min(680px,82%);display:grid;gap:9px;border:1px solid var(--line);border-radius:8px;padding:13px 14px;background:#fff;box-shadow:var(--shadow-sm)}.conversation-message--user .conversation-message__body{color:#fff}.conversation-message__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.conversation-message--user .conversation-message__meta{color:#dbeafe}.conversation-message__body p{white-space:pre-wrap;line-height:1.65}.citation-row,.rag-strip{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.rag-strip{padding-top:8px;border-top:1px solid #e2e8f0}.rag-strip span{min-height:24px;border-radius:999px;padding:0 9px;font-size:.74rem}.citation-row button,.rag-strip span{display:inline-flex;align-items:center;font-weight:800}.citation-row button{min-height:32px;gap:8px;border:1px solid #bfdbfe;border-radius:999px;padding:0 11px;background:#eff6ff;color:var(--primary-strong);font-size:.8rem;cursor:pointer}.citation-row button span{color:#64748b;font-weight:700}.conversation-chat-input{align-items:end}.conversation-chat-input textarea{min-height:56px;border-color:var(--line);background:#f8fafc}.conversation-chat-input button{min-width:96px;background:var(--primary)}.conversation-typing{margin-top:4px;display:inline-flex;align-items:center;gap:8px;border:1px solid #d7f1e4;border-radius:999px;padding:8px 12px;background:#fff;color:#475569;font-size:.86rem;font-weight:800;box-shadow:var(--shadow-sm)}.conversation-typing svg{animation:spin 1s linear infinite}.conversation-empty.status-state{color:var(--text)}.conversation-empty.status-state div{margin-bottom:0;font-size:inherit}.conversation-empty.status-state h2{margin-bottom:0;color:var(--text)}.source-drawer{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end;background:rgba(15,23,42,.42)}.source-drawer__panel{width:min(520px,100%);height:100%;overflow:auto;background:#fff;box-shadow:-18px 0 36px rgba(15,23,42,.18)}.source-drawer__panel header{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid var(--line);background:#fff}.source-drawer__panel header span{color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.source-drawer__panel header button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;cursor:pointer}.source-drawer__error,.source-drawer__state{padding:18px}.source-drawer__error{color:var(--danger)}.source-drawer__sources{display:grid;gap:12px;padding:18px}.source-drawer__summary{display:flex;flex-wrap:wrap;gap:8px}.source-drawer__summary span{border-radius:999px;padding:5px 10px;background:#f1f5f9;color:#475569;font-size:.8rem;font-weight:800}.source-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;padding:14px}.source-card div{display:flex;justify-content:space-between;gap:12px}.source-card div span{color:var(--muted)}.source-card p{color:#334155;line-height:1.7}.fork-modal__actions button:last-child{background:var(--primary);color:#fff}.profile-edit-screen{min-height:auto;display:grid;place-items:center}.profile-edit-panel{border-radius:8px;box-shadow:var(--shadow-md)}@media (max-width:980px){.app-header__inner{grid-template-columns:1fr;gap:12px}.app-actions{justify-self:stretch;justify-content:space-between;flex-wrap:wrap}.app-search{width:min(100%,520px);flex:1 1 260px}.conversation-detail-layout,.home-continue-grid,.home-hero,.home-quick-grid,.home-start-grid,.scenario-detail-brief,.search-results{grid-template-columns:1fr}.conversation-side-panel{display:none}}@media (max-width:640px){.app-shell__content{padding:16px 12px 94px}.app-header__inner{min-height:64px;grid-template-columns:auto 1fr;gap:10px}.app-header{backdrop-filter:none}.app-logo__text{font-size:1.35rem}.app-nav{position:fixed;left:0;right:0;top:auto!important;bottom:0;z-index:50;height:calc(64px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.96);box-shadow:0 -12px 24px rgba(15,23,42,.08);backdrop-filter:blur(14px);overflow:visible}.app-nav a{min-height:52px;flex-direction:column;justify-content:center;gap:3px;padding:4px 0;font-size:.72rem}.app-actions{justify-self:end;flex-wrap:nowrap;gap:6px;overflow:visible}.app-link-btn,.app-search{display:none}.app-profile-btn{width:40px;justify-content:center;padding:0;font-size:0}.app-profile-btn svg{width:17px;height:17px}.content-page,.home-hero__copy,.page-hero,.resume-card{padding:18px}.home-command-row{grid-template-columns:1fr}.home-continue-panel__header{display:grid}.conversation-detail-page{padding:0}.conversation-detail-layout{min-height:100vh;border-radius:0;border-left:0;border-right:0}.conversation-message__body{width:94%}}:root{--bg:#f6faf7;--surface-subtle:#f0f6f2;--line:#d8e5de;--line-strong:#bfd5c8;--primary:#1f7d51;--primary-strong:#14532d;--secondary:#0f766e;--brand-green:#1f7d51;--accent-soft:#e8f7ee;--accent-strong:#bbf7d0;--accent-teal:#ccfbf1;--focus-ring:rgba(31,125,81,0.16)}body{background:var(--bg)}nextjs-portal{display:none!important}.app-link-btn:hover,.app-nav a:hover,.app-nav a[aria-current=page],.app-profile-btn:hover,.books-pill-group button.is-active,.books-sort-group button.is-active,.conversation-list-pills button.is-active,.conversation-list-sort button.is-active,.scenario-list-pills button.is-active,.scenario-list-sort button.is-active,.search-page__tabs button.is-active{background:var(--accent-soft);color:var(--primary-strong)}.app-search input:focus,.content-page input:focus,.content-page select:focus,.content-page textarea:focus,.conversation-chat-input textarea:focus,.conversation-memo-panel textarea:focus,.profile-edit-control input:focus,.profile-edit-control textarea:focus,.search-page__form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.app-cta-btn,.content-page button,.conversation-chat-input button,.conversation-list-open,.fork-action-banner button,.fork-modal__actions button:last-child,.home-command-row button,.profile-edit-save{background:var(--primary);border-color:var(--primary);color:#fff}.app-cta-btn:hover,.content-page button:hover,.conversation-chat-input button:hover,.conversation-list-open:hover,.fork-action-banner button:hover,.home-command-row button:hover,.profile-edit-save:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.home-eyebrow,.home-quick-grid svg,.page-hero span,.path-card span,.scenario-detail-card__header span,.scenario-detail-foot a,.scenario-detail-tree__header span,.scenario-map__node span,.source-drawer__panel header span{color:var(--primary)}.books-grid li:hover,.conversation-list-grid li:hover,.home-quick-grid a:hover,.scenario-list-grid li:hover{border-color:var(--accent-strong)}.resume-card{background:radial-gradient(circle at 82% 20%,rgba(204,251,241,.18),transparent 28%),linear-gradient(135deg,rgba(20,83,45,.98),rgba(15,118,110,.92)),#14532d}.resume-card:before{background:linear-gradient(135deg,#dcfce7,#99f6e4)}.resume-card__label{color:#bbf7d0}.conversation-message--user .conversation-message__meta,.resume-card span:not(.resume-card__label){color:#d1fae5}.book-detail-cover,.books-grid__cover,.conversation-list-avatar,.conversation-side-panel__cover,.profile-book-item__cover,.profile-conv-card__cover{background:#ecfdf5;color:var(--primary)}.book-comments form button,.book-comments li button,.profile-edit-cancel{border-color:var(--accent-strong);color:var(--primary-strong)}.profile-edit-avatar{border-color:var(--primary);background:#ecfdf5}.scenario-detail-actions .scenario-action{min-height:40px;border:1px solid transparent;border-radius:8px;text-decoration:none}.scenario-detail-actions .scenario-action--primary{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.scenario-detail-actions .scenario-action--primary:hover{background:var(--primary-strong)!important;border-color:var(--primary-strong)!important}.scenario-detail-actions .scenario-action--fork{background:#ecfdf5!important;border-color:#99f6e4!important;color:var(--secondary)!important}.scenario-detail-actions .scenario-action--fork:hover{background:var(--accent-teal)!important}.scenario-detail-actions .scenario-action--neutral{background:#f1f5f9!important;border-color:var(--line)!important;color:#334155!important}.scenario-detail-actions .scenario-action--danger{background:#fff1f2!important;border-color:#fecdd3!important;color:var(--danger)!important}.conversation-chat-input textarea,.conversation-chat-panel,.conversation-side-panel,.home-search,.profile-edit-screen,.scenario-detail-visual,.scenario-map,.search-page__form input{background:#f6faf7}.scenario-map__node:before,.scenario-map__rail{background:var(--accent-strong)}.scenario-map__node:before{box-shadow:0 0 0 1px var(--accent-strong)}.scenario-map__node--active{border-color:#34d399}.scenario-map__node--active:before{background:var(--primary);box-shadow:0 0 0 1px var(--primary)}.conversation-detail-page{background:#eaf3ee}.fork-action-banner,.fork-navigation-widget{background:#ecfdf5}.fork-navigation-widget a,.fork-navigation-widget span{color:var(--primary-strong)}.conversation-message--user .conversation-message__body{background:var(--primary);border-color:var(--primary)}.citation-row button{border-color:#99f6e4;background:#ecfeff;color:var(--secondary)}.rag-strip span{background:#ecfdf5;color:var(--success)}.source-card{background:#fff}.auth-emoji-tear{background:#2dd4bf}.auth-stage-books{perspective:900px;transform-style:preserve-3d}.auth-shell .auth-book{transform-style:preserve-3d;box-shadow:0 22px 34px rgba(4,14,7,.36),inset 12px 0 18px rgba(255,255,255,.08)}.auth-shell .auth-book:before{content:"";position:absolute;inset:8px auto 8px 14px;width:12px;border-radius:999px;background:rgba(255,255,255,.18)}.auth-stage-emojis,.auth-stage-handshake,.auth-stage-key{position:absolute;top:55vh;left:50%;right:auto;bottom:auto;width:min(560px,90%);height:270px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;transform-origin:center}.auth-handshake-arm{position:absolute;height:64px;border-radius:999px;display:flex;align-items:center;box-shadow:0 18px 28px rgba(4,14,7,.24)}.auth-handshake-arm--left{left:18%;top:38%;width:210px;background:linear-gradient(135deg,#fbbf24,#d97706);transform:rotate(-12deg)}.auth-handshake-arm--right{right:18%;top:38%;width:210px;justify-content:flex-end;background:linear-gradient(135deg,#f59e0b,#b45309);transform:rotate(12deg)}.auth-handshake-cuff{width:42px;height:78px;border:2px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;box-shadow:0 8px 18px rgba(4,14,7,.14)}.auth-handshake-hand{width:86px;height:88px;margin-inline:-10px;border-radius:20px;background:linear-gradient(135deg,#fecaca,#fb7185)}.auth-stage-emojis{gap:44px}.auth-emoji-face{position:relative;width:148px;height:148px;border:4px solid rgba(180,83,9,.2);border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 34% 28%,#fde68a,#facc15 64%,#ca8a04);box-shadow:inset -8px -10px 18px rgba(120,53,15,.14),0 20px 34px rgba(4,14,7,.24)}.auth-emoji-face .eyes{display:flex;gap:22px;color:#334155;font-size:2rem;font-weight:900}.auth-emoji-face--laugh .mouth{width:62px;height:32px;border-bottom:5px solid #334155;border-radius:0 0 999px 999px}.auth-emoji-face--cry .mouth{width:34px;height:34px;margin-top:4px;border:5px solid #334155;border-radius:999px}.auth-key-wrapper{position:relative;width:310px;height:130px;transform-style:preserve-3d;filter:drop-shadow(0 24px 28px rgba(4,14,7,.26))}.auth-key-head{position:absolute;left:0;top:50%;z-index:2;width:96px;height:96px;border:12px solid #fbbf24;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fef3c7;box-shadow:inset -8px -10px 18px rgba(146,64,14,.18);transform:translateY(-50%)}.auth-key-head>div{width:48px;height:48px;border-radius:999px;background:#fffbeb;box-shadow:inset 0 8px 16px rgba(146,64,14,.16)}.auth-key-shaft{position:absolute;left:84px;top:50%;z-index:1;width:176px;height:30px;border-radius:0 10px 10px 0;background:linear-gradient(135deg,#fcd34d,#f59e0b);box-shadow:inset 0 5px 8px rgba(255,255,255,.18);transform:translateY(-50%)}.auth-key-teeth{position:absolute;left:238px;top:calc(50% + 10px);display:flex;align-items:flex-start;gap:8px}.auth-key-tooth{position:static;width:18px;height:32px;border-radius:0 0 5px 5px;background:linear-gradient(180deg,#f59e0b,#d97706)}@media (min-width:981px){.auth-shell{height:100vh;max-height:100vh;overflow:hidden}.auth-shell__left,.auth-shell__right{height:100vh;min-height:100vh}.auth-shell__left-track{justify-content:flex-start;gap:28px}.auth-stage-stack{top:34vh;margin-top:20vh;z-index:3}.auth-stage-card:not(.is-active){opacity:0!important;pointer-events:none}.auth-scroll{margin-top:auto}}@media (max-width:980px){.auth-shell{min-height:100svh;display:grid;grid-template-columns:1fr;overflow-x:hidden;overflow-y:auto}.auth-shell__left,.auth-shell__right{width:100%!important;opacity:1!important;pointer-events:auto!important}.auth-shell__left{min-height:auto;overflow:visible;transition:none}.auth-shell__left-track{min-height:auto;padding:34px 22px 24px;justify-content:start;gap:18px}.auth-shell__progress{display:none}.auth-books-anchor{position:relative;top:auto;width:min(520px,100%);height:clamp(250px,38vw,290px);margin:0 auto}.auth-stage-books{position:absolute;top:4px;left:50%;width:min(420px,88%);height:clamp(230px,35vw,270px);margin:0;opacity:1!important;pointer-events:none!important}.auth-stage-emojis,.auth-stage-handshake,.auth-stage-key{top:0;height:clamp(160px,25vw,220px)}.auth-stage-stack{position:static;width:min(620px,100%);margin:0 auto}.auth-stage-card{opacity:1!important;transform:none!important;filter:none!important}.auth-scroll,.auth-stage-card:not(.is-active){display:none}.auth-shell__right{min-height:auto}.auth-form-side{min-height:auto;align-items:flex-start;padding:30px 22px 48px}.auth-form-wrap{width:min(470px,100%);margin:0 auto}}@media (max-width:640px){.auth-shell__left-track{padding:26px 16px 20px;gap:14px}.auth-books-anchor{height:190px}.auth-stage-books{width:min(330px,92%);height:170px;top:4px}.auth-shell .auth-book{width:230px;height:54px}.auth-shell .auth-book--two{width:222px;bottom:62px}.auth-shell .auth-book--three{width:214px;bottom:114px}.auth-stage-card{border-radius:12px;padding:16px 14px}.auth-stage__title{font-size:clamp(1.42rem,6vw,1.74rem)}.auth-stage__subtitle{font-size:.94rem}.auth-form-side{padding:24px 16px 38px}.auth-language{top:16px;right:16px;font-size:.88rem}.auth-logo{margin-bottom:18px}.auth-logo span{font-size:1.7rem}.auth-heading{font-size:1.75rem}.auth-subheading{font-size:.98rem}.auth-form{gap:14px}.auth-field input,.auth-submit{height:46px}}.auth-live-shell{display:flex;width:100vw;height:100vh;overflow:hidden;background:#f9fafb;scrollbar-gutter:stable}.auth-live-left{position:relative;z-index:10;height:100vh;overflow-y:auto;overscroll-behavior:none;scroll-snap-type:y proximity;scroll-behavior:smooth;background-color:#052e16;background-image:radial-gradient(1px 1px at 20% 30%,rgba(255,255,255,.35) 50%,transparent 60%),radial-gradient(1px 1px at 70% 10%,rgba(255,255,255,.3) 50%,transparent 60%),radial-gradient(1px 1px at 40% 70%,rgba(255,255,255,.25) 50%,transparent 60%),radial-gradient(1px 1px at 80% 60%,rgba(255,255,255,.2) 50%,transparent 60%);background-size:400px 400px,500px 500px,450px 450px,550px 550px;background-repeat:repeat;scrollbar-width:none}.auth-live-left::-webkit-scrollbar{display:none}.auth-live-content{width:100%}.auth-live-section{width:100%;max-width:960px;min-height:100vh;margin:0 auto;padding:3rem 2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;scroll-snap-align:start}.auth-live-copy{width:fit-content;max-width:100%;transition:opacity .35s ease,transform .35s ease}.auth-live-section[data-active=false] .auth-live-copy{opacity:.72;transform:translateY(.375rem)}.auth-live-title{color:#ecfdf5;font-size:2rem;font-weight:700;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.35)}.auth-live-description{color:#d1fae5;font-size:1.1rem;line-height:1.5;text-shadow:0 2px 5px rgba(0,0,0,.3)}.auth-live-scene{width:100%;height:60vh;max-height:600px;margin-top:1.5rem;margin-bottom:2.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background:transparent;border-radius:8px}.auth-live-stage-model{width:100%;height:100%;animation:auth-live-stage-in .5s cubic-bezier(.2,.8,.2,1) both}.auth-live-canvas{display:block;background:transparent}.auth-live-canvas,.auth-live-canvas-placeholder{width:100%;height:100%}.auth-live-canvas-loading{position:relative;display:grid;place-items:center;border-radius:8px;background:radial-gradient(circle at 50% 45%,rgba(34,197,94,.18),rgba(5,46,22,.04) 46%,transparent 70%)}.auth-live-canvas-loading:before{content:"";width:42px;height:42px;border:3px solid rgba(187,247,208,.22);border-top-color:#bbf7d0;border-radius:50%;animation:spin .9s linear infinite}.auth-live-progress{position:fixed;left:1.5rem;top:50%;z-index:120;display:flex;flex-direction:column;gap:.625rem;transform:translateY(-50%)}.auth-live-progress__dot{width:.625rem;height:.625rem;border:1px solid rgba(236,253,245,.58);border-radius:999px;background:rgba(236,253,245,.18);box-shadow:0 0 0 0 rgba(52,211,153,0);cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.auth-live-progress__dot[aria-current=step]{background:#ecfdf5;box-shadow:0 0 0 .375rem rgba(52,211,153,.18);transform:scale(1.2)}.auth-live-right{position:relative;z-index:5;height:100vh;overflow:hidden;overscroll-behavior:none;background:#fff}.auth-live-right .auth-form-side{position:static;width:100%;max-width:420px;min-height:100%;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:#fff}.auth-live-right .auth-language{position:absolute;top:1.5rem;right:1.5rem;color:#4b5563;font-size:1rem;display:inline-flex;align-items:center;gap:.375rem}.auth-live-right .auth-language img{width:20px;height:20px}.auth-live-right .auth-form-wrap{width:100%;max-width:none;margin:auto 0}.auth-live-right .auth-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.auth-live-right .auth-logo img{width:2rem;height:2rem}.auth-live-right .auth-logo span{color:#1f2937;font-size:1.25rem;font-weight:700;line-height:1}.auth-live-right .auth-heading{color:#111827;font-size:1.5rem;font-weight:700;line-height:1.35;margin-bottom:2rem}.auth-live-right .auth-heading--register{font-size:1.75rem;margin-bottom:.5rem}.auth-live-right .auth-subheading{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:2rem}.auth-live-right .auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-live-right .auth-form-alert{margin:0;padding:.75rem .875rem;border:1px solid;border-radius:.375rem;font-size:.875rem;line-height:1.45}.auth-live-right .auth-form-alert--error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.auth-live-right .auth-form-alert--success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.auth-live-right .auth-field{display:block}.auth-live-right .auth-field label{display:block;margin-bottom:.5rem;color:#374151;font-size:.875rem;font-weight:500}.auth-live-right .auth-field input{width:100%;height:auto;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;color:#111827;font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}.auth-live-right .auth-field input:focus,.auth-live-right .auth-field input:focus-visible{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.auth-live-right .auth-field input[aria-invalid=true]{border-color:#ef4444}.auth-live-right .auth-field input[aria-invalid=true]:focus,.auth-live-right .auth-field input[aria-invalid=true]:focus-visible{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.12)}.auth-live-right .auth-field-help{margin-top:.375rem;color:#b91c1c;font-size:.75rem;line-height:1.45}.auth-live-right .auth-check{display:inline-flex;align-items:center;gap:.5rem;color:#374151;font-size:.875rem}.auth-live-right .auth-password-strength{margin-top:.5rem}.auth-live-right .auth-password-strength__label{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem;color:#6b7280;font-size:.75rem}.auth-live-right .auth-password-strength__label strong{font-weight:600}.auth-live-right .auth-password-strength__track{width:100%;height:4px;overflow:hidden;border-radius:2px;background:#e5e7eb}.auth-live-right .auth-password-strength__track span{display:block;height:100%;transition:width .3s,background-color .3s}.auth-live-right .auth-check input{width:auto;height:auto}.auth-live-right .auth-submit{width:100%;padding:.875rem;border:0;border-radius:.375rem;background:#9ca3af;color:#fff;font-size:1rem;font-weight:600;opacity:.6;cursor:not-allowed}.auth-live-right .auth-submit:not(:disabled){background:#16a34a;opacity:1;cursor:pointer}.auth-live-right .auth-divider{position:relative;margin:1.5rem 0;text-align:center;color:#6b7280;font-size:.875rem}.auth-live-right .auth-divider span{position:relative;padding:0 1rem;background:#f9fafb}.auth-live-right .auth-register{margin-top:1.5rem;color:#6b7280;font-size:.875rem;text-align:center}.auth-live-right .auth-register a{color:#16a34a;font-weight:600;text-decoration:none}.auth-live-scroll,.auth-live-top{position:fixed;z-index:100;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:all .3s ease}.auth-live-scroll{left:25%;bottom:2rem;width:49px;height:49px;border-radius:999px;display:flex;align-items:center;justify-content:center;transform:translateX(-50%)}.auth-live-scroll span{width:15px;height:15px;border-right:3px solid;border-bottom:3px solid;transform:translateY(-3px) rotate(45deg)}.auth-live-top{left:50%;bottom:2rem;padding:.5rem 1rem;border-color:transparent;border-radius:999px;background:#16a34a;transform:translateX(-50%)}.auth-live-canvas canvas{width:100%!important;height:100%!important;display:block!important}.auth-css-stage{position:relative;width:100%;height:100%;display:grid;place-items:center;overflow:hidden;perspective:900px}.auth-css-stage:after,.auth-css-stage:before{content:"";position:absolute;inset:10%;background-image:radial-gradient(1px 1px at 22% 18%,rgba(236,253,245,.75) 50%,transparent 60%),radial-gradient(1px 1px at 78% 32%,rgba(209,250,229,.65) 50%,transparent 60%),radial-gradient(1px 1px at 40% 80%,rgba(167,243,208,.55) 50%,transparent 60%);background-size:120px 120px;opacity:.65;pointer-events:none}.auth-css-stage:after{inset:18%;transform:translateZ(-120px) rotate(14deg);opacity:.4}.auth-css-model{position:relative;width:min(66%,420px);height:min(70%,390px);min-height:280px;transform-style:preserve-3d;animation:auth-css-float 6s ease-in-out infinite}.auth-css-part{position:absolute;top:50%;left:50%;display:block;transform-style:preserve-3d}.auth-css-shadow{position:absolute;left:50%;bottom:7%;width:54%;height:10%;border-radius:999px;background:rgba(0,0,0,.24);filter:blur(14px);transform:translateX(-50%) rotateX(72deg)}.auth-css-book{width:min(50vw,215px);max-width:215px;height:96px;border-radius:8px 12px 12px 8px;box-shadow:0 18px 0 rgba(0,0,0,.2),0 30px 36px rgba(0,0,0,.22);transform:translate3d(-50%,-50%,0) rotateX(58deg) rotate(-12deg)}.auth-css-book:after,.auth-css-book:before{content:"";position:absolute;top:0;bottom:0}.auth-css-book:before{left:0;width:20%;border-radius:8px 0 0 8px;background:rgba(15,23,42,.24)}.auth-css-book:after{right:18px;top:18px;width:38%;height:8px;border-radius:999px;background:rgba(255,255,255,.55);box-shadow:0 22px 0 rgba(255,255,255,.42),0 44px 0 rgba(255,255,255,.3)}.auth-css-book--one{margin-top:42px;background:linear-gradient(135deg,#7c3aed,#22d3ee)}.auth-css-book--two{margin-top:-12px;width:min(46vw,195px);background:linear-gradient(135deg,#0891b2,#fbbf24);transform:translate3d(-50%,-50%,44px) rotateX(58deg) rotate(8deg)}.auth-css-book--three{margin-top:-66px;width:min(40vw,170px);background:linear-gradient(135deg,#f97316,#fde68a);transform:translate3d(-50%,-50%,88px) rotateX(58deg) rotate(-6deg)}.auth-css-ribbon{width:17px;height:72px;border-radius:0 0 999px 999px;background:#ef4444;transform:translate3d(38px,-86px,130px) rotateX(58deg) rotate(-7deg)}.auth-css-arm{width:190px;height:58px;border-radius:999px;background:linear-gradient(135deg,#facc15,#f59e0b);box-shadow:0 22px 28px rgba(0,0,0,.24)}.auth-css-arm--left{transform:translate3d(-170px,-5px,20px) rotate(28deg) rotateY(-24deg)}.auth-css-arm--right{transform:translate3d(-22px,-5px,30px) rotate(-28deg) rotateY(24deg)}.auth-css-hand{width:96px;height:72px;border-radius:28px 28px 34px 34px;background:linear-gradient(135deg,#fda4af,#fb7185);box-shadow:0 20px 34px rgba(0,0,0,.22)}.auth-css-hand:before{content:"";position:absolute;top:-18px;left:18px;width:18px;height:54px;border-radius:999px;background:inherit;box-shadow:22px 0 0 #fb7185,44px 1px 0 #fb7185}.auth-css-hand--left{transform:translate3d(-56px,-20px,90px) rotate(31deg) rotateY(-18deg)}.auth-css-hand--right{transform:translate3d(-38px,-20px,120px) rotate(-31deg) rotateY(18deg)}.auth-css-spark{width:16px;height:16px;background:#fef3c7;clip-path:polygon(50% 0,60% 38%,100% 50%,60% 62%,50% 100%,40% 62%,0 50%,40% 38%);filter:drop-shadow(0 0 10px rgba(254,243,199,.8))}.auth-css-spark--one{transform:translate3d(-92px,-106px,130px) scale(1.8)}.auth-css-spark--two{transform:translate3d(112px,54px,110px) scale(1.25)}.auth-css-face{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at 34% 28%,#fef3c7 0 12%,#facc15 38%,#eab308 100%);box-shadow:inset -18px -22px 0 rgba(146,64,14,.12),0 26px 34px rgba(0,0,0,.24)}.auth-css-face:before{content:"";position:absolute;top:48px;left:43px;width:14px;height:14px;border-radius:50%;background:#1f2937;box-shadow:50px 0 0 #1f2937}.auth-css-face--laugh{transform:translate3d(-170px,-84px,70px) rotateY(-16deg) rotate(-8deg)}.auth-css-face--laugh:after{content:"";position:absolute;left:42px;top:76px;width:68px;height:36px;border-bottom:10px solid #1f2937;border-radius:0 0 70px 70px}.auth-css-face--tear{transform:translate3d(22px,-60px,50px) rotateY(16deg) rotate(7deg)}.auth-css-face--tear:after{content:"";position:absolute;left:54px;top:94px;width:42px;height:24px;border-top:8px solid #1f2937;border-radius:70px 70px 0 0}.auth-css-face--tear span{position:absolute;top:68px;left:39px;width:16px;height:32px;border-radius:50% 50% 58% 58%;background:#60a5fa;box-shadow:56px 0 0 #60a5fa;transform:rotate(10deg)}.auth-css-key-ring{width:118px;height:118px;border:24px solid #fde68a;border-radius:50%;box-shadow:inset 0 0 0 8px rgba(251,191,36,.5),0 0 34px rgba(251,191,36,.42);transform:translate3d(-138px,-118px,80px) rotateY(-24deg)}.auth-css-key-shaft{width:260px;height:36px;border-radius:999px;box-shadow:0 22px 34px rgba(0,0,0,.24),0 0 30px rgba(251,191,36,.38);transform:translate3d(-34px,-58px,90px) rotate(35deg) rotateY(22deg)}.auth-css-key-shaft,.auth-css-key-tooth{background:linear-gradient(135deg,#fde68a,#f59e0b)}.auth-css-key-tooth{width:44px;height:82px;border-radius:8px;transform:translate3d(108px,46px,100px) rotate(35deg) rotateY(22deg)}.auth-css-key-tooth--two{height:58px;transform:translate3d(164px,22px,105px) rotate(35deg) rotateY(22deg)}.auth-css-glow{width:180px;height:180px;border-radius:50%;pointer-events:none;opacity:.22;filter:blur(26px)}.auth-css-glow--gold{background:#facc15;transform:translate3d(-70px,-90px,0)}.auth-css-seed{width:155px;height:78px;border-radius:55% 45% 60% 40%;background:radial-gradient(circle at 35% 35%,#8d6e63,#5d4037 72%);box-shadow:inset -18px -18px 0 rgba(45,24,16,.22),0 22px 32px rgba(0,0,0,.24);transform:translate3d(-78px,70px,25px) rotateX(60deg) rotate(-10deg)}.auth-css-sprout{background:linear-gradient(135deg,#bbf7d0,#65a30d);box-shadow:0 18px 30px rgba(0,0,0,.22)}.auth-css-sprout--stem{width:18px;height:135px;border-radius:999px;transform:translate3d(-9px,-72px,70px) rotate(-6deg)}.auth-css-sprout--left,.auth-css-sprout--right{width:94px;height:54px;border-radius:100% 0 100% 0}.auth-css-sprout--left{transform:translate3d(-94px,-112px,96px) rotate(-28deg) rotateY(-28deg)}.auth-css-sprout--right{transform:translate3d(4px,-118px,102px) rotate(42deg) rotateY(26deg) scaleX(-1)}.auth-css-branch{width:30px;border-radius:999px;background:linear-gradient(135deg,#a1887f,#6d4c41);box-shadow:0 20px 30px rgba(0,0,0,.22)}.auth-css-branch--trunk{height:230px;transform:translate3d(-15px,-120px,50px) rotate(-6deg)}.auth-css-branch--left{height:150px;transform:translate3d(-76px,-170px,80px) rotate(48deg) rotateY(-18deg)}.auth-css-branch--right{height:170px;transform:translate3d(54px,-190px,86px) rotate(-42deg) rotateY(18deg)}.auth-css-leaf{width:104px;height:58px;border-radius:100% 0 100% 0;background:linear-gradient(135deg,#bbf7d0,#22c55e);box-shadow:0 18px 26px rgba(0,0,0,.2)}.auth-css-leaf--one{transform:translate3d(-158px,-220px,116px) rotate(-22deg)}.auth-css-leaf--two{transform:translate3d(90px,-250px,126px) rotate(58deg) scaleX(-1)}.auth-css-leaf--three{transform:translate3d(8px,-308px,120px) rotate(18deg) scale(.9)}.auth-css-bulb{width:180px;height:180px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff7ad 0 16%,#fbbf24 54%,#f59e0b 100%);box-shadow:inset -18px -20px 0 rgba(180,83,9,.16),0 0 44px rgba(251,191,36,.55),0 28px 36px rgba(0,0,0,.24);transform:translate3d(-90px,-150px,92px) rotateY(-12deg)}.auth-css-bulb:after{content:"";position:absolute;left:58px;top:72px;width:62px;height:34px;border-bottom:8px solid rgba(255,255,255,.65);border-radius:0 0 80px 80px}.auth-css-bulb-base{width:96px;height:70px;border-radius:18px 18px 14px 14px;background:repeating-linear-gradient(0deg,#78909c 0 12px,#607d8b 12px 18px);box-shadow:0 22px 28px rgba(0,0,0,.24);transform:translate3d(-48px,18px,96px)}.auth-css-glow--bulb{width:260px;height:260px;background:#facc15;transform:translate3d(-130px,-190px,0)}.auth-css-final-leaf{width:220px;height:290px;border-radius:100% 0 100% 0;background:linear-gradient(135deg,#dcfce7,#22c55e 48%,#15803d);box-shadow:inset -22px -24px 0 rgba(21,128,61,.16),0 30px 42px rgba(0,0,0,.24);transform:translate3d(-110px,-190px,80px) rotate(42deg) rotateY(-24deg)}.auth-css-final-leaf:before{content:"";position:absolute;left:94px;top:22px;width:12px;height:242px;border-radius:999px;background:rgba(220,252,231,.75);transform:rotate(-2deg)}.auth-css-final-stem{width:30px;height:160px;border-radius:999px;background:linear-gradient(135deg,#86efac,#15803d);transform:translate3d(-8px,14px,44px) rotate(-8deg)}.auth-css-dew{width:24px;height:32px;border-radius:50% 50% 58% 58%;background:rgba(191,219,254,.9);box-shadow:0 0 16px rgba(219,234,254,.75)}.auth-css-dew--one{transform:translate3d(24px,-170px,130px) rotate(18deg)}.auth-css-dew--two{transform:translate3d(-54px,-68px,128px) scale(.72) rotate(-8deg)}@keyframes auth-css-float{0%,to{transform:rotateX(0deg) rotateY(-7deg) translateY(0)}50%{transform:rotateX(2deg) rotateY(8deg) translateY(-16px)}}@keyframes auth-live-stage-in{0%{opacity:0;transform:translateY(1rem) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.auth-live-shell{display:block;min-height:100dvh;height:auto;overflow-y:auto;background:#fff}.auth-live-left{width:100%!important;height:min(42dvh,360px);min-height:300px;overflow:hidden;scroll-snap-type:none}.auth-live-content{height:100%}.auth-live-section{min-height:100%;height:100%;padding:2rem 1.25rem .75rem;gap:0}.auth-live-section:not(:first-child){display:none}.auth-live-copy{align-self:flex-start;width:100%;max-width:30rem}.auth-live-title{font-size:clamp(1.5rem,7vw,2rem);line-height:1.32}.auth-live-description{margin-top:.25rem;font-size:.95rem}.auth-live-scene{height:44%;min-height:150px;margin:.5rem 0 0}.auth-live-right{width:100%!important;height:auto;min-height:auto;overflow:visible;opacity:1!important;pointer-events:auto!important}.auth-live-right .auth-form-side{max-width:30rem;min-height:auto;padding:1.25rem 1.25rem 2rem}.auth-live-right .auth-language{position:static;align-self:flex-end;margin-bottom:1.5rem}.auth-live-right .auth-form-wrap{margin:0}.auth-live-right .auth-logo{margin-bottom:1.25rem}.auth-live-right .auth-heading{margin-bottom:1.25rem;font-size:1.375rem}.auth-live-right .auth-heading--register{font-size:1.5rem}.auth-live-right .auth-subheading{margin-bottom:1.25rem}.auth-live-right .auth-form{gap:1rem}.auth-live-progress,.auth-live-scroll,.auth-live-top{display:none}}@media (prefers-reduced-motion:reduce){.auth-live-left{scroll-behavior:auto}.auth-live-copy,.auth-live-progress__dot,.auth-live-scroll,.auth-live-top,.auth-password-strength__track span{transition:none!important}.auth-css-model,.auth-live-stage-model{animation:none!important}}.profile-page{gap:20px}.profile-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:28px;border:1px solid #cfe8dc;border-radius:8px;background:linear-gradient(120deg,rgba(236,253,245,.96),rgba(255,255,255,.94) 58%),linear-gradient(90deg,rgba(20,83,45,.08),rgba(13,148,136,.08));box-shadow:0 14px 34px rgba(16,94,59,.08)}.profile-hero:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--green-500),#14b8a6,#fbbf24)}.profile-hero__identity{min-width:0;display:flex;align-items:center;gap:20px}.profile-hero__avatar{width:104px;height:104px;flex:0 0 104px;display:grid;place-items:center;border:1px solid rgba(31,125,81,.22);border-radius:8px;background:#ffffff;color:var(--green-600);font-size:3rem;font-weight:800;box-shadow:inset 0 0 0 10px #ecfdf5}.profile-hero__copy{min-width:0;display:grid;gap:6px}.profile-hero__eyebrow,.profile-section-kicker{display:inline-flex;align-items:center;gap:6px;color:var(--green-600);font-size:.76rem;font-weight:800;letter-spacing:0}.profile-hero h1{color:#111827;font-size:3.1rem;line-height:1.02;font-weight:800}.profile-hero__username{color:#14532d;font-size:1.1rem;font-weight:800}.profile-hero__bio{max-width:720px;color:#475569;font-size:1rem;line-height:1.65}.profile-hero__actions{align-self:start;display:inline-flex;align-items:center;justify-content:flex-end}.profile-edit-btn,.profile-follow-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 16px}.profile-stat-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.profile-stat-strip a,.profile-stat-strip button{min-width:0;min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px;border:1px solid #d7efe2;border-radius:8px;background:rgba(255,255,255,.78);color:#1f2937;text-align:left;text-decoration:none;cursor:pointer}.profile-stat-strip svg{color:var(--green-500)}.profile-stat-strip span{min-width:0;color:#64748b;font-size:.82rem;font-weight:700}.profile-stat-strip strong{color:#111827;font-size:1.35rem;font-weight:800}.profile-insight-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr) minmax(320px,.9fr);gap:16px}.profile-conversation-panel,.profile-overview-panel{border-radius:8px;padding:20px}.profile-conversation-panel__header,.profile-overview-panel__header{align-items:flex-start;gap:16px}.profile-conversation-panel__title,.profile-overview-panel__title{margin-top:4px;color:#111827;font-size:1.35rem;line-height:1.15;font-weight:800}.profile-conversation-panel a.profile-viewall-btn,.profile-overview-panel a.profile-viewall-btn,.profile-viewall-btn{min-height:36px;display:inline-flex;align-items:center;border-radius:8px;padding:0 12px;background:var(--green-500);color:#fff;font-size:.86rem;font-weight:800}.profile-overview-panel__list{overflow:visible;flex:0 0 auto}.profile-overview-panel--books .profile-overview-panel__list,.profile-overview-panel--liked-conversations .profile-overview-panel__list{display:grid;grid-template-columns:1fr;gap:10px;align-content:start}.profile-book-item,.profile-conv-item{width:100%;min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:12px;text-align:left}.profile-conv-item{color:inherit}.profile-book-item__cover,.profile-conv-item__cover{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#ecfdf5;color:var(--green-600);font-size:1.8rem}.profile-book-item__title,.profile-conv-item__title{display:block;color:#111827;font-size:.95rem;font-weight:800;white-space:normal}.profile-book-item__author,.profile-conv-item__book{display:block;margin-top:3px;color:#64748b;font-size:.82rem;font-weight:600;white-space:normal}.profile-network-columns{display:grid;gap:16px}.profile-network-heading{width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;border-radius:8px;background:#f1f5f9!important;color:#334155!important;padding:0 10px!important;font-size:.86rem!important;font-weight:800}.profile-network-heading strong{color:var(--green-600)}.profile-overview-panel__list--users{display:flex;flex-wrap:wrap;gap:8px}.profile-overview-panel .profile-user-item{min-width:0;display:inline-flex;align-items:center;gap:8px;border:1px solid #dbeafe;border-radius:8px;background:#f8fafc!important;color:#334155!important;padding:8px 10px!important;text-align:left}.profile-user-item__avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#ecfdf5;color:var(--green-600);font-size:.82rem;font-weight:800}.profile-user-item__name{max-width:128px;color:inherit;font-size:.82rem;font-weight:700}.profile-conversation-panel{gap:18px}.profile-conversation-panel__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.profile-conv-card{min-height:218px;border-radius:8px;background:#fff}.profile-conv-card__cover{border-radius:8px}.profile-conv-card__title{white-space:normal}@media (max-width:980px){.profile-hero,.profile-hero__identity{grid-template-columns:1fr}.profile-hero__identity{display:grid}.profile-hero__actions{justify-content:flex-start}.profile-insight-grid,.profile-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-insight-grid{grid-template-columns:1fr}}@media (max-width:640px){.profile-hero{padding:22px 16px}.profile-hero__avatar{width:82px;height:82px;flex-basis:82px;font-size:2.2rem}.profile-hero h1{font-size:2.2rem}.profile-stat-strip{grid-template-columns:1fr}.profile-stat-strip a,.profile-stat-strip button{grid-template-columns:auto 1fr}.profile-stat-strip strong{grid-column:2}}.skeleton-state{width:min(100%,920px);margin:20px auto;display:grid;gap:12px}.skeleton-state__item{min-height:118px;display:grid;grid-template-columns:64px 1fr;gap:14px;border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#fff;box-shadow:var(--shadow-sm)}.skeleton-state__lines span,.skeleton-state__media{display:block;border-radius:8px;background:linear-gradient(90deg,#edf2f7,#f8fafc 48%,#e2e8f0);background-size:220% 100%;animation:skeleton-shimmer 1.35s ease-in-out infinite}.skeleton-state__media{width:64px;height:64px}.skeleton-state__lines{display:grid;align-content:center;gap:10px}.skeleton-state__lines span{height:12px}.skeleton-state__lines span:first-child{width:56%;height:16px}.skeleton-state__lines span:nth-child(2){width:84%}.skeleton-state__lines span:nth-child(3){width:42%}.skeleton-state--messages .skeleton-state__item{width:min(680px,84%);min-height:92px;grid-template-columns:1fr}.skeleton-state--messages .skeleton-state__item:nth-child(2n){justify-self:end;width:min(560px,74%)}.skeleton-state--messages .skeleton-state__media{display:none}@keyframes skeleton-shimmer{0%{background-position:110% 0}to{background-position:-110% 0}}.conversation-context-card{display:grid;gap:14px;border:1px solid #dbeafe;border-radius:8px;padding:16px;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:var(--shadow-sm)}.conversation-context-card--mobile{display:none;margin:0 20px 14px}.conversation-context-card__head{display:grid;gap:4px}.conversation-context-card__head span{color:var(--primary);font-size:.76rem;font-weight:800}.conversation-context-card__head strong{color:#0f172a;font-size:1rem;line-height:1.35}.conversation-context-card p{color:#475569;font-size:.88rem;line-height:1.65}.conversation-context-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.conversation-context-card__grid div{min-width:0;border:1px solid #e2e8f0;border-radius:8px;padding:10px;background:#fff}.conversation-context-card__grid dt{color:#64748b;font-size:.72rem;font-weight:800}.conversation-context-card__grid dd{margin-top:3px;color:#111827;font-size:.86rem;font-weight:800;overflow-wrap:anywhere}.conversation-context-card__grid dd small{display:block;margin-top:3px;color:#64748b;font-size:.72rem;line-height:1.35}.conversation-message-skeleton{margin:0}.scenario-form-page{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px;color:var(--text)}.scenario-form-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:20px;align-items:end;margin-bottom:20px;border:1px solid #d7efe2;border-radius:8px;padding:28px;background:linear-gradient(135deg,#ffffff,#f5fbf7);box-shadow:0 16px 36px rgba(16,94,59,.08)}.scenario-form-hero__eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;color:var(--green-600);font-size:.84rem;font-weight:800}.scenario-form-hero h1{max-width:760px;margin:0;color:#0f172a;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.scenario-form-hero p{max-width:680px;margin-top:12px;color:#475569;font-size:1rem;line-height:1.7}.scenario-form-source{display:grid;gap:7px;border:1px solid #bfdbfe;border-radius:8px;padding:16px;background:#eff6ff;color:#1e3a8a}.scenario-form-source svg{color:var(--primary)}.scenario-form-source span{font-size:.78rem;font-weight:800}.scenario-form-source strong{color:#0f172a;line-height:1.35;overflow-wrap:anywhere}.scenario-form-loading{margin:0 auto 18px}.scenario-origin-summary{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.4fr);gap:14px;align-items:stretch;margin-bottom:18px;border:1px solid #dbeafe;border-radius:8px;padding:14px;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:var(--shadow-sm)}.scenario-origin-summary__title{display:grid;align-content:center;gap:5px;border-right:1px solid #e2e8f0;padding-right:14px}.scenario-origin-summary__title span{color:var(--primary);font-size:.76rem;font-weight:900}.scenario-origin-summary__title strong{color:#0f172a;font-size:1rem;line-height:1.35}.scenario-origin-summary dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.scenario-origin-summary dl div{min-width:0;border:1px solid #e2e8f0;border-radius:8px;padding:10px;background:#fff}.scenario-origin-summary dt{color:#64748b;font-size:.72rem;font-weight:900}.scenario-origin-summary dd{margin-top:4px;color:#111827;font-size:.86rem;font-weight:850;overflow-wrap:anywhere}.scenario-form-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px;align-items:start}.scenario-form-guidance,.scenario-form-panel{border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.scenario-form-panel{display:grid;gap:18px;padding:22px}.scenario-draft-status{display:inline-flex;align-items:center;width:fit-content;min-height:30px;border:1px solid #d7efe2;border-radius:999px;padding:0 11px;background:#ecfdf5;color:var(--green-600);font-size:.78rem;font-weight:900}.scenario-field{display:grid;gap:9px}.scenario-field__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.scenario-field__head label{color:#334155;font-size:.9rem;font-weight:900}.scenario-field__head span{flex:0 0 auto;color:#64748b;font-size:.76rem;font-weight:800}.scenario-input-shell,.scenario-textarea-shell{border:1px solid #cde7d9;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(16,94,59,.06),inset 0 1px 0 rgba(255,255,255,.88);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.scenario-input-shell:focus-within,.scenario-textarea-shell:focus-within{border-color:var(--green-500);background:linear-gradient(180deg,#ffffff,#fbfefa);box-shadow:0 0 0 3px rgba(31,125,81,.12),0 12px 28px rgba(16,94,59,.08)}.scenario-input-shell{min-height:54px;display:flex;align-items:center;gap:10px;padding:0 14px}.scenario-input-shell svg{flex:0 0 auto;color:var(--green-500)}.scenario-input-shell input{width:100%;min-width:0;border:0;padding:0;background:transparent;color:#111827;font-size:1rem;font-weight:750}.scenario-input-shell input:focus,.scenario-textarea-shell textarea:focus{outline:none}.scenario-textarea-shell{overflow:hidden;display:grid}.scenario-textarea-shell textarea{width:100%;min-height:230px;border:0;border-radius:0;padding:15px 16px;background:transparent;color:#111827;font-size:.98rem;line-height:1.72;resize:none}.scenario-textarea-tools{display:flex;flex-wrap:wrap;gap:7px;border-top:1px solid #e2e8f0;padding:10px 12px;background:#f8fafc}.scenario-textarea-tools span{min-height:26px;display:inline-flex;align-items:center;gap:5px;border:1px solid #dbeafe;border-radius:999px;padding:0 9px;background:#fff;color:#475569;font-size:.74rem;font-weight:850}.scenario-textarea-tools svg{color:var(--primary)}.scenario-field__hint{color:#64748b;font-size:.82rem;line-height:1.55}.scenario-form-error{border:1px solid #fecdd3;border-radius:8px;padding:12px;background:#fff1f2;color:#be123c;font-size:.9rem;font-weight:800}.scenario-visibility-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border:0;padding:0}.scenario-visibility-options legend{grid-column:1/-1;margin-bottom:8px;color:#334155;font-size:.9rem;font-weight:800}.scenario-visibility-options button{min-height:92px;display:flex;align-items:flex-start;gap:10px;border:1px solid #e2e8f0;border-radius:8px;padding:13px;background:#f8fafc;color:#334155;text-align:left;cursor:pointer}.scenario-visibility-options button.is-selected{border-color:var(--green-500);background:#ecfdf5;color:#14532d}.scenario-visibility-options button span{display:grid;gap:4px;font-size:.82rem;line-height:1.45}.scenario-visibility-options button strong{font-size:.92rem}.scenario-form-submit{justify-self:start;min-height:44px;display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:0 18px;background:var(--green-500);color:#fff;font-weight:800}.scenario-form-submit svg{flex:0 0 auto}.scenario-form-submit.is-saving svg{animation:spin 1s linear infinite}.scenario-form-guidance{display:grid;gap:16px;padding:18px}.scenario-form-guidance h2{color:#0f172a;font-size:1.08rem;line-height:1.2}.scenario-template-list{display:grid;gap:9px;margin-top:12px}.scenario-template-list button{display:grid;gap:5px;border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#f8fafc;color:#334155;text-align:left;cursor:pointer}.scenario-template-list button:hover{border-color:#bfdbfe;background:#eff6ff}.scenario-template-list span{color:#111827;font-size:.9rem;font-weight:800}.scenario-template-list small{color:#64748b;font-size:.78rem;line-height:1.55}.scenario-form-checklist ul{display:grid;gap:10px;margin-top:12px;padding:0;list-style:none}.scenario-form-checklist li{display:flex;gap:9px;color:#475569;font-size:.86rem;line-height:1.5}.scenario-form-checklist svg{flex:0 0 auto;color:var(--green-500)}.profile-activity-panel{display:grid;gap:16px;border:1px solid #dbeafe;border-radius:8px;padding:20px;background:#fff;box-shadow:var(--shadow-sm)}.profile-activity-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-activity-panel__header h2{margin-top:4px;color:#111827;font-size:1.35rem;line-height:1.15}.profile-activity-panel__header svg{color:var(--primary)}.profile-activity-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.profile-activity-item{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:10px;border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#f8fafc;color:#334155}.profile-activity-item__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#eff6ff;color:var(--primary)}.profile-activity-item small,.profile-activity-item strong{display:block;overflow-wrap:anywhere}.profile-activity-item strong{color:#111827;font-size:.9rem;line-height:1.35}.profile-activity-item small{margin-top:4px;color:#64748b;font-size:.78rem;line-height:1.4}.profile-activity-panel__empty{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width:980px){.conversation-context-card--mobile{display:grid}.scenario-form-hero,.scenario-form-layout,.scenario-origin-summary{grid-template-columns:1fr}.scenario-origin-summary__title{border-right:0;border-bottom:1px solid #e2e8f0;padding-right:0;padding-bottom:12px}.profile-activity-list,.scenario-origin-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.skeleton-state__item{grid-template-columns:1fr}.skeleton-state__media{width:52px;height:52px}.conversation-context-card--mobile{margin:0 14px 12px}.conversation-context-card__grid,.profile-activity-list,.scenario-origin-summary dl,.scenario-visibility-options{grid-template-columns:1fr}.scenario-form-page{width:min(100% - 24px,1120px);padding-top:20px}.profile-activity-panel,.scenario-form-guidance,.scenario-form-hero,.scenario-form-panel,.scenario-origin-summary{padding:16px}.scenario-form-hero h1{font-size:2rem}}.home-start-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.home-start-panel__header p{max-width:360px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.home-start-grid a{position:relative}.home-start-grid a small{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#e8f5ee;color:var(--primary-strong);font-weight:900;font-size:.78rem}.home-starter-prompts{display:grid;gap:10px;border-top:1px solid #e2e8f0;padding-top:14px}.home-starter-prompts>span{display:inline-flex;align-items:center;gap:6px;color:var(--primary-strong);font-size:.82rem;font-weight:900}.home-starter-prompts>div{display:flex;flex-wrap:wrap;gap:8px}.home-starter-prompts a{border:1px solid #d8e8df;border-radius:999px;padding:8px 11px;background:#fbfefc;color:#334155;font-size:.82rem;font-weight:800}.scenario-change-summary{display:grid;gap:14px;margin:0 0 18px;border:1px solid #d8e8df;border-radius:8px;background:linear-gradient(180deg,#fbfefc,#f8fafc);padding:16px}.scenario-change-summary__head{display:grid;gap:4px}.scenario-change-summary__head span{color:var(--primary-strong);font-size:.76rem;font-weight:900}.scenario-change-summary__head h2{color:#111827;font-size:1.2rem;line-height:1.25}.scenario-change-summary dl{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.scenario-change-summary div:not(.scenario-change-summary__head){border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:12px}.scenario-change-summary dt{margin-bottom:6px;color:var(--primary-strong);font-size:.76rem;font-weight:900}.scenario-change-summary dd{margin:0;color:#475569;font-size:.86rem;line-height:1.55;overflow-wrap:anywhere}.search-page__form>svg{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#64748b}.search-empty-card a{margin-top:4px;border:1px solid #d8e8df;border-radius:999px;padding:9px 13px;color:var(--primary-strong);font-weight:900}.search-empty-card__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#e8f5ee;color:var(--primary-strong)}.search-results{grid-template-columns:1fr!important;gap:18px}.search-result-section{border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;gap:12px!important}.search-result-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:0 2px}.search-result-section__header h2{color:#111827;font-size:1.04rem;line-height:1.25}.search-result-section__header p{margin-top:4px;color:#64748b;font-size:.84rem;line-height:1.45}.search-result-grid{display:grid;grid-template-columns:1fr;gap:8px}.search-result-card{min-width:0;min-height:112px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;background:#fff;color:#334155;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.search-result-card:hover{border-color:#b9d7c8;background:#fbfefc;box-shadow:0 10px 24px rgba(15,23,42,.08);transform:translateY(-1px)}.search-result-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f1f5f9;color:#16613f}.search-result-card--book .search-result-card__icon{background:#e8f5ee;color:var(--primary-strong)}.search-result-card--scenario .search-result-card__icon{background:#eefdf8;color:#0f766e}.search-result-card--conversation .search-result-card__icon{background:#eff6ff;color:#2563eb}.search-result-card--user .search-result-card__icon{background:#f8fafc;color:#475569}.search-result-card__copy{min-width:0;display:grid;align-content:start;gap:5px}.search-result-card__copy em,.search-result-card__copy strong,.search-result-card__meta,.search-result-card__meta small{overflow-wrap:anywhere}.search-result-card__meta{min-width:0;display:flex;align-items:center;gap:8px;color:#64748b;font-size:.8rem;line-height:1.35}.search-result-card__meta small{flex:0 0 auto;border:1px solid #d8e8df;border-radius:999px;padding:2px 7px;background:#fbfefc;color:var(--primary-strong);font-size:.7rem;font-weight:900}.search-result-card__copy strong{color:#111827;font-size:1rem;line-height:1.3}.search-result-card__copy em{color:#475569;font-size:.82rem;font-style:normal;line-height:1.5;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-result-card__arrow{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;color:#94a3b8;background:#f8fafc}.search-result-card:hover .search-result-card__arrow{color:var(--primary-strong);background:#e8f5ee}.search-section-empty{border:1px dashed #d5dce6;border-radius:8px;padding:13px;color:#64748b;background:#f8fafc}.conversation-insight-card{display:grid;gap:12px;margin:12px 0 4px;border:1px solid #d8e8df;border-radius:8px;background:#fbfefc;padding:16px}.conversation-insight-card__head{display:grid;gap:4px}.conversation-insight-card__head span{color:var(--primary-strong);font-size:.76rem;font-weight:900}.conversation-insight-card__head h2{color:#111827;font-size:1.1rem}.conversation-insight-card p{margin:0;color:#475569;font-size:.9rem;line-height:1.65}.conversation-insight-card__prompts{display:flex;flex-wrap:wrap;gap:8px}.conversation-insight-card__branch,.conversation-insight-card__prompts button{border:1px solid #d8e8df;border-radius:999px;padding:8px 11px;background:#fff;color:#334155;font-size:.82rem;font-weight:800}.conversation-insight-card__branch{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:var(--primary-strong)}.profile-follow-btn:disabled{opacity:.65;cursor:wait}.profile-follow-feedback{grid-column:1/-1;margin:0;border:1px solid #d8e8df;border-radius:999px;padding:8px 12px;background:#fbfefc;color:#16613f;font-size:.84rem;font-weight:800}@media (max-width:980px){.home-start-panel__header{display:grid}.home-start-panel__header p{max-width:none}.scenario-change-summary dl,.search-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.scenario-change-summary dl,.search-result-grid{grid-template-columns:1fr}.conversation-insight-card__prompts,.home-starter-prompts>div{display:grid}}@layer reset{:host,html{--font-fallback:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;line-height:1.5;font-family:var(--global-font-body,var(--font-fallback))}*,::backdrop,::file-selector-button,:after,:before{margin:0;padding:0;box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--global-color-border,currentcolor)}hr{height:0;color:inherit;border-top-width:1px}body{height:100%;line-height:inherit}img{border-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-size:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}menu,ol,ul{list-style:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button;-webkit-appearance:button}::file-selector-button,button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background:var(--colors-transparent)}::placeholder{opacity:1;--placeholder-fallback:rgba(0,0,0,0.5);color:var(--global-color-placeholder,var(--placeholder-fallback))}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{--placeholder-fallback:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}table{text-indent:0;border-collapse:collapse;border-color:inherit}summary{display:list-item}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{color:inherit;text-decoration:inherit}abbr:where([title]){text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{--font-mono-fallback:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";font-feature-settings:normal;font-variation-settings:normal;font-family:var(--global-font-mono,var(--font-mono-fallback));font-size:1em}progress{vertical-align:baseline}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer base{:root{--made-with-panda:"🐼"}*,::backdrop,:after,:before{--blur: ;--brightness: ;--contrast: ;--grayscale: ;--hue-rotate: ;--invert: ;--saturate: ;--sepia: ;--drop-shadow: ;--backdrop-blur: ;--backdrop-brightness: ;--backdrop-contrast: ;--backdrop-grayscale: ;--backdrop-hue-rotate: ;--backdrop-invert: ;--backdrop-opacity: ;--backdrop-saturate: ;--backdrop-sepia: ;--gradient-from-position: ;--gradient-to-position: ;--gradient-via-position: ;--scroll-snap-strictness:proximity;--border-spacing-x:0;--border-spacing-y:0;--translate-x:0;--translate-y:0;--rotate:0;--rotate-x:0;--rotate-y:0;--skew-x:0;--skew-y:0;--scale-x:1;--scale-y:1}}@layer tokens{:where(:root,:host){--aspect-ratios-square:1/1;--aspect-ratios-landscape:4/3;--aspect-ratios-portrait:3/4;--aspect-ratios-wide:16/9;--aspect-ratios-ultrawide:18/5;--aspect-ratios-golden:1.618/1;--borders-none:none;--easings-default:cubic-bezier(0.4,0,0.2,1);--easings-linear:linear;--easings-in:cubic-bezier(0.4,0,1,1);--easings-out:cubic-bezier(0,0,0.2,1);--easings-in-out:cubic-bezier(0.4,0,0.2,1);--durations-fastest:50ms;--durations-faster:100ms;--durations-fast:150ms;--durations-normal:200ms;--durations-slow:300ms;--durations-slower:400ms;--durations-slowest:500ms;--radii-xs:0.125rem;--radii-sm:0.25rem;--radii-md:0.375rem;--radii-lg:0.5rem;--radii-xl:0.75rem;--radii-2xl:1rem;--radii-3xl:1.5rem;--radii-4xl:2rem;--radii-full:9999px;--font-weights-thin:100;--font-weights-extralight:200;--font-weights-light:300;--font-weights-normal:400;--font-weights-medium:500;--font-weights-semibold:600;--font-weights-bold:700;--font-weights-extrabold:800;--font-weights-black:900;--line-heights-none:1;--line-heights-tight:1.25;--line-heights-snug:1.375;--line-heights-normal:1.5;--line-heights-relaxed:1.625;--line-heights-loose:2;--fonts-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--fonts-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--fonts-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--letter-spacings-tighter:-0.05em;--letter-spacings-tight:-0.025em;--letter-spacings-normal:0em;--letter-spacings-wide:0.025em;--letter-spacings-wider:0.05em;--letter-spacings-widest:0.1em;--font-sizes-2xs:0.5rem;--font-sizes-xs:0.75rem;--font-sizes-sm:0.875rem;--font-sizes-md:1rem;--font-sizes-lg:1.125rem;--font-sizes-xl:1.25rem;--font-sizes-2xl:1.5rem;--font-sizes-3xl:1.875rem;--font-sizes-4xl:2.25rem;--font-sizes-5xl:3rem;--font-sizes-6xl:3.75rem;--font-sizes-7xl:4.5rem;--font-sizes-8xl:6rem;--font-sizes-9xl:8rem;--shadows-xs:0 1px 2px 0 rgb(0 0 0/0.05);--shadows-sm:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadows-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadows-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadows-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--shadows-2xl:0 25px 50px -12px rgb(0 0 0/0.25);--shadows-inner:inset 0 2px 4px 0 rgb(0 0 0/0.05);--colors-current:currentColor;--colors-black:#000;--colors-white:#fff;--colors-transparent:rgb(0 0 0/0);--colors-rose-50:#fff1f2;--colors-rose-100:#ffe4e6;--colors-rose-200:#fecdd3;--colors-rose-300:#fda4af;--colors-rose-400:#fb7185;--colors-rose-500:#f43f5e;--colors-rose-600:#e11d48;--colors-rose-700:#be123c;--colors-rose-800:#9f1239;--colors-rose-900:#881337;--colors-rose-950:#4c0519;--colors-pink-50:#fdf2f8;--colors-pink-100:#fce7f3;--colors-pink-200:#fbcfe8;--colors-pink-300:#f9a8d4;--colors-pink-400:#f472b6;--colors-pink-500:#ec4899;--colors-pink-600:#db2777;--colors-pink-700:#be185d;--colors-pink-800:#9d174d;--colors-pink-900:#831843;--colors-pink-950:#500724;--colors-fuchsia-50:#fdf4ff;--colors-fuchsia-100:#fae8ff;--colors-fuchsia-200:#f5d0fe;--colors-fuchsia-300:#f0abfc;--colors-fuchsia-400:#e879f9;--colors-fuchsia-500:#d946ef;--colors-fuchsia-600:#c026d3;--colors-fuchsia-700:#a21caf;--colors-fuchsia-800:#86198f;--colors-fuchsia-900:#701a75;--colors-fuchsia-950:#4a044e;--colors-purple-50:#faf5ff;--colors-purple-100:#f3e8ff;--colors-purple-200:#e9d5ff;--colors-purple-300:#d8b4fe;--colors-purple-400:#c084fc;--colors-purple-500:#a855f7;--colors-purple-600:#9333ea;--colors-purple-700:#7e22ce;--colors-purple-800:#6b21a8;--colors-purple-900:#581c87;--colors-purple-950:#3b0764;--colors-violet-50:#f5f3ff;--colors-violet-100:#ede9fe;--colors-violet-200:#ddd6fe;--colors-violet-300:#c4b5fd;--colors-violet-400:#a78bfa;--colors-violet-500:#8b5cf6;--colors-violet-600:#7c3aed;--colors-violet-700:#6d28d9;--colors-violet-800:#5b21b6;--colors-violet-900:#4c1d95;--colors-violet-950:#2e1065;--colors-indigo-50:#eef2ff;--colors-indigo-100:#e0e7ff;--colors-indigo-200:#c7d2fe;--colors-indigo-300:#a5b4fc;--colors-indigo-400:#818cf8;--colors-indigo-500:#6366f1;--colors-indigo-600:#4f46e5;--colors-indigo-700:#4338ca;--colors-indigo-800:#3730a3;--colors-indigo-900:#312e81;--colors-indigo-950:#1e1b4b;--colors-blue-50:#eff6ff;--colors-blue-100:#dbeafe;--colors-blue-200:#bfdbfe;--colors-blue-300:#93c5fd;--colors-blue-400:#60a5fa;--colors-blue-500:#3b82f6;--colors-blue-600:#2563eb;--colors-blue-700:#1d4ed8;--colors-blue-800:#1e40af;--colors-blue-900:#1e3a8a;--colors-blue-950:#172554;--colors-sky-50:#f0f9ff;--colors-sky-100:#e0f2fe;--colors-sky-200:#bae6fd;--colors-sky-300:#7dd3fc;--colors-sky-400:#38bdf8;--colors-sky-500:#0ea5e9;--colors-sky-600:#0284c7;--colors-sky-700:#0369a1;--colors-sky-800:#075985;--colors-sky-900:#0c4a6e;--colors-sky-950:#082f49;--colors-cyan-50:#ecfeff;--colors-cyan-100:#cffafe;--colors-cyan-200:#a5f3fc;--colors-cyan-300:#67e8f9;--colors-cyan-400:#22d3ee;--colors-cyan-500:#06b6d4;--colors-cyan-600:#0891b2;--colors-cyan-700:#0e7490;--colors-cyan-800:#155e75;--colors-cyan-900:#164e63;--colors-cyan-950:#083344;--colors-teal-50:#f0fdfa;--colors-teal-100:#ccfbf1;--colors-teal-200:#99f6e4;--colors-teal-300:#5eead4;--colors-teal-400:#2dd4bf;--colors-teal-500:#14b8a6;--colors-teal-600:#0d9488;--colors-teal-700:#0f766e;--colors-teal-800:#115e59;--colors-teal-900:#134e4a;--colors-teal-950:#042f2e;--colors-emerald-50:#ecfdf5;--colors-emerald-100:#d1fae5;--colors-emerald-200:#a7f3d0;--colors-emerald-300:#6ee7b7;--colors-emerald-400:#34d399;--colors-emerald-500:#10b981;--colors-emerald-600:#059669;--colors-emerald-700:#047857;--colors-emerald-800:#065f46;--colors-emerald-900:#064e3b;--colors-emerald-950:#022c22;--colors-green-50:#f0fdf4;--colors-green-100:#dcfce7;--colors-green-200:#bbf7d0;--colors-green-300:#86efac;--colors-green-400:#4ade80;--colors-green-500:#22c55e;--colors-green-600:#16a34a;--colors-green-700:#15803d;--colors-green-800:#166534;--colors-green-900:#14532d;--colors-green-950:#052e16;--colors-lime-50:#f7fee7;--colors-lime-100:#ecfccb;--colors-lime-200:#d9f99d;--colors-lime-300:#bef264;--colors-lime-400:#a3e635;--colors-lime-500:#84cc16;--colors-lime-600:#65a30d;--colors-lime-700:#4d7c0f;--colors-lime-800:#3f6212;--colors-lime-900:#365314;--colors-lime-950:#1a2e05;--colors-yellow-50:#fefce8;--colors-yellow-100:#fef9c3;--colors-yellow-200:#fef08a;--colors-yellow-300:#fde047;--colors-yellow-400:#facc15;--colors-yellow-500:#eab308;--colors-yellow-600:#ca8a04;--colors-yellow-700:#a16207;--colors-yellow-800:#854d0e;--colors-yellow-900:#713f12;--colors-yellow-950:#422006;--colors-amber-50:#fffbeb;--colors-amber-100:#fef3c7;--colors-amber-200:#fde68a;--colors-amber-300:#fcd34d;--colors-amber-400:#fbbf24;--colors-amber-500:#f59e0b;--colors-amber-600:#d97706;--colors-amber-700:#b45309;--colors-amber-800:#92400e;--colors-amber-900:#78350f;--colors-amber-950:#451a03;--colors-orange-50:#fff7ed;--colors-orange-100:#ffedd5;--colors-orange-200:#fed7aa;--colors-orange-300:#fdba74;--colors-orange-400:#fb923c;--colors-orange-500:#f97316;--colors-orange-600:#ea580c;--colors-orange-700:#c2410c;--colors-orange-800:#9a3412;--colors-orange-900:#7c2d12;--colors-orange-950:#431407;--colors-red-50:#fef2f2;--colors-red-100:#fee2e2;--colors-red-200:#fecaca;--colors-red-300:#fca5a5;--colors-red-400:#f87171;--colors-red-500:#ef4444;--colors-red-600:#dc2626;--colors-red-700:#b91c1c;--colors-red-800:#991b1b;--colors-red-900:#7f1d1d;--colors-red-950:#450a0a;--colors-neutral-50:#fafafa;--colors-neutral-100:#f5f5f5;--colors-neutral-200:#e5e5e5;--colors-neutral-300:#d4d4d4;--colors-neutral-400:#a3a3a3;--colors-neutral-500:#737373;--colors-neutral-600:#525252;--colors-neutral-700:#404040;--colors-neutral-800:#262626;--colors-neutral-900:#171717;--colors-neutral-950:#0a0a0a;--colors-stone-50:#fafaf9;--colors-stone-100:#f5f5f4;--colors-stone-200:#e7e5e4;--colors-stone-300:#d6d3d1;--colors-stone-400:#a8a29e;--colors-stone-500:#78716c;--colors-stone-600:#57534e;--colors-stone-700:#44403c;--colors-stone-800:#292524;--colors-stone-900:#1c1917;--colors-stone-950:#0c0a09;--colors-zinc-50:#fafafa;--colors-zinc-100:#f4f4f5;--colors-zinc-200:#e4e4e7;--colors-zinc-300:#d4d4d8;--colors-zinc-400:#a1a1aa;--colors-zinc-500:#71717a;--colors-zinc-600:#52525b;--colors-zinc-700:#3f3f46;--colors-zinc-800:#27272a;--colors-zinc-900:#18181b;--colors-zinc-950:#09090b;--colors-gray-50:#f9fafb;--colors-gray-100:#f3f4f6;--colors-gray-200:#e5e7eb;--colors-gray-300:#d1d5db;--colors-gray-400:#9ca3af;--colors-gray-500:#6b7280;--colors-gray-600:#4b5563;--colors-gray-700:#374151;--colors-gray-800:#1f2937;--colors-gray-900:#111827;--colors-gray-950:#030712;--colors-slate-50:#f8fafc;--colors-slate-100:#f1f5f9;--colors-slate-200:#e2e8f0;--colors-slate-300:#cbd5e1;--colors-slate-400:#94a3b8;--colors-slate-500:#64748b;--colors-slate-600:#475569;--colors-slate-700:#334155;--colors-slate-800:#1e293b;--colors-slate-900:#0f172a;--colors-slate-950:#020617;--blurs-sm:4px;--blurs-base:8px;--blurs-md:12px;--blurs-lg:16px;--blurs-xl:24px;--blurs-2xl:40px;--blurs-3xl:64px;--spacing-0:0rem;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-7:1.75rem;--spacing-8:2rem;--spacing-9:2.25rem;--spacing-10:2.5rem;--spacing-11:2.75rem;--spacing-12:3rem;--spacing-14:3.5rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-28:7rem;--spacing-32:8rem;--spacing-36:9rem;--spacing-40:10rem;--spacing-44:11rem;--spacing-48:12rem;--spacing-52:13rem;--spacing-56:14rem;--spacing-60:15rem;--spacing-64:16rem;--spacing-72:18rem;--spacing-80:20rem;--spacing-96:24rem;--spacing-0\.5:0.125rem;--spacing-1\.5:0.375rem;--spacing-2\.5:0.625rem;--spacing-3\.5:0.875rem;--sizes-0:0rem;--sizes-1:0.25rem;--sizes-2:0.5rem;--sizes-3:0.75rem;--sizes-4:1rem;--sizes-5:1.25rem;--sizes-6:1.5rem;--sizes-7:1.75rem;--sizes-8:2rem;--sizes-9:2.25rem;--sizes-10:2.5rem;--sizes-11:2.75rem;--sizes-12:3rem;--sizes-14:3.5rem;--sizes-16:4rem;--sizes-20:5rem;--sizes-24:6rem;--sizes-28:7rem;--sizes-32:8rem;--sizes-36:9rem;--sizes-40:10rem;--sizes-44:11rem;--sizes-48:12rem;--sizes-52:13rem;--sizes-56:14rem;--sizes-60:15rem;--sizes-64:16rem;--sizes-72:18rem;--sizes-80:20rem;--sizes-96:24rem;--sizes-0\.5:0.125rem;--sizes-1\.5:0.375rem;--sizes-2\.5:0.625rem;--sizes-3\.5:0.875rem;--sizes-xs:20rem;--sizes-sm:24rem;--sizes-md:28rem;--sizes-lg:32rem;--sizes-xl:36rem;--sizes-2xl:42rem;--sizes-3xl:48rem;--sizes-4xl:56rem;--sizes-5xl:64rem;--sizes-6xl:72rem;--sizes-7xl:80rem;--sizes-8xl:90rem;--sizes-prose:65ch;--sizes-full:100%;--sizes-min:min-content;--sizes-max:max-content;--sizes-fit:fit-content;--sizes-breakpoint-sm:640px;--sizes-breakpoint-md:768px;--sizes-breakpoint-lg:1024px;--sizes-breakpoint-xl:1280px;--sizes-breakpoint-2xl:1536px;--animations-spin:spin 1s linear infinite;--animations-ping:ping 1s cubic-bezier(0,0,0.2,1) infinite;--animations-pulse:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;--animations-bounce:bounce 1s infinite;--breakpoints-sm:640px;--breakpoints-md:768px;--breakpoints-lg:1024px;--breakpoints-xl:1280px;--breakpoints-2xl:1536px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}}@layer utilities{.pos_relative{position:relative}.d_flex{display:flex}.gap_2{gap:var(--spacing-2)}.p_2{padding:var(--spacing-2)}.bdr_md{border-radius:var(--radii-md)}.c_gray\.600{color:var(--colors-gray-600)}.cursor_pointer{cursor:pointer}.d_none{display:none}.pos_fixed{position:fixed}.inset_0{inset:var(--spacing-0)}.z_40{z-index:40}.pos_absolute{position:absolute}.w_40{width:var(--sizes-40)}.bg_white{background:var(--colors-white)}.bdr_lg{border-radius:var(--radii-lg)}.bx-sh_lg{box-shadow:var(--shadows-lg)}.bd_1px_solid_token\(colors\.gray\.200\){border:1px solid var(--colors-gray-200)}.z_50{z-index:50}.ov_hidden{overflow:hidden}.py_1{padding-block:var(--spacing-1)}.c_green\.700{color:var(--colors-green-700)}.c_gray\.700{color:var(--colors-gray-700)}.bg_green\.50{background:var(--colors-green-50)}.bg_transparent{background:var(--colors-transparent)}.w_full{width:var(--sizes-full)}.px_4{padding-inline:var(--spacing-4)}.py_2{padding-block:var(--spacing-2)}.ta_left{text-align:left}.stk-w_2\.4{stroke-width:2.4}.stk-w_2\.25{stroke-width:2.25}.d_inline-block{display:inline-block}.px_3{padding-inline:var(--spacing-3)}.w_64{width:var(--sizes-64)}.bx-sh_xl{box-shadow:var(--shadows-xl)}.anim_fadeIn_0\.2s_ease-out{animation:fadeIn .2s ease-out}.p_3{padding:var(--spacing-3)}.bd-b_1px_solid_token\(colors\.gray\.100\){border-bottom:1px solid var(--colors-gray-100)}.c_gray\.900{color:var(--colors-gray-900)}.d_grid{display:grid}.gap_1{gap:var(--spacing-1)}.c_blue\.400{color:var(--colors-blue-400)}.c_blue\.700{color:var(--colors-blue-700)}.c_blue\.800{color:var(--colors-blue-800)}.bg_gray\.50{background:var(--colors-gray-50)}.c_gray\.500{color:var(--colors-gray-500)}.flex_1{flex:1 1 0%}.p_1\.5{padding:var(--spacing-1\.5)}.bd_1px_solid_token\(colors\.gray\.300\){border:1px solid var(--colors-gray-300)}.bg_green\.100{background:var(--colors-green-100)}.bd_1px_solid{border:1px solid}.c_green\.500{color:var(--colors-green-500)}.c_red\.500{color:var(--colors-red-500)}.c_teal\.600{color:var(--colors-teal-600)}.gap_3{gap:var(--spacing-3)}.bx-sh_md{box-shadow:var(--shadows-md)}.bd-l_4px_solid{border-left:4px solid}.min-w_300px{min-width:300px}.anim_slideIn_0\.3s_ease-out{animation:slideIn .3s ease-out}.c_gray\.800{color:var(--colors-gray-800)}.p_1{padding:var(--spacing-1)}.c_gray\.400{color:var(--colors-gray-400)}.z_toast{z-index:toast}.translate-y_-0\.4{--translate-y:-0.4}.w_1\.6{width:1.6px}.translate-y_0{--translate-y:var(--spacing-0)}.w_1\.4{width:1.4px}.translate-y_0\.4{--translate-y:0.4}.w_1\.2{width:1.2px}.stk-w_1\.8{stroke-width:1.8}.fill_currentColor{fill:currentColor}.fill_none{fill:none}.p_4{padding:var(--spacing-4)}.bd_2px_solid{border:2px solid}.trs_all_0\.2s{transition:all .2s}.bg_black\/50{--mix-background:color-mix(in srgb,var(--colors-black) 50%,transparent);background:var(--mix-background,var(--colors-black))}.bdr_xl{border-radius:var(--radii-xl)}.max-w_2xl{max-width:var(--sizes-2xl)}.mx_4{margin-inline:var(--spacing-4)}.max-h_90vh{max-height:90vh}.ov_auto{overflow:auto}.p_6{padding:var(--spacing-6)}.bdr_full{border-radius:var(--radii-full)}.gap_6{gap:var(--spacing-6)}.gap_4{gap:var(--spacing-4)}.d_block{display:block}.h_32{height:var(--sizes-32)}.resize_none{resize:none}.bd-t_1px_solid_token\(colors\.gray\.100\){border-top:1px solid var(--colors-gray-100)}.bg_green\.700{background:var(--colors-green-700)}.c_white{color:var(--colors-white)}.min-w_250px{min-width:250px}.trf_rotate\(180deg\){transform:rotate(180deg)}.my_2{margin-block:var(--spacing-2)}.w_12{width:var(--sizes-12)}.h_12{height:var(--sizes-12)}.stk-w_1\.9{stroke-width:1.9}.bx-sh_sm{box-shadow:var(--shadows-sm)}.c_red\.600{color:var(--colors-red-600)}.ring_none{outline:var(--borders-none)}.py_1\.5{padding-block:var(--spacing-1\.5)}.bg_gray\.100{background:var(--colors-gray-100)}.anim_spin{animation:var(--animations-spin)}.ai_center{align-items:center}.fs_sm{font-size:var(--font-sizes-sm)}.fw_medium{font-weight:var(--font-weights-medium)}.top_100\%{top:100%}.right_0{right:var(--spacing-0)}.mt_2{margin-top:var(--spacing-2)}.fw_bold{font-weight:var(--font-weights-bold)}.fw_normal{font-weight:var(--font-weights-normal)}.jc_space-between{justify-content:space-between}.mb_1{margin-bottom:var(--spacing-1)}.grid-tc_repeat\(3\,_1fr\){grid-template-columns:repeat(3,1fr)}.flex-d_column{flex-direction:column}.fs_xs{font-size:var(--font-sizes-xs)}.mb_2{margin-bottom:var(--spacing-2)}.bd-c_green\.300{border-color:var(--colors-green-300)}.bd-c_gray\.300{border-color:var(--colors-gray-300)}.bd-c_red\.500{border-color:var(--colors-red-500)}.bd-c_teal\.600{border-color:var(--colors-teal-600)}.bd-c_green\.500{border-color:var(--colors-green-500)}.pr_8{padding-right:var(--spacing-8)}.top_2{top:var(--spacing-2)}.right_2{right:var(--spacing-2)}.bottom_4{bottom:var(--spacing-4)}.right_4{right:var(--spacing-4)}.bd-c_green\.600{border-color:var(--colors-green-600)}.bd-c_gray\.200{border-color:var(--colors-gray-200)}.jc_center{justify-content:center}.fs_xl{font-size:var(--font-sizes-xl)}.ml_2{margin-left:var(--spacing-2)}.fs_lg{font-size:var(--font-sizes-lg)}.mb_4{margin-bottom:var(--spacing-4)}.jc_flex-end{justify-content:flex-end}.ai_flex-end{align-items:flex-end}.mt_4{margin-top:var(--spacing-4)}.disabled\:op_0\.5:is(:disabled,[disabled],[data-disabled]){opacity:.5}.disabled\:cursor_not-allowed:is(:disabled,[disabled],[data-disabled]){cursor:not-allowed}.focus\:ring_2px_solid_token\(colors\.green\.100\):is(:focus,[data-focus]){outline:2px solid var(--colors-green-100)}.focus\:bd-c_green\.600:is(:focus,[data-focus]){border-color:var(--colors-green-600)}.hover\:bg_gray\.100:is(:hover,[data-hover]){background:var(--colors-gray-100)}.hover\:c_gray\.900:is(:hover,[data-hover]){color:var(--colors-gray-900)}.hover\:bg_gray\.50:is(:hover,[data-hover]){background:var(--colors-gray-50)}.hover\:bg_green\.50:is(:hover,[data-hover]){background:var(--colors-green-50)}.hover\:bg_green\.200:is(:hover,[data-hover]){background:var(--colors-green-200)}.hover\:c_gray\.600:is(:hover,[data-hover]){color:var(--colors-gray-600)}.hover\:bg_gray\.200:is(:hover,[data-hover]){background:var(--colors-gray-200)}.hover\:bg_green\.800:is(:hover,[data-hover]){background:var(--colors-green-800)}.hover\:bd-c_green\.300:is(:hover,[data-hover]){border-color:var(--colors-green-300)}@media screen and (min-width:48rem){.md\:d_inline{display:inline}}}