:root{--orange:#ff6b1a;--orange-dark:#e85308;--orange-soft:#fff1e8;--ink:#101828;--nav:#111827;--muted:#667085;--line:#e7eaf0;--wash:#f6f7f9;--white:#fff;--green:#12b76a;--red:#d92d20;--shadow:0 18px 50px rgba(16,24,40,.08)}
*{box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--wash)}body{margin:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}
.portal-brand{display:inline-flex;align-items:center;gap:10px}.portal-brand>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#ff9255,var(--orange));box-shadow:0 10px 24px rgba(255,107,26,.25);font-size:20px;font-weight:900}.portal-brand strong{font-size:22px;letter-spacing:-.045em}.portal-brand small{align-self:flex-end;margin:0 0 8px -7px;color:var(--orange);font-size:10px;font-weight:800}
.customer-auth-page{min-height:100vh;background:#fff}.auth-shell{display:grid;min-height:100vh;grid-template-columns:minmax(430px,.92fr) minmax(520px,1.08fr)}.auth-story{position:relative;display:flex;overflow:hidden;flex-direction:column;padding:42px clamp(44px,6vw,92px);color:#fff;background:#111827}.auth-story:before{position:absolute;width:620px;height:620px;right:-310px;top:-230px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 100px rgba(255,255,255,.018),0 0 0 200px rgba(255,255,255,.012);content:""}.portal-brand-light{position:relative;z-index:2}.portal-brand-light strong,.auth-story>.portal-brand strong{color:#fff}.story-copy{position:relative;z-index:2;margin:auto 0;max-width:620px}.story-badge{display:inline-flex;align-items:center;gap:10px;color:#f9a875;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.story-badge i{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,107,26,.13)}.story-copy h2{margin:28px 0 22px;font-size:clamp(42px,4.4vw,70px);line-height:1.04;letter-spacing:-.06em}.story-copy h2 em{color:var(--orange);font-style:normal}.story-copy>p{max-width:560px;color:#98a2b3;font-size:17px;line-height:1.7}.story-list{display:grid;gap:10px;margin-top:48px}.story-list>div{display:flex;align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.07)}.story-list b{color:var(--orange);font:700 11px ui-monospace,monospace}.story-list span{display:grid;gap:4px}.story-list strong{font-size:14px}.story-list small{color:#667085;font-size:12px}.story-footer{position:relative;z-index:2;color:#475467;font-size:11px}
.auth-panel{position:relative;display:flex;align-items:center;justify-content:center;padding:70px 40px;background:#fff}.auth-card{width:min(100%,480px)}.mobile-brand{display:none}.auth-heading{margin-bottom:32px}.auth-kicker,.page-kicker,.card-eyebrow{color:var(--orange);font-size:11px;font-weight:850;letter-spacing:.1em}.auth-heading h1{margin:12px 0 12px;font-size:42px;letter-spacing:-.045em;line-height:1.08}.auth-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.auth-form,.portal-form{display:grid;gap:18px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:8px}.field>span:first-child{display:flex;justify-content:space-between;color:#344054;font-size:12px;font-weight:750}.field small{color:#98a2b3;font-size:10px;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe3e9;border-radius:12px;outline:0;background:#fff;color:var(--ink);transition:.2s}.field input,.field select{height:50px;padding:0 14px}.field textarea{padding:13px 14px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-soft)}.field input:disabled{background:#f8f9fb;color:#98a2b3}.password-field{position:relative;display:block}.password-field input{padding-right:72px}.password-toggle{position:absolute;right:7px;top:7px;height:36px;border:0;border-radius:8px;padding:0 10px;color:#475467;background:#f2f4f7;font-size:11px;font-weight:750}.auth-row{display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:12px}.check-label{display:flex;align-items:center;gap:7px}.check-label input{accent-color:var(--orange)}.muted-link{color:#98a2b3}.auth-submit,.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;font-weight:800}.auth-submit{min-height:52px;justify-content:space-between;padding:0 18px;color:#fff;background:var(--orange);box-shadow:0 14px 28px rgba(255,107,26,.2)}.auth-submit:hover,.primary-action:hover{background:var(--orange-dark)}.auth-switch{margin:26px 0 0;color:#98a2b3;text-align:center;font-size:13px}.auth-switch a{color:var(--orange);font-weight:750}.back-home{position:absolute;right:36px;top:30px;color:#98a2b3;font-size:12px}.form-note{margin:-4px 0 0;color:#98a2b3;font-size:10px;line-height:1.5}.notice{margin:0 0 20px;padding:13px 15px;border-radius:11px;font-size:12px;line-height:1.5}.notice-error{border:1px solid #fecaca;color:#b42318;background:#fff1f0}.notice-success{border:1px solid #a6f4c5;color:#067647;background:#ecfdf3}
.portal{display:grid;min-height:100vh;grid-template-columns:252px 1fr}.portal-sidebar{position:fixed;z-index:30;inset:0 auto 0 0;display:flex;width:252px;flex-direction:column;padding:28px 22px;color:#d0d5dd;background:var(--nav)}.sidebar-label{margin:44px 12px 13px;color:#475467;font-size:9px;font-weight:800;letter-spacing:.14em}.portal-nav{display:grid;gap:5px}.portal-nav a{display:flex;align-items:center;gap:13px;min-height:45px;padding:0 13px;border-radius:11px;color:#98a2b3;font-size:13px;font-weight:650;transition:.2s}.portal-nav a:hover{color:#fff;background:rgba(255,255,255,.04)}.portal-nav a.active{color:#fff;background:rgba(255,107,26,.12)}.portal-nav a.active:after{width:3px;height:18px;margin-left:auto;border-radius:3px;background:var(--orange);content:""}.nav-icon{display:inline-grid;width:18px;height:18px;place-items:center;font-style:normal}.nav-icon:before{font-size:16px}.icon-grid:before{content:"⌗"}.icon-box:before{content:"◇"}.icon-refresh:before{content:"↻"}.icon-card:before{content:"▭"}.icon-chat:before{content:"○"}.icon-user:before{content:"♙"}.icon-exit:before{content:"↪"}.sidebar-help{margin-top:auto;padding:17px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.035)}.sidebar-help>span{color:#fff;font-size:11px;font-weight:750}.sidebar-help p{margin:7px 0 12px;color:#667085;font-size:10px;line-height:1.5}.sidebar-help a{color:var(--orange);font-size:10px;font-weight:750}.logout-form{margin-top:12px}.logout-form button{display:flex;width:100%;align-items:center;gap:12px;height:42px;padding:0 12px;border:0;color:#667085;background:transparent;font-size:11px}.logout-form button:hover{color:#fff}.portal-main{grid-column:2;min-width:0}.portal-header{position:sticky;z-index:20;top:0;display:flex;height:76px;align-items:center;padding:0 clamp(24px,4vw,54px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.91);backdrop-filter:blur(15px)}.header-title{display:grid;gap:2px}.header-title span{color:#98a2b3;font-size:8px;font-weight:800;letter-spacing:.12em}.header-title strong{font-size:15px}.header-user{display:flex;align-items:center;gap:12px;margin-left:auto}.header-user>div{display:grid;gap:2px;text-align:right}.header-user strong{font-size:11px}.header-user span{color:#98a2b3;font-size:9px}.header-user>b{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#ff9255,var(--orange));font-size:13px}.sidebar-toggle{display:none;border:0;background:none;font-size:21px}.portal-content{max-width:1500px;margin:0 auto;padding:42px clamp(24px,4vw,54px) 70px}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.welcome-row h1{margin:8px 0 7px;font-size:32px;letter-spacing:-.04em}.welcome-row p{margin:0;color:var(--muted);font-size:13px}.primary-action{min-height:43px;padding:0 17px;color:#fff;background:var(--orange);box-shadow:0 10px 22px rgba(255,107,26,.16);font-size:11px}.secondary-action{min-height:43px;padding:0 17px;border:1px solid var(--line);color:#344054;background:#fff;font-size:11px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:24px}.stat-card{display:flex;align-items:center;gap:13px;min-width:0;padding:19px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 25px rgba(16,24,40,.025)}.stat-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:12px}.stat-icon.orange{color:#c2410c;background:#fff1e8}.stat-icon.blue{color:#175cd3;background:#eff8ff}.stat-icon.violet{color:#6938ef;background:#f4f3ff}.stat-icon.green{color:#027a48;background:#ecfdf3}.stat-card div{display:grid}.stat-card b{font-size:22px;letter-spacing:-.03em}.stat-card span:not(.stat-icon){overflow:hidden;color:#98a2b3;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.stat-card em{margin-left:auto;color:#d0d5dd;font-style:normal}.dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.panel-card{border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 32px rgba(16,24,40,.025)}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:21px 23px;border-bottom:1px solid #f0f1f3}.panel-heading>div{display:grid;gap:4px}.panel-heading span{color:var(--orange);font-size:8px;font-weight:850;letter-spacing:.1em}.panel-heading h2{margin:0;font-size:15px}.panel-heading>a{color:#98a2b3;font-size:10px;font-weight:700}.item-list,.invoice-list{padding:7px 22px}.product-line,.invoice-list article{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #f0f1f3}.product-line:last-child,.invoice-list article:last-child{border:0}.product-mark{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:10px;color:#c2410c;background:var(--orange-soft);font-size:12px;font-weight:900}.product-mark.large{width:48px;height:48px;font-size:16px}.product-line>div,.invoice-list article>div{display:grid;gap:4px;min-width:0}.product-line strong,.invoice-list strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-line small,.invoice-list small{color:#98a2b3;font-size:9px}.product-line>.status{margin-left:auto}.invoice-list article>b{margin-left:auto;font-size:10px}.status{display:inline-flex;width:max-content;align-items:center;border-radius:20px;padding:5px 8px;color:#475467;background:#f2f4f7;font-size:8px;font-weight:800}.status-active,.status-paid,.status-resolved,.status-succeeded{color:#067647;background:#ecfdf3}.status-pending,.status-open,.status-draft{color:#b54708;background:#fffaeb}.status-suspended,.status-failed,.status-cancelled,.status-overdue{color:#b42318;background:#fff1f0}.empty-state{display:grid;min-height:360px;place-items:center;align-content:center;padding:40px;text-align:center}.empty-state.compact{min-height:260px}.empty-icon{display:grid;width:50px;height:50px;place-items:center;border-radius:15px;color:var(--orange);background:var(--orange-soft);font-size:20px;font-weight:800}.empty-state h2,.empty-state h3{margin:16px 0 7px}.empty-state h2{font-size:18px}.empty-state h3{font-size:14px}.empty-state p{max-width:380px;margin:0 0 18px;color:#98a2b3;font-size:11px;line-height:1.6}.empty-state>a:not(.primary-action){color:var(--orange);font-size:10px;font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.customer-product-card{padding:24px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.025)}.product-card-top{display:flex;justify-content:space-between;margin-bottom:24px}.customer-product-card h2{margin:8px 0 5px;font-size:18px}.customer-product-card>p{margin:0;color:#98a2b3;font-size:11px}.customer-product-card dl{display:grid;gap:10px;margin:22px 0}.customer-product-card dl div{display:flex;justify-content:space-between;padding-bottom:9px;border-bottom:1px solid #f0f1f3;font-size:10px}.customer-product-card dt{color:#98a2b3}.customer-product-card dd{margin:0;font-weight:700}.card-link,.table-link{color:var(--orange);font-size:10px;font-weight:800}.table-card{overflow:hidden}.responsive-table{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:680px}th,td{padding:14px 22px;border-bottom:1px solid #f0f1f3;text-align:left;font-size:10px}th{color:#98a2b3;background:#fbfcfd;font-size:8px;letter-spacing:.07em;text-transform:uppercase}td strong{font-size:10px}td small{display:block;margin-top:3px;color:#98a2b3;font-size:8px}.section-gap{margin-top:20px}.profile-layout{display:grid;grid-template-columns:270px 1fr;gap:20px}.profile-summary{height:max-content;padding:28px;border:1px solid var(--line);border-radius:17px;background:#fff;text-align:center}.profile-avatar{display:grid;width:72px;height:72px;margin:0 auto 16px;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(145deg,#ff9255,var(--orange));font-size:24px;font-weight:900}.profile-summary h2{margin:0;font-size:16px}.profile-summary>p{margin:5px 0 24px;color:#98a2b3;font-size:10px}.profile-summary>div{display:grid;gap:5px;padding-top:18px;border-top:1px solid var(--line)}.profile-summary>div span{color:#98a2b3;font-size:9px}.profile-summary>div strong{font-size:11px}.profile-form-card .portal-form{padding:24px}.field-hint{margin-top:-3px}.modal{position:fixed;z-index:100;inset:0;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(16,24,40,.62);backdrop-filter:blur(4px)}.modal-dialog{position:relative;width:min(100%,520px);max-height:calc(100vh - 40px);overflow:auto;padding:32px;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.25)}.modal-dialog h2{margin:8px 0}.modal-dialog>p{margin:0 0 24px;color:var(--muted);font-size:12px}.modal-close{position:absolute;right:16px;top:14px;width:34px;height:34px;border:0;border-radius:10px;color:#667085;background:#f2f4f7;font-size:20px}.sidebar-overlay{display:none}
@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.auth-shell{grid-template-columns:.85fr 1.15fr}.story-copy h2{font-size:45px}}
@media(max-width:780px){.auth-shell{display:block}.auth-story{display:none}.auth-panel{min-height:100vh;padding:92px 22px 50px}.mobile-brand{display:block;position:absolute;left:22px;top:26px}.back-home{right:22px;top:40px}.auth-heading h1{font-size:34px}.portal{display:block}.portal-sidebar{transform:translateX(-100%);transition:transform .25s}.portal-sidebar.open{transform:none}.sidebar-overlay{position:fixed;z-index:25;inset:0;background:rgba(16,24,40,.45)}.sidebar-overlay.open{display:block}.portal-main{width:100%}.sidebar-toggle{display:block;margin-right:14px}.portal-header{padding:0 18px}.header-user>div{display:none}.portal-content{padding:28px 18px 55px}.welcome-row{align-items:flex-start;flex-direction:column}.stat-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr}.profile-layout{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr}}
@media(max-width:480px){.stat-grid{grid-template-columns:1fr}.auth-card{width:100%}.auth-panel{align-items:flex-start}.welcome-row h1{font-size:28px}.header-title span{display:none}}

.icon-store:before{content:"⌂"}
.language-switcher{display:inline-flex!important;grid-auto-flow:column!important;gap:2px!important;padding:3px;border:1px solid var(--line);border-radius:9px;background:#f8f9fb;text-align:center!important}
.language-switcher a{display:grid;min-width:28px;height:25px;place-items:center;border-radius:6px;color:#98a2b3;font-size:9px;font-weight:850}
.language-switcher a.active{color:#fff;background:var(--ink)}
.auth-language{position:absolute;right:34px;top:72px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ticket-row{cursor:pointer;transition:background .18s}
.ticket-row:hover,.ticket-row:focus{outline:0;background:#fff8f3}
.conversation-modal{padding:0;place-items:stretch end}
.conversation-dialog{position:relative;z-index:2;display:grid;width:min(100%,580px);height:100vh;grid-template-rows:auto 1fr auto;background:#fff;box-shadow:-25px 0 80px rgba(16,24,40,.2);animation:conversation-in .22s ease}
@keyframes conversation-in{from{transform:translateX(40px);opacity:.5}to{transform:none;opacity:1}}
.conversation-head{display:flex;align-items:flex-start;justify-content:space-between;padding:26px 28px 20px;border-bottom:1px solid var(--line)}
.conversation-head h2{margin:7px 0 4px;font-size:18px;letter-spacing:-.02em}.conversation-head p{margin:0;color:#98a2b3;font-size:10px;text-transform:capitalize}
.conversation-head>button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;color:#667085;background:#f2f4f7;font-size:21px}
.conversation-head-actions{display:flex;align-items:center;gap:8px}.conversation-head-actions>button:last-child{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;color:#667085;background:#f2f4f7;font-size:21px}.close-ticket-button{height:36px;padding:0 12px;border:1px solid #fecaca;border-radius:10px;color:#b42318;background:#fff5f5;font-size:9px;font-weight:800}.close-ticket-button:hover{color:#fff;background:#b42318}
.conversation-messages{overflow-y:auto;padding:26px;background:#f8f9fb}
.conversation-loading{display:grid;height:100%;min-height:180px;place-items:center;color:#98a2b3;font-size:11px}
.conversation-bubble{width:min(84%,420px);margin:0 0 18px;padding:13px 15px;border:1px solid var(--line);border-radius:4px 15px 15px;background:#fff;box-shadow:0 6px 18px rgba(16,24,40,.035)}
.conversation-bubble.from-customer{margin-left:auto;border-color:#ffd6bd;border-radius:15px 4px 15px 15px;background:#fff5ee}
.conversation-bubble>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}.conversation-bubble strong{font-size:9px}.conversation-bubble time{color:#98a2b3;font-size:8px}
.conversation-bubble p{margin:0;white-space:pre-wrap;word-break:break-word;color:#344054;font-size:12px;line-height:1.6}
.conversation-reply{display:grid;grid-template-columns:1fr auto;gap:10px;padding:18px 22px 20px;border-top:1px solid var(--line);background:#fff}
.conversation-reply textarea{min-height:52px;max-height:140px;resize:vertical;padding:12px;border:1px solid #dfe3e9;border-radius:12px;outline:0;font-size:12px}
.conversation-reply textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-soft)}
.conversation-reply button{align-self:stretch;border:0;border-radius:12px;padding:0 16px;color:#fff;background:var(--orange);font-size:10px;font-weight:800}.conversation-reply button:disabled{opacity:.55}
.conversation-reply small{grid-column:1/-1;color:#98a2b3;font-size:8px}

.market-security{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid #d1fadf;border-radius:12px;background:#f0fdf4}.market-security>span{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;color:#067647;background:#dcfae6;font-size:11px;font-weight:900}.market-security>div{display:grid;gap:2px}.market-security strong{font-size:10px}.market-security small{color:#667085;font-size:8px}
.market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.market-card{display:grid;overflow:hidden;grid-template-columns:180px 1fr;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 12px 34px rgba(16,24,40,.035)}
.market-card-visual{position:relative;display:grid;min-height:410px;place-items:center;overflow:hidden;color:#fff;background:linear-gradient(155deg,#182230,#101828)}
.market-card.featured .market-card-visual{background:linear-gradient(155deg,#ff8847,#ee5908)}.market-card-visual:after{position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.04),0 0 0 90px rgba(255,255,255,.025);content:""}
.market-product-number{position:absolute;z-index:2;left:18px;top:18px;font:800 10px ui-monospace,monospace;opacity:.7}.market-product-type{position:absolute;z-index:2;left:18px;bottom:18px;font-size:8px;font-weight:850;letter-spacing:.13em;opacity:.75}
.market-product-symbol{position:relative;z-index:2;display:grid;width:72px;height:72px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px);font-size:30px;font-weight:900}
.market-card-body{display:flex;min-width:0;flex-direction:column;padding:24px}.market-card-meta{display:flex;align-items:center;justify-content:space-between}.market-card-meta span{color:var(--orange);font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.market-card-meta small{color:#98a2b3;font-size:8px}
.market-card-body>h2{margin:11px 0 7px;font-size:20px;letter-spacing:-.03em}.market-card-body>p{margin:0 0 18px;color:#667085;font-size:10px;line-height:1.6}.market-plans{display:grid;gap:8px}
.market-plan{position:relative;display:flex;width:100%;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:12px;color:var(--ink);background:#fff;text-align:left;transition:.18s}.market-plan:hover,.market-plan:focus{border-color:#ffb58b;background:#fff9f5;outline:0}.market-plan>span{display:grid;gap:3px;min-width:0}.market-plan strong{font-size:10px}.market-plan span small{overflow:hidden;color:#98a2b3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.market-plan>b{margin-left:auto;white-space:nowrap;font-size:12px}.market-plan>b small{font-size:8px}.market-plan>em{position:absolute;right:9px;top:-7px;padding:3px 6px;border-radius:8px;color:#fff;background:var(--orange);font-size:7px;font-style:normal;font-weight:800}
.market-buy-button{display:flex;width:100%;height:42px;align-items:center;justify-content:space-between;margin-top:auto;padding:0 14px;border:0;border-radius:11px;color:#fff;background:var(--ink);font-size:10px;font-weight:800}.market-buy-button:hover{background:var(--orange)}
.market-no-plan{display:grid;gap:6px;margin-top:auto;padding:14px;border-radius:12px;background:#f8f9fb}.market-no-plan span{color:#667085;font-size:10px}.market-no-plan a{color:var(--orange);font-size:9px;font-weight:800}
.purchase-dialog{position:relative;width:min(100%,650px);max-height:calc(100vh - 30px);overflow:auto;border-radius:21px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.25)}
.purchase-summary{padding:28px 30px 22px;color:#fff;background:linear-gradient(135deg,#101828,#1d2939)}.purchase-summary h2{margin:8px 0 4px;font-size:24px}.purchase-summary>p{margin:0;color:#98a2b3;font-size:11px}.purchase-price{display:flex;align-items:flex-end;gap:12px;margin-top:19px}.purchase-price strong{font-size:28px}.purchase-price span{margin-bottom:4px;color:#98a2b3;font-size:9px}
.purchase-dialog>.modal-close{z-index:2;color:#fff;background:rgba(255,255,255,.1)}.purchase-form{display:grid;gap:15px;padding:25px 30px 30px}.purchase-label{font-size:10px;font-weight:800}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.payment-method{position:relative;display:flex;min-height:80px;align-items:center;gap:9px;padding:10px;border:1px solid var(--line);border-radius:13px;cursor:pointer}.payment-method:has(input:checked){border-color:var(--orange);background:#fff8f3;box-shadow:0 0 0 3px var(--orange-soft)}.payment-method.disabled{cursor:not-allowed;opacity:.5;background:#f8f9fb}.payment-method input{position:absolute;opacity:0}.payment-method-icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;font-size:13px;font-weight:900}.payment-method-icon.crypto{color:#067647;background:#ecfdf3}.payment-method-icon.stripe{color:#3538cd;background:#eef4ff}.payment-method-icon.bank{color:#b54708;background:#fffaeb}.payment-method>span:nth-of-type(2){display:grid;gap:4px;min-width:0}.payment-method strong{font-size:9px}.payment-method small{color:#98a2b3;font-size:7px}.payment-method>i{display:none;margin-left:auto;color:var(--orange);font-size:10px;font-style:normal}.payment-method:has(input:checked)>i{display:block}.payment-method>em{position:absolute;right:7px;top:7px;padding:3px 5px;border-radius:6px;color:#b54708;background:#fffaeb;font-size:6px;font-style:normal;font-weight:800}
.crypto-fields{display:grid;gap:13px}.wallet-address{display:grid;grid-template-columns:1fr auto;gap:6px;padding:12px;border:1px dashed #f7b68d;border-radius:12px;background:#fff8f3}.wallet-address>span{grid-column:1/-1;color:#9a3412;font-size:8px;font-weight:800}.wallet-address code{overflow:hidden;color:#344054;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.wallet-address button{border:0;color:var(--orange);background:transparent;font-size:8px;font-weight:850}.crypto-warning{padding:10px;border-radius:10px;color:#b54708;background:#fffaeb;font-size:8px;line-height:1.5}.stripe-note{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #c7d7fe;border-radius:13px;background:#f5f8ff}.stripe-note>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;color:#fff;background:#635bff;font-weight:900}.stripe-note p{display:grid;gap:4px;margin:0;color:#667085;font-size:9px}.stripe-note strong{color:#344054;font-size:10px}

@media(max-width:1250px){.market-grid{grid-template-columns:1fr}.market-card{grid-template-columns:160px 1fr}.market-card-visual{min-height:360px}}
@media(max-width:780px){.auth-language{right:22px;top:82px}.header-user>.language-switcher{display:inline-flex!important}.conversation-dialog{width:100%}.market-card{grid-template-columns:1fr}.market-card-visual{min-height:150px}.market-product-type{right:18px;left:auto}.payment-methods{grid-template-columns:1fr}.purchase-form,.purchase-summary{padding-right:20px;padding-left:20px}}

.back-to-site{display:inline-flex;height:34px;align-items:center;padding:0 11px;border:1px solid var(--line);border-radius:9px;color:#475467;background:#fff;font-size:9px;font-weight:750;text-decoration:none}.back-to-site:hover{border-color:#ffb58b;color:var(--orange)}
.market-categories{display:flex;gap:8px;margin:18px 0 22px;overflow-x:auto;padding-bottom:3px}.market-categories button{display:flex;align-items:center;gap:8px;height:38px;padding:0 14px;border:1px solid var(--line);border-radius:11px;color:#667085;background:#fff;white-space:nowrap;font-size:10px;font-weight:800}.market-categories button span{display:grid;min-width:20px;height:20px;place-items:center;border-radius:7px;background:#f2f4f7;font-size:8px}.market-categories button.active{border-color:#101828;color:#fff;background:#101828}.market-categories button.active span{color:#101828;background:#fff}
.market-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.market-card-v3{display:block}.market-card-cover{position:relative;height:225px;overflow:hidden;background:#101828}.market-card-cover>img{width:100%;height:100%;object-fit:cover;object-position:top}.market-cover-placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(135deg,#101828,#344054)}.market-cover-placeholder span{display:grid;width:75px;height:75px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:24px;color:#fff;background:rgba(255,255,255,.08);font-size:32px;font-weight:900}.market-category-pill,.market-badge{position:absolute;top:14px;padding:6px 9px;border-radius:9px;font-size:8px;font-weight:850}.market-category-pill{left:14px;color:#fff;background:rgba(16,24,40,.82);backdrop-filter:blur(8px)}.market-badge{right:14px;color:#fff;background:var(--orange)}.market-card-v3 .market-card-body{min-height:250px}.market-card-v3 .market-card-body h2{margin-top:0}.market-card-bottom{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}.market-from-price{display:grid;grid-template-columns:auto auto;align-items:end;gap:2px 5px}.market-from-price small{grid-column:1/-1;color:#98a2b3;font-size:8px}.market-from-price strong{font-size:16px}.market-from-price span{margin-bottom:2px;color:#98a2b3;font-size:8px}.market-detail-button{height:38px;padding:0 13px;border:0;border-radius:10px;color:#fff;background:#101828;font-size:9px;font-weight:800}.market-detail-button:hover{background:var(--orange)}
.product-detail-modal{padding:20px}.product-detail-dialog{position:relative;z-index:2;display:grid;width:min(1180px,100%);max-height:calc(100vh - 40px);grid-template-columns:52% 48%;overflow:auto;border-radius:22px;background:#fff;box-shadow:0 30px 100px rgba(16,24,40,.32)}.product-detail-gallery{padding:28px;background:#f5f7fa}.product-detail-main-media{display:grid;overflow:hidden;min-height:340px;place-items:center;border-radius:17px;background:#101828}.product-detail-main-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.detail-media-placeholder{display:grid;width:100%;min-height:340px;place-items:center;color:#fff;font-size:80px;font-weight:900}.product-detail-thumbs{display:flex;gap:9px;margin-top:10px}.product-detail-thumbs button{overflow:hidden;width:86px;height:54px;padding:0;border:2px solid transparent;border-radius:9px;background:#fff}.product-detail-thumbs button:hover{border-color:var(--orange)}.product-detail-thumbs img{width:100%;height:100%;object-fit:cover}.product-video-card{display:flex;align-items:center;gap:11px;margin-top:18px;padding:14px;border:1px dashed #d0d5dd;border-radius:13px;background:#fff}.product-video-card>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:var(--orange)}.product-video-card>div{display:grid;gap:3px}.product-video-card strong{font-size:10px}.product-video-card small{color:#98a2b3;font-size:8px}.product-detail-content{padding:38px}.product-detail-content h2{margin:8px 0 11px;font-size:28px;letter-spacing:-.035em}.product-detail-lead{color:#667085;font-size:11px;line-height:1.75}.product-detail-content h3{margin:24px 0 11px;font-size:11px}.product-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-feature-list>div{display:flex;gap:9px;padding:11px;border-radius:11px;background:#f8f9fb}.product-feature-list>div>span{display:grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border-radius:7px;color:#067647;background:#dcfae6;font-size:9px}.product-feature-list>div>div{display:grid;gap:3px}.product-feature-list strong{font-size:9px}.product-feature-list small{color:#98a2b3;font-size:8px;line-height:1.45}.product-detail-plans{display:grid;gap:8px}.detail-plan{display:grid;width:100%;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:12px 13px;border:1px solid var(--line);border-radius:12px;color:#101828;background:#fff;text-align:left}.detail-plan:hover{border-color:#ffb58b;background:#fff9f5}.detail-plan>span{display:grid;gap:3px}.detail-plan strong{font-size:10px}.detail-plan small{color:#98a2b3;font-size:8px}.detail-plan b{font-size:12px}.detail-plan i{color:var(--orange);font-size:8px;font-style:normal;font-weight:850}.product-quote-link{display:flex;align-items:center;justify-content:space-between;padding:14px;border-radius:12px;color:#fff;background:#101828;font-size:10px;font-weight:800;text-decoration:none}
@media(max-width:980px){.market-grid-v3{grid-template-columns:1fr}.product-detail-dialog{grid-template-columns:1fr}.product-detail-main-media{min-height:240px}.product-detail-content{padding:25px}.header-user .back-to-site{display:none}}@media(max-width:620px){.product-detail-modal{padding:0}.product-detail-dialog{max-height:100vh;border-radius:0}.product-detail-gallery{padding:18px}.product-feature-list{grid-template-columns:1fr}.market-card-cover{height:180px}.market-card-bottom{align-items:stretch;flex-direction:column}.market-detail-button{width:100%}.conversation-head{padding:18px}.close-ticket-button{padding:0 8px}}

/* Market V3.1 */
.market-card[hidden],.market-card.filtered-out{display:none!important}
.market-welcome h1{font-size:34px}.market-welcome p{font-size:13px}.market-security strong{font-size:12px}.market-security small{font-size:10px}
.market-categories button{height:44px;padding:0 18px;font-size:12px}.market-categories button span{font-size:10px}
.market-card-v3 .market-card-body{padding:27px}.market-card-v3 .market-card-body h2{font-size:23px}.market-card-v3 .market-card-body>p{font-size:12px;line-height:1.7}
.market-card-bottom{display:grid;grid-template-columns:1fr;align-items:stretch}
.market-from-price{display:grid;grid-template-columns:auto 1fr;min-height:76px;align-items:center;padding:13px 15px;border:1px solid #fed7aa;border-radius:14px;background:linear-gradient(135deg,#fff7ed,#ffedd5)}
.market-from-price small{color:#9a3412;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.market-from-price strong{color:#9a3412;font-size:22px}.market-from-price span{color:#c2410c;font-size:10px}
.market-card-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:8px}.market-detail-button,.market-card-buy{width:100%;height:44px;border-radius:11px;font-size:11px;font-weight:850}.market-detail-button{border:1px solid #d0d5dd;color:#344054;background:#fff}.market-detail-button:hover{border-color:#ffb58b;color:var(--orange);background:#fff8f3}.market-card-buy{border:0;color:#fff;background:linear-gradient(135deg,#ff7a30,#f25500);box-shadow:0 8px 18px rgba(242,85,0,.2)}.market-card-buy:hover{transform:translateY(-1px);box-shadow:0 11px 25px rgba(242,85,0,.28)}.market-card-buy.quote{background:#101828}
.product-detail-main-media img{cursor:zoom-in}.product-detail-content h3{font-size:13px}.product-detail-lead{font-size:13px}.product-feature-list strong{font-size:11px}.product-feature-list small{font-size:10px}.detail-plan strong{font-size:12px}.detail-plan small{font-size:10px}.detail-plan b{font-size:14px}.detail-plan i{font-size:10px}
.custom-development-note{display:flex;align-items:center;gap:11px;margin-top:14px;padding:14px;border:1px solid #fed7aa;border-radius:13px;background:#fff7ed}.custom-development-note[hidden]{display:none!important}.custom-development-note>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;color:#fff;background:var(--orange);font-size:20px}.custom-development-note>div{display:grid;gap:4px}.custom-development-note strong{font-size:11px}.custom-development-note small{color:#9a3412;font-size:9px;line-height:1.5}
.product-quote-link{width:100%;margin-top:10px;border:0;cursor:pointer}
.image-lightbox{z-index:1300;padding:35px}.image-lightbox>img{position:relative;z-index:2;display:block;max-width:min(1500px,96vw);max-height:92vh;border-radius:12px;box-shadow:0 30px 100px rgba(0,0,0,.55)}.lightbox-close{position:fixed;z-index:3;right:24px;top:20px;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;background:rgba(16,24,40,.8);font-size:26px}
.quote-dialog{position:relative;z-index:2;width:min(560px,calc(100% - 30px));padding:32px;border-radius:21px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3)}.quote-dialog h2{margin:8px 0 10px;font-size:25px}.quote-dialog>p{margin:0 0 20px;color:#667085;font-size:12px;line-height:1.65}.quote-form-result{padding:12px;border-radius:10px;font-size:10px;font-weight:750}.quote-form-result.success{color:#067647;background:#ecfdf3}.quote-form-result.error{color:#b42318;background:#fef3f2}
.ticket-row{position:relative}.ticket-row td:first-child{border-left:4px solid #12b76a}.ticket-row.ticket-closed{background:#fff5f5}.ticket-row.ticket-closed td{border-top:1px solid #fecaca;border-bottom:1px solid #fecaca}.ticket-row.ticket-closed td:first-child{border-left:4px solid #ef4444}.ticket-row.ticket-closed td:last-child{border-right:1px solid #fecaca}.ticket-state-note{display:block;margin-top:5px;color:#667085;font-size:8px;font-weight:600}.ticket-closed .ticket-state-note{color:#b42318}.status-closed{color:#b42318!important;background:#fee4e2!important}.status-open{color:#067647!important;background:#dcfae6!important}
@media(max-width:620px){.market-welcome h1{font-size:27px}.market-welcome p{font-size:12px}.market-card-v3 .market-card-body h2{font-size:21px}.market-card-actions{grid-template-columns:1fr}.quote-dialog{padding:24px}.image-lightbox{padding:10px}}
