:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;color:#1a1a1a;background:#f5f6f8}*{box-sizing:border-box}body{margin:0}.container{max-width:760px;margin:0 auto;padding:2rem 1rem}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem;color:#444}h1{margin-bottom:1rem}form{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}input{padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem}button{padding:.5rem 1rem;border:none;border-radius:6px;background:#5b271e;color:#fff;cursor:pointer;font-size:.95rem}button:hover{background:#754228}button:disabled{opacity:.6;cursor:default}.error{color:#dc2626}ul{list-style:none;padding:0}li{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem}li .meta{color:#6b7280;font-size:.85rem}li button{background:#ef4444;padding:.25rem .6rem;font-size:.8rem}li button:hover{background:#dc2626}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:.6rem;color:#475569;font-size:.95rem}.spinner{width:18px;height:18px;border:2px solid #cbd5e1;border-top-color:#5b271e;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(1200px 600px at 10% -10%,#fcfef1 0%,transparent 60%),radial-gradient(1000px 500px at 110% 110%,#ede9fe 0%,transparent 55%),#f6f7fb}.auth-card{width:100%;max-width:960px;min-width:0;display:grid;grid-template-columns:1.05fr 1fr;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px -20px #1e1b4b59,0 8px 24px -12px #1e1b4b26}.auth-hero,.auth-form-wrap{min-width:0}.auth-hero{position:relative;padding:2.5rem;color:#fcfef1;background:linear-gradient(150deg,#5b271e,#4a1d15,#3a190d);display:flex;flex-direction:column;justify-content:space-between;gap:2rem;overflow:hidden}.auth-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(400px 200px at 90% 0%,rgba(255,255,255,.18),transparent 70%),radial-gradient(300px 200px at 0% 100%,rgba(255,255,255,.12),transparent 70%);pointer-events:none}.auth-hero-top,.auth-hero-body,.auth-hero-stats{position:relative;z-index:1}.auth-hero-body{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-top:-1.5rem}.auth-hero-top{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.auth-brand-row{display:flex;align-items:center;gap:.6rem}.auth-hero-main-logo{max-width:280px;width:100%;height:auto}.auth-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#ffffff29;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-wordmark{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:#fff}.auth-wordmark.dark{color:#3a190d}.auth-hero-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.45rem;line-height:1.3;margin:0 0 .75rem;font-weight:600;letter-spacing:-.01em;color:#fff}.auth-hero-text{font-family:Inter,system-ui,-apple-system,sans-serif;margin:0;color:#ffffffd9;font-size:.95rem;line-height:1.6;font-weight:300;max-width:38ch}.auth-features{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.auth-features li{display:flex;align-items:center;gap:.6rem;background:transparent;border:0;padding:0;margin:0;color:#fcfef1;font-size:.9rem}.auth-features li svg{flex:none;color:#c4b5fd}.auth-hero-stats{display:flex;gap:1.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.18)}.auth-hero-stats strong{display:block;font-size:1.25rem;color:#fff}.auth-hero-stats span{font-size:.78rem;color:#ead9c8}.auth-form-wrap{padding:2.75rem 2.5rem;display:flex;flex-direction:column}.auth-brand-mobile{display:none;align-items:center;gap:.55rem;margin-bottom:1.25rem}.auth-brand-mobile .auth-logo{background:#fcfef1;color:#5b271e}.auth-title{font-size:1.5rem;margin:0 0 .35rem;color:#0f172a}.auth-subtitle{margin:0 0 1.6rem;color:#64748b;font-size:.92rem}.auth-form{display:flex;flex-direction:column;gap:1rem;margin:0}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-label{font-size:.82rem;font-weight:600;color:#334155}.auth-input{display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:.55rem;padding:0 .85rem;border:1.5px solid #e2e8f0;border-radius:11px;background:#f8fafc;color:#94a3b8;transition:border-color .15s,box-shadow .15s,background .15s}.auth-input:focus-within{border-color:#754228;background:#fff;box-shadow:0 0 0 4px #6366f11f}.auth-input input{flex:1 1 auto;min-width:0;width:100%;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;padding:.75rem 0;font-size:.95rem;color:#0f172a;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-eye{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.auth-eye:hover{background:#eef2f7;color:#334155}.auth-row{display:flex;align-items:center;justify-content:space-between;margin:-.15rem 0 .2rem}.auth-remember{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#475569}.auth-remember input{width:15px;height:15px;accent-color:#5b271e}.auth-link{background:none;border:0;padding:0;color:#5b271e;font-size:.85rem;font-weight:600;cursor:pointer}.auth-link:hover{color:#4338ca;text-decoration:underline}.auth-error{display:flex;align-items:center;gap:.45rem;margin:0;padding:.6rem .8rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.85rem}.auth-submit{margin-top:.4rem;padding:.8rem 1rem;border:0;border-radius:11px;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-size:.98rem;font-weight:600;cursor:pointer;box-shadow:0 10px 20px -8px #4f46e599;transition:transform .08s,box-shadow .15s,opacity .15s}.auth-submit:hover{box-shadow:0 14px 26px -8px #4f46e5b3}.auth-submit:active{transform:translateY(1px)}.auth-submit:disabled{opacity:.7;cursor:default;box-shadow:none}.auth-demo{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.4rem;padding:.8rem .95rem;border:1px dashed #ead9c8;border-radius:12px;background:#f5f6ff}.auth-demo strong{display:block;font-size:.8rem;color:#4338ca;margin-bottom:.15rem}.auth-demo code{font-size:.78rem;color:#475569}.auth-foot{margin:1.4rem 0 0;font-size:.85rem;color:#64748b;text-align:center}.auth-foot-note{color:#334155}@media (max-width: 800px){.auth-card{grid-template-columns:1fr;max-width:460px}.auth-hero{display:none}.auth-brand-mobile{display:flex}.auth-form-wrap{padding:2rem 1.5rem}}@media (max-width: 480px){.auth-page{padding:1rem}.auth-form-wrap{padding:1.5rem 1.25rem}}.topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.brand-sm{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.brand-dot{width:22px;height:22px;border-radius:7px;background:linear-gradient(135deg,#5b271e,#3a190d)}.topbar-right{display:flex;align-items:center;gap:.75rem}.topbar-user{font-size:.85rem;color:#475569;display:flex;align-items:center;gap:.4rem}.stack{display:grid;gap:1.25rem}.panel{background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:1.25rem;box-shadow:0 1px 2px #1018280a}.panel h2{margin:0 0 1rem;font-size:1.05rem}.muted{color:#6b7280;font-size:.9rem}select{padding:.5rem .6rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem;background:#fff}.inline-field{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;color:#475569}button.danger{background:#ef4444}button.danger:hover{background:#dc2626}button.link,.link{background:none;border:0;padding:0;color:#5b271e;cursor:pointer;font:inherit;text-align:left}.link:hover{text-decoration:underline}.card-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.card-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;background:#f9fafb;border:1px solid #eef0f4;border-radius:10px;padding:.7rem .9rem}.card-row .meta{color:#6b7280;font-size:.85rem}.card-row-actions{display:flex;align-items:center;gap:.6rem}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#fcfef1;color:#4338ca}.badge-paid{background:#dcfce7;color:#15803d}.badge-pending{background:#fef9c3;color:#a16207}.badge-expired,.badge-cancelled{background:#fee2e2;color:#b91c1c}.badge-role{background:#ede9fe;color:#3a190d;text-transform:capitalize}.package-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem}.package-card{border:1px solid #e7e9ee;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.4rem}.package-card h4{margin:0}.package-card .price{font-size:1.15rem;font-weight:700;color:#5b271e;margin-top:auto}.file-input{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .9rem;border:1.5px dashed #ead9c8;border-radius:10px;background:#f5f6ff;cursor:pointer;margin-bottom:.75rem;font-size:.9rem;color:#4338ca}.file-input input{max-width:200px}@media (max-width: 640px){.container{padding:1rem .85rem}.topbar,.card-row{align-items:flex-start}form{flex-direction:column;align-items:stretch}form input,form select,form button{width:100%}.package-grid{grid-template-columns:1fr}}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.shell-sidebar{background:linear-gradient(180deg,#5b271e,#3a190d);color:#e9e9ff;display:flex;flex-direction:column;padding:1.25rem .9rem;gap:.5rem;position:sticky;top:0;height:100vh}.shell-brand{display:flex;align-items:center;gap:.6rem;padding:.25rem .5rem 1rem}.shell-brand strong{display:block;color:#fff;font-size:1.15rem;line-height:1.1}.shell-role{font-size:.72rem;color:#ead9c8}.shell-logo{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ffffff2e;color:#fff}.shell-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.shell-nav-item{display:flex;align-items:center;gap:.7rem;width:100%;padding:.6rem .75rem;border:0;border-radius:10px;background:transparent;color:#dcdcff;font-size:.92rem;font-weight:500;cursor:pointer;text-align:left;transition:background .15s,color .15s}.shell-nav-item:hover{background:#ffffff1f;color:#fff}.shell-nav-item.is-active{background:#fff;color:#4338ca;font-weight:600}.shell-nav-icon{display:grid;place-items:center}.shell-logout{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border:0;border-radius:10px;background:#00000026;color:#fff;cursor:pointer;font-size:.9rem}.shell-logout:hover{background:#00000047}.shell-main{display:flex;flex-direction:column;min-width:0;background:#f5f6fb}.shell-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.75rem;background:#fff;border-bottom:1px solid #e7e9ee;position:sticky;top:0;z-index:5}.shell-header h1{margin:0;font-size:1.3rem}.shell-user{display:flex;align-items:center;gap:.6rem}.shell-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-weight:700}.shell-user-meta{display:flex;flex-direction:column;line-height:1.15}.shell-user-meta strong{font-size:.85rem}.shell-user-meta span{font-size:.72rem;color:#6b7280}.shell-content{padding:1.75rem;display:grid;gap:1.25rem;align-content:start}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem}.stat-card{display:flex;align-items:center;gap:.9rem;background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:1.1rem 1.2rem}.stat-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;flex:none}.stat-value{font-size:1.5rem;font-weight:700;line-height:1.1;color:#0f172a}.stat-label{font-size:.82rem;color:#6b7280}.stat-indigo .stat-icon{background:#fcfef1;color:#5b271e}.stat-green .stat-icon{background:#dcfce7;color:#16a34a}.stat-amber .stat-icon{background:#fef9c3;color:#b45309}.stat-sky .stat-icon{background:#e0f2fe;color:#0284c7}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.75rem}.panel-head h2{margin:0;font-size:1.05rem}@media (max-width: 820px){.shell{grid-template-columns:1fr}.shell-sidebar{position:static;height:auto;flex-direction:row;align-items:center;flex-wrap:wrap;padding:.75rem 1rem;gap:.5rem}.shell-brand{padding:0;margin-right:auto}.shell-nav{flex-direction:row;flex-wrap:wrap;flex:1 1 100%;order:3;gap:.35rem}.shell-nav-item{width:auto;padding:.45rem .7rem;font-size:.85rem}.shell-logout{order:2}.shell-header{padding:.9rem 1.1rem}.shell-header h1{font-size:1.1rem}.shell-content{padding:1.1rem}}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.chart-donut{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.chart-donut-value{font-size:1.5rem;font-weight:700;fill:#0f172a}.chart-donut-sub{font-size:.72rem;fill:#6b7280}.chart-legend{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.chart-legend li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#475569}.chart-legend strong{margin-left:auto;color:#0f172a}.chart-dot{width:11px;height:11px;border-radius:3px;flex:none}.chart-bars{display:flex;align-items:flex-end;gap:.85rem;height:180px;padding-top:.5rem;overflow-x:auto}.chart-bar-col{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:44px;flex:1;height:100%}.chart-bar-value{font-size:.8rem;font-weight:600;color:#334155}.chart-bar-track{flex:1;width:100%;max-width:56px;display:flex;align-items:flex-end;background:#f1f5f9;border-radius:8px 8px 0 0;overflow:hidden}.chart-bar-fill{width:100%;border-radius:8px 8px 0 0;min-height:4px;transition:height .3s ease}.chart-bar-label{font-size:.75rem;color:#6b7280;white-space:nowrap}html{scroll-behavior:smooth;scroll-padding-top:80px}.auth-back{display:inline-flex;align-items:center;gap:.4rem;align-self:flex-start;background:transparent;border:0;padding:.4rem .6rem;margin-left:-.6rem;margin-bottom:1rem;color:#754228;font-size:.85rem;font-weight:600;cursor:pointer;border-radius:6px;transition:all .2s;-webkit-user-select:none;user-select:none;text-decoration:none}.auth-back:hover{background:#5b271e14;color:#5b271e}.lp{color:#3a190d;background:#fff}.lp-btn{display:inline-flex;align-items:center;gap:.45rem;border:0;border-radius:10px;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .08s,box-shadow .15s,background .15s}.lp-btn-lg{padding:.8rem 1.4rem;font-size:1rem}.lp-btn-primary{background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;box-shadow:0 10px 22px -10px #5b271eb3}.lp-btn-primary:hover{box-shadow:0 14px 28px -10px #5b271ecc}.lp-btn-ghost{background:#fcfef1;color:#5b271e}.lp-btn-ghost:hover{background:#f4eee2}.lp-btn-white{background:#fff;color:#5b271e}.lp-btn:active{transform:translateY(1px)}.lp-nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:1.5rem;padding:.9rem 6vw;background:#5b271e;border-bottom:1px solid rgba(255,255,255,.1)}.lp-brand{display:flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.15rem;color:#3a190d;text-decoration:none}.lp-nav .lp-brand{color:#fff}.lp-brand-logo{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:#5b271e}.lp-links{display:flex;gap:1.5rem;margin-left:auto}.lp-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.lp-links a:hover,.lp-links a.active{color:#fff;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.3)}.lp-hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;padding:4.5rem 6vw 4rem;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff}.lp-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;color:#fff;font-size:.8rem;font-weight:600;padding:.35rem .8rem;border-radius:999px;margin-bottom:1.1rem}.lp-badge-dot{width:8px;height:8px;border-radius:50%;background:#fff}.lp-hero-text h1{font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.1;margin:0 0 1rem;letter-spacing:-.02em;color:#fff}.lp-hero-text>p{font-size:1.08rem;color:#ffffffd9;max-width:46ch;margin:0 0 1.8rem;line-height:1.6}.lp-hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}.lp-hero-cta .lp-btn-primary{background:#fff;color:#5b271e;box-shadow:0 10px 22px -10px #fff6}.lp-hero-cta .lp-btn-primary:hover{background:#9a761e;box-shadow:0 14px 28px -10px #b28a25cc}.lp-hero-cta .lp-btn-ghost{background:#ffffff1a;color:#fff}.lp-hero-cta .lp-btn-ghost:hover{background:#fff3}.lp-hero-stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.lp-hero-stats strong{display:block;font-size:1.6rem;color:#fff}.lp-hero-stats span{font-size:.82rem;color:#ffffffb3}.lp-hero-art{display:grid;place-items:center}.lp-art-card{width:100%;max-width:380px;background:#fff;border:1px solid #eef0f4;border-radius:20px;padding:1.4rem;box-shadow:0 30px 60px -25px #1e1b4b66;display:grid;gap:1rem}.lp-art-row{display:flex;align-items:center;gap:.75rem}.lp-art-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;display:grid;place-items:center;font-weight:700}.lp-art-bars{flex:1;display:grid;gap:6px}.lp-art-bars i{height:9px;border-radius:6px;background:#eef0f4;display:block}.lp-art-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.lp-art-kpi{background:#fffffff2;box-shadow:0 4px 6px -1px #0000001a;border-radius:12px;padding:.7rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-art-kpi strong{display:block;font-size:1.05rem;color:#1e293b}.lp-art-kpi span{font-size:.7rem;color:#64748b}.lp-k1{background:#fcfef1}.lp-k2{background:#dcfce7}.lp-k3{background:#fef9c3}.lp-art-donut{height:90px;border-radius:14px;background:conic-gradient(#16a34a 0,#16a34a 60%,#d97706 60%,#d97706 85%,#e5e7eb 85%,#e5e7eb);-webkit-mask:radial-gradient(circle 26px at 50% 50%,transparent 98%,#000 100%);mask:radial-gradient(circle 26px at 50% 50%,transparent 98%,#000 100%)}.lp-art-list{display:grid;gap:.5rem;font-size:.82rem;color:#475569}.lp-art-list .dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.45rem}.lp-art-list .dot.ok{background:#16a34a}.lp-art-list .dot.wait{background:#d97706}.lp-section{padding:2rem 6vw}.lp-section-alt{background:#f7f8fc}.lp-section-head{text-align:center;max-width:640px;margin:0 auto 1.5rem}.lp-section-head h2{font-size:clamp(1.5rem,3vw,2.1rem);margin:0 0 .6rem;letter-spacing:-.01em}.lp-section-head p{color:#64748b;margin:0;font-size:1.02rem}.lp-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.lp-feature{background:#fff;border:1px solid #eef0f4;border-radius:16px;padding:1.5rem;transition:transform .15s,box-shadow .15s}.lp-feature:hover{transform:translateY(-3px);box-shadow:0 18px 36px -22px #1e1b4b59}.lp-feature-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#fcfef1;color:#5b271e;margin-bottom:1rem}.lp-feature h3{margin:0 0 .4rem;font-size:1.1rem}.lp-feature p{margin:0;color:#64748b;font-size:.95rem;line-height:1.55}.lp-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.lp-step{background:#fff;border:1px solid #eef0f4;border-radius:16px;padding:1.5rem;position:relative}.lp-step-num{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-weight:700;margin-bottom:.9rem}.lp-step h3{margin:0 0 .35rem;font-size:1.05rem}.lp-step p{margin:0;color:#64748b;font-size:.92rem}.lp-program-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;align-items:start}.lp-program{background:#fff;border:1px solid #e7e9ee;border-radius:18px;padding:1.75rem;display:grid;gap:1rem;position:relative}.lp-program.is-featured{border-color:#5b271e;box-shadow:0 24px 48px -24px #5b271e73;transform:scale(1.03)}.lp-program-tag{position:absolute;top:-12px;left:1.5rem;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:999px}.lp-program h3{margin:0;font-size:1.15rem}.lp-tier-toggle{display:flex;gap:.35rem;background:#f8fafc;padding:.3rem;border-radius:99px}.lp-tier-btn{flex:1;border:none;background:transparent;padding:.35rem;font-size:.8rem;font-weight:600;color:#64748b;border-radius:99px;cursor:pointer;transition:all .2s}.lp-tier-btn:hover{background:#0000000d;color:#334155}.lp-tier-btn.active{background:#fff;color:#5b271e;box-shadow:0 2px 8px #0000000f}.lp-tier-btn.active:hover{background:#fff;color:#5b271e}.lp-program-price strong{font-size:1.9rem}.lp-program-price span{color:#64748b;font-size:.9rem}.lp-program ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.lp-program li{display:flex;align-items:center;gap:.5rem;font-size:.92rem;color:#334155}.lp-program li svg{color:#16a34a;flex:none}.lp-testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.lp-testi{background:#fff;border:1px solid #eef0f4;border-radius:16px;padding:1.5rem;margin:0}.lp-stars{display:flex;gap:2px;color:#f59e0b;margin-bottom:.8rem}.lp-testi blockquote{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:#1e293b}.lp-testi figcaption strong{display:block;font-size:.9rem}.lp-testi figcaption span{font-size:.8rem;color:#64748b}.lp-cta-band{text-align:center;padding:4rem 6vw;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff}.lp-cta-band h2{font-size:clamp(1.5rem,3vw,2.1rem);margin:0 0 .6rem}.lp-cta-band p{margin:0 0 1.5rem;color:#f4eee2}.lp-footer{background:#f8fafc;color:#475569;border-top:1px solid #eef0f4}.lp-footer-top{display:grid;grid-template-columns:1.5fr 1fr 2fr;gap:3rem;padding:3.5rem 6vw;max-width:1200px;margin:0 auto}.lp-footer-brand .lp-brand{margin-bottom:1rem;color:#1e293b;font-size:1.25rem;justify-content:flex-start}.lp-footer-brand p{font-size:.95rem;line-height:1.6;color:#64748b;max-width:350px;margin:0}.lp-footer h4{color:#1e293b;font-size:1.05rem;margin:0 0 1.2rem}.lp-footer-links,.lp-footer-contact{display:flex;flex-direction:column;gap:.85rem}.lp-footer-links a{color:#64748b;text-decoration:none;font-size:.95rem;transition:color .2s}.lp-footer-links a:hover{color:#5b271e}.lp-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:#64748b;text-decoration:none;transition:color .15s;line-height:1.5}.lp-contact-item svg{flex-shrink:0;margin-top:.15rem}.lp-contact-item:hover{color:#5b271e}.lp-footer-bottom{padding:1.5rem 6vw;text-align:center;border-top:1px solid #e2e8f0}.lp-foot-copy{color:#94a3b8;font-size:.85rem}@media (max-width: 1024px){.lp-footer-top{grid-template-columns:1fr;text-align:center;gap:2.5rem}.lp-footer-brand .lp-brand{justify-content:center}.lp-footer-brand p{max-width:100%}.lp-footer-contact{align-items:center}}@media (max-width: 820px){.lp-links{display:none}.lp-hero{grid-template-columns:1fr;padding-top:3rem}.lp-hero-stats{gap:1.5rem}.lp-program.is-featured{transform:none}}@media (max-width: 640px){.lp-hero{padding-top:1.5rem;padding-bottom:1.5rem}.lp-hero-text h1{font-size:2.2rem}.lp-section{padding:1.5rem 5vw}.lp-footer-contact{flex-direction:column;gap:1rem;align-items:center}.lp-hero-cta{flex-direction:column;width:100%;display:flex}.lp-hero-cta .lp-btn{width:100%;justify-content:center;margin-bottom:.5rem}.lp-nav{padding:1rem 5vw}.lp-art-kpis{grid-template-columns:1fr}}.crud{display:grid;gap:1rem}.toolbar{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.toolbar-search{display:flex;align-items:center;gap:.5rem;flex:1;min-width:180px;padding:0 .7rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#94a3b8}.toolbar-search:focus-within{border-color:#754228;box-shadow:0 0 0 3px #5b271e1f}.toolbar-search input{flex:1;border:0;outline:0;background:transparent;padding:.55rem 0;font-size:.92rem;color:#0f172a}.toolbar-action{background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;border:0;border-radius:10px;padding:.55rem 1rem;font-weight:600;font-size:.9rem;cursor:pointer}.toolbar-action:hover{box-shadow:0 8px 18px -8px #5b271eb3}.crud-form,.crud-form-wrap{background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;padding:1rem}.crud-form{display:flex;gap:.6rem;flex-wrap:wrap;margin:0}.crud-form input,.crud-form select,.crud-form-wrap form{margin:0}.crud-count{margin:0;color:#94a3b8;font-size:.8rem}.dt-wrap{overflow-x:auto;border:1px solid #eef0f4;border-radius:12px}.dt{width:100%;border-collapse:collapse;font-size:.92rem;background:#fff}.dt thead th{text-align:left;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-weight:700;padding:.7rem 1rem;background:#f8fafc;border-bottom:1px solid #eef0f4;white-space:nowrap}.dt tbody td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.dt tbody tr:last-child td{border-bottom:0}.dt tbody tr:hover td{background:#fafbff}.dt-primary{display:inline-flex;align-items:center;gap:.6rem;font-weight:600}.dt-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-size:.78rem;font-weight:700;flex:none}.dt td .danger{padding:.3rem .7rem;font-size:.8rem}.empty-state{display:grid;place-items:center;gap:.5rem;text-align:center;padding:2.5rem 1rem;border:1px dashed #e2e8f0;border-radius:12px;color:#94a3b8}.empty-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fcfef1;color:#754228}.empty-title{margin:0;font-weight:600;color:#475569}.empty-sub{margin:0;font-size:.88rem}@media (max-width: 640px){.crud-form{flex-direction:column}.crud-form input,.crud-form select,.crud-form button{width:100%}}.load-more{display:flex;justify-content:center;padding:.5rem 0}.load-more button{background:#fcfef1;color:#4338ca;border:1px solid #e0e7ff;border-radius:10px;padding:.5rem 1.1rem;font-weight:600;font-size:.9rem}.load-more button:hover{background:#e0e7ff}.student-form{display:grid;gap:1.1rem;margin:0;max-width:560px}.sf-field{display:grid;gap:.4rem}.sf-label{font-size:.9rem;font-weight:600;color:#334155}.student-form input{width:100%;padding:.7rem .85rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;background:#fff}.student-form input:focus{outline:0;border-color:#754228;box-shadow:0 0 0 3px #6366f11f}.sf-days{display:flex;flex-wrap:wrap;gap:.5rem}.day-chip{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.day-chip:hover{border-color:#ead9c8}.day-chip.is-active{background:linear-gradient(135deg,#5b271e,#3a190d);border-color:transparent;color:#fff}.sf-hint{font-size:.8rem;color:#94a3b8}.sf-submit{justify-self:start;margin-top:.25rem;padding:.7rem 1.4rem;border:0;border-radius:10px;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer}.sf-submit:hover{box-shadow:0 10px 20px -8px #4f46e599}.sf-submit:disabled{opacity:.65;cursor:default}@media (max-width: 640px){.student-form{max-width:none}}.absn-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1.1rem;font-size:1.1rem;color:#16a34a}.absn-form{display:grid;gap:1rem;margin:0}.absn-grid2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.absn-form input,.absn-form select{width:100%;padding:.7rem .85rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;background:#fff}.absn-form input:focus,.absn-form select:focus{outline:0;border-color:#754228;box-shadow:0 0 0 3px #6366f11f}.absn-submit{justify-self:stretch;text-align:center}.icon-btn{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer}.icon-btn:hover{background:#fee2e2;color:#dc2626}@media (max-width: 640px){.absn-grid2{grid-template-columns:1fr}}.child-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.child-tab{padding:.5rem 1.1rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-weight:600;font-size:.9rem;cursor:pointer}.child-tab.is-active{background:linear-gradient(135deg,#5b271e,#3a190d);border-color:transparent;color:#fff}.insight-banner{display:flex;align-items:center;gap:.9rem;padding:1.1rem 1.3rem;border-radius:16px;background:linear-gradient(135deg,#fcfef1,#f5f3ff);border:1px solid #e0e7ff}.insight-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;flex:none}.insight-banner strong{display:block;font-size:1.05rem;color:#3a190d}.insight-banner p{margin:.15rem 0 0;color:#475569;font-size:.95rem}.insight-banner b{color:#3a190d}.trend-up{color:#16a34a;font-weight:700}.trend-down{color:#dc2626;font-weight:700}.progress-track{height:14px;border-radius:999px;background:#eef0f4;overflow:hidden;margin-bottom:.6rem}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#5b271e,#3a190d);transition:width .4s ease}.note-quote{margin:0 0 .35rem;font-size:1.02rem;color:#1e293b;line-height:1.5}.material-upload{display:grid;gap:.6rem;margin-bottom:.75rem}.material-meta{display:flex;gap:.5rem;flex-wrap:wrap}.material-meta input{flex:1;min-width:140px;padding:.55rem .8rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.92rem}.sf-field textarea{padding:.6rem .85rem;border:1px solid #e2e8f0;border-radius:10px;font:inherit;resize:vertical}.sf-field textarea:focus{outline:2px solid #ead9c8;border-color:#754228}.rapor-btn{margin-left:auto;align-self:center;white-space:nowrap;padding:.55rem 1rem;border:1px solid #ead9c8;border-radius:10px;background:#fff;color:#5b271e;font-weight:700;font-size:.9rem;cursor:pointer}.rapor-btn:hover{background:#fcfef1}.rapor-btn:disabled{opacity:.6;cursor:default}.auth-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#fcfef1,#f5f3ff);padding:1.5rem}.auth-card-narrow{max-width:420px;width:100%;background:#fff;border-radius:18px;padding:2rem;box-shadow:0 20px 50px #5b271e1f}.auth-title{margin:0 0 .35rem;font-size:1.5rem;color:#3a190d}.auth-subtitle{margin:0 0 1.2rem;color:#6b7280;font-size:.95rem}.auth-field{display:block;margin-bottom:1rem}.auth-field span{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.35rem}.auth-field input{width:100%;padding:.7rem .9rem;border:1px solid #e2e8f0;border-radius:10px;font:inherit}.auth-submit{width:100%;padding:.75rem;border:none;border-radius:10px;background:linear-gradient(135deg,#5b271e,#3a190d);color:#fff;font-weight:700;cursor:pointer;margin-bottom:.6rem}.auth-submit:disabled{opacity:.6;cursor:default}.auth-ok{color:#16a34a;font-weight:600}.auth-hint{font-size:.85rem;color:#6b7280}.lp-jadwal-modern{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;max-width:900px;margin:0 auto}.jadwal-col{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;flex:1;min-width:220px;max-width:280px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #00000008;transition:transform .2s,box-shadow .2s}.jadwal-col:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000000f;border-color:#cbd5e1}.jadwal-badge{font-size:.8rem;font-weight:700;padding:.4rem 1.2rem;border-radius:999px;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.5px}.jadwal-badge.pagi,.jadwal-badge.sore,.jadwal-badge.malam{background:#f4eee2;color:#5b271e}.lp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:grid;place-items:center;padding:1rem;animation:fadeIn .2s ease-out}.lp-modal-content{background:#fff;width:100%;max-width:580px;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.lp-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #eef0f4;display:flex;justify-content:space-between;align-items:center}.lp-modal-header h2{margin:0;font-size:1.4rem;color:#1e293b}.lp-modal-close{background:transparent;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s,color .2s;display:flex}.lp-modal-close:hover{background:#f1f5f9;color:#ef4444}.lp-modal-body{padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.lp-form-row{display:flex;gap:1.25rem}.lp-form-row>*{flex:1}.lp-form-group{display:flex;flex-direction:column;gap:.4rem}.lp-form-group label{font-weight:600;font-size:.9rem;color:#334155;text-align:left}.lp-form-group input,.lp-form-group select,.lp-form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid #cbd5e1;border-radius:12px;font-size:.95rem;transition:all .2s ease-in-out;font-family:inherit;color:#1e293b;background:#f8fafc;box-sizing:border-box}.lp-form-group select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25em;padding-right:2.5rem;cursor:pointer}.lp-form-group input:hover,.lp-form-group select:hover,.lp-form-group textarea:hover{border-color:#94a3b8;background:#fff}.lp-form-group input:focus,.lp-form-group select:focus,.lp-form-group textarea:focus{outline:none;border-color:#754228;background:#fff;box-shadow:0 0 0 4px #7542281a}.lp-form-group input.readonly{background:#f1f5f9;color:#64748b;pointer-events:none;border-color:#e2e8f0}.lp-form-hint{font-size:.75rem;color:#64748b;text-align:left}.lp-form-group-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-top:.5rem}.lp-form-group-box h4{margin:0 0 1rem;font-size:1rem;color:#1e293b;text-align:left}.lp-modal-footer{padding:1.5rem 2rem;border-top:1px solid #eef0f4;display:flex;justify-content:flex-end;gap:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.lp-modal-overlay{padding:0;align-items:flex-end}.lp-modal-content{border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:90vh;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.lp-form-row{flex-direction:column;gap:1rem}.lp-modal-body{padding:1.25rem;gap:1.25rem}.lp-modal-header{padding:1.25rem}.lp-modal-footer{padding:1rem 1.25rem 1.5rem;flex-direction:column}.lp-modal-footer .lp-btn{width:100%;padding:.9rem;font-size:1rem;justify-content:center}.lp-form-group input,.lp-form-group select,.lp-form-group textarea{font-size:16px;padding:.9rem 1rem}.lp-form-group label{font-size:.95rem}}.lp-roster-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.lp-roster-btn{background:#fff;border:1px solid #e2e8f0;color:#475569;padding:.75rem 1.25rem;border-radius:10px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}.lp-roster-btn:hover{border-color:#754228;color:#754228;background:#fffbf9}.lp-roster-btn.active{background:#754228;border-color:#754228;color:#fff;box-shadow:0 4px 12px #75422840;font-weight:600}.lp-roster-section{display:flex;flex-direction:column;margin-bottom:1.25rem;background:#fff;padding:1rem 1.25rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005}.lp-roster-section:last-child{margin-bottom:0}.lp-roster-section-title{font-size:.8rem;font-weight:700;color:#754228;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px dashed #e2e8f0}.compact-roster{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.lp-compact-group{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.lp-compact-label{font-size:.85rem;font-weight:700;color:#754228;width:50px;text-transform:uppercase}.jadwal-times{display:flex;flex-direction:column;gap:.5rem}.auth-layout{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;padding:2rem 1rem}.auth-box{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;width:100%}.auth-box.max-w-640{max-width:640px;margin:0 auto}.auth-box.max-w-540{max-width:540px;margin:0 auto;text-align:center}@media (max-width: 640px){.auth-layout{padding:1rem .5rem}.auth-box{padding:1.5rem 1rem;border-radius:12px}}
