@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17181f;--ink-2:#283041;--muted:#657084;--soft-text:#8a93a5;--line:#e5e8f0;--line-strong:#d7ddec;--shell:#f7f8fb;--paper:#fff;--primary:#5847f5;--primary-dark:#4338ca;--primary-soft:#eef2ff;--cyan:#06b6d4;--cyan-soft:#ecfeff;--green:#22c55e;--green-soft:#eafaf0;--orange:#f97316;--orange-soft:#fff1ed;--shadow-soft:0 8px 24px #181c2d0d;--shadow-card:0 18px 48px #181c2d14;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--shell);min-width:320px;color:var(--ink);margin:0}body,button,input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}button{border:0}button:disabled,.button:disabled{cursor:not-allowed;opacity:.58}img{max-width:100%;display:block}.site-shell{min-height:100vh;overflow-x:hidden}.site-nav{z-index:20;width:min(1160px,100% - 32px);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e8f0eb;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin:0 auto;padding:10px 12px;display:flex;position:fixed;top:16px;left:16px;right:16px}.brand-link,.nav-cta,.button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.nav-actions{align-items:center;gap:10px;display:flex}.nav-link-button{min-height:40px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:0 12px;font-size:.92rem;font-weight:800}.nav-link-button:hover,.nav-link-button:focus-visible{background:var(--primary-soft);color:var(--primary-dark)}.brand-link{min-width:132px;color:var(--ink);cursor:pointer;font-weight:800}.brand-link img{width:32px;height:32px}.nav-links{justify-content:center;align-items:center;gap:6px;display:flex}.nav-links a{color:var(--muted);cursor:pointer;border-radius:8px;padding:9px 12px;font-size:.94rem;font-weight:700;transition:color .18s,background-color .18s}.nav-links a:hover,.nav-links a:focus-visible{color:var(--primary-dark);background:var(--primary-soft)}.nav-cta{background:var(--primary);color:#fff;cursor:pointer;border-radius:8px;min-height:40px;padding:0 14px;font-size:.92rem;font-weight:800;transition:background-color .18s,box-shadow .18s}.nav-cta:hover,.nav-cta:focus-visible{background:var(--primary-dark);box-shadow:0 12px 26px #5847f538}.hero-section{background:linear-gradient(180deg, #fbfcff 0%, var(--shell) 66%, #fff 100%);min-height:88svh;padding:118px 24px 58px;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#4f46e50d 1px,#0000 1px),linear-gradient(0deg,#4f46e50a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:56px 56px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 74%);mask-image:linear-gradient(#000 0%,#0000 74%)}.hero-content{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:center;gap:64px;width:min(1160px,100%);margin:0 auto;display:grid;position:relative}.hero-copy-block{max-width:680px}.eyebrow,.section-kicker{color:var(--primary);margin:0 0 14px;font-size:.88rem;font-weight:800}.hero-copy-block h1{max-width:660px;color:var(--ink);letter-spacing:0;margin:0;font-size:4.35rem;font-weight:800;line-height:1.06}.hero-copy{max-width:650px;color:var(--muted);margin:22px 0 0;font-size:1.2rem;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;min-height:48px;padding:0 18px;font-size:.98rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s}.button-primary{background:var(--primary);color:#fff;box-shadow:0 16px 32px #5847f533}.button-primary:hover,.button-primary:focus-visible{background:var(--primary-dark);box-shadow:0 18px 36px #5847f542}.button-secondary{border-color:var(--line-strong);color:var(--ink-2);background:#fff}.button-secondary:hover,.button-secondary:focus-visible{background:#fbfcff;border-color:#cbd3e6}.proof-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:680px;margin-top:34px;display:grid}.proof-item{border:1px solid var(--line);min-height:86px;box-shadow:var(--shadow-soft);background:#fff;border-radius:8px;gap:4px;padding:16px;display:grid}.proof-item strong{color:var(--primary);font-size:1.35rem}.proof-item span{color:var(--muted);font-size:.9rem;line-height:1.5}.hero-visual{justify-items:center;display:grid}.phone-shell{background:var(--shell);border:10px solid #17181f;border-radius:42px;width:min(100%,390px);padding:18px 16px 20px;box-shadow:0 28px 78px #181c2d2e}.phone-status{color:var(--ink);justify-content:space-between;align-items:center;padding:2px 18px 12px;font-size:1.06rem;font-weight:800;display:flex}.phone-dots{background:#050505;border-radius:999px;width:82px;height:28px}.mini-topbar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mini-brand,.mini-actions{align-items:center;gap:10px;display:flex}.mini-brand span{color:var(--ink);font-size:1.04rem;font-weight:800}.mini-actions span{border:1px solid var(--line);min-height:32px;color:var(--muted);background:#fff;border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:700;display:inline-flex}.mini-hero-card,.mini-form-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:8px}.mini-hero-card{padding:22px 22px 20px;position:relative;overflow:hidden}.mini-hero-card:before{background:var(--primary);content:"";width:6px;position:absolute;inset:0 auto 0 0}.mini-hero-card span{color:var(--primary);font-size:.9rem;font-weight:800}.mini-hero-card h2{color:var(--ink);margin:12px 0 8px;font-size:1.9rem;line-height:1.1}.mini-hero-card p{color:var(--muted);margin:0;font-weight:700}.mini-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.mini-tags b,.preview-tags span{min-height:30px;color:var(--ink-2);background:#f1f5fb;border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.mini-form-card{margin-top:16px;padding:20px}.mini-form-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mini-form-head h3{color:var(--ink);margin:0;font-size:1.25rem}.mini-form-head span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 12px;font-size:.8rem;font-weight:800}.mini-form-card label{color:var(--ink-2);gap:8px;margin-bottom:14px;font-size:.86rem;font-weight:800;display:grid}.mini-form-card label span{border:1px solid var(--line);min-height:48px;color:var(--soft-text);background:#fbfcff;border-radius:8px;align-items:center;padding:0 14px;font-weight:700;display:flex}.mini-form-card .textarea-like span{align-items:flex-start;min-height:112px;padding-top:14px}.mini-two-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px;display:grid}.mini-two-actions button,.mini-primary{cursor:pointer;border-radius:8px;min-height:48px;font-size:.94rem;font-weight:800}.mini-two-actions button:first-child{background:var(--primary-soft);color:var(--primary-dark)}.mini-two-actions button:last-child{border:1px solid var(--line);color:var(--ink-2);background:#fff}.mini-primary{background:var(--primary);color:#fff;width:100%;margin-top:12px}.section-inner{width:min(1160px,100% - 40px);margin:0 auto}.benefits-section,.flow-section,.preview-section,.features-section,.scenario-section,.reliability-section,.final-cta{padding:82px 0}.benefits-section,.features-section,.reliability-section{background:#fff}.flow-section,.preview-section,.scenario-section{background:var(--shell)}.section-heading{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:end;gap:44px;margin-bottom:34px;display:grid}.section-heading.centered{text-align:center;justify-items:center;gap:0;max-width:760px;margin-left:auto;margin-right:auto;display:grid}h2,h3,p{letter-spacing:0}h2{color:var(--ink);margin:0;font-size:2.45rem;line-height:1.18}.section-heading p,.reliability-copy p,.cta-inner p{color:var(--muted);margin:0;font-size:1.02rem;line-height:1.8}.section-heading.centered p{margin-top:18px}.benefit-grid,.flow-grid,.feature-grid,.scenario-grid,.preview-grid{gap:16px;display:grid}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-grid,.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.scenario-grid,.preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-card,.flow-card,.feature-card,.scenario-card,.preview-card,.reliability-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:8px}.benefit-card,.flow-card,.feature-card,.preview-card{min-height:230px;padding:24px}.benefit-card{border-top:4px solid var(--primary)}.benefit-card:nth-child(2){border-top-color:var(--cyan)}.benefit-card:nth-child(3){border-top-color:var(--green)}.flow-card{position:relative;overflow:hidden}.step-number{color:var(--primary);font-size:.82rem;font-weight:800}.icon-badge{background:var(--primary-soft);width:44px;height:44px;color:var(--primary-dark);border-radius:8px;justify-content:center;align-items:center;margin-top:20px;display:inline-flex}.benefit-card:nth-child(2) .icon-badge,.feature-card.accent-blue .icon-badge{background:var(--cyan-soft);color:#0891b2}.benefit-card:nth-child(3) .icon-badge,.feature-card.accent-green .icon-badge{background:var(--green-soft);color:#15803d}.benefit-card h3,.flow-card h3,.feature-card h3,.scenario-card h3,.preview-card h3,.reliability-card h3{color:var(--ink);margin:18px 0 10px;font-size:1.15rem;line-height:1.35}.benefit-card p,.flow-card p,.feature-card p,.scenario-card p,.preview-card p,.reliability-card p{color:var(--muted);margin:0;line-height:1.75}.preview-card{min-height:190px}.preview-card-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.preview-card-head svg{color:var(--primary)}.preview-card-head h3{margin:0}.preview-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.feature-card{border-top-width:4px}.feature-card.accent-purple{border-top-color:var(--primary)}.feature-card.accent-blue{border-top-color:var(--cyan)}.feature-card.accent-green{border-top-color:var(--green)}.feature-card.accent-orange{border-top-color:var(--orange)}.feature-card.accent-orange .icon-badge{background:var(--orange-soft);color:#c2410c}.scenario-card{gap:16px;min-height:160px;padding:22px;display:flex}.scenario-card .icon-badge{flex:none;margin-top:0}.scenario-card h3{margin-top:0}.reliability-layout{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:54px;display:grid}.reliability-copy h2{margin-bottom:18px}.reliability-copy .button{margin-top:28px}.reliability-list{gap:14px;display:grid}.reliability-card{gap:18px;padding:22px;display:flex}.reliability-card .icon-badge{flex:none;margin-top:0}.reliability-card h3{margin-top:0}.final-cta{background:linear-gradient(135deg, var(--primary) 0%, #6d5df7 54%, #22d3ee 100%);color:#fff}.cta-inner{justify-items:start;gap:20px;display:grid}.cta-inner img{filter:brightness(0)invert();width:140px;height:auto}.cta-inner h2{color:#fff;max-width:760px}.cta-inner p{color:#ffffffdb;max-width:720px}.auth-page{background:linear-gradient(180deg, #fbfcff 0%, var(--shell) 100%);place-items:center;min-height:100vh;padding:32px;display:grid}.auth-shell{grid-template-columns:minmax(280px,.8fr) minmax(340px,460px);align-items:center;gap:44px;width:min(980px,100%);display:grid}.auth-brand{gap:20px;display:grid}.auth-brand-link{background:0 0;justify-self:start;padding:0}.auth-brand p{max-width:360px;color:var(--muted);margin:0;font-size:1.1rem;line-height:1.8}.auth-panel,.import-panel,.list-panel,.result-main-card,.meta-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:8px}.auth-panel{padding:28px}.auth-heading h1,.workspace-hero h1{color:var(--ink);margin:0;font-size:2rem;line-height:1.2}.auth-tabs{border:1px solid var(--line);background:#f9fafc;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:26px 0;padding:4px;display:grid}.auth-tabs button{min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-weight:800;display:inline-flex}.auth-tabs button.is-active{color:var(--primary-dark);box-shadow:var(--shadow-soft);background:#fff}.auth-form,.note-form{gap:16px;display:grid}.auth-form label,.import-panel label,.note-form label{color:var(--ink-2);gap:8px;font-size:.9rem;font-weight:800;display:grid}.auth-form input,.import-panel input,.import-panel textarea,.note-form input,.note-form textarea,.search-field input{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:#fbfcff;border-radius:8px;outline:none;font-size:.98rem}.auth-form input,.import-panel input,.note-form input,.search-field input{min-height:48px;padding:0 14px}.import-panel textarea,.note-form textarea{resize:vertical;min-height:120px;padding:14px;line-height:1.65}.auth-form input:focus,.import-panel input:focus,.import-panel textarea:focus,.note-form input:focus,.note-form textarea:focus,.search-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5847f51a}.form-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:10px 12px;font-size:.9rem;font-weight:700;line-height:1.5}.douyin-login-card,.callback-panel,.empty-state{text-align:center;justify-items:center;display:grid}.douyin-login-card{gap:16px}.qr-placeholder{border:1px solid var(--line);width:132px;height:132px;color:var(--primary);background-color:#fff;background-image:linear-gradient(90deg,#5847f514 1px,#0000 1px),linear-gradient(0deg,#06b6d41a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:8px;place-items:center;display:grid}.douyin-login-card h2,.callback-panel h1,.empty-state h2{color:var(--ink);margin:0;font-size:1.35rem}.douyin-login-card p,.callback-panel p,.empty-state p{color:var(--muted);margin:0;line-height:1.7}.callback-panel{gap:14px;width:min(420px,100%)}.app-shell{background:var(--shell);grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:18px;height:100vh;padding:18px;display:flex;position:sticky;top:0}.app-brand,.app-mobile-brand,.app-nav button,.app-logout,.avatar-button,.icon-button,.recent-item,.note-card{cursor:pointer}.app-brand{min-height:46px;color:var(--ink);background:0 0;border-radius:8px;align-items:center;gap:10px;font-size:1rem;font-weight:800;display:inline-flex}.app-nav{gap:6px;display:grid}.app-nav button,.app-logout{min-height:42px;color:var(--muted);text-align:left;background:0 0;border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-weight:800;display:inline-flex}.app-nav button:hover,.app-nav button:focus-visible,.app-nav button.is-active{background:var(--primary-soft);color:var(--primary-dark)}.app-logout{margin-top:auto}.app-logout:hover,.app-logout:focus-visible{color:#b91c1c;background:#fff1f2}.app-main{min-width:0}.app-topbar{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8fbe0;align-items:center;gap:12px;min-height:68px;padding:0 28px;display:flex;position:sticky;top:0}.app-mobile-brand{background:#fff;border-radius:8px;width:40px;height:40px;display:none}.app-topbar>div{gap:2px;display:grid}.topbar-kicker{color:var(--soft-text);font-size:.78rem;font-weight:800}.avatar-button{border:1px solid var(--line);width:40px;height:40px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;margin-left:auto;display:grid;overflow:hidden}.avatar-button img{object-fit:cover;width:100%;height:100%}.workspace-page{gap:22px;width:min(1180px,100% - 44px);margin:0 auto;padding:28px 0 48px;display:grid}.workspace-hero{justify-content:space-between;align-items:center;gap:18px;display:flex}.workspace-hero>div{min-width:0}.workspace-hero p{max-width:720px;color:var(--muted);margin:8px 0 0;line-height:1.7}.dashboard-grid,.result-layout,.note-detail-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.import-panel,.list-panel,.result-main-card{padding:22px}.panel-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.panel-heading h2,.list-panel h2,.meta-card h2,.note-read h2{color:var(--ink);margin:0;font-size:1.16rem;line-height:1.35}.panel-heading span{background:var(--primary-soft);min-height:30px;color:var(--primary-dark);border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.file-picker{border:1px dashed var(--line-strong);background:#fbfcff;border-radius:8px;align-items:center;min-height:48px;padding:0 14px;position:relative;overflow:hidden;color:var(--muted)!important;gap:10px!important;display:flex!important}.file-picker input{opacity:0;position:absolute;inset:0}.dashboard-side,.result-side{gap:16px;display:grid}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.stat-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{border:1px solid var(--line);min-height:92px;box-shadow:var(--shadow-soft);background:#fff;border-radius:8px;gap:6px;padding:16px;display:grid}.stat-card span{color:var(--soft-text);font-size:.82rem;font-weight:800}.stat-card strong{color:var(--ink);font-size:1.65rem}.recent-list{gap:10px;display:grid}.recent-item{text-align:left;background:#fbfcff;border-radius:8px;grid-template-columns:10px minmax(0,1fr);gap:12px;width:100%;padding:12px;display:grid}.recent-item:hover,.recent-item:focus-visible,.note-card:hover,.note-card:focus-visible{transform:translateY(-1px);box-shadow:0 12px 28px #181c2d14}.recent-item strong{color:var(--ink)}.recent-item p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:.88rem;line-height:1.5;display:-webkit-box;overflow:hidden}.status-dot{background:var(--orange);border-radius:999px;width:9px;height:9px;margin-top:5px}.status-success{background:var(--green)}.status-failed{background:#ef4444}.meta-card{gap:10px;padding:18px;display:grid}.meta-card strong{color:var(--primary);font-size:1.5rem}.meta-card p{color:var(--muted);overflow-wrap:anywhere;margin:0;line-height:1.7}.side-actions,.detail-actions{flex-wrap:wrap;gap:10px;display:flex}.side-actions .button{width:100%}.icon-button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink-2);background:#fff;border-radius:8px;flex:none;place-items:center;display:inline-grid}.pill{border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:.8rem;font-weight:800;display:inline-flex}.tone-green{background:var(--green-soft);color:#15803d}.tone-red{color:#be123c;background:#fff1f2}.tone-amber{color:#c2410c;background:#fff7ed}.tone-blue{background:var(--cyan-soft);color:#0e7490}.library-toolbar{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:8px;gap:12px;padding:14px;display:grid}.search-field{color:var(--soft-text);align-items:center;gap:10px;display:flex}.search-field input{background:0 0;border:0;padding-left:0}.category-filter{flex-wrap:wrap;gap:8px;display:flex}.category-filter button{min-height:34px;color:var(--muted);cursor:pointer;background:#f1f5fb;border-radius:999px;padding:0 12px;font-weight:800}.category-filter button.is-active{background:var(--primary-soft);color:var(--primary-dark)}.note-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.note-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;gap:14px;min-height:244px;padding:18px;transition:box-shadow .18s,transform .18s;display:grid}.note-card-head{color:var(--soft-text);justify-content:space-between;align-items:center;gap:8px;font-size:.82rem;font-weight:800;display:flex}.note-card h2{color:var(--ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.06rem;line-height:1.45;display:-webkit-box;overflow:hidden}.note-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.7;display:-webkit-box;overflow:hidden}.tag-row{flex-wrap:wrap;gap:8px;display:flex}.tag-row span{min-height:28px;color:var(--ink-2);background:#f1f5fb;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.note-read{gap:24px;display:grid}.note-read section{gap:10px;display:grid}.note-read p,.note-read li{color:var(--muted);line-height:1.85}.note-read p,.note-read ul{margin:0}.note-read ul{padding-left:1.15rem}.transcript-block{white-space:pre-wrap}.empty-state{border:1px dashed var(--line-strong);min-height:220px;color:var(--primary);background:#fbfcff;border-radius:8px;grid-column:1/-1;gap:10px;padding:34px}.app-loading{min-height:100vh;color:var(--primary);align-content:center;place-items:center;gap:12px;font-weight:800;display:grid}.app-loading.compact{min-height:260px}.spin{animation:.9s linear infinite spin}.danger{color:#be123c}@keyframes spin{to{transform:rotate(360deg)}}:focus-visible{outline-offset:3px;outline:3px solid #5847f566}@media (width<=1024px){.nav-links{display:none}.auth-shell,.dashboard-grid,.result-layout,.note-detail-layout{grid-template-columns:1fr}.auth-brand{text-align:center;justify-items:center}.auth-brand-link{justify-self:center}.note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-content,.section-heading,.reliability-layout{grid-template-columns:1fr;gap:28px}.hero-copy-block{max-width:760px}.hero-visual{justify-items:start}.flow-grid,.feature-grid,.benefit-grid,.scenario-grid,.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.auth-page{padding:18px}.auth-panel{padding:22px}.app-shell{grid-template-columns:1fr}.app-sidebar{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:1fr;height:auto;padding:12px;display:grid;position:static}.app-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.app-logout{display:none}.app-topbar{min-height:58px;padding:0 16px}.app-mobile-brand{place-items:center;display:grid}.workspace-page{width:min(100% - 28px,1180px);padding-top:20px}.workspace-hero{flex-direction:column;align-items:flex-start}.workspace-hero h1,.auth-heading h1{font-size:1.7rem}.note-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-nav{width:calc(100% - 20px);top:10px;left:10px;right:10px}.brand-link{min-width:auto}.brand-link span{text-overflow:ellipsis;white-space:nowrap;max-width:84px;overflow:hidden}.nav-cta{padding:0 12px}.hero-section{min-height:auto;padding:102px 20px 46px}.hero-copy-block h1{font-size:2.8rem}.hero-copy{font-size:1.04rem}.proof-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.proof-item{min-height:72px;padding:12px 10px}.proof-item strong{font-size:1.05rem}.proof-item span{font-size:.76rem}.hero-visual{justify-items:center}.phone-shell{border-width:8px;border-radius:34px}.phone-dots{width:72px}.section-inner{width:min(100% - 32px,1160px)}.benefits-section,.flow-section,.preview-section,.features-section,.scenario-section,.reliability-section,.final-cta{padding:58px 0}h2{font-size:1.95rem}.flow-grid,.feature-grid,.benefit-grid,.scenario-grid,.preview-grid{grid-template-columns:1fr}.benefit-card,.flow-card,.feature-card,.preview-card{min-height:auto}}@media (width<=460px){.nav-link-button{display:none}.nav-cta{width:44px;padding:0;font-size:0}.nav-cta svg{width:19px;height:19px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.auth-tabs,.stat-grid{grid-template-columns:1fr}.detail-actions,.side-actions{width:100%}.mini-actions span:first-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
