:root{--red:#df3e3a;--red-light:#f5e8e8;--red-dim:#df3e3a1f;--pink:#ea72c1;--green:#3db87a;--amber:#f5a623;--bg:#f4f0f0;--surface:#fff;--sidebar:#1c0a0a;--text-dark:#1a0808;--text-mid:#5c3030;--text-soft:#6b5555;--border:#1a080812}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text-dark);font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:Plus Jakarta Sans,sans-serif}h1.hero-title,h2.section-title,.cta-inner h2{font-family:var(--font-bricolage,"Bricolage Grotesque", "Plus Jakarta Sans", sans-serif)}nav{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#f4f0f0d9;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem 2.5rem;transition:padding .25s cubic-bezier(.16,1,.3,1),background .2s,box-shadow .2s;display:grid;position:fixed;top:0;left:0;right:0}nav.scrolled{background:#f4f0f0f7;padding:.35rem 2.5rem;box-shadow:0 4px 24px #1a080814}.nav-logo{align-items:center;gap:.4rem;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;width:56px;height:56px;transition:height .3s,width .3s}nav.scrolled .nav-logo img{width:36px;height:36px}.nav-logo-text{color:var(--text-dark);letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;font-size:1.3rem;font-weight:800;transition:font-size .3s}nav.scrolled .nav-logo-text{font-size:1.1rem}.nav-links{justify-content:center;gap:2.25rem;list-style:none;display:flex}.nav-links a{color:var(--text-soft);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--red);border-radius:1px;height:2px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover{color:var(--red)}.nav-links a:hover:after{transform:scaleX(1)}.nav-links a:focus-visible{outline:2px solid var(--red);outline-offset:4px;border-radius:4px}.nav-actions{justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.btn-primary{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.55rem 1.3rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:inline-block;box-shadow:0 4px 16px #df3e3a40,0 1px 3px #df3e3a1f}.btn-primary:hover{transform:scale(1.02);box-shadow:0 8px 28px #df3e3a59}.btn-primary:active{transform:scale(.97)}.btn-ghost{color:var(--text-dark);border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;padding:.5rem 1.15rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,transform .2s,background .2s;display:inline-block}.btn-ghost:hover{border-color:var(--red);color:var(--red);background:var(--red-dim)}.btn-ghost:active{transform:scale(.97)}.btn-primary:focus-visible{outline:2px solid var(--red);outline-offset:3px}.btn-ghost:focus-visible{outline:2px solid var(--text-dark);outline-offset:3px}.btn-lg{border-radius:12px;padding:.8rem 1.8rem;font-size:.95rem}.hero{flex-direction:column;align-items:center;min-height:100dvh;padding:7rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(ellipse 50% 50% at 20% 20%, #df3e3a0f 0%, transparent 60%), radial-gradient(ellipse 45% 40% at 80% 70%, #ea72c10d 0%, transparent 60%), radial-gradient(ellipse 60% 30% at 50% 90%, #df3e3a0a 0%, transparent 50%), var(--bg);z-index:0;position:absolute;inset:0}.hero-grain{opacity:.03;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:780px;position:relative}.hero-badge{background:var(--surface);border:1px solid var(--border);color:var(--text-mid);border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.4rem .9rem;font-size:.76rem;font-weight:700;animation:.4s cubic-bezier(.16,1,.3,1) both fadeSlideDown;display:inline-flex;box-shadow:0 2px 8px #1a08080a}.badge-dot{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}h1.hero-title{letter-spacing:-.035em;color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(2.8rem,7.5vw,5.5rem);font-weight:800;line-height:1.04;animation:.5s cubic-bezier(.16,1,.3,1) 80ms both fadeSlideUp}h1.hero-title .accent{color:var(--red)}.hero-subtitle{color:var(--red);letter-spacing:-.01em;max-width:520px;margin:.6rem auto 0;font-size:clamp(.85rem,1.8vw,1rem);font-weight:600;animation:.5s cubic-bezier(.16,1,.3,1) .1s both fadeSlideUp}.hero-sub{color:var(--text-mid);max-width:520px;margin:0 auto 2.5rem;font-size:clamp(.95rem,2.2vw,1.12rem);line-height:1.75;animation:.5s cubic-bezier(.16,1,.3,1) .16s both fadeSlideUp}.hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:.75rem;animation:.5s cubic-bezier(.16,1,.3,1) .24s both fadeSlideUp;display:flex}.hero-trust{color:var(--text-soft);margin-top:.75rem;font-size:.75rem;animation:.5s cubic-bezier(.16,1,.3,1) .32s both fadeSlideUp}.hero-visual{z-index:2;width:100%;max-width:960px;margin-top:4rem;animation:.65s cubic-bezier(.16,1,.3,1) .38s both fadeSlideUp;position:relative}.hero-dashboard{border:1px solid var(--border);border-radius:18px;width:100%;display:block;overflow:hidden;box-shadow:0 2px 6px #1a080808,0 8px 28px #1a08080f,0 32px 80px #1a080814}.hero-dashboard img{width:100%;height:auto;display:block}.hero-dashboard .db-light{display:block}.hero-dashboard .db-dark,html[data-theme=dark] .hero-dashboard .db-light{display:none}html[data-theme=dark] .hero-dashboard .db-dark{display:block}.stats-strip{background:var(--sidebar);flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden}.stats-strip:before{content:"";pointer-events:none;background:radial-gradient(80% 100% at 50% 100%,#df3e3a26 0%,#0000 60%),radial-gradient(50% 80% at 100% 0,#ea72c10f 0%,#0000 50%);position:absolute;inset:0}.stat-item{text-align:center;z-index:1;position:relative}.stat-num{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.stat-label{color:#ffffff73;margin-top:.25rem;font-size:.76rem}.stat-divider{z-index:1;background:#ffffff1a;width:1px;height:40px;position:relative}section{padding:5.5rem 2rem}.section-inner{max-width:1060px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.section-title{letter-spacing:-.025em;color:var(--text-dark);margin-bottom:.9rem;font-size:clamp(1.9rem,4.5vw,2.8rem);font-weight:800;line-height:1.1}.section-sub{color:var(--text-mid);max-width:500px;font-size:.98rem;line-height:1.72}.features-section{background:var(--bg)}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem;display:grid}.feat-card{background:var(--bg);border:1px solid var(--border);cursor:default;border-radius:16px;padding:1.6rem;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s}@media (hover:hover) and (pointer:fine){.feat-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1a08080f}}.feat-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.9rem;font-size:1.25rem;display:flex}.feat-card h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1rem;font-weight:700}.feat-card p{color:var(--text-mid);font-size:.86rem;line-height:1.68}.how-section{background:var(--surface)}.how-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.step-card{text-align:left;padding-top:1.75rem}.step-num{background:var(--red);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 4px 12px #df3e3a33}.step-card h4{color:var(--text-dark);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.step-card p{color:var(--text-mid);font-size:.86rem;line-height:1.62}.testimonials-section{background:var(--surface)}.test-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.75rem;display:grid}.test-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.6rem;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s}@media (hover:hover) and (pointer:fine){.test-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #df3e3a12}}.test-card.featured{background:var(--sidebar);border-color:#ffffff0f;position:relative;overflow:hidden}.test-card.featured:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 100%,#df3e3a26 0%,#0000 60%);position:absolute;inset:0}.stars{gap:2px;margin-bottom:.6rem;display:flex}.star{color:var(--red);font-size:.78rem}.test-card.featured .star{color:#f5a623}.test-q{color:var(--red);margin-bottom:.6rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.3rem;font-weight:800;line-height:1}.test-card.featured .test-q{color:#fff3}.test-text{color:var(--text-mid);margin-bottom:1.15rem;font-size:.9rem;line-height:1.72}.test-card.featured .test-text{color:#ffffffbf}.test-author{z-index:1;align-items:center;gap:.7rem;display:flex;position:relative}.test-av{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:700;display:flex}.test-name{color:var(--text-dark);font-family:Plus Jakarta Sans,sans-serif;font-size:.82rem;font-weight:700}.test-card.featured .test-name{color:#fff}.test-role{color:var(--text-soft);font-size:.74rem}.test-card.featured .test-role{color:#fff6}.test-verified{color:var(--green);letter-spacing:.02em;margin-top:.15rem;font-size:.65rem;font-weight:700}.test-card.featured .test-verified{color:#3db87acc}.pricing-section{background:var(--bg)}.pricing-sub{color:var(--text-soft);text-align:center;margin-top:.5rem;font-size:.92rem}.pricing-grid{grid-template-columns:1fr 1fr;gap:1.25rem;max-width:720px;margin:2.75rem auto 0;display:grid}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:0;padding:2rem 1.75rem;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s;display:flex;position:relative}@media (hover:hover) and (pointer:fine){.pricing-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px #df3e3a17}}.pricing-card-featured{background:var(--sidebar);border-color:#ffffff12;box-shadow:0 12px 48px #1a08081f,0 2px 8px #1a08080f}.pricing-popular-badge{background:var(--red);color:#fff;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:6px;padding:.25rem .75rem;font-size:.67rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 3px 10px #df3e3a4d}.pricing-plan-name{text-transform:uppercase;letter-spacing:.1em;color:var(--text-soft);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.pricing-card-featured .pricing-plan-name{color:#fff6}.pricing-price-row{align-items:baseline;gap:.2rem;margin-bottom:.65rem;display:flex}.pricing-price-num{letter-spacing:-.03em;color:var(--text-dark);font-size:2.75rem;font-weight:800;line-height:1}.pricing-card-featured .pricing-price-num{color:#fff}.pricing-price-per{color:var(--text-soft);font-size:.82rem}.pricing-card-featured .pricing-price-per{color:#fff6}.pricing-desc{color:var(--text-mid);margin-bottom:1.5rem;font-size:.85rem;line-height:1.65}.pricing-card-featured .pricing-desc{color:#ffffff80}.pricing-features{flex-direction:column;flex:1;gap:.6rem;margin-bottom:1.75rem;list-style:none;display:flex}.pricing-features li{color:var(--text-dark);align-items:center;gap:.55rem;font-size:.85rem;display:flex}.pricing-card-featured .pricing-features li{color:#fffc}.pricing-features li i{color:var(--green);flex-shrink:0;font-size:.95rem}.pricing-card-featured .pricing-features li i{color:#5de0a0}.pricing-feature-dim{opacity:.45}.pricing-feature-dim i{color:var(--text-soft)!important}.pricing-cta-primary{text-align:center;background:var(--red);color:#fff;border-radius:12px;padding:.75rem 1.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:block;box-shadow:0 4px 16px #df3e3a4d}.pricing-cta-primary:hover{transform:scale(1.02);box-shadow:0 8px 28px #df3e3a66}.pricing-cta-ghost{text-align:center;border:1.5px solid var(--border);color:var(--text-dark);border-radius:12px;padding:.75rem 1.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:block}.pricing-cta-ghost:hover{border-color:var(--red);color:var(--red);background:var(--red-dim)}.pricing-cta-primary:focus-visible{outline:2px solid var(--red);outline-offset:3px}.pricing-cta-ghost:focus-visible{outline:2px solid var(--text-dark);outline-offset:3px}.pricing-annual-note{text-align:center;color:#ffffff4d;margin-top:.7rem;font-size:.74rem}.pricing-annual-note strong{color:#ffffffa6}@media (max-width:560px){.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card-featured{order:-1}}.cta-section{background:var(--sidebar);text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 50% 110%,#df3e3a33 0%,#0000 60%),radial-gradient(40% 40% at 15% 15%,#ea72c10f 0%,#0000 50%);position:absolute;inset:0}.cta-section .hero-grain{opacity:.02}.cta-inner{z-index:2;max-width:620px;margin:0 auto;position:relative}.cta-inner h2{letter-spacing:-.03em;color:#fff;margin-bottom:.9rem;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.08}.cta-inner p{color:#ffffff73;margin-bottom:2.25rem;font-size:.98rem;line-height:1.72}.cta-row{gap:.6rem;max-width:440px;margin:0 auto;display:flex}.cta-input{color:#fff;background:#ffffff0f;border:1.5px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:.75rem 1.15rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.86rem;transition:border-color .2s,background .2s}.cta-input::placeholder{color:#ffffff40}.cta-input:focus{background:#ffffff14;border-color:#df3e3a80}.cta-note{color:#ffffff38;margin-top:.85rem;font-size:.74rem}footer{background:var(--sidebar);border-top:1px solid #ffffff0d;padding:3rem 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;max-width:1060px;margin:0 auto;display:grid}.footer-brand-logo{align-items:center;gap:.4rem;margin-bottom:.9rem;display:flex}.footer-brand-logo img{object-fit:contain;width:38px;height:38px}.footer-brand-logo span{color:#fff;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;font-size:1.2rem;font-weight:800}.footer-brand p{color:#ffffff59;max-width:240px;font-size:.82rem;line-height:1.65}.footer-socials{gap:.5rem;margin-top:1.1rem;display:flex}.social-btn{color:#fff6;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.social-btn:hover{color:#fff;background:#df3e3a40}.social-btn:focus-visible{outline:2px solid var(--red);outline-offset:3px}.footer-col a:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:3px}.footer-col h5{text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:.85rem;font-size:.72rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.45rem;list-style:none;display:flex}.footer-col a{color:#ffffff59;font-size:.82rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{color:#ffffff38;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;max-width:1060px;margin:1.75rem auto 0;padding-top:1.25rem;font-size:.76rem;display:flex}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transform:translateY(12px)}.reveal.visible{opacity:1;transform:translateY(0)}.nav-hamburger{border:1.5px solid var(--border);width:36px;height:36px;color:var(--text-soft);cursor:pointer;background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:border-color .2s,color .2s,background .2s;display:none}.nav-hamburger:hover{border-color:var(--red);color:var(--red);background:var(--red-dim)}.mobile-menu{z-index:99;display:none;position:fixed;inset:0}.mobile-menu.open{display:block}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(4px);opacity:0;background:#1a080859;transition:opacity .25s;position:absolute;inset:0}.mobile-menu.open .mobile-menu-backdrop{opacity:1}.mobile-menu.open,.mobile-menu.closing{display:block}.mobile-menu.closing .mobile-menu-backdrop{opacity:0}.mobile-menu.closing .mobile-menu-panel{transform:translate(100%)}.mobile-menu-panel{background:var(--surface);flex-direction:column;gap:0;width:min(320px,88vw);height:100%;padding:1.25rem 1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #1a08081f}.mobile-menu.open .mobile-menu-panel{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.mobile-menu-close{border:1.5px solid var(--border);width:36px;height:36px;color:var(--text-soft);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;transition:border-color .2s,color .2s;display:flex}.mobile-menu-close:hover{border-color:var(--red);color:var(--red)}.mobile-nav-links{flex-direction:column;gap:.25rem;list-style:none;display:flex}.mobile-nav-links a{color:var(--text-dark);border-radius:10px;padding:.75rem .5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav-links a:hover{background:var(--red-dim);color:var(--red)}.mobile-menu-actions{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;margin-top:auto;padding-top:1.5rem;display:flex}.mobile-menu-actions .btn-ghost,.mobile-menu-actions .btn-primary{text-align:center;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.4rem;font-size:.9rem;display:flex}@media (max-width:900px){.nav-links{display:none}.nav-hamburger{display:flex}.features-grid{grid-template-columns:1fr 1fr}.fs-row,.fs-row--flip{grid-template-columns:1fr;gap:1.5rem}.fs-row .fs-copy,.fs-row--flip .fs-copy{order:0}.fs-row .fs-visual,.fs-row--flip .fs-visual{order:1}.how-grid{grid-template-columns:1fr 1fr}.test-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.db-content{grid-template-columns:1fr}.cta-row{flex-direction:column}.btn-ghost.hide-mobile{display:none}}@media (max-width:560px){nav{padding:.6rem 1.25rem}nav.scrolled{padding:.35rem 1.25rem}nav,nav.scrolled{-webkit-backdrop-filter:none;background:#f4f0f0fa}.features-grid,.how-grid{grid-template-columns:1fr}.stats-strip{gap:2rem;padding:1.25rem}.stat-divider{display:none}.db-stats{grid-template-columns:1fr}.hero{padding:5.5rem 1.25rem 3rem}section{padding:4rem 1.25rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.cta-section{padding:4rem 1.25rem}.btn-primary,.btn-ghost{min-height:44px}.hero-cta{gap:.6rem}.hero-cta .btn-lg{padding:.75rem 1.4rem;font-size:.9rem}.reveal{transition-duration:.35s}.mobile-menu-backdrop{-webkit-backdrop-filter:none}}.fs-head{max-width:560px}.fs-showcase{margin-top:1rem}.fs-row{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.75rem,4.5vw,3.75rem);padding:2.35rem 0;display:grid}.fs-row--flip .fs-copy{order:2}.fs-eyebrow{text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:.4rem;margin-bottom:.85rem;font-size:.72rem;font-weight:800;display:inline-flex}html[data-theme=dark] .fs-eyebrow[style*=b0790a]{color:#f5a623!important}.fs-copy h3{font-family:var(--font-bricolage,"Bricolage Grotesque", sans-serif);letter-spacing:-.02em;color:var(--text-dark);margin-bottom:.7rem;font-size:clamp(1.35rem,2.6vw,1.7rem);font-weight:800;line-height:1.15}.fs-copy p{color:var(--text-mid);max-width:46ch;font-size:.95rem;line-height:1.72}.fs-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.fs-tag{color:var(--text-mid);background:var(--bg);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.35rem;padding:.34rem .75rem;font-size:.76rem;font-weight:600;display:inline-flex}.fs-tag i{color:var(--green);font-size:.85rem}.fs-visual{position:relative}.fs-panel{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:1rem;box-shadow:0 1px 2px #1a080808,0 20px 45px -25px #1a080838}html[data-theme=dark] .fs-panel{background:var(--surface);box-shadow:0 1px 2px #0000004d,0 24px 55px -25px #0009}@media (hover:hover) and (pointer:fine){.fs-row{transition:none}.fs-panel{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}.fs-row:hover .fs-panel{transform:translateY(-4px);box-shadow:0 1px 2px #1a08080a,0 28px 55px -22px #1a080842}html[data-theme=dark] .fs-row:hover .fs-panel{box-shadow:0 1px 2px #0000004d,0 30px 65px -22px #000000b3}}.fs-panel-head{color:var(--text-soft);text-transform:uppercase;letter-spacing:.07em;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.72rem;font-weight:800;display:flex}.fs-panel-tag{letter-spacing:.04em;color:var(--red);background:var(--red-dim);border-radius:999px;padding:.2rem .55rem;font-size:.64rem}.fs-ranks{flex-direction:column;display:flex}.fs-rank-row{border-top:1px solid var(--border);grid-template-columns:auto 3px 1fr auto;align-items:center;gap:.7rem;padding:.48rem 0;display:grid}.fs-rank-row:first-of-type{border-top:0}.fs-rank-no{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-soft);text-align:center;width:1.1ch;font-size:.72rem;font-weight:700}.fs-rank-bar-wrap{background:var(--border);border-radius:3px;width:3px;height:26px;position:relative;overflow:hidden}.fs-rank-bar{border-radius:3px;width:100%;position:absolute;bottom:0;left:0}.fs-rank-main{flex-direction:column;gap:.1rem;min-width:0;display:flex}.fs-rank-title{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:700;overflow:hidden}.fs-rank-sub{color:var(--text-soft);letter-spacing:.02em;font-size:.68rem;font-weight:600}.fs-rank-day{white-space:nowrap;font-size:.74rem;font-weight:800}.fs-cal{padding:1.1rem 1rem}.fs-week{grid-template-columns:repeat(7,1fr);gap:.35rem;display:grid}.fs-week-col{flex-direction:column;align-items:center;gap:.45rem;display:flex}.fs-week-dow{color:var(--text-soft);font-size:.6rem;font-weight:800}.fs-week-track{background:var(--surface);border:1px solid var(--border);border-radius:5px;width:100%;height:84px;position:relative}html[data-theme=dark] .fs-week-track{background:#ffffff08}.fs-week-ev{border-left:2px solid;border-radius:3px;min-height:9px;position:absolute;left:2px;right:2px}.fs-import{flex-direction:column;display:flex}.fs-import-file{border-bottom:1px solid var(--border);align-items:center;gap:.7rem;margin-bottom:.25rem;padding-bottom:.7rem;display:flex}.fs-import-ficon{background:var(--red-dim);width:34px;height:34px;color:var(--red);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.fs-import-fmeta{flex-direction:column;flex:1;gap:.12rem;min-width:0;display:flex}.fs-import-fname{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.fs-import-fsub{color:var(--text-soft);font-size:.68rem;font-weight:600}.fs-import-badge{color:#b0790a;background:#f5a62324;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.82rem;display:flex}html[data-theme=dark] .fs-import-badge{color:#f5a623}.fs-import-rows{flex-direction:column;display:flex}.fs-import-row{align-items:center;gap:.6rem;padding:.32rem 0;display:flex}.fs-import-check{background:currentColor;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.68rem;display:flex}.fs-import-check i{color:#fff}.fs-import-name{color:var(--text-dark);flex:1;font-size:.82rem;font-weight:600}.fs-import-date{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-mid);font-size:.74rem;font-weight:600}.fs-import-pill{color:#2f9e69;background:#3db87a24;border:1px solid #3db87a3d;border-radius:999px;align-self:flex-start;align-items:center;gap:.35rem;margin-top:.6rem;padding:.32rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}html[data-theme=dark] .fs-import-pill{color:#5de0a0}.fs-plan,.fs-plan-rows{flex-direction:column;display:flex}.fs-plan-row{border-top:1px solid var(--border);grid-template-columns:auto 3px 1fr auto;align-items:center;gap:.7rem;padding:.4rem 0;display:grid}.fs-plan-row:first-child{border-top:0}.fs-plan-day{font-family:var(--font-mono,"DM Mono", monospace);letter-spacing:.04em;color:var(--text-soft);width:2.8ch;font-size:.64rem;font-weight:700}.fs-plan-bar{border-radius:3px;width:3px;height:24px}.fs-plan-main{flex-direction:column;gap:.1rem;min-width:0;display:flex}.fs-plan-title{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.fs-plan-sub{color:var(--text-soft);letter-spacing:.02em;font-size:.66rem;font-weight:600}.fs-plan-time{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-mid);white-space:nowrap;font-size:.72rem;font-weight:600}.fs-plan-foot{border-top:1px solid var(--border);color:#2f9e69;align-self:flex-start;align-items:center;gap:.4rem;margin-top:.65rem;padding-top:.7rem;font-size:.72rem;font-weight:700;display:inline-flex}html[data-theme=dark] .fs-plan-foot{color:#5de0a0}.how-grid{position:relative}.step-card{z-index:1;position:relative}@media (min-width:901px){.how-grid:before{content:"";z-index:0;background:repeating-linear-gradient(90deg,#df3e3a4d 0 7px,#0000 7px 15px);height:2px;position:absolute;top:3.4rem;left:6%;right:6%}}.step-ghost-num{color:var(--red);opacity:.35;letter-spacing:-.02em;margin-bottom:.65rem;font-family:Plus Jakarta Sans,sans-serif;font-size:3.5rem;font-weight:800;line-height:1;display:block}html[data-theme=dark] .step-ghost-num{opacity:.5}.step-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--text-soft);margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:inline-block}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.btn-primary,.btn-ghost,.nav-links a,.footer-col a,.social-btn,#theme-toggle,.mobile-nav-links a,.mobile-menu-close,.nav-hamburger,.mobile-menu-backdrop{transition-duration:.15s!important}.reveal{opacity:1;transition:none;transform:none}h1.hero-title,.hero-sub,.hero-cta,.hero-trust,.hero-visual,.hero-badge{opacity:1;animation:none;transform:none}.badge-dot{animation:none}}@media (max-width:400px){.nav-actions .btn-ghost{display:none}}#theme-toggle{border:1.5px solid var(--border);width:36px;height:36px;color:var(--text-soft);cursor:pointer;background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:border-color .2s,color .2s,background .2s;display:flex}#theme-toggle:hover{border-color:var(--red);color:var(--red);background:var(--red-dim)}html[data-theme=dark]{--bg:#181818;--surface:#232323;--sidebar:#111;--text-dark:#f2f2f2;--text-mid:#b0b0b0;--text-soft:#a0a0a0;--border:#ffffff1a;--red-light:#df3e3a38;--red-dim:#df3e3a24}html[data-theme=dark] body{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] nav{background:#181818e0}html[data-theme=dark] nav.scrolled{background:#181818f7;box-shadow:0 4px 24px #0000004d}@media (max-width:560px){html[data-theme=dark] nav,html[data-theme=dark] nav.scrolled{background:#181818fa}}html[data-theme=dark] .hero-bg{background:radial-gradient(ellipse 50% 50% at 20% 20%, #df3e3a14 0%, transparent 60%), radial-gradient(ellipse 45% 40% at 80% 70%, #ea72c10f 0%, transparent 60%), radial-gradient(ellipse 60% 30% at 50% 90%, #df3e3a0d 0%, transparent 50%), var(--bg)}html[data-theme=dark] .btn-ghost{color:var(--text-dark)}html[data-theme=dark] .feat-card,html[data-theme=dark] .test-card,html[data-theme=dark] .hero-badge,html[data-theme=dark] .hero-dashboard,html[data-theme=dark] .stats-strip{border-color:var(--border)}html[data-theme=dark] .step-num,html[data-theme=dark] .test-avatar{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .mobile-menu-panel{background:#1e1e1e}html[data-theme=dark] .mobile-nav-links a{color:var(--text-dark)}html[data-theme=dark] .mobile-menu-header,html[data-theme=dark] .mobile-menu-actions{border-color:var(--border)}
.hp-wrap{text-align:left;--hp-bg:#f4f0f0;--hp-surface:#fff;--hp-up:#fff;--hp-sidebar:#1c0a0a;--hp-text:#1a0808;--hp-mid:#5c3030;--hp-soft:#6b5555;--hp-border:#1a080812;--hp-border-mid:#1a08081a;--hp-red:#df3e3a;--hp-red-dim:#df3e3a1a;--hp-amber:#f5a623;--hp-green:#3db87a;--hp-blue:#60a5fa;--hp-win-border:#1a080814;--hp-titlebar:#ece6e6;--hp-input:#f4f0f0;--hp-hover:#1a08080d;--hp-hover-solid:#f6f1f1;--hp-row:#1a080805;--hp-track:#1a080814;--hp-check-border:#1a080838;--hp-blob:#1a080806;--hp-scroll-thumb:#1a080826;--hp-dashed:#1a08082e;--hp-card-shadow:0 2px 12px #1a08080d;--hp-seg-shadow:0 1px 3px #1a08081f;--hp-float-shadow:0 8px 28px #1a080829;--hp-panel-shadow:0 12px 44px #1a080833;--hp-pill-green:#2a9d63;position:relative}html[data-theme=dark] .hp-wrap{--hp-bg:#0e0e0e;--hp-surface:#181818;--hp-up:#202020;--hp-sidebar:#0a0a0a;--hp-text:#efefef;--hp-mid:#a0a0a0;--hp-soft:#606060;--hp-border:#ffffff12;--hp-border-mid:#ffffff1f;--hp-red:#e8514d;--hp-red-dim:#e8514d1f;--hp-win-border:#ffffff17;--hp-titlebar:#141414;--hp-input:#111;--hp-hover:#ffffff0f;--hp-hover-solid:#1f1f1f;--hp-row:#ffffff06;--hp-track:#ffffff14;--hp-check-border:#ffffff47;--hp-blob:#ffffff06;--hp-scroll-thumb:#ffffff1a;--hp-dashed:#fff3;--hp-card-shadow:0 1px 0 #ffffff0a inset, 0 4px 20px #00000059;--hp-seg-shadow:0 1px 4px #0000004d;--hp-float-shadow:0 8px 28px #00000080;--hp-panel-shadow:0 8px 48px #0009, 0 1px 0 #ffffff0d inset;--hp-pill-green:#5de0a0}.hp-window{background:var(--hp-bg);border:1px solid var(--hp-win-border);color:var(--hp-text);border-radius:18px;position:relative;overflow:hidden;box-shadow:0 2px 6px #1a08080f,0 8px 28px #1a08081f,0 32px 80px #1a08082e}.hp-titlebar{background:var(--hp-titlebar);border-bottom:1px solid var(--hp-border);align-items:center;gap:6px;height:34px;padding:0 14px;display:flex;position:relative}.hp-dot{border-radius:50%;width:10px;height:10px}.hp-dot--r{background:#ff5f57}.hp-dot--y{background:#febc2e}.hp-dot--g{background:#28c840}.hp-titlebar-text{text-align:center;font-family:var(--font-mono,"DM Mono", monospace);color:var(--hp-soft);pointer-events:none;font-size:.68rem;position:absolute;left:0;right:0}.hp-body{height:500px;display:flex}.hp-hint{z-index:6;color:#fff;background:#1c0a0a;border-radius:999px;align-items:center;gap:.4rem;padding:.42rem .85rem;font-size:.7rem;font-weight:700;transition:opacity .4s,visibility .4s;animation:2.6s ease-in-out infinite hpHintFloat;display:flex;position:absolute;top:-14px;right:20px;box-shadow:0 6px 20px #1a080859}.hp-hint i{color:#f87474;font-size:.8rem}.hp-interacted .hp-hint{opacity:0;visibility:hidden}@keyframes hpHintFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hp-sidebar{background:radial-gradient(ellipse 80% 40% at 50% 100%, #df3e3a33, transparent 60%), radial-gradient(ellipse 60% 30% at 100% 0%, #ea72c114, transparent 50%), var(--hp-sidebar);border-right:1px solid var(--hp-border);flex-direction:column;flex-shrink:0;width:152px;padding:.85rem .55rem .6rem;display:flex;position:relative}.hp-side-logo{color:#fff;letter-spacing:-.02em;align-items:center;gap:.45rem;margin-bottom:1rem;padding:0 .4rem;font-size:.92rem;font-weight:800;display:flex}.hp-side-logo img{object-fit:contain}.hp-side-section{letter-spacing:.12em;text-transform:uppercase;color:#ffffff40;margin:.15rem 0 .35rem;padding:0 .5rem;font-size:.55rem;font-weight:700}.hp-side-section+.hp-side-nav{margin-bottom:.8rem}.hp-side-nav{flex-direction:column;gap:.2rem;display:flex}.hp-side-item{color:#ffffff73;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:.55rem;width:100%;padding:.48rem .6rem;font-family:inherit;font-size:.74rem;font-weight:600;transition:background .2s,color .2s;display:flex;position:relative}.hp-side-item i{font-size:.95rem}.hp-side-item:hover{color:#fffc;background:#ffffff12}.hp-side-item:active{transform:scale(.98)}.hp-side-item:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px}.hp-side-item.active{color:#fff;box-shadow:inset 3px 0 0 var(--hp-red);background:#e8514d24}.hp-side-item--static{cursor:default}.hp-side-item--static:hover{color:#ffffff73;background:0 0}.hp-side-item--static:active{transform:none}.hp-side-chevron{opacity:.6;margin-left:auto;font-size:.85rem;transition:transform .2s}.hp-side-section-toggle{cursor:pointer;background:0 0;border:none;align-items:center;width:100%;font-family:inherit;display:flex}.hp-side-section-toggle:hover{color:#fff6}.hp-side-section-toggle:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px;border-radius:5px}.hp-side-section-toggle[aria-expanded=false] .hp-side-chevron{transform:rotate(-90deg)}.hp-side-tools-list.collapsed{display:none}.hp-side-new{background:var(--hp-red);border-radius:50%;width:7px;height:7px;animation:1.6s infinite hpPulse;position:absolute;top:50%;right:9px;transform:translateY(-50%)}@keyframes hpPulse{0%,to{opacity:1;transform:translateY(-50%)scale(1)}50%{opacity:.45;transform:translateY(-50%)scale(.75)}}.hp-side-user{background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.5rem;margin-top:auto;padding:.45rem .5rem;display:flex}.hp-side-avatar{background:var(--hp-red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.68rem;font-weight:800;display:inline-flex}.hp-side-userinfo{flex-direction:column;min-width:0;display:flex}.hp-side-username{color:#fff;font-size:.7rem;font-weight:700}.hp-side-usermail{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:.58rem;overflow:hidden}.hp-main{background:var(--hp-bg);flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.hp-topbar{border-bottom:1px solid var(--hp-border);flex-shrink:0;justify-content:flex-end;align-items:center;gap:.45rem;height:40px;padding:0 .8rem;display:flex}.hp-search{background:var(--hp-surface);border:1px solid var(--hp-border);height:26px;color:var(--hp-soft);border-radius:8px;align-items:center;gap:.4rem;padding:0 .55rem;font-size:.66rem;display:flex}.hp-search i{font-size:.78rem}.hp-search kbd{color:var(--hp-soft);background:var(--hp-hover);border:1px solid var(--hp-border);border-radius:4px;padding:.05rem .3rem;font-family:inherit;font-size:.56rem;font-weight:600}.hp-bell{background:var(--hp-surface);border:1px solid var(--hp-border);width:26px;height:26px;color:var(--hp-mid);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:.8rem;transition:color .2s,background .2s;display:inline-flex}.hp-bell:hover{color:var(--hp-text);background:var(--hp-hover)}.hp-bell:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px}.hp-content{flex:1;min-height:0;position:relative}.hp-pane{visibility:hidden;opacity:0;padding:.85rem .95rem 1rem;position:absolute;inset:0;overflow-y:auto}.hp-pane.active{visibility:visible;opacity:1;animation:.35s cubic-bezier(.34,1.56,.64,1) both hpPaneIn}@keyframes hpPaneIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hp-pane::-webkit-scrollbar{width:4px}.hp-pane::-webkit-scrollbar-thumb{background:var(--hp-scroll-thumb);border-radius:4px}.hp-page-head{justify-content:space-between;align-items:flex-start;gap:.6rem;margin-bottom:.75rem;display:flex}.hp-page-title{color:var(--hp-text);letter-spacing:-.03em;margin:0;font-size:1.05rem;font-weight:800;line-height:1.1}.hp-page-sub{color:var(--hp-soft);font-size:.62rem}.hp-btn-primary{background:var(--hp-red);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;padding:.4rem .7rem;font-family:inherit;font-size:.66rem;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #e8514d59}.hp-btn-primary:hover{box-shadow:0 6px 18px #e8514d73}.hp-btn-primary:active{transform:scale(.97)}.hp-btn-primary:focus-visible{outline-offset:2px;outline:2px solid #fff}.hp-link{color:var(--hp-red);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.64rem;font-weight:700}.hp-link:hover{text-decoration:underline}.hp-card{background:var(--hp-surface);border:1px solid var(--hp-border-mid);box-shadow:var(--hp-card-shadow);border-radius:12px;padding:.65rem .7rem}.hp-card+.hp-card{margin-top:.6rem}.hp-card-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.hp-card-title{color:var(--hp-text);font-size:.72rem;font-weight:800}.hp-card-aside{color:var(--hp-soft);font-size:.6rem}.hp-empty{text-align:center;color:var(--hp-soft);padding:.9rem .4rem;font-size:.64rem}.hp-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--hp-soft);margin:.45rem 0 .3rem;font-size:.54rem;font-weight:700}.hp-check{border:1.5px solid var(--hp-check-border);color:#0000;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.62rem;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.hp-chip{background:var(--hp-hover);color:var(--hp-mid);border-radius:6px;align-items:center;padding:.12rem .4rem;font-size:.56rem;font-weight:700;display:inline-flex}.hp-chip--red{background:var(--hp-red-dim);color:var(--hp-red)}.hp-stats{grid-template-columns:repeat(3,1fr);gap:.55rem;margin-bottom:.75rem;display:grid}.hp-stats--four{grid-template-columns:repeat(4,1fr)}.hp-stat{background:var(--hp-surface);border:1px solid var(--hp-border-mid);box-shadow:var(--hp-card-shadow);border-radius:12px;align-items:flex-start;gap:.5rem;padding:.6rem .65rem;display:flex;position:relative;overflow:hidden}.hp-stat:after{content:"";background:var(--hp-blob);border-radius:50%;width:54px;height:54px;position:absolute;top:-18px;right:-14px}.hp-stat-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;display:inline-flex}.hp-stat-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.hp-stat-val{color:var(--hp-text);letter-spacing:-.04em;font-size:.98rem;font-weight:800;line-height:1}.hp-stat-val em{color:var(--hp-soft);font-size:.66rem;font-style:normal}.hp-stat-label{color:var(--hp-mid);font-size:.58rem}.hp-stat-note{font-size:.56rem;font-weight:700}.hp-progress{background:var(--hp-track);border-radius:999px;height:3px;margin-top:.25rem;overflow:hidden}.hp-progress-bar{background:linear-gradient(90deg,#df3e3a,#f5a623,#3db87a);border-radius:999px;height:100%;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.hp-grid{grid-template-columns:1.45fr 1fr;align-items:start;gap:.6rem;display:grid}.hp-col{flex-direction:column;gap:.6rem;min-width:0;display:flex}.hp-col .hp-card+.hp-card{margin-top:0}.hp-deadline-rows{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.hp-dl-row{background:var(--hp-row);border:1px solid var(--hp-border-mid);border-left:3px solid var(--hp-amber);width:100%;color:var(--hp-text);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:.5rem;padding:.42rem .5rem;font-family:inherit;transition:background .15s,opacity .2s;display:flex}.hp-dl-row:hover{background:var(--hp-hover-solid)}.hp-dl-row:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px}.hp-dl-row.done{opacity:.72}.hp-dl-row.done .hp-check{background:var(--hp-green);border-color:var(--hp-green);color:#fff}.hp-dl-row.done .hp-dl-title{color:var(--hp-soft);text-decoration:line-through}.hp-dl-main{flex-direction:column;flex:1;gap:.08rem;min-width:0;display:flex}.hp-dl-title{color:var(--hp-text);font-size:.66rem;font-weight:700}.hp-dl-meta{color:var(--hp-soft);flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.58rem;display:flex}.hp-dl-days{flex-shrink:0;font-size:.58rem;font-weight:800}.hp-sched-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.hp-sched-list li{align-items:center;gap:.45rem;padding:.3rem .15rem;font-size:.62rem;display:flex}.hp-sched-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.hp-sched-time{color:var(--hp-soft);flex-shrink:0;font-weight:600}.hp-sched-label{color:var(--hp-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.hp-task-list{flex-direction:column;gap:.25rem;margin:0 0 .45rem;padding:0;list-style:none;display:flex}.hp-task{width:100%;color:var(--hp-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .4rem;font-family:inherit;font-size:.64rem;font-weight:600;transition:background .15s;display:flex}.hp-task:hover{background:var(--hp-hover)}.hp-task:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px}.hp-task.done .hp-check{background:var(--hp-green);border-color:var(--hp-green);color:#fff}.hp-task.done .hp-task-title{color:var(--hp-soft);text-decoration:line-through}.hp-task-title{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.hp-task-input{align-items:center;gap:.4rem;display:flex}.hp-task-field{background:var(--hp-input);border:1px solid var(--hp-border-mid);color:var(--hp-soft);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;flex:1;padding:.35rem .5rem;font-size:.6rem;overflow:hidden}.hp-task-addbtn{background:var(--hp-red);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;display:inline-flex;box-shadow:0 3px 10px #e8514d59}.hp-course-chips{flex-wrap:wrap;gap:.3rem;display:flex}.hp-course-chip{background:var(--hp-row);border:1px solid var(--hp-border-mid);color:var(--hp-text);border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .5rem;font-size:.58rem;font-weight:700;display:inline-flex}.hp-course-chip em{color:var(--hp-soft);font-style:normal;font-weight:600}.hp-course-dot{border-radius:50%;width:6px;height:6px}.hp-filter-bar{background:var(--hp-surface);border:1px solid var(--hp-border-mid);border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.6rem;padding:.3rem .35rem;display:flex}.hp-filter-tabs{align-items:center;gap:.15rem;display:flex}.hp-filter-tab{color:var(--hp-mid);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.26rem .5rem;font-family:inherit;font-size:.6rem;font-weight:700;transition:background .15s,color .15s}.hp-filter-tab:hover{color:var(--hp-text)}.hp-filter-tab:focus-visible{outline:2px solid var(--hp-red);outline-offset:1px}.hp-filter-tab.active{background:var(--hp-red);color:#fff;box-shadow:0 3px 10px #e8514d4d}.hp-filter-search{border-left:1px solid var(--hp-border-mid);min-width:0;color:var(--hp-soft);flex:1;align-items:center;gap:.35rem;padding:0 .3rem 0 .45rem;font-size:.6rem;display:flex}.hp-filter-search i{font-size:.72rem}.hp-filter-search span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hp-dl-page-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.hp-dl-item{background:var(--hp-surface);border:1px solid var(--hp-border-mid);width:100%;color:var(--hp-text);cursor:pointer;text-align:left;box-shadow:var(--hp-card-shadow);border-radius:12px;align-items:center;gap:.55rem;padding:.6rem .7rem .6rem .85rem;font-family:inherit;transition:background .15s;display:flex;position:relative;overflow:hidden}.hp-dl-item:hover{background:var(--hp-hover-solid)}.hp-dl-item:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px}.hp-dl-bar{border-radius:999px;width:3px;position:absolute;top:10px;bottom:10px;left:0}.hp-dl-item .hp-dl-title{font-size:.72rem}.hp-dl-item.done .hp-check{background:var(--hp-green);border-color:var(--hp-green);color:#fff}.hp-dl-item.done .hp-dl-title{color:var(--hp-soft);text-decoration:line-through}.hp-dl-date{color:var(--hp-soft);font-size:.58rem}.hp-dl-badge{letter-spacing:.06em;border-radius:5px;padding:.1rem .35rem;font-size:.52rem;font-weight:800}.hp-dl-count{flex-direction:column;flex-shrink:0;align-items:center;margin-left:auto;line-height:1;display:flex}.hp-dl-count strong{letter-spacing:-.04em;font-size:.95rem;font-weight:800}.hp-dl-count em{letter-spacing:.1em;text-transform:uppercase;font-size:.5rem;font-style:normal;font-weight:700}.hp-dl-count i{font-size:1rem}.hp-course-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.hp-course-card{background:var(--hp-surface);border:1px solid var(--hp-border-mid);border-top:3px solid var(--hp-red);box-shadow:var(--hp-card-shadow);border-radius:12px;padding:.6rem .65rem}.hp-course-top{justify-content:space-between;align-items:flex-start;margin-bottom:.45rem;display:flex}.hp-course-icon{border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:inline-flex}.hp-course-tools{gap:.25rem;display:flex}.hp-icon-btn{background:var(--hp-hover);border:1px solid var(--hp-border);width:20px;height:20px;color:var(--hp-soft);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:.66rem;display:inline-flex}.hp-icon-btn:hover{color:var(--hp-text)}.hp-course-name{color:var(--hp-text);margin-bottom:.3rem;font-size:.74rem;font-weight:800}.hp-course-meta{border-bottom:1px solid var(--hp-border);gap:.3rem;padding-bottom:.45rem;display:flex}.hp-course-foot{justify-content:space-between;align-items:center;gap:.3rem;padding-top:.45rem;display:flex}.hp-status-chip{color:var(--hp-blue);background:#60a5fa1f;border-radius:6px;align-items:center;gap:.25rem;padding:.14rem .4rem;font-size:.56rem;font-weight:700;display:inline-flex}.hp-status-chip i{font-size:.62rem}.hp-grade-chip{border:1px dashed var(--hp-dashed);color:var(--hp-soft);border-radius:6px;padding:.14rem .4rem;font-size:.56rem;font-weight:600}.hp-scale-bar{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.hp-scale-icon{background:var(--hp-red-dim);width:26px;height:26px;color:var(--hp-red);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.hp-scale-text{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.hp-scale-label{color:var(--hp-text);font-size:.66rem;font-weight:800}.hp-scale-sub{color:var(--hp-soft);font-size:.56rem}.hp-scale-customize{flex-shrink:0;align-items:center;gap:.2rem;display:inline-flex}.hp-gpa-row{grid-template-columns:1fr 1.2fr 1fr;gap:.5rem;margin-bottom:.6rem;display:grid}.hp-gpa-hero{background:linear-gradient(135deg, var(--hp-red) 0%, #c0302c 100%);border-radius:12px;flex-direction:column;gap:.2rem;padding:.7rem .75rem;display:flex;box-shadow:0 6px 20px #e8514d4d}.hp-gpa-hero-label{letter-spacing:.04em;color:#ffffffbf;text-transform:uppercase;font-size:.56rem;font-weight:700}.hp-gpa-hero-num{color:#fff;letter-spacing:-.04em;font-size:1.5rem;font-weight:800;line-height:1}.hp-gpa-hero-num em{color:#ffffffb3;font-size:.72rem;font-style:normal;font-weight:600}.hp-gpa-hero-letter{color:#fff;background:#fff3;border-radius:5px;align-self:flex-start;margin-top:.1rem;padding:.08rem .4rem;font-size:.6rem;font-weight:800}.hp-gpa-mid{background:var(--hp-surface);border:1px solid var(--hp-border-mid);box-shadow:var(--hp-card-shadow);border-radius:12px;flex-direction:column;justify-content:space-between;gap:.4rem;padding:.65rem .7rem;display:flex}.hp-gpa-mid-row{gap:.9rem;display:flex}.hp-gpa-mid-stat{flex-direction:column;gap:.05rem;display:flex}.hp-gpa-mid-stat span{color:var(--hp-text);letter-spacing:-.03em;font-size:.9rem;font-weight:800}.hp-gpa-mid-stat em{color:var(--hp-soft);font-size:.56rem;font-style:normal}.hp-gpa-top{border-top:1px solid var(--hp-border);flex-direction:column;gap:.05rem;padding-top:.35rem;display:flex}.hp-gpa-top-name{white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:800;overflow:hidden}.hp-gpa-top-sub{color:var(--hp-soft);font-size:.56rem}.hp-gpa-credits{background:var(--hp-surface);border:1px solid var(--hp-border-mid);box-shadow:var(--hp-card-shadow);border-radius:12px;padding:.65rem .7rem}.hp-gpa-credits-head{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.hp-entry-form{margin-bottom:.6rem}.hp-entry-form-head{align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.hp-entry-form-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.hp-entry-form-title{color:var(--hp-mid);font-size:.66rem;font-weight:700}.hp-entry-form-title strong{color:var(--hp-text)}.hp-entry-form-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.hp-entry-field{background:var(--hp-input);border:1px solid var(--hp-border-mid);color:var(--hp-text);border-radius:8px;flex-direction:column;gap:.1rem;padding:.32rem .5rem;font-size:.66rem;font-weight:700;display:flex}.hp-entry-field em{letter-spacing:.04em;text-transform:uppercase;color:var(--hp-soft);font-size:.52rem;font-style:normal;font-weight:700}.hp-entry-add{margin-left:auto}.hp-entry-add:disabled{opacity:.6;cursor:default;box-shadow:none}.hp-grade-cards{flex-direction:column;gap:.5rem;display:flex}.hp-grade-card{background:var(--hp-surface);border:1px solid var(--hp-border-mid);box-shadow:var(--hp-card-shadow);border-radius:12px;position:relative;overflow:hidden}.hp-grade-card-bar{width:3px;position:absolute;top:0;bottom:0;left:0}.hp-grade-card-head{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .7rem .6rem .85rem;font-family:inherit;display:flex}.hp-grade-card-head--empty{cursor:default}.hp-grade-card-head:focus-visible{outline:2px solid var(--hp-red);outline-offset:-2px}.hp-grade-card-left{flex-direction:column;gap:.1rem;min-width:0;display:flex}.hp-grade-card-name{color:var(--hp-text);font-size:.72rem;font-weight:800}.hp-grade-card-count{color:var(--hp-soft);font-size:.56rem}.hp-grade-card-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.hp-grade-card-barwrap{align-items:center;gap:.35rem;width:90px;display:flex}.hp-grade-bar{background:var(--hp-track);border-radius:999px;flex:1;height:5px;overflow:hidden}.hp-grade-bar-fill{border-radius:999px;height:100%;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.hp-grade-card-pct{color:var(--hp-soft);flex-shrink:0;font-size:.58rem;font-weight:700}.hp-grade-letter{border-radius:5px;flex-shrink:0;padding:.1rem .35rem;font-size:.58rem;font-weight:800}.hp-grade-card-gpa{color:var(--hp-text);flex-shrink:0;font-size:.66rem;font-weight:800}.hp-grade-card-gpa em{color:var(--hp-soft);font-size:.52rem;font-style:normal;font-weight:600}.hp-grade-chevron{color:var(--hp-soft);font-size:.9rem;transition:transform .2s}.hp-grade-chevron.open{transform:rotate(180deg)}.hp-grade-empty{color:var(--hp-soft);font-size:.6rem}.hp-grade-entries{border-top:1px solid var(--hp-border);flex-direction:column;gap:.35rem;padding:.5rem .7rem .65rem .85rem;display:flex}.hp-grade-entry-row{align-items:center;gap:.4rem;display:flex}.hp-grade-entry-tag{letter-spacing:.02em;text-transform:uppercase;border-radius:5px;flex-shrink:0;padding:.08rem .32rem;font-size:.5rem;font-weight:800}.hp-grade-entry-name{width:92px;color:var(--hp-text);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;font-size:.62rem;font-weight:700;overflow:hidden}.hp-grade-entry-bar{background:var(--hp-track);border-radius:999px;flex:1;height:4px;overflow:hidden}.hp-grade-entry-fill{border-radius:999px;height:100%}.hp-grade-entry-score{color:var(--hp-text);flex-shrink:0;font-size:.58rem;font-weight:700}.hp-grade-entry-score em{color:var(--hp-soft);font-style:normal}.hp-grade-entry-pct{text-align:right;flex-shrink:0;width:30px;font-size:.58rem;font-weight:700}.hp-grade-entry-weight{color:var(--hp-soft);flex-shrink:0;font-size:.54rem}.hp-grad-num{color:var(--hp-text);letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.hp-grad-num span{color:var(--hp-soft);font-size:.68rem;font-weight:600}.hp-grad-sub{color:var(--hp-soft);margin-top:.3rem;font-size:.58rem}.hp-plan-sessions{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.hp-plan-session{align-items:center;gap:.5rem;display:flex}.hp-plan-tag{white-space:nowrap;border-radius:6px;flex-shrink:0;padding:.14rem .4rem;font-size:.54rem;font-weight:700}.hp-plan-session-main{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.hp-plan-action{color:var(--hp-text);white-space:nowrap;text-overflow:ellipsis;font-size:.66rem;font-weight:700;overflow:hidden}.hp-plan-meta{color:var(--hp-soft);font-size:.58rem}.hp-plan-mins{color:var(--hp-mid);flex-shrink:0;font-size:.58rem;font-weight:700}.hp-syl-stepper{align-items:center;margin-bottom:.9rem;display:flex}.hp-syl-step-wrap{align-items:center;display:flex}.hp-syl-step-wrap:last-child .hp-syl-step-line{display:none}.hp-syl-step{background:var(--hp-surface);border:1.5px solid var(--hp-border-mid);width:20px;height:20px;color:var(--hp-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:800;display:inline-flex}.hp-syl-step.active{background:var(--hp-red);border-color:var(--hp-red);color:#fff}.hp-syl-step.done{background:var(--hp-red-dim);color:var(--hp-red);border-color:#0000}.hp-syl-step-label{color:var(--hp-soft);white-space:nowrap;margin-left:.35rem;font-size:.62rem;font-weight:600}.hp-syl-step-label.active{color:var(--hp-text);font-weight:800}.hp-syl-step-line{background:var(--hp-border-mid);width:22px;height:1px;margin:0 .5rem}.hp-syl-drop{background:var(--hp-surface);border:1.5px dashed var(--hp-dashed);text-align:center;cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:.3rem;width:100%;padding:1.4rem 1rem;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.hp-syl-drop:hover{border-color:var(--hp-red);background:var(--hp-red-dim)}.hp-syl-drop:focus-visible{outline:2px solid var(--hp-red);outline-offset:2px}.hp-syl-drop-icon{background:var(--hp-red-dim);width:36px;height:36px;color:var(--hp-red);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.2rem;font-size:1.1rem;display:inline-flex}.hp-syl-drop-title{color:var(--hp-text);font-size:.82rem;font-weight:800}.hp-syl-drop-sub{color:var(--hp-soft);font-size:.58rem}.hp-syl-drop-actions{align-items:center;gap:.4rem;margin-top:.5rem;display:flex}.hp-syl-btn-ghost{background:var(--hp-surface);border:1px solid var(--hp-border-mid);color:var(--hp-text);border-radius:9px;padding:.4rem .7rem;font-size:.66rem;font-weight:700}.hp-syl-drop-foot{max-width:320px;color:var(--hp-soft);align-items:center;gap:.3rem;margin-top:.7rem;font-size:.56rem;line-height:1.4;display:flex}.hp-syl-extracting{flex-direction:column;align-items:center;gap:.5rem;padding:1.4rem 1rem;display:flex}.hp-syl-spinner{padding:0}.hp-syl-spinner span{background:var(--hp-red)}.hp-syl-extracting-title{color:var(--hp-text);font-size:.7rem;font-weight:700}.hp-syl-files{flex-direction:column;gap:.25rem;margin:.2rem 0 0;padding:0;list-style:none;display:flex}.hp-syl-files li{color:var(--hp-soft);align-items:center;gap:.35rem;font-size:.6rem;display:flex}.hp-syl-files i{font-size:.72rem}.hp-syl-found{flex-direction:column;gap:.4rem;margin:0 0 .6rem;padding:0;list-style:none;display:flex}.hp-syl-found li{background:var(--hp-row);border:1px solid var(--hp-border-mid);color:var(--hp-text);border-radius:8px;align-items:center;gap:.45rem;padding:.4rem .55rem;font-size:.66rem;font-weight:700;display:flex}.hp-syl-found i{color:var(--hp-red);font-size:.85rem}.hp-syl-import-btn{justify-content:center;align-items:center;gap:.3rem;width:100%;display:inline-flex}.hp-syl-done{flex-direction:column;align-items:center;gap:.5rem;padding:1.4rem 1rem;display:flex}.hp-syl-done-icon{width:36px;height:36px;color:var(--hp-green);background:#3db87a24;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}.hp-syl-done-title{color:var(--hp-text);text-align:center;font-size:.72rem;font-weight:700}.hp-calendar{flex-direction:column;height:100%;display:flex}.hp-cal-toolbar{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.55rem;display:flex}.hp-cal-nav{align-items:center;gap:.3rem;min-width:0;display:flex}.hp-cal-arrow{background:var(--hp-surface);border:1px solid var(--hp-border-mid);width:22px;height:22px;color:var(--hp-mid);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}.hp-cal-today{background:var(--hp-surface);border:1px solid var(--hp-border-mid);color:var(--hp-text);border-radius:7px;flex-shrink:0;padding:.24rem .5rem;font-size:.6rem;font-weight:700}.hp-cal-title{color:var(--hp-text);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin-left:.3rem;font-size:.82rem;font-weight:800;overflow:hidden}.hp-cal-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.hp-cal-seg{background:var(--hp-bg);border:1px solid var(--hp-border);border-radius:8px;align-items:center;padding:2px;display:inline-flex}.hp-cal-seg em{color:var(--hp-soft);border-radius:6px;padding:.18rem .45rem;font-size:.58rem;font-style:normal;font-weight:700}.hp-cal-seg em.active{background:var(--hp-surface);color:var(--hp-text);box-shadow:var(--hp-seg-shadow)}.hp-cal-days{border-bottom:1px solid var(--hp-border-mid);grid-template-columns:34px repeat(7,1fr);padding-bottom:.3rem;display:grid}.hp-cal-day{flex-direction:column;align-items:center;gap:.15rem;display:flex}.hp-cal-dow{letter-spacing:.1em;color:var(--hp-soft);font-size:.5rem;font-weight:700}.hp-cal-date{width:18px;height:18px;color:var(--hp-text);border-radius:50%;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;display:inline-flex}.hp-cal-date.today{background:var(--hp-red);color:#fff}.hp-cal-grid{flex:1;min-height:0;display:flex;overflow:hidden}.hp-cal-gutter{flex-direction:column;flex-shrink:0;width:34px;display:flex}.hp-cal-gutter span{color:var(--hp-soft);text-align:right;flex:1;padding-right:.3rem;font-size:.5rem;transform:translateY(-.5em)}.hp-cal-gutter span:first-child{transform:none}.hp-cal-cols{flex:1;grid-template-columns:repeat(7,1fr);display:grid}.hp-cal-col{border-left:1px solid var(--hp-border);flex-direction:column;display:flex;position:relative}.hp-cal-col.today{background:#e8514d09}.hp-cal-cell{border-bottom:1px solid var(--hp-border);flex:1}.hp-cal-event{z-index:1;border-left:2px solid;border-radius:4px;align-items:flex-start;gap:.15rem;padding:.15rem .25rem;font-size:.5rem;font-weight:700;line-height:1.15;display:flex;position:absolute;left:2px;right:2px;overflow:hidden}.hp-cal-event i{flex-shrink:0;font-size:.55rem}.hp-cal-event.session{animation:.4s cubic-bezier(.34,1.56,.64,1) both hpEventIn}@keyframes hpEventIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.hp-cal-now{z-index:2;background:var(--hp-red);height:2px;position:absolute;left:0;right:0;box-shadow:0 0 6px #e8514d99}.hp-cal-now-dot{background:var(--hp-red);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:-3px;transform:translateY(-50%)}.hp-fab{z-index:5;background:linear-gradient(135deg, var(--hp-red) 0%, #c0302c 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:inline-flex;position:absolute;bottom:12px;right:14px;box-shadow:0 6px 20px #e8514d73}.hp-fab:hover{transform:scale(1.06);box-shadow:0 8px 26px #e8514d8c}.hp-fab:active{transform:scale(.95)}.hp-fab:focus-visible{outline-offset:2px;outline:2px solid #fff}.hp-chat-bubble{z-index:5;background:var(--hp-surface);border:1px solid var(--hp-border-mid);max-width:210px;color:var(--hp-text);text-align:left;cursor:pointer;box-shadow:var(--hp-float-shadow);border-radius:12px 12px 12px 4px;padding:.5rem .7rem;font-family:inherit;font-size:.62rem;font-weight:600;animation:.4s cubic-bezier(.34,1.56,.64,1) .6s both hpBubbleIn;position:absolute;bottom:18px;right:60px}@keyframes hpBubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hp-chat-panel{z-index:5;background:var(--hp-up);border:1px solid var(--hp-border-mid);width:250px;box-shadow:var(--hp-panel-shadow);border-radius:14px;flex-direction:column;animation:.3s cubic-bezier(.34,1.56,.64,1) both hpPanelIn;display:flex;position:absolute;bottom:58px;right:14px;overflow:hidden}@keyframes hpPanelIn{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.hp-chat-header{border-bottom:1px solid var(--hp-border);align-items:center;gap:.5rem;padding:.55rem .65rem;display:flex}.hp-chat-avatar{background:linear-gradient(135deg, var(--hp-red), #ff6b6b);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;display:inline-flex;box-shadow:0 3px 10px #df3e3a4d}.hp-chat-headinfo{flex:1;min-width:0}.hp-chat-name{color:var(--hp-text);font-size:.68rem;font-weight:800}.hp-chat-status{color:var(--hp-mid);align-items:center;gap:.25rem;font-size:.56rem;display:flex}.hp-chat-dot{background:var(--hp-green);border-radius:50%;width:6px;height:6px}.hp-chat-messages{flex-direction:column;gap:.4rem;height:176px;padding:.55rem .6rem;display:flex;overflow-y:auto}.hp-chat-messages::-webkit-scrollbar{width:4px}.hp-chat-messages::-webkit-scrollbar-thumb{background:var(--hp-scroll-thumb);border-radius:4px}.hp-msg{align-items:flex-end;gap:.35rem;animation:.3s both hpMsgIn;display:flex}.hp-msg--user{justify-content:flex-end}.hp-msg-avatar{background:linear-gradient(135deg, var(--hp-red), #ff6b6b);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.55rem;display:inline-flex}@keyframes hpMsgIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.hp-bubble{max-width:84%;color:var(--hp-text);background:var(--hp-bg);border:1px solid var(--hp-border);border-radius:10px 10px 10px 3px;padding:.42rem .55rem;font-size:.6rem;line-height:1.5}.hp-msg--user .hp-bubble{background:var(--hp-red);color:#fff;border:none;border-radius:10px 10px 3px;box-shadow:0 3px 10px #df3e3a40}.hp-plan-line{align-items:center;gap:.3rem;margin-top:.3rem;font-weight:600;display:flex}.hp-plan-dot{background:var(--hp-amber);border-radius:50%;flex-shrink:0;width:5px;height:5px}.hp-action-pill{color:var(--hp-pill-green);background:#3db87a24;border-radius:999px;align-items:center;gap:.25rem;margin-top:.35rem;padding:.2rem .45rem;font-size:.54rem;font-weight:700;display:inline-flex}.hp-bubble--typing{align-items:center;gap:3px;padding:.5rem .6rem;display:inline-flex}.hp-bubble--typing span{background:var(--hp-mid);border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite hpTyping}.hp-bubble--typing span:nth-child(2){animation-delay:.15s}.hp-bubble--typing span:nth-child(3){animation-delay:.3s}@keyframes hpTyping{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.hp-chat-prompts{border-top:1px solid var(--hp-border);flex-direction:column;gap:.3rem;padding:.5rem .6rem .6rem;display:flex}.hp-prompt-chip{background:var(--hp-hover);border:1px solid var(--hp-border-mid);color:var(--hp-text);text-align:left;cursor:pointer;border-radius:8px;padding:.34rem .5rem;font-family:inherit;font-size:.58rem;font-weight:600;transition:background .15s,border-color .15s}.hp-prompt-chip:hover:not(:disabled){background:#e8514d1a;border-color:#e8514d66}.hp-prompt-chip:disabled{opacity:.5;cursor:default}.hp-prompt-chip:focus-visible{outline:2px solid var(--hp-red);outline-offset:1px}.hp-chat-done{color:var(--hp-mid);font-size:.56rem;line-height:1.4}.hp-chat-input-row{align-items:center;gap:.35rem;margin-top:.15rem;display:flex}.hp-chat-input{background:var(--hp-input);border:1.5px solid var(--hp-border-mid);color:var(--hp-soft);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;flex:1;padding:.36rem .5rem;font-size:.58rem;overflow:hidden}.hp-chat-send{background:var(--hp-red);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;display:inline-flex}.hp-fallback{display:none}@media (max-width:767px){.hp-window,.hp-hint{display:none}.hp-fallback{display:block}}@media (min-width:768px) and (max-width:1000px){.hp-sidebar{width:132px}.hp-grid{grid-template-columns:1fr}.hp-stats--four{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.hp-hint,.hp-side-new,.hp-pane.active,.hp-msg,.hp-cal-event.session,.hp-bubble--typing span,.hp-chat-bubble,.hp-chat-panel{animation:none}.hp-progress-bar,.hp-fab{transition:none}}
