:root { --ink:#17142b; --muted:#716f80; --violet:#5538ee; --paper:#f6f5fa; --line:#e9e6f0; --coral:#ff745d; }
* { box-sizing:border-box; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Manrope,"Segoe UI",Arial,sans-serif; }
button,a,input,textarea,select { font:inherit; }
button { cursor:pointer; }
a { color:var(--violet); text-decoration:none; } a:hover { color:#3520bd; }
svg.ic { width:20px; height:20px; stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto; }
.app-shell { min-height:100vh; display:grid; grid-template-columns:244px minmax(0,1fr); }
.desktop-nav { position:sticky; top:0; height:100vh; padding:30px 24px; display:flex; flex-direction:column; background:#fff; border-right:1px solid var(--line); }
.brand,.mobile-brand { display:flex; align-items:center; gap:11px; font-size:22px; font-weight:800; letter-spacing:-.04em; }
.brand-mark { width:39px; height:39px; display:block; border-radius:12px; box-shadow:0 8px 18px #5538ee35; }
.desktop-nav nav { display:grid; gap:7px; margin-top:56px; }
.nav-link { display:flex; align-items:center; gap:14px; padding:13px 15px; border:0; background:transparent; text-align:left; border-radius:14px; color:#777483; font-size:14px; font-weight:650; }
.nav-link:hover,.nav-link.active { background:#f0edff; color:var(--violet); }
.nav-link b { min-width:20px; height:20px; margin-left:auto; display:grid; place-items:center; border-radius:999px; background:#ff745d; color:#fff; font-size:9px; }
.nav-note { margin-top:auto; padding:18px; border-radius:20px; color:#d8d2ff; background:#211c4b; }
.nav-note-icon { display:inline-flex; padding:6px 9px; border-radius:8px; color:#fff; background:#ffffff1d; font-size:11px; font-weight:800; }
.nav-note p { margin:12px 0 0; font-size:12px; line-height:1.55; }
.install-side { margin-top:auto; margin-bottom:12px; padding:12px 13px; display:flex; align-items:center; gap:10px; border:1px solid var(--line); border-radius:13px; background:#fff; color:var(--violet); font-size:12px; font-weight:800; }
.install-side + .nav-note { margin-top:0; }
.main-panel { min-width:0; }
.topbar { height:76px; padding:0 5vw; display:flex; align-items:center; justify-content:flex-end; gap:12px; background:#fff; border-bottom:1px solid var(--line); }
.mobile-brand { display:none; margin-right:auto; }
.current-view { margin-right:auto; color:#8f8b98; font-size:12px; font-weight:750; }
.role-chip { padding:6px 9px 6px 6px; display:flex; align-items:center; gap:7px; border:1px solid var(--line); border-radius:12px; background:#fff; color:#5f5a67; }
.role-chip>span { width:27px; height:27px; display:grid; place-items:center; border-radius:8px; background:#ffd9d0; color:#8c3c31; font-size:8px; font-weight:850; }
.role-chip b { font-size:9px; } .role-chip.translator>span { background:#ded8ff; color:#493491; } .role-chip.admin>span { background:#211c4b; color:#fff; }
.icon-button,.avatar { position:relative; border:0; display:grid; place-items:center; border-radius:50%; }
.icon-button { width:42px; height:42px; background:#f4f2f8; color:#8f8b98; }
.notification-dot { position:absolute; top:5px; right:5px; min-width:16px; height:16px; padding:0 4px; display:grid; place-items:center; border-radius:999px; border:2px solid #fff; background:var(--coral); color:#fff; font-size:8px; font-weight:800; }
.avatar { width:42px; height:42px; background:#ffd6cb; color:#8f3327; font-size:12px; font-weight:800; }
.content { width:min(1180px,92%); margin:0 auto; padding:50px 0 70px; }
.welcome { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; }
.eyebrow { margin:0 0 6px; color:#9a97a5; font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:9px; font-size:clamp(29px,4vw,43px); line-height:1.08; letter-spacing:-.05em; }
.lead { max-width:610px; margin-bottom:0; color:var(--muted); font-size:15px; line-height:1.7; }
.online-pill { padding:9px 12px; display:flex; align-items:center; gap:8px; white-space:nowrap; border:1px solid #d8f0e5; border-radius:999px; background:#effaf5; color:#2b7252; font-size:11px; font-weight:750; }
.online-pill i { width:7px; height:7px; border-radius:50%; background:#2bbf7b; box-shadow:0 0 0 4px #2bbf7b18; }
.hero-card { position:relative; min-height:286px; margin-top:36px; padding:42px 44px; display:flex; align-items:center; overflow:hidden; border-radius:30px; color:var(--ink); background:#fdf9f2; border:1px solid #efe9dd; box-shadow:0 22px 50px #5538ee18; }
.hero-card::before { content:none; }
.hero-copy { position:relative; z-index:2; max-width:510px; }
.hero-kicker { padding:6px 10px; display:inline-block; border-radius:8px; background:#ece8ff; color:#4529c8; font-size:10px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.hero-copy h2 { margin:18px 0 10px; font-size:clamp(28px,4vw,42px); letter-spacing:-.05em; }
.hero-copy p { max-width:440px; margin-bottom:26px; color:var(--muted); line-height:1.6; }
.primary-button { padding:14px 18px; display:inline-flex; align-items:center; gap:24px; border:0; border-radius:13px; background:#4529c8; color:#fff; font-weight:800; box-shadow:0 10px 24px #4529c840; }
.hand-badge { position:absolute; right:7%; width:176px; height:176px; display:grid; place-items:center; border-radius:52% 48% 50% 44%; background:#ffffff13; transform:rotate(-7deg); }
.hand-badge::before { content:""; position:absolute; inset:19px; border:1px solid #ffffff20; border-radius:50%; }
.hand-badge svg { width:92px; height:92px; stroke:#fff; fill:#ffffffee; stroke-width:1.2; transform:rotate(7deg); }
.section-block { margin-top:42px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; margin-bottom:16px; }
.section-heading h2 { margin:0; font-size:23px; letter-spacing:-.035em; }
.text-button { border:0; background:transparent; color:var(--violet); font-size:12px; font-weight:800; }
.order-card { padding:22px; display:grid; grid-template-columns:auto 1fr auto; gap:20px; align-items:center; border:1px solid var(--line); border-radius:21px; background:#fff; box-shadow:0 10px 30px #30226109; }
.date-tile { width:67px; height:76px; display:grid; place-content:center; text-align:center; border-radius:16px; background:#fff0ed; color:#a33e30; }
.date-tile strong { font-size:25px; line-height:1; } .date-tile span { margin-top:6px; font-size:9px; font-weight:850; letter-spacing:.1em; }
.status-row { display:flex; align-items:center; gap:10px; margin-bottom:7px; }
.status { padding:4px 8px; border-radius:999px; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.status.waiting { background:#eaf8f1; color:#28865c; } .status.searching { background:#fff1e9; color:#b85832; } .status.done { background:#f0eff3; color:#7e7988; } .status.live { background:#ece8ff; color:#4328d9; } .status.bad { background:#fff0ed; color:#c45e4c; }
.order-number { color:#aaa7b2; font-size:10px; }
.order-info h3 { margin-bottom:9px; font-size:16px; } .order-info p { margin:4px 0; display:flex; align-items:center; gap:6px; color:#777483; font-size:12px; } .order-info p svg { width:15px; height:15px; color:var(--violet); }
.more-button { width:39px; height:39px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; background:#fff; color:var(--violet); }
.quick-grid { margin-top:18px; display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; }
.quick-card { width:100%; padding:19px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; text-align:left; color:inherit; border:1px solid var(--line); border-radius:18px; background:#fff; }
.quick-icon { width:41px; height:41px; display:grid; place-items:center; border-radius:13px; } .quick-icon.purple { background:#eeebff; color:var(--violet); } .quick-icon.coral { background:#fff0ed; color:#e85f4a; }
.quick-copy { display:grid; gap:4px; } .quick-copy strong { font-size:14px; } .quick-copy small { color:#898692; font-size:11px; } .quick-card>svg:last-child { color:#aaa6b3; }
.demo-note { margin:22px 0 0; color:#a19eaa; font-size:10px; text-align:center; }
.modal-backdrop { position:fixed; z-index:30; inset:0; padding:24px; display:grid; place-items:center; background:#17142bc2; }
.booking-modal { width:min(560px,100%); max-height:calc(100% - 40px); overflow:auto; padding:30px; border-radius:25px; background:#fff; box-shadow:0 30px 90px #0f092b66; }
.modal-head { display:flex; justify-content:space-between; gap:20px; } .modal-head h2 { margin:0; font-size:25px; letter-spacing:-.04em; }
.modal-subtitle { margin:7px 0 0; color:#7e7987; font-size:12px; }
.close-button { width:37px; height:37px; display:grid; place-items:center; border:0; border-radius:50%; background:#f3f1f6; color:#7d7987; }
.progress { height:4px; margin:22px 0 27px; overflow:hidden; border-radius:10px; background:#ece9f2; } .progress i { height:100%; display:block; border-radius:10px; background:var(--violet); }
.step-body { min-height:270px; }
.field-label { display:block; margin:20px 0 10px; color:#706d79; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.choice-row { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:9px; }
.choice { padding:12px 8px; display:grid; gap:4px; border:1px solid var(--line); border-radius:14px; background:#fff; color:#8b8792; }
.choice span { font-size:9px; font-weight:800; } .choice strong { color:var(--ink); font-size:19px; }
.choice.active,.time.active { border-color:var(--violet); background:#f0edff; color:var(--violet); } .choice.active strong { color:var(--violet); }
.time-grid { display:grid; grid-template-columns:repeat(5, minmax(0,1fr)); gap:8px; }
.time { min-height:44px; padding:11px 5px; border:1px solid var(--line); border-radius:11px; background:#fff; color:#55515f; font-size:12px; font-weight:750; }
.input-wrap { padding:0 14px; display:flex; align-items:center; gap:9px; border:1px solid var(--line); border-radius:13px; background:#fff; } .input-wrap svg { color:var(--violet); }
.input-wrap input { width:100%; min-height:48px; padding:0; border:0; outline:0; color:var(--ink); background:transparent; }
.input-wrap:focus-within,textarea:focus { border-color:var(--violet); }
.geo-row { margin-top:10px; display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:9px; }
.big-choice { min-height:56px; padding:12px; display:flex; align-items:center; justify-content:center; gap:9px; border:1px solid var(--line); border-radius:13px; background:#fff; color:var(--violet); font-size:13px; font-weight:800; }
.big-choice.active { border-color:var(--violet); background:#f0edff; }
textarea { width:100%; min-height:82px; padding:13px; resize:vertical; border:1px solid var(--line); border-radius:13px; outline:none; background:#fff; }
.summary { text-align:center; } .summary-icon { width:58px; height:58px; margin:12px auto 17px; display:grid; place-items:center; border-radius:50%; background:#eaf8f1; color:#27825b; }
.summary h3 { margin-bottom:7px; font-size:20px; } .summary>p { color:var(--muted); font-size:13px; }
.summary-line { padding:13px 0; display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); font-size:12px; text-align:left; } .summary-line span { color:#8b8792; } .summary-line strong { text-align:right; }
.modal-actions { margin-top:22px; display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap; }
.continue-button,.secondary-button,.solid-button,.outline-button,.danger-button { min-height:44px; padding:12px 18px; border-radius:12px; font-size:12px; font-weight:800; white-space:nowrap; }
.continue-button { min-width:170px; display:inline-flex; align-items:center; justify-content:center; gap:20px; border:0; background:var(--violet); color:#fff; }
.continue-button.disabled { opacity:.45; }
.secondary-button,.outline-button { border:1px solid var(--line); background:#fff; color:#6d6976; } .outline-button { color:var(--violet); }
.solid-button { border:0; background:var(--violet); color:#fff; box-shadow:0 8px 18px #5538ee28; }
.danger-button { border:1px solid #f3d8d3; background:#fff4f2; color:#c45e4c; }
.toast { position:fixed; z-index:50; left:50%; bottom:28px; width:max-content; max-width:calc(100% - 30px); padding:13px 18px; display:flex; align-items:center; gap:9px; transform:translateX(-50%); border-radius:14px; background:#201b42; color:#fff; font-size:12px; font-weight:700; box-shadow:0 16px 40px #17142b55; } .toast svg { color:#7ee1ae; }
.bottom-nav { display:none; }
.screen-title { display:flex; justify-content:space-between; align-items:flex-start; gap:24px; margin-bottom:30px; } .screen-title h1 { margin-bottom:8px; } .screen-title>div>p:last-child { color:var(--muted); font-size:13px; }
.segmented { width:max-content; margin-bottom:20px; padding:4px; display:flex; gap:3px; border:1px solid var(--line); border-radius:13px; background:#fff; }
.segmented button { min-height:40px; padding:9px 15px; border:0; border-radius:9px; background:transparent; color:#888491; font-size:11px; font-weight:750; } .segmented button.active { background:#ece8ff; color:var(--violet); }
.orders-list { display:grid; gap:13px; } .orders-list .order-card { box-shadow:none; }
.empty-state { padding:70px 20px; display:grid; justify-items:center; border:1px dashed #dcd7e5; border-radius:22px; background:#fff8; text-align:center; }
.empty-state>span { width:58px; height:58px; display:grid; place-items:center; border-radius:18px; background:#eeebff; color:var(--violet); } .empty-state h2 { margin:18px 0 7px; } .empty-state p { color:var(--muted); font-size:12px; }
.support-layout { min-height:560px; display:grid; grid-template-columns:230px 1fr; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:#fff; }
.ticket-list { padding:16px; display:flex; flex-direction:column; gap:8px; border-right:1px solid var(--line); background:#fbfafd; }
.new-ticket { margin-bottom:10px; min-height:44px; padding:12px; border:0; border-radius:11px; background:var(--violet); color:#fff; font-size:11px; font-weight:800; }
.ticket-item { padding:13px; display:grid; gap:4px; text-align:left; border:1px solid transparent; border-radius:12px; background:transparent; color:#716d79; }
.ticket-item.active { border-color:#ded8ff; background:#f1eeff; color:var(--violet); } .ticket-item span { font-size:9px; font-weight:850; } .ticket-item strong { font-size:12px; } .ticket-item small { font-size:9px; color:#9b97a2; }
.chat-card { min-width:0; display:grid; grid-template-rows:auto 1fr auto; }
.chat-head { padding:17px 20px; display:flex; align-items:center; gap:11px; border-bottom:1px solid var(--line); }
.operator-avatar { width:39px; height:39px; display:grid; place-items:center; border-radius:12px 12px 12px 4px; background:#5538ee; color:#fff; font-size:10px; font-weight:850; }
.chat-head>div:last-child { display:grid; gap:3px; } .chat-head strong { font-size:12px; } .chat-head span { color:#96929e; font-size:9px; }
.chat-messages { padding:25px; display:flex; flex-direction:column; gap:12px; overflow:auto; background:linear-gradient(#fff,#fbfaff); }
.bubble { max-width:min(420px,80%); padding:12px 14px 8px; border-radius:16px; } .bubble p { margin:0; font-size:12px; line-height:1.55; } .bubble span { display:block; margin-top:5px; font-size:8px; opacity:.65; text-align:right; }
.bubble.support { align-self:flex-start; border-radius:4px 16px 16px; background:#f0edf6; } .bubble.user { align-self:flex-end; border-radius:16px 4px 16px 16px; background:var(--violet); color:#fff; }
.chat-compose { padding:14px; display:grid; grid-template-columns:auto 1fr auto; gap:8px; border-top:1px solid var(--line); }
.chat-compose>button:first-child { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--violet); }
.chat-compose input { min-width:0; min-height:44px; padding:0 12px; border:1px solid var(--line); border-radius:10px; outline:none; } .chat-compose input:focus { border-color:var(--violet); }
.send-button { padding:0 17px; border:0; border-radius:10px; background:var(--violet); color:#fff; font-size:10px; font-weight:800; }
.profile-hero { padding:26px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px; border:1px solid var(--line); border-radius:22px; background:#fff; } .profile-hero h1 { margin-bottom:8px; } .profile-hero p { color:var(--muted); font-size:13px; margin:0; }
.profile-avatar { width:76px; height:76px; display:grid; place-items:center; border-radius:22px; background:linear-gradient(145deg,#ffd8cf,#ffb9a9); color:#87372b; font-size:21px; font-weight:850; } .translator-avatar { background:linear-gradient(145deg,#dcd5ff,#a894ff); color:#3c268e; }
.profile-grid { margin-top:18px; display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:18px; }
.panel-card { padding:23px; border:1px solid var(--line); border-radius:19px; background:#fff; } .panel-card h2 { margin-bottom:18px; font-size:16px; }
.panel-card dl { margin:0; display:grid; } .panel-card dl div { padding:12px 0; display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); } .panel-card dt { color:#8e8a96; font-size:11px; } .panel-card dd { margin:0; font-size:12px; font-weight:750; text-align:right; }
.setting-row { width:100%; min-height:52px; padding:13px 0; display:flex; justify-content:space-between; align-items:center; text-align:left; border:0; border-top:1px solid var(--line); background:transparent; color:inherit; } .setting-row span { display:grid; gap:4px; } .setting-row strong { font-size:12px; } .setting-row small { color:#96929e; font-size:10px; } .setting-row b { color:var(--violet); font-size:12px; }
.toggle { position:relative; width:36px; height:21px; flex:0 0 auto; border-radius:999px; background:#ddd9e2; } .toggle::after { content:""; position:absolute; width:15px; height:15px; left:3px; top:3px; border-radius:50%; background:#fff; box-shadow:0 2px 5px #0002; } .toggle.on { background:var(--violet); } .toggle.on::after { left:18px; }
.review-list { display:grid; gap:10px; } .review { padding:12px 0; border-top:1px solid var(--line); font-size:12px; color:#55515f; } .review b { color:#c88b15; }
.translator-header { padding:30px 34px; display:flex; justify-content:space-between; align-items:flex-start; gap:22px; border-radius:24px; color:#fff; background:linear-gradient(120deg,#211c4b,#5538ee); box-shadow:0 20px 45px #31217020; } .translator-header h1 { margin-bottom:8px; } .translator-header p:last-child { margin:0; color:#d4cef3; font-size:12px; }
.availability { min-height:44px; padding:10px 13px; display:flex; align-items:center; gap:8px; border:1px solid #ffffff22; border-radius:999px; background:#ffffff12; color:#c7c0ea; font-size:10px; font-weight:800; } .availability i { width:7px; height:7px; border-radius:50%; background:#88839e; } .availability.online { color:#d9ffeb; } .availability.online i { background:#58dd98; box-shadow:0 0 0 4px #58dd9828; }
.tabs { margin:18px 0 24px; display:flex; gap:5px; overflow:auto; border-bottom:1px solid var(--line); } .tabs button { min-height:44px; padding:11px 14px; white-space:nowrap; border:0; border-bottom:2px solid transparent; background:transparent; color:#85818d; font-size:11px; font-weight:800; } .tabs button.active { border-color:var(--violet); color:var(--violet); }
.translator-summary { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:13px; } .translator-summary article { padding:18px; border:1px solid var(--line); border-radius:16px; background:#fff; } .translator-summary span { color:#96929e; font-size:10px; } .translator-summary strong { display:block; margin:7px 0 4px; font-size:20px; letter-spacing:-.04em; } .translator-summary p { margin:0; color:#97939f; font-size:10px; }
.available-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:13px; }
.available-order { padding:19px; border:1px solid var(--line); border-radius:18px; background:#fff; } .available-top { display:flex; justify-content:space-between; align-items:center; gap:12px; } .order-kind { padding:5px 7px; border-radius:7px; background:#f0edff; color:var(--violet); font-size:9px; font-weight:800; } .available-top>strong { color:#302666; font-size:14px; }
.available-order h3 { margin:15px 0 8px; font-size:16px; } .available-place { min-height:34px; margin-bottom:12px; color:#6f6b77; font-size:11px; line-height:1.55; } .available-meta { display:flex; flex-wrap:wrap; gap:6px 11px; color:#94909b; font-size:10px; }
.available-actions { margin-top:15px; padding-top:14px; display:flex; justify-content:flex-end; gap:8px; border-top:1px solid var(--line); }
.translator-active { position:relative; margin-top:15px; display:grid; grid-template-columns:190px 1fr auto; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#fff; }
.active-map { position:relative; min-height:245px; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle at 30% 30%,#ebe8ff,#d9d3fa); }
.active-map>span { position:relative; z-index:3; width:48px; height:48px; display:grid; place-items:center; border:5px solid #fff; border-radius:50% 50% 50% 8px; background:var(--violet); color:#fff; box-shadow:0 8px 18px #5538ee55; }
.active-info { min-width:0; padding:23px; } .active-info h2 { margin-bottom:7px; font-size:19px; } .active-info>p { margin:7px 0; color:#77727f; font-size:11px; } .active-client { color:#42399a!important; font-weight:700; }
.active-price { padding:23px 20px; text-align:right; } .active-price span { display:block; color:#9995a0; font-size:9px; } .active-price strong { display:block; margin-top:5px; font-size:18px; }
.active-timeline { margin:22px 0 18px; display:flex; align-items:center; color:#aaa6af; font-size:9px; font-weight:800; } .active-timeline span { position:relative; padding-top:15px; } .active-timeline span::before { content:""; position:absolute; top:0; left:50%; width:8px; height:8px; transform:translateX(-50%); border-radius:50%; background:#dcd8e1; } .active-timeline span.done { color:#368760; } .active-timeline span.done::before { background:#42b779; box-shadow:0 0 0 4px #42b77918; } .active-timeline i { flex:1; height:1px; margin:0 5px 12px; background:#ddd9e2; }
.active-actions { display:flex; flex-wrap:wrap; gap:7px; }
.history-list { margin-top:14px; overflow:hidden; border:1px solid var(--line); border-radius:17px; background:#fff; } .history-row { width:100%; padding:14px 17px; display:grid; grid-template-columns:auto minmax(130px,1fr) auto auto; align-items:center; gap:13px; text-align:left; border:0; border-bottom:1px solid var(--line); background:#fff; color:inherit; } .history-row:last-child { border-bottom:0; } .history-row>span:nth-child(2) { display:grid; gap:4px; } .history-row strong { font-size:11px; } .history-row small { color:#9995a0; font-size:9px; } .history-row b { font-size:12px; } .history-row em { color:#c88b15; font-size:10px; font-style:normal; }
.row-avatar { width:37px; height:37px; display:grid; place-items:center; border-radius:11px; background:#ffe6df; color:#994638; font-size:9px; font-weight:850; } .row-avatar.purple { background:#eeebff; color:var(--violet); } .row-avatar.coral { background:#fff0ed; color:#d65b47; }
.stars { display:flex; gap:6px; margin:10px 0; } .star { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:#fff; color:#d9d5df; } .star.on { border-color:#f2d58c; background:#fff8e6; color:#c88b15; } .star svg { width:22px; height:22px; fill:currentColor; stroke:none; }
.stats-grid { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:13px; } .stat-card { position:relative; padding:20px; border:1px solid var(--line); border-radius:17px; background:#fff; } .stat-card>strong { display:block; margin-bottom:5px; font-size:28px; letter-spacing:-.04em; } .stat-card h3 { margin:0 0 8px; font-size:11px; } .stat-card p { margin:0; color:#97939f; font-size:10px; }
.admin-table-card { overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; } .card-head { padding:18px 19px; display:flex; justify-content:space-between; align-items:center; gap:15px; border-bottom:1px solid var(--line); } .card-head h2 { margin:0 0 4px; font-size:14px; } .card-head p { margin:0; color:#96929e; font-size:10px; }
.admin-rows { display:grid; } .admin-row { min-width:0; padding:14px 17px; display:grid; grid-template-columns:auto minmax(120px,1fr) auto auto; align-items:center; gap:11px; border-bottom:1px solid var(--line); } .admin-row:last-child { border-bottom:0; }
.row-main { min-width:0; display:grid; gap:4px; } .row-main strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:11px; } .row-main small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#9995a0; font-size:9px; }
.row-state { padding:5px 7px; border-radius:999px; background:#fff1e9; color:#b75a35; font-size:8px; font-weight:850; text-transform:uppercase; } .row-state.ok { background:#eaf8f1; color:#28865c; } .row-state.muted { background:#f1eff3; color:#817c87; } .row-state.live { background:#ece8ff; color:#4328d9; }
.row-actions { display:flex; gap:5px; } .row-actions button { min-height:36px; padding:6px 10px; border:1px solid #dcd5ff; border-radius:7px; background:#f4f1ff; color:var(--violet); font-size:9px; font-weight:800; } .row-actions button.danger { border-color:#f3d8d3; background:#fff4f2; color:#c45e4c; }
.code-form { padding:18px 19px; display:grid; grid-template-columns:auto 1fr auto; gap:9px; align-items:center; border-bottom:1px solid var(--line); background:#fbfafd; }
.code-form select,.code-form input { min-height:44px; padding:0 12px; border:1px solid var(--line); border-radius:11px; background:#fff; outline:none; color:var(--ink); } .code-form input { min-width:0; }
code.invite { font-family:ui-monospace,Consolas,monospace; font-size:12px; font-weight:800; letter-spacing:.06em; color:#302666; }
.notifications-panel { position:fixed; z-index:40; top:84px; right:5vw; width:min(390px,100%); padding:22px; border-radius:20px; background:#fff; box-shadow:0 25px 70px #17142b4d; } .notifications-panel h2 { margin:0; font-size:21px; }
.notice-item { width:100%; padding:15px 0; display:grid; grid-template-columns:auto 1fr; gap:12px; text-align:left; border:0; border-top:1px solid var(--line); background:transparent; color:inherit; } .notice-item strong { font-size:11px; } .notice-item p { margin:5px 0; color:#77727f; font-size:10px; line-height:1.5; } .notice-item small { color:#aaa6af; font-size:9px; }
.notice-dot { width:9px; height:9px; margin-top:4px; border-radius:50%; background:#ddd9e2; } .notice-dot.unread { background:var(--coral); }
.demo-banner { padding:9px 12px; border-radius:10px; background:#fff1e9; color:#b85832; font-size:11px; font-weight:750; text-align:center; }
.hint-badge { margin-top:14px; padding:12px 14px; display:flex; align-items:center; gap:10px; border:1px dashed #c8bfff; border-radius:13px; background:#f7f5ff; color:#4328d9; font-size:12px; font-weight:700; }
@media (max-width:760px) {
  .app-shell { display:block; } .desktop-nav { display:none; } .topbar { height:68px; padding:0 20px; } .mobile-brand { display:flex; font-size:19px; } .mobile-brand .brand-mark { width:34px; height:34px; border-radius:11px 11px 11px 4px; font-size:11px; } .current-view { display:none; } .role-chip b { display:none; }
  .content { width:auto; padding:30px 18px 105px; } .welcome { display:block; } .online-pill { width:max-content; margin-top:18px; } .lead { font-size:13px; }
  .hero-card { min-height:310px; padding:31px 25px; align-items:flex-start; border-radius:24px; } .hero-copy { max-width:100%; } .hero-copy h2 { font-size:31px; } .hero-copy p { max-width:270px; font-size:13px; } .primary-button { position:absolute; top:194px; min-width:218px; } .hand-badge { width:118px; height:118px; right:-15px; bottom:-8px; } .hand-badge svg { width:60px; height:60px; }
  .section-block { margin-top:33px; } .order-card { grid-template-columns:auto 1fr; padding:17px; gap:14px; } .more-button { display:none; } .order-info h3 { font-size:14px; } .quick-grid { grid-template-columns:1fr; }
  .bottom-nav { position:fixed; z-index:10; left:0; right:0; bottom:0; height:76px; padding:9px 10px max(9px, env(safe-area-inset-bottom)); display:flex; align-items:center; border-top:1px solid var(--line); background:#fffc; }
  .bottom-nav a, .bottom-nav button { flex:1; min-width:0; min-height:44px; border:0; background:transparent; display:grid; justify-items:center; gap:3px; color:#9995a3; font-size:10px; font-weight:650; line-height:1.1; text-align:center; } .bottom-nav a.active, .bottom-nav button.active { color:var(--violet); font-weight:800; } .bottom-nav svg.ic { width:22px; height:22px; }
  .bottom-action { width:48px; height:48px; margin-top:-27px; display:grid; place-items:center; border:5px solid var(--paper); border-radius:50%; background:var(--violet); color:#fff; box-shadow:0 8px 20px #5538ee55; }
  .booking-modal { padding:23px 19px; border-radius:22px; } .modal-backdrop { padding:10px; } .time-grid { grid-template-columns:repeat(3, minmax(0,1fr)); } .toast { bottom:92px; }
  .screen-title { display:block; } .screen-title>.solid-button { margin-top:16px; } .support-layout { grid-template-columns:1fr; min-height:520px; } .ticket-list { display:none; } .chat-compose { grid-template-columns:auto 1fr; } .send-button { grid-column:1/-1; padding:11px; }
  .profile-hero { grid-template-columns:auto 1fr; padding:19px; } .profile-hero .outline-button { grid-column:1/-1; } .profile-avatar { width:58px; height:58px; border-radius:17px; font-size:16px; } .profile-grid { grid-template-columns:1fr; }
  .translator-header { display:block; padding:23px 20px; } .translator-header h1 { font-size:30px; } .availability { width:max-content; margin-top:15px; } .translator-summary { grid-template-columns:1fr 1fr; } .available-grid { grid-template-columns:1fr; } .translator-active { grid-template-columns:1fr; } .active-map { min-height:150px; } .active-price { display:none; } .active-actions { display:grid; }
  .stats-grid { grid-template-columns:1fr 1fr; } .admin-row { grid-template-columns:auto 1fr; } .admin-row .row-state { justify-self:start; grid-column:2; } .admin-row .row-actions { grid-column:1/-1; } .row-actions button { flex:1; } .code-form { grid-template-columns:1fr; }
  .notifications-panel { top:76px; right:10px; left:10px; width:auto; } .history-row { grid-template-columns:auto 1fr auto; } .history-row em { display:none; }
}

/* app-only */
.field { display:grid; gap:8px; margin-top:14px; } .field>label { color:#706d79; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.input { width:100%; min-height:48px; padding:0 14px; border:1px solid var(--line); border-radius:13px; background:#fff; color:var(--ink); outline:0; } .input:focus { border-color:var(--violet); } select.input { appearance:auto; }
.error { padding:10px 12px; border-radius:11px; background:#fff0ed; color:#c45e4c; font-size:12px; font-weight:700; }
.auth-card { width:min(440px,100%); margin:0 auto; padding:30px 22px 40px; display:flex; flex-direction:column; gap:14px; }
.steps>fieldset { border:0; padding:0; margin:0; } .steps>fieldset[hidden] { display:none; }
.pill-input { display:none; } .pill-input+label { min-height:44px; padding:11px 5px; display:grid; place-items:center; border:1px solid var(--line); border-radius:11px; background:#fff; color:#55515f; font-size:12px; font-weight:750; cursor:pointer; } .pill-input:checked+label { border-color:var(--violet); background:#f0edff; color:var(--violet); }
.star-input { display:none; } .star-input+label { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:#fff; color:#d9d5df; cursor:pointer; } .star-input+label svg { width:22px; height:22px; fill:currentColor; }
.stars-form { display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:6px; } .stars-form .star-input:checked ~ label, .stars-form label:hover, .stars-form label:hover ~ label { border-color:#f2d58c; background:#fff8e6; color:#c88b15; }
.msg-file { display:inline-flex; align-items:center; gap:6px; margin-top:6px; font-size:12px; }
.bubble.support a { color:#3520bd; } .bubble.user a { color:#fff; text-decoration:underline; }
.ios-hint { margin:0 0 18px; padding:12px 14px; border-radius:13px; background:#fff1e9; color:#b85832; font-size:12px; font-weight:700; }
[hidden] { display:none !important; }
.pin-input { text-align:center; font-size:24px; letter-spacing:.3em; }
.cal { display:grid; grid-template-columns:repeat(7, minmax(0,1fr)); gap:6px; }
.cal-head { color:#9a97a5; font-size:10px; font-weight:800; text-align:center; padding-bottom:4px; }
.cal-month { grid-column:auto; color:#706d79; font-size:11px; font-weight:800; padding-top:8px; white-space:nowrap; overflow:visible; }
.cal .cal-day { min-height:44px; padding:8px 0; justify-items:center; } .cal .cal-day strong { font-size:16px; }
#pin-lock.modal-backdrop { background:var(--paper); }
.hero-art { position:absolute; right:0; top:0; height:100%; max-width:48%; object-fit:cover; object-position:left top; z-index:1; }
@media (max-width:760px) { .hero-art { position:static; display:block; width:100%; max-width:100%; height:auto; margin:14px -25px -31px; width:calc(100% + 50px); object-fit:contain; }
  .hero-card { display:block; min-height:0; } .primary-button { position:static; margin-top:4px; } }
.row-actions { flex-wrap:wrap; justify-content:flex-end; } .row-actions form { display:flex; gap:4px; } .row-actions select { min-width:0; max-width:150px; }
@media (max-width:760px) {
  .admin-row { grid-template-columns:auto 1fr; } .admin-row .row-state { justify-self:start; grid-column:2; }
  .admin-row .row-actions { grid-column:1/-1; justify-content:stretch; gap:6px; } .row-actions form { flex:1 1 46%; } .row-actions form button { flex:1; min-height:40px; } .row-actions select { flex:1; max-width:none; }
  .code-form { grid-template-columns:1fr; } .card-head { flex-direction:column; align-items:stretch; } .card-head form { width:100%; } .card-head form .input { flex:1; }
}

.wordmark { display:inline-block; height:30px; line-height:0; } .wordmark svg { height:100%; width:auto; } .mobile-brand .wordmark { height:24px; }
.wordmark-inverse { height:34px; margin-bottom:4px; }
.logo-horizontal { width:min(320px, 100%); margin:20px auto 0; line-height:0; } .logo-horizontal svg { width:100%; height:auto; }
.logo-stacked { width:170px; margin:0 auto 18px; line-height:0; } .logo-stacked svg { width:100%; height:auto; }
