
/* KAVELO License Center v1.1.1 UI hotfix */
html,body{overflow-x:hidden}
svg{display:block;max-width:100%;max-height:100%}
.shell{grid-template-columns:218px minmax(0,1fr)!important}
.sidebar{padding:18px 14px 16px!important;overflow-y:auto!important}
.sidebar .brand{padding:2px 8px 19px!important}
.sidebar .nav{min-height:44px!important;gap:12px!important;padding:10px 12px!important;margin:2px 0!important;font-size:13px!important}
.sidebar .nav-icon{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;overflow:hidden!important;display:grid!important;place-items:center!important;flex:0 0 22px!important}
.sidebar .nav-icon svg{display:block!important;width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;max-width:19px!important;max-height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
.top{height:72px!important;min-height:72px!important;padding:0 26px!important}
.top-title h1{font-size:22px!important;line-height:1.15!important}
.top-title p{font-size:11.5px!important}
.top-right{margin-left:auto!important;gap:10px!important}
.notif{width:40px!important;height:40px!important;flex:0 0 40px!important}
.notif>svg{width:18px!important;height:18px!important}
.admin-chip{min-width:164px!important;max-width:220px!important;padding:6px 10px!important;gap:9px!important}
.admin-chip>div{min-width:0!important;flex:1!important}
.admin-chip b{font-size:12px!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.admin-chip small{font-size:9.5px!important;display:block!important;margin-top:2px!important}
.admin-avatar{width:34px!important;height:34px!important;flex:0 0 34px!important}
.content{padding:22px 26px 36px!important;max-width:1460px!important;width:100%!important}
.cards{gap:14px!important}.card{border-radius:17px!important;padding:17px!important;min-width:0!important}.stat{min-height:105px!important;gap:13px!important;align-items:center!important}.stat-icon{width:46px!important;height:46px!important;flex:0 0 46px!important}.stat-icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important}.stat strong{font-size:22px!important;line-height:1.1!important}.stat small{font-size:11px!important}.stat .sub{font-size:9.5px!important}
.grid2{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)!important;gap:15px!important;margin-top:15px!important}.title-row{margin-bottom:13px!important}.title-row h2,.title-row h3{font-size:15px!important}.quick-action{min-height:54px!important;padding:10px 11px!important}.quick-badge{width:36px!important;height:36px!important;flex:0 0 36px!important}.quick-badge svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important}.quick-action b{font-size:11.5px!important}.quick-action small{font-size:9.5px!important}
.table-scroll{overflow:auto!important;max-width:100%!important}table{min-width:620px}th,td{padding:10px 9px!important;font-size:11.5px!important}th{font-size:9.5px!important}.chart{height:176px!important;padding-bottom:26px!important}.bar{max-width:66px!important;margin:0 auto!important}
@media(max-width:1180px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.shell{grid-template-columns:1fr!important}.sidebar{position:fixed!important;left:-240px!important;width:218px!important}.sidebar.open{left:0!important}.mobile-menu{display:grid!important;place-items:center!important}.top{padding:0 14px!important;gap:12px!important}.content{padding:18px 16px 30px!important}.grid2,.settings-grid,.checkout-grid{grid-template-columns:1fr!important}.cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-chip{min-width:150px!important}}
@media(max-width:560px){.cards,.market-kpi{grid-template-columns:1fr!important}.content{padding:14px 12px 28px!important}.top{height:64px!important;min-height:64px!important}.top-title p{display:none!important}.admin-chip{min-width:0!important;width:42px!important;height:42px!important;padding:4px!important;justify-content:center!important}.admin-chip>div,.admin-chip>span:last-child{display:none!important}}

:root{--o:#ff6710;--o2:#ff8834;--ink:#172033;--muted:#778196;--bg:#f6f8fb;--card:#fff;--line:#e6ebf2;--green:#16a05d;--red:#df4545;--amber:#e79522;--blue:#2877e8;--purple:#7657e7;--shadow:0 10px 30px rgba(15,23,42,.05)}*{box-sizing:border-box}html,body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:22px 14px;display:flex;flex-direction:column;z-index:40}.brand{display:flex;align-items:center;gap:11px;padding:0 7px 22px}.logo{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--o),var(--o2));color:#fff;font-size:21px;font-weight:950;box-shadow:0 9px 20px rgba(255,103,16,.2)}.brand b{font-size:18px;color:#e85c07;letter-spacing:.2px}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.nav{display:flex;align-items:center;gap:11px;padding:11px 12px;margin:4px 0;border-radius:12px;color:#4f5b6e;font-weight:760;font-size:13px;transition:.16s}.nav:hover{background:#fafbfc}.nav.active{background:#fff0e7;color:#e55a06}.nav-icon{width:22px;height:22px;display:grid;place-items:center}.nav-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.side-bottom{margin-top:auto}.main{min-width:0}.top{min-height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 27px;position:sticky;top:0;z-index:30}.top-title h1{font-size:23px;margin:0}.top-title p{font-size:12px;color:var(--muted);margin:4px 0 0}.top-right{display:flex;align-items:center;gap:12px}.notif{width:40px;height:40px;border-radius:13px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;position:relative}.notif span{position:absolute;right:-3px;top:-5px;background:var(--o);color:#fff;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:9px;font-weight:900}.admin-chip{display:flex;align-items:center;gap:10px;padding:7px 11px;border:1px solid var(--line);background:#fff;border-radius:15px;min-width:165px}.admin-chip b{font-size:12px;display:block}.admin-chip small{font-size:10px;color:var(--muted);display:block;margin-top:2px}.admin-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff0e7;color:var(--o);font-weight:900}.mobile-menu{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:42px;height:42px}.content{padding:22px 26px 34px;max-width:1500px;margin:0 auto}.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px}.stat{display:flex;gap:14px;align-items:flex-start;min-height:112px}.stat-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;font-size:22px;flex:0 0 auto}.stat-icon.orange{background:#fff0e7;color:var(--o)}.stat-icon.green{background:#ebf9f1;color:var(--green)}.stat-icon.amber{background:#fff6e9;color:var(--amber)}.stat-icon.purple{background:#f1ecff;color:var(--purple)}.stat-icon.blue{background:#eaf3ff;color:var(--blue)}.stat small{color:#667287;font-size:12px;font-weight:700}.stat strong{display:block;font-size:24px;margin-top:5px}.stat .sub{font-size:10px;color:var(--muted);margin-top:4px}.grid2{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;margin-top:16px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.title-row h2,.title-row h3{font-size:16px;margin:0}.title-row p{margin:4px 0 0;color:var(--muted);font-size:11px}.btn{border:0;border-radius:12px;padding:10px 14px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px}.btn.primary{background:linear-gradient(135deg,var(--o),var(--o2));color:#fff;box-shadow:0 8px 18px rgba(255,103,16,.18)}.btn.soft{background:#fff;border:1px solid var(--line);color:#4b5969}.btn.danger{background:#fff1f1;color:var(--red);border:1px solid #ffd3d3}.btn.green{background:#edfbf3;color:var(--green);border:1px solid #c9efd9}.btn.block{width:100%}.toolbar{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.input,select.input,textarea.input{border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;outline:none;color:var(--ink)}.input,select.input{height:43px}.input:focus,textarea.input:focus{border-color:#ffb587;box-shadow:0 0 0 3px rgba(255,107,18,.07)}textarea.input{min-height:90px;padding:10px 12px;resize:vertical}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #edf1f5;padding:11px 10px;font-size:12px;vertical-align:middle}th{font-size:10px;color:#748091;text-transform:uppercase;letter-spacing:.03em}tbody tr:hover{background:#fbfcfd}.badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.badge.active,.badge.paid{background:#eaf9f1;color:var(--green)}.badge.unused,.badge.pending{background:#fff5e9;color:var(--amber)}.badge.blocked,.badge.expired,.badge.failed{background:#fff0f0;color:var(--red)}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.alert{padding:12px 14px;border-radius:13px;margin-bottom:14px;font-weight:750;font-size:12px}.alert.success{background:#eaf9f1;color:#117748}.alert.error{background:#fff0f0;color:#b93535}.alert.info{background:#eef5ff;color:#315d9b}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.field{display:grid;gap:7px}.field label{font-size:11px;font-weight:800;color:#5c6877}.wide{grid-column:1/-1}.modal{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;place-items:center;padding:20px;z-index:70}.modal.open{display:grid}.modal-card{width:min(660px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;padding:20px;box-shadow:0 30px 70px rgba(0,0,0,.2)}.login{min-height:100vh;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 20% 10%,#fff0e7 0,transparent 34%),var(--bg)}.login-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:25px}.login-card h1{margin:15px 0 5px}.login-card p{margin:0 0 16px;color:var(--muted)}.login-card .btn{width:100%;margin-top:14px}.quick-list{display:grid;gap:4px}.quick-item{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf1f5;font-size:12px}.quick-item:last-child{border-bottom:0}.quick-action{padding:11px 12px;border:1px solid var(--line);border-radius:13px;display:flex;gap:11px;align-items:center}.quick-action:hover{border-color:#ffd1b5;background:#fffaf7}.quick-badge{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;background:#fff0e7;color:var(--o);font-weight:900}.quick-action b{font-size:12px;display:block}.quick-action small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:18px;overflow:auto}.tab{padding:11px 14px;color:#687386;font-weight:800;font-size:12px;border-bottom:2px solid transparent;white-space:nowrap}.tab.active{color:var(--o);border-color:var(--o)}.section-head{margin:0 0 15px}.section-head h2{margin:0;font-size:20px}.section-head p{margin:5px 0 0;font-size:12px;color:var(--muted)}.market-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.market-kpi .card strong{font-size:22px;display:block;margin-top:5px}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.package{border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff}.package.featured{border-color:#ffb17e;box-shadow:0 0 0 3px rgba(255,103,16,.05)}.package h3{margin:0;font-size:15px}.package-price{font-size:22px;font-weight:900;color:var(--o);margin:10px 0 5px}.package small{color:var(--muted)}.code-box{padding:12px;border-radius:12px;background:#f8fafc;border:1px dashed #d8e0ea}.secret-field{display:flex;gap:8px}.secret-field .input{flex:1}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.settings-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px}.settings-card h3{font-size:15px;margin:0 0 13px}.file-box{padding:16px;border:1px dashed #ccd5e2;border-radius:14px;background:#fafbfc}.order-status{font-weight:900}.table-scroll{overflow:auto}.empty{padding:22px;text-align:center;color:var(--muted);border:1px dashed #d8e0ea;border-radius:14px}.chart{height:170px;display:flex;align-items:flex-end;gap:12px;padding:12px 4px 0}.bar{flex:1;min-width:18px;background:linear-gradient(180deg,#ff9958,#ff6710);border-radius:8px 8px 3px 3px;position:relative}.bar span{position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);font-size:9px;color:var(--muted)}.public-body{background:#fff}.public-wrap{max-width:1180px;margin:0 auto;padding:0 20px}.public-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.public-nav .brand{padding:0}.public-links{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:750}.hero-public{padding:60px 0 34px;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.hero-copy .eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff0e7;color:var(--o);font-size:11px;font-weight:900}.hero-copy h1{font-size:48px;line-height:1.03;letter-spacing:-1.4px;margin:14px 0}.hero-copy h1 span{color:var(--o)}.hero-copy p{font-size:15px;line-height:1.7;color:#687386;max-width:650px}.hero-visual{min-height:330px;background:linear-gradient(135deg,#fff7f1,#fff);border:1px solid #ffe0cb;border-radius:34px;position:relative;display:grid;place-items:center;overflow:hidden}.device-mock{width:82%;height:220px;border:10px solid #1c2430;border-radius:18px;background:#fff;box-shadow:0 25px 50px rgba(15,23,42,.18);padding:12px}.mock-top{height:26px;background:#f4f6f8;border-radius:8px;margin-bottom:10px}.mock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mock-card{height:66px;border-radius:10px;background:#fff0e7}.feature-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:28px 0}.feature{padding:14px;text-align:center;border:1px solid var(--line);border-radius:14px}.feature b{display:block;font-size:12px}.feature small{font-size:10px;color:var(--muted)}.pricing{padding:35px 0}.pricing h2{text-align:center;font-size:28px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.pricing-card{border:1px solid var(--line);border-radius:20px;padding:20px;position:relative}.pricing-card.featured{border-color:#ff9c61;box-shadow:0 15px 35px rgba(255,103,16,.1)}.pricing-card .price{font-size:28px;font-weight:950;color:var(--o);margin:12px 0}.pricing-card ul{padding:0;list-style:none;display:grid;gap:9px;font-size:12px;color:#596476}.pricing-card li:before{content:'✓';color:var(--o);font-weight:900;margin-right:8px}.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.flow-step{padding:18px;border:1px solid var(--line);border-radius:17px}.flow-num{width:28px;height:28px;border-radius:999px;background:var(--o);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.footer{border-top:1px solid var(--line);padding:25px 0;color:var(--muted);font-size:12px;margin-top:35px}.checkout-shell{max-width:1080px;margin:0 auto;padding:28px 20px}.checkout-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #edf1f5;font-size:12px}.summary-line.total{font-size:17px;font-weight:900;color:var(--o)}.payment-channel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.channel{border:1px solid var(--line);border-radius:13px;padding:12px;cursor:pointer}.channel:has(input:checked){border-color:#ff9c61;background:#fff8f4}.channel input{accent-color:var(--o)}.success-license{font-size:20px;font-weight:950;color:#128a4f;letter-spacing:1px;background:#effaf4;border:1px solid #bfead1;border-radius:14px;padding:16px;text-align:center}.notice-box{padding:14px;border-radius:14px;background:#fff7e9;border:1px solid #ffe1ad;font-size:12px;color:#795b1f}.success-hero{text-align:center;padding:20px}.success-check{width:68px;height:68px;border-radius:50%;background:#1eb45f;color:#fff;font-size:38px;display:grid;place-items:center;margin:0 auto}.admin-list{display:grid;gap:10px}.admin-row{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:14px}.admin-row .meta{flex:1}.admin-row b{font-size:12px}.admin-row small{font-size:10px;color:var(--muted);display:block;margin-top:3px}@media(max-width:1120px){.cards{grid-template-columns:repeat(3,1fr)}.hero-public{grid-template-columns:1fr}.feature-strip{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-250px;transition:.2s;width:230px;box-shadow:0 0 40px rgba(0,0,0,.14)}.sidebar.open{left:0}.mobile-menu{display:block}.top{padding:0 14px;justify-content:flex-start;gap:12px}.top-right{margin-left:auto}.cards{grid-template-columns:repeat(2,1fr)}.grid2,.settings-grid,.checkout-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.pricing-grid{grid-template-columns:1fr}.flow{grid-template-columns:1fr}.public-links a:not(.btn){display:none}}@media(max-width:560px){.cards,.market-kpi{grid-template-columns:1fr}.content{padding:14px}.top-title p{display:none}.admin-chip{min-width:auto}.admin-chip div{display:none}.feature-strip{grid-template-columns:repeat(2,1fr)}.hero-copy h1{font-size:36px}.package-grid{grid-template-columns:1fr}.payment-channel-grid{grid-template-columns:1fr}}

/* ===== v1.2.0 ===== */
.ui-icon{width:19px!important;height:19px!important;min-width:19px!important;max-width:19px!important}.brand-logo{width:44px;height:44px;object-fit:contain;border-radius:12px;flex:0 0 44px}.brand b{color:#111827;font-size:17px}.brand.compact .brand-logo{width:36px;height:36px}.public-brand{display:flex;align-items:center;gap:10px}.public-brand img{width:44px;height:44px;object-fit:contain;border-radius:12px}.public-brand b{display:block;font-size:18px;color:#f0640d}.public-brand small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.notif{display:flex!important;align-items:center!important;justify-content:center!important}.notif>span{position:static!important;background:none!important;color:inherit!important;width:auto!important;height:auto!important;font-size:16px!important}.notif>b{position:absolute;right:-4px;top:-5px;background:var(--o);color:#fff;border-radius:999px;min-width:18px;height:18px;display:grid;place-items:center;font-size:9px;padding:0 4px}.grow{flex:1;min-width:260px}.filterbar{margin:12px 0 8px}.checkline{display:flex!important;align-items:center;gap:7px;font-size:11px;font-weight:750;color:#566273}.checkline input{accent-color:var(--o)}.action-inline{display:flex;gap:5px}.mini-btn{border:1px solid var(--line);background:#fff;border-radius:9px;min-width:34px;height:34px;display:inline-grid;place-items:center;cursor:pointer}.mini-btn:hover{border-color:#ffb07d;background:#fff8f3}.mini-btn.danger{color:var(--red);background:#fff7f7}.mini-btn.success{color:var(--green);background:#f1fbf5}.bulk-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.bulk-presets input{display:none}.bulk-presets span{display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;padding:15px;font-weight:900;font-size:20px;cursor:pointer}.bulk-presets small{font-size:10px;color:var(--muted);font-weight:700}.bulk-presets input:checked+span{border-color:var(--o);background:#fff6ef;color:var(--o);box-shadow:0 0 0 3px rgba(255,103,16,.06)}.switch{display:inline-flex;align-items:center}.switch input{display:none}.switch span{width:42px;height:24px;border-radius:99px;background:#cbd3df;position:relative;transition:.2s}.switch span:after{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.16);transition:.2s}.switch input:checked+span{background:var(--o)}.switch input:checked+span:after{left:21px}.old-price{color:#9299a7;text-decoration:line-through;font-size:12px;margin-top:10px}.ribbon{position:absolute;right:14px;top:14px;background:#fff0e7;color:var(--o);padding:5px 8px;border-radius:99px;font-size:9px;font-weight:900}.promo-strip{margin-top:10px;background:linear-gradient(90deg,#ff7b24,#ff6433);color:#fff;border-radius:16px;padding:11px 18px;display:flex;justify-content:space-between;align-items:center}.countdown{display:flex;align-items:center;gap:6px}.countdown span{background:#fff;color:var(--o);font-weight:950;border-radius:8px;padding:5px 8px}.countdown small{font-size:8px;color:#fff}.hero-public{padding-top:42px}.hero-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.hero-feature{display:flex;gap:10px;border:1px solid var(--line);border-radius:15px;padding:13px;background:#fff}.hero-feature>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#fff0e7;color:var(--o);font-weight:900}.hero-feature b{font-size:11px}.hero-feature small{display:block;font-size:9px;color:var(--muted);margin-top:3px;line-height:1.4}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.mode-grid>div{border:1px solid #ffe2d0;background:#fffaf7;border-radius:15px;padding:14px}.mode-grid b{font-size:12px}.mode-grid p{font-size:10px;color:var(--muted);line-height:1.5;margin:5px 0 0}.hero-buy{background:linear-gradient(145deg,#fff7f1,#fff);border:1px solid #ffe0cb;border-radius:28px;padding:28px;box-shadow:0 25px 55px rgba(255,103,16,.08);text-align:center}.hero-logo{width:88px;height:88px;object-fit:contain}.hero-buy h2{font-size:30px;margin:5px 0 6px}.hero-buy>p{color:var(--muted);font-size:12px}.buy-price{display:grid;gap:5px;margin:18px 0}.buy-price strong{font-size:34px;color:var(--o)}.buy-price span{font-size:10px;color:#e05a05;font-weight:900}.secure{display:block;color:var(--muted);margin-top:10px}.center-muted{text-align:center;color:var(--muted);font-size:12px}.public-section{padding:20px 0}.public-section h2{text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.faq-grid details{border:1px solid var(--line);border-radius:13px;padding:13px}.faq-grid summary{font-weight:800;font-size:11px;cursor:pointer}.faq-grid p{font-size:10px;color:var(--muted);line-height:1.5}.footer{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:20px}.public-footer-brand{display:flex;align-items:center;gap:10px}.public-footer-brand img{width:46px;height:46px}.checkout-page{background:var(--bg)}.checkout-top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1080px)/2))}.checkout-top>span{font-size:11px;color:#536174}.checkout-benefit{border:1px solid var(--line);border-radius:14px;padding:14px;margin-top:15px}.checkout-benefit ul{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:8px;font-size:11px}.checkout-benefit li:before{content:'✓';color:var(--green);margin-right:7px}.payment-card .field{margin-top:16px}.channel small{display:block;color:var(--muted);font-size:9px;margin-top:4px}.gateway-banner{border:1px solid #ffd6bd;background:#fff8f3;border-radius:15px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.gateway-banner p{font-size:10px;color:var(--muted);margin:4px 0 0}.gateway-banner.mini{margin-top:14px}.success-note{margin-top:14px;background:#eefaf4;color:#24734b;border-radius:12px;padding:11px;font-size:10px}.success-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.activation-steps{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.activation-steps h2{grid-column:1/-1}.activation-steps div{display:grid;gap:4px;text-align:center}.activation-steps span{margin:auto;width:34px;height:34px;border-radius:50%;background:var(--o);color:#fff;display:grid;place-items:center;font-weight:900}.activation-steps b{font-size:11px}.activation-steps small{font-size:9px;color:var(--muted)}.editor-grid{align-items:start}.preview-card{position:sticky;top:92px}.market-preview{border:1px solid #ffe0cb;border-radius:20px;background:linear-gradient(145deg,#fff7f1,#fff);padding:30px;text-align:center}.market-preview img{width:80px;height:80px}.market-preview span{display:inline-block;background:#fff0e7;color:var(--o);border-radius:999px;padding:5px 9px;font-size:9px;font-weight:900}.market-preview h3{font-size:28px;margin:12px 0 7px}.market-preview p{font-size:11px;color:var(--muted)}.tall{min-height:130px!important}.narrow-card{max-width:720px}.grid-apk{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.api-card{position:sticky;top:92px}.apk-current{display:flex;align-items:center;gap:13px;margin:12px 0}.apk-current img{width:52px;height:52px;object-fit:contain;border-radius:12px}.apk-current div{flex:1}.apk-current b{font-size:13px}.apk-current small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.file-input{height:auto!important;padding:10px!important}.gateway-banner+ .settings-grid{margin-top:14px}.provider-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.settings-card .field{margin-top:10px}.license-kpis{grid-template-columns:repeat(4,1fr)}
@media(max-width:1050px){.grid-apk,.success-grid{grid-template-columns:1fr}.api-card,.preview-card{position:static}.hero-feature-cards{grid-template-columns:1fr}.mode-grid{grid-template-columns:1fr}}
@media(max-width:700px){.faq-grid,.footer,.activation-steps{grid-template-columns:1fr}.activation-steps h2{grid-column:auto}.promo-strip{align-items:flex-start;gap:8px;flex-direction:column}.public-nav{height:66px}.public-brand img{width:38px;height:38px}.hero-public{padding-top:28px}.hero-copy h1{font-size:34px}.license-kpis{grid-template-columns:1fr!important}.bulk-presets{grid-template-columns:1fr}.checkout-top{padding:0 14px}.checkout-top>span{display:none}}

/* ===== v1.3.0 • Financial Report ===== */
.finance-page{display:grid;gap:16px}.finance-presets{display:flex;gap:8px;flex-wrap:wrap}.finance-preset{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:#657084;font-size:11px;font-weight:850;transition:.18s}.finance-preset:hover{border-color:#ffc39d;background:#fff9f5;color:#df5b0c}.finance-preset.active{background:#fff0e7;border-color:#ffc39d;color:#e45a07;box-shadow:0 0 0 3px rgba(255,103,16,.05)}.finance-filter{padding:16px 18px}.finance-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;align-items:end}.finance-filter-grid .finance-search{grid-column:span 2}.finance-filter-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px;padding-top:13px;border-top:1px solid #edf1f5}.finance-filter-actions .ui-icon,.finance-table-card .btn .ui-icon{width:16px!important;height:16px!important}.finance-period-note{font-size:11px;color:#687488;background:#f9fafc;border:1px solid #e8edf3;border-radius:12px;padding:10px 13px}.finance-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.finance-kpi{min-height:126px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;display:flex;align-items:flex-start;gap:13px;box-shadow:var(--shadow)}.finance-kpi.primary{border-color:#ffd8bf;background:linear-gradient(145deg,#fff7f1,#fff)}.finance-kpi-icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:#fff0e7;color:#e85e0a;display:grid;place-items:center}.finance-kpi-icon .ui-icon{width:21px!important;height:21px!important}.finance-kpi small{display:block;color:#6c7789;font-size:10.5px;font-weight:800}.finance-kpi strong{display:block;margin-top:5px;font-size:21px;line-height:1.2;letter-spacing:-.02em}.finance-kpi span{display:block;margin-top:6px;color:#8a94a4;font-size:9.5px;line-height:1.45}.finance-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(270px,.55fr);gap:16px}.finance-chart-card{min-width:0}.finance-chart-total{text-align:right}.finance-chart-total small{display:block;color:var(--muted);font-size:9px}.finance-chart-total b{display:block;margin-top:3px;color:#e95f0b;font-size:15px}.finance-chart{overflow:hidden;margin-top:5px}.finance-chart svg{display:block;width:100%;height:auto;min-height:220px}.finance-gridline{stroke:#edf1f5;stroke-width:1}.finance-area{fill:url(#financeOrange)}.finance-line{fill:none;stroke:#ff6710;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.finance-point{fill:#fff;stroke:#ff6710;stroke-width:3}.finance-axis{fill:#8a94a4;font-size:10px;font-weight:700}.finance-summary-card{align-self:stretch}.finance-summary-list{display:grid}.finance-summary-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #edf1f5}.finance-summary-list>div:last-child{border-bottom:0}.finance-summary-list span{font-size:11px;color:#6f7a8c}.finance-summary-list b{font-size:12px;text-align:right}.finance-single-chart{min-height:220px;border-radius:15px;background:linear-gradient(145deg,#fff8f3,#fff);display:grid;place-items:center;text-align:center}.finance-single-chart div{display:grid;gap:6px}.finance-single-chart span{font-size:11px;color:var(--muted)}.finance-single-chart strong{font-size:27px;color:#e95f0b}.finance-single-chart small{font-size:10px;color:#7e8898}.finance-empty{min-height:220px;display:grid;place-items:center;text-align:center;color:#8a94a4;font-size:11px;border:1px dashed #dfe5ec;border-radius:14px;background:#fbfcfd}.finance-empty.table-empty{min-height:110px;border:0;background:transparent}.finance-table-card{min-width:0}.finance-table{min-width:980px}.finance-table td{white-space:nowrap}.finance-table td:nth-child(3){white-space:normal;min-width:170px}.finance-gateway{display:inline-flex;align-items:center;padding:4px 7px;border-radius:8px;background:#f1f5fb;color:#4f6078;font-size:9px;font-weight:900;margin-bottom:3px}.finance-money{font-variant-numeric:tabular-nums}.finance-money.positive{color:#128551;font-weight:850}
@media(max-width:1180px){.finance-filter-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}.finance-filter-grid .finance-search{grid-column:span 1}.finance-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-grid{grid-template-columns:1fr}}
@media(max-width:700px){.finance-filter-grid{grid-template-columns:1fr 1fr}.finance-filter-grid .finance-search{grid-column:1/-1}.finance-filter-actions .btn{flex:1 1 auto}.finance-kpis{grid-template-columns:1fr}.finance-kpi{min-height:auto}.finance-chart svg{min-width:650px}.finance-chart{overflow-x:auto}.finance-chart-total{display:none}}
@media(max-width:480px){.finance-filter-grid{grid-template-columns:1fr}.finance-filter-grid .finance-search{grid-column:auto}.finance-presets{display:grid;grid-template-columns:1fr 1fr}.finance-preset{width:100%}.finance-filter-actions{display:grid;grid-template-columns:1fr 1fr}.finance-filter-actions .btn:first-child{grid-column:1/-1}.finance-kpi strong{font-size:19px}}


/* ===== v1.3.1 • Clean KAVELO logo lockup ===== */
.brand.brand-lockup{display:flex!important;align-items:center!important;padding:4px 8px 22px!important;min-height:70px!important;overflow:visible!important}
.brand-lockup-img{display:block!important;width:178px!important;max-width:100%!important;height:auto!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}
.brand.brand-lockup.compact .brand-lockup-img{width:154px!important}
.public-brand.public-brand-lockup{display:flex!important;align-items:center!important;gap:0!important}
.public-brand.public-brand-lockup img{display:block!important;width:230px!important;max-width:min(72vw,230px)!important;height:auto!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}
.sidebar .brand.brand-lockup{justify-content:flex-start!important}
@media(max-width:900px){.brand-lockup-img{width:170px!important}}
@media(max-width:560px){.public-brand.public-brand-lockup img{width:205px!important}}
