:root{--ef-glass:color-mix(in srgb,var(--surface,#0e1422) 78%,transparent);--ef-line:color-mix(in srgb,currentColor 14%,transparent);--ef-accent:#7c5cff}.ef-store{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.ef-product,.ef-auth,.ef-checkout,.ef-account>aside,.ef-account>section{background:var(--ef-glass);border:1px solid var(--ef-line);box-shadow:0 20px 70px rgb(0 0 0 / .12);backdrop-filter:blur(22px);border-radius:28px}.ef-product{overflow:hidden;transition:.3s transform,.3s box-shadow}.ef-product:hover{transform:translateY(-7px);box-shadow:0 28px 90px rgb(0 0 0 / .2)}.ef-product-img{height:210px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,rgb(124 92 255 / .18),rgb(45 212 191 / .1))}.ef-product-img img{width:100%;height:100%;object-fit:cover}.ef-product-img b{font-size:76px}.ef-product-body{padding:22px}.ef-product-body h3{font-size:1.25rem;margin:12px 0}.ef-product-body footer,.ef-row,.ef-checkout-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.ef-product-body footer>div{display:grid;gap:3px}.ef-product del{opacity:.5;font-size:.85rem}.ef-badge,.ef-sale,.ef-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:.78rem;background:rgb(124 92 255 / .14)}.ef-sale{background:rgb(245 158 11 / .16)}.ef-btn,.ef-pay,.ef-ticket button,.ef-auth button,.ef-license-actions a{border:0;border-radius:14px;padding:11px 16px;text-decoration:none;background:linear-gradient(135deg,#7c5cff,#5b8cff);color:#fff;font-weight:800;cursor:pointer}.ef-auth{max-width:980px;margin:30px auto;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:34px}.ef-auth form,.ef-ticket{display:grid;gap:14px}.ef-auth label{display:grid;gap:7px}.ef-auth input,.ef-ticket input,.ef-ticket textarea{width:100%;border:1px solid var(--ef-line);background:rgb(127 127 127 / .06);color:inherit;border-radius:14px;padding:13px}.ef-auth-actions{display:flex;gap:10px}.ef-auth .ghost,.ef-license-actions .ghost{background:#fff0;border:1px solid var(--ef-line);color:inherit}.ef-account{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}.ef-account>aside{padding:22px;position:sticky;top:100px;display:grid;gap:8px}.ef-account>aside a{padding:11px 13px;border-radius:12px;text-decoration:none;color:inherit}.ef-account>aside a:hover{background:rgb(124 92 255 / .12)}.ef-account>section{padding:30px;min-width:0}.ef-avatar img{border-radius:18px}.ef-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.ef-stat-grid>div{padding:18px;border:1px solid var(--ef-line);border-radius:18px;display:grid}.ef-stat-grid b{font-size:1.8rem}.ef-list,.ef-license-list{display:grid;gap:10px;margin:14px 0 30px}.ef-list article,.ef-license-list article{border:1px solid var(--ef-line);border-radius:18px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.ef-list article>div,.ef-license-list article>div{display:grid;gap:4px}.ef-list span,.ef-license-list span,.ef-license-list small{opacity:.65}.ef-license-actions{display:flex;gap:8px}.ef-checkout{max-width:680px;margin:40px auto;padding:34px}.ef-checkout-line{padding:18px;margin:20px 0;border-block:1px solid var(--ef-line)}.ef-checkout-line strong{font-size:1.4rem}.ef-notice,.ef-error,.ef-success,.ef-admin-hello{padding:14px 16px;border-radius:16px;margin:14px 0;border:1px solid var(--ef-line)}.ef-error{background:rgb(239 68 68 / .1)}.ef-success{background:rgb(34 197 94 / .1)}.ef-admin-hello{background:linear-gradient(135deg,rgb(124 92 255 / .15),rgb(45 212 191 / .1));display:flex;justify-content:space-between;gap:12px}.ef-ticket textarea{min-height:130px;resize:vertical}@media(max-width:860px){.ef-account{grid-template-columns:1fr}.ef-account>aside{position:static;display:flex;overflow:auto;align-items:center}.ef-account>aside h2,.ef-avatar{display:none}.ef-account>aside a{white-space:nowrap}.ef-auth{grid-template-columns:1fr}.ef-list article,.ef-license-list article{align-items:flex-start;flex-direction:column}.ef-license-actions{width:100%;flex-wrap:wrap}}@media(max-width:560px){.ef-store{grid-template-columns:1fr}.ef-product-img{height:180px}.ef-auth,.ef-checkout,.ef-account>section{padding:20px;border-radius:22px}.ef-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.ef-stat-grid>div{padding:12px}.ef-stat-grid b{font-size:1.3rem}.ef-product-body footer{align-items:flex-end}.ef-admin-hello{flex-direction:column}}.ef-account{--ef-bg:rgba(8,14,28,.72);--ef-card:rgba(255,255,255,.075);--ef-line:rgba(255,255,255,.12);--ef-text:#f8fafc;--ef-muted:#9eabc0;--ef-accent:#7c5cff;direction:rtl;display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;max-width:1280px;margin:34px auto;padding:18px;color:var(--ef-text);border:1px solid var(--ef-line);border-radius:32px;background:linear-gradient(145deg,rgb(12 20 38 / .88),rgb(12 15 28 / .7));box-shadow:0 28px 80px rgb(0 0 0 / .22);backdrop-filter:blur(24px)}.ef-account aside{position:sticky;top:92px;height:max-content;padding:22px;border:1px solid var(--ef-line);border-radius:25px;background:rgb(255 255 255 / .045)}.ef-account aside .ef-avatar img{width:68px;height:68px;border-radius:22px;box-shadow:0 12px 32px rgb(0 0 0 / .25)}.ef-account aside h2{font-size:18px;margin:12px 0 20px}.ef-account aside>a{display:flex;align-items:center;min-height:44px;margin:5px 0;padding:0 14px;border-radius:13px;color:var(--ef-muted);text-decoration:none!important;transition:.2s}.ef-account aside>a:hover{color:var(--ef-text);background:rgb(124 92 255 / .14);transform:translateX(-3px)}.ef-account>section{min-width:0;padding:22px}.ef-account h1{font-size:clamp(28px,4vw,46px);letter-spacing:-1.5px;margin:6px 0 22px}.ef-account h2{margin:38px 0 15px;font-size:21px}.ef-kicker{display:inline-flex;padding:7px 11px;border:1px solid rgb(124 92 255 / .35);border-radius:999px;background:rgb(124 92 255 / .12);font-size:12px;color:#c9bfff}.ef-admin-hello{display:flex;justify-content:space-between;gap:15px;padding:18px;border-radius:20px;background:linear-gradient(110deg,rgb(124 92 255 / .2),rgb(41 196 255 / .08));border:1px solid rgb(124 92 255 / .28)}.ef-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.ef-stat-grid>div{padding:22px;border:1px solid var(--ef-line);border-radius:20px;background:var(--ef-card)}.ef-stat-grid b{display:block;font-size:31px}.ef-stat-grid span{font-size:13px;color:var(--ef-muted)}.ef-list,.ef-license-list{display:grid;gap:10px}.ef-list article,.ef-license-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--ef-line);border-radius:19px;background:var(--ef-card);transition:.2s}.ef-list article:hover,.ef-license-list article:hover{transform:translateY(-2px);border-color:rgb(124 92 255 / .4)}.ef-list article span,.ef-license-list article span,.ef-license-list small{display:block;margin-top:5px;color:var(--ef-muted);font-size:12px}.ef-license-list code{direction:ltr;padding:7px 10px;border-radius:10px;background:rgb(0 0 0 / .18);color:#dbe4f3}.ef-license-actions{display:flex;gap:7px}.ef-license-actions a,.ef-ticket button,.ef-pay{border:0;border-radius:12px;padding:10px 14px;text-decoration:none!important;background:linear-gradient(135deg,#7658ff,#5d8dff);color:white!important;font-weight:700}.ef-license-actions a.ghost{background:#fff0;border:1px solid var(--ef-line);color:var(--ef-text)!important}.ef-ticket{display:grid;gap:10px;padding:18px;border:1px solid var(--ef-line);border-radius:20px;background:var(--ef-card)}.ef-ticket input,.ef-ticket textarea{width:100%;box-sizing:border-box;border:1px solid var(--ef-line);border-radius:14px;background:rgb(0 0 0 / .12);color:var(--ef-text);padding:13px 15px;outline:0}.ef-ticket textarea{min-height:130px;resize:vertical}.ef-ticket input:focus,.ef-ticket textarea:focus{border-color:rgb(124 92 255 / .7);box-shadow:0 0 0 3px rgb(124 92 255 / .1)}html[data-theme="light"] .ef-account,body.light .ef-account{--ef-bg:#fff;--ef-card:rgba(255,255,255,.78);--ef-line:rgba(15,23,42,.1);--ef-text:#111827;--ef-muted:#64748b;background:linear-gradient(145deg,rgb(255 255 255 / .94),rgb(244 247 255 / .9));box-shadow:0 25px 70px rgb(44 62 110 / .12)}html[data-theme="light"] .ef-account aside,body.light .ef-account aside{background:rgb(255 255 255 / .7)}html[data-theme="light"] .ef-license-list code,body.light .ef-license-list code{background:#f1f5f9;color:#334155}@media(max-width:860px){.ef-account{grid-template-columns:1fr;margin:15px;border-radius:24px;padding:10px}.ef-account aside{position:static;display:flex;align-items:center;gap:6px;overflow:auto;padding:10px}.ef-account aside .ef-avatar,.ef-account aside h2{display:none}.ef-account aside>a{white-space:nowrap;margin:0}.ef-account>section{padding:12px}.ef-stat-grid{grid-template-columns:repeat(3,1fr)}.ef-license-list article{align-items:flex-start;flex-direction:column}.ef-license-actions{width:100%}.ef-license-actions a{flex:1;text-align:center}}@media(max-width:520px){.ef-stat-grid{grid-template-columns:1fr}.ef-list article{align-items:flex-start;flex-direction:column}.ef-account h1{font-size:30px}.ef-admin-hello{flex-direction:column}}.ef-cart,.ef-cart-empty{max-width:1180px;margin:34px auto;padding:clamp(18px,3vw,34px);border:1px solid var(--ef-line,rgb(255 255 255 / .12));border-radius:30px;background:rgb(12 18 34 / .72);backdrop-filter:blur(24px);color:inherit}.ef-cart-head h1{font-size:clamp(2.2rem,5vw,4.8rem);margin:8px 0}.ef-cart-items{display:grid;gap:12px;margin:26px 0}.ef-cart-items article{display:grid;grid-template-columns:72px minmax(0,1fr) 110px auto auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--ef-line,rgb(255 255 255 / .12));border-radius:20px;background:rgb(255 255 255 / .05)}.ef-cart-thumb img{width:72px;height:72px;object-fit:cover;border-radius:15px}.ef-cart-copy{display:grid;gap:5px}.ef-cart-copy span{opacity:.65;font-size:.86rem}.ef-qty{display:grid;gap:5px;font-size:.75rem;opacity:.85}.ef-qty input{width:82px;border:1px solid var(--ef-line);border-radius:11px;padding:9px;background:#fff0;color:inherit}.ef-cart-remove,.ef-cart-update{border:1px solid var(--ef-line);border-radius:12px;background:#fff0;color:inherit;padding:10px 13px;cursor:pointer}.ef-cart-remove{color:#fb7185}.ef-cart-summary{margin-top:22px;padding:22px;border-radius:22px;background:linear-gradient(135deg,rgb(124 92 255 / .15),rgb(34 211 238 / .08));display:flex;align-items:center;gap:18px;justify-content:flex-end}.ef-cart-summary strong{font-size:1.5rem}.ef-cart-summary form{margin:0}.ef-cart-empty{text-align:center;padding-block:70px}html[data-theme="light"] .ef-cart,html[data-theme="light"] .ef-cart-empty,body.light .ef-cart,body.light .ef-cart-empty{background:linear-gradient(145deg,rgb(255 255 255 / .9),rgb(235 246 255 / .72));border-color:rgb(55 88 130 / .13);box-shadow:0 28px 70px rgb(55 88 130 / .12)}@media(max-width:900px){.ef-cart-items article{grid-template-columns:60px minmax(0,1fr) 90px}.ef-cart-items article>b,.ef-cart-remove{grid-column:2/-1}.ef-cart-summary{flex-wrap:wrap}}@media(max-width:600px){.ef-cart-items article{grid-template-columns:54px 1fr}.ef-qty,.ef-cart-items article>b,.ef-cart-remove{grid-column:1/-1}.ef-cart-summary{align-items:stretch;flex-direction:column}.ef-cart-checkout{width:100%}}