:root{--bg-1: #070b16;--bg-2: #0c1427;--bg-3: #121f3a;--fg: #ecf1ff;--muted: #9cb0d8;--line: #1f2a47;--card: #101a31;--card-hover: #142142;--accent: #3ac4ff}*{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:Manrope,Segoe UI,sans-serif;color:var(--fg);background:var(--bg-2);min-height:100vh}.app{max-width:760px;margin:0 auto;padding:calc(28px + env(safe-area-inset-top,0px)) 18px calc(36px + env(safe-area-inset-bottom,0px));min-height:100dvh;display:flex;flex-direction:column}.app-chat-open{padding-bottom:0}.app-bottom-nav{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.header{margin-bottom:18px}.header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.balance{font-size:13px;color:var(--muted);white-space:nowrap}h1{margin:0;font-size:clamp(28px,6vw,40px);letter-spacing:.03em;text-transform:uppercase;font-weight:800}.status{margin:6px 0 0;color:var(--muted);font-size:14px}.status-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-list ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.chat-list-page{display:grid;gap:12px}.chat-status-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chat-status-filter{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--line);border-radius:999px;background:#0b1427;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.01em;text-transform:uppercase;padding:6px 8px;cursor:pointer;min-width:0;text-align:center}.chat-status-filter-label{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0}.chat-status-filter-dot{width:8px;height:8px;border-radius:50%;flex:0 0 8px}.chat-status-filter-dot-all{background:#9cb0d8}.chat-status-filter-dot-pending{background:#8ed3ff}.chat-status-filter-dot-in-progress{background:#ffe28f}.chat-status-filter-dot-complete{background:#9ff6b4}.chat-status-filter-dot-refunded{background:#ffb1b1}.chat-status-filter-active{color:var(--fg);border-color:#2c5fa3;background:#0f2447}.chat-item{border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#0d1830,var(--card));padding:0;transition:background .2s ease,transform .2s ease}.chat-item:hover{background:linear-gradient(145deg,#152549,var(--card-hover));transform:translateY(-1px)}.chat-name{font-size:16px;font-weight:700}.chat-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-btn{width:100%;text-align:left;background:transparent;color:inherit;border:0;padding:14px 16px;cursor:pointer}.chat-btn:disabled{opacity:.65;cursor:not-allowed}.chat-product{margin-top:5px;font-size:13px;color:var(--muted);line-height:1.35}.chat-updated{margin-top:6px;font-size:12px;color:var(--muted)}.chat-last-message{margin-top:6px;font-size:12px;color:var(--muted);line-height:1.35;max-height:2.7em;overflow:hidden;display:grid;gap:6px}.chat-last-message-line{height:1px;width:100%;background:linear-gradient(90deg,rgba(98,129,176,.5),transparent)}.chat-last-message-date{white-space:nowrap;color:var(--muted)}.chat-opening{margin-top:8px;font-size:12px;color:var(--accent)}.chat-status-badge{font-size:11px;border-radius:999px;padding:3px 9px;text-transform:lowercase;white-space:nowrap}.chat-status-badge-pending{color:#8ed3ff;border:1px solid #2c5fa3;background:#0f2447}.chat-status-badge-in-progress{color:#ffe28f;border:1px solid #8f6a1f;background:#3c2e0e}.chat-status-badge-complete{color:#9ff6b4;border:1px solid #2e7b43;background:#0f2f1c}.chat-status-badge-refunded{color:#ffb1b1;border:1px solid #8f2b2b;background:#421515}.empty{border:1px dashed var(--line);border-radius:12px;padding:16px;color:var(--muted);text-align:center}.products{display:grid;gap:14px}.subscription-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.subscription-filter{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--line);border-radius:999px;background:#0b1427;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.01em;text-transform:uppercase;padding:6px 8px;cursor:pointer;min-width:0;text-align:center}.subscription-filter-active{color:var(--fg);border-color:#2c5fa3;background:#0f2447}.product-card{border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#0d1830,var(--card));padding:14px 16px}.product-group-separator{height:1px;width:100%;margin:2px 0;background:linear-gradient(90deg,transparent,rgba(156,176,216,.75),transparent)}.product-card-clickable{cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.product-card-clickable:hover{border-color:#2c5fa3;background:linear-gradient(145deg,#152549,var(--card-hover));transform:translateY(-1px)}.product-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.product-name{min-width:0;flex:1 1 auto;font-size:16px;font-weight:700;overflow-wrap:anywhere;word-break:break-word}.product-country{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.product-price{font-size:15px;font-weight:700;color:var(--fg);white-space:nowrap;flex:0 0 auto}.product-badges{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.badge{font-size:11px;color:var(--accent);border:1px solid #2c5fa3;background:#0f2447;border-radius:999px;padding:3px 9px;text-transform:none;white-space:nowrap}.popup-backdrop{position:fixed;inset:0;background:#05070e99;display:grid;place-items:center;z-index:10;padding:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup-card{width:min(420px,100%);border-radius:16px;border:1px solid var(--line);background:#0b1427;padding:20px;text-align:center;box-shadow:0 20px 40px #00000059}.popup-title{font-size:16px;font-weight:700;line-height:1.4}.popup-actions{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.popup-btn{border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:transparent;color:var(--fg);font-size:14px;font-weight:600;cursor:pointer}.popup-confirm{border-color:#2c5fa3;background:#0f2447}.popup-cancel{background:#0a1222}.bottom-nav{position:fixed;left:0;right:0;bottom:0;padding:10px 18px calc(12px + env(safe-area-inset-bottom,0px));background:#070b16f0;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5}.bottom-nav-inner{max-width:760px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bottom-nav-item{display:inline-flex;justify-content:center;align-items:center;padding:10px 12px;border-radius:999px;text-decoration:none;color:var(--muted);border:1px solid var(--line);background:#0b1427;font-size:13px;font-weight:600;letter-spacing:.02em}.bottom-nav-item.router-link-active{color:var(--fg);border-color:#2c5fa3;background:#0f2447}.chat-view{border:1px solid var(--line);border-radius:14px;padding:0;background:linear-gradient(145deg,#0d1830,var(--card));display:flex;flex-direction:column;gap:0;min-height:0}.transactions-list{display:grid;gap:10px}.transaction-card{border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#0d1830,var(--card));padding:12px 14px;display:grid;gap:8px}.transaction-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.transaction-row-meta{align-items:center}.transaction-product{min-width:0;flex:1 1 auto;font-size:14px;font-weight:700;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.transaction-amount{color:#ffb1b1;font-size:15px;font-weight:800;white-space:nowrap;flex:0 0 auto}.transaction-date{color:var(--muted);font-size:12px}.transaction-message{border-top:1px solid rgba(156,176,216,.2);padding-top:8px;color:var(--muted);font-size:12px;line-height:1.35;white-space:pre-wrap}.chat-list-open{flex:1;min-height:0;display:flex;flex-direction:column}.chat-list-open .chat-view{flex:1;height:100%}.back-btn{border:1px solid var(--line);color:var(--fg);background:transparent;border-radius:10px;padding:8px 10px;cursor:pointer}.chat-title{margin:12px 0 4px;font-size:15px;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.chat-title span{display:inline-block;border:1px solid #2c5fa3;background:#0f2447;border-radius:8px;padding:6px 10px}.chat-view-head{margin:8px 0 6px}.chat-top-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-top-right{display:flex;align-items:center;gap:10px}.chat-sticky-head{position:sticky;top:0;z-index:2;padding:14px 14px 10px;border-top-left-radius:14px;border-top-right-radius:14px;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(145deg,#0d1830,#0f1c37)}.msg-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.chat-messages{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;padding:12px 14px 4px}.msg-item{border:1px solid var(--line);border-radius:10px;padding:10px;background:#0b1428;max-width:88%}.msg-meta{color:var(--muted);font-size:12px;margin-bottom:4px}.msg-text{font-size:14px}.msg-image{max-width:100%;border-radius:8px;border:1px solid var(--line)}.msg-left{justify-self:start;background:#0b1428}.msg-right{justify-self:end;background:#12325a;border-color:#1e4b83}.messages-end{height:1px;scroll-margin-bottom:88px;list-style:none}.chat-compose{display:flex;gap:8px;position:sticky;bottom:0;margin-top:6px;padding:10px 14px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid #2a3d67;background:linear-gradient(145deg,#101f3d,#0d1a34);box-shadow:0 -8px 20px #00000040}.chat-input{flex:1;border:1px solid var(--line);border-radius:10px;background:#0b1428;color:var(--fg);padding:10px 12px;font-size:14px}.chat-input:focus{outline:none;border-color:#2c5fa3}.send-btn{border:1px solid #2c5fa3;border-radius:10px;background:#0f2447;color:var(--fg);padding:10px 12px;cursor:pointer}.health-label{font-size:11px;color:var(--muted)}.health-inline{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:var(--accent);border:1px solid #2c5fa3;background:#0f2447;border-radius:999px;padding:3px 9px;white-space:nowrap}.health-dot{display:inline-block;width:10px;height:10px;border-radius:999px}.health-dot-ok{background:#52e38b;box-shadow:0 0 0 3px #52e38b33}.health-dot-bad{background:#ff6a6a;box-shadow:0 0 0 3px #ff6a6a33}.empty-chat{flex:1;display:flex;align-items:center;justify-content:center}
