:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#111019;color:#f4f7f8;--bg: #111019;--sidebar: #1b1c25;--surface: #1d1f2a;--surface-2: #14131d;--text: #f4f7f8;--muted: #aeb8d6;--line: #33374c;--brand: #4a2cff;--brand-2: #756dff;--accent: #39e7a6;--danger: #ff6b6b;--shadow: 0 20px 50px rgba(0, 0, 0, .22)}:root[data-theme=light]{color-scheme:light;background:#f2f5fb;color:#071a4c;--bg: #f2f5fb;--sidebar: #ffffff;--surface: #ffffff;--surface-2: #eef2fa;--text: #071a4c;--muted: #536486;--line: #dbe2f0;--brand: #4a2cff;--brand-2: #756dff;--accent: #16b87d;--shadow: 0 20px 50px rgba(28, 45, 83, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);color:var(--text);background:var(--surface);border-radius:12px;padding:.72rem .95rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}button:hover,.social-link:hover{border-color:var(--brand)}.social-link{border:1px solid var(--line);color:var(--text);background:var(--surface);border-radius:12px;padding:.72rem .95rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none}.primary{background:linear-gradient(135deg,var(--brand),color-mix(in srgb,var(--brand-2) 72%,var(--brand)));color:#fff;border:0;font-weight:800}.topbar{position:fixed;inset:0 auto 0 0;z-index:20;width:228px;display:flex;flex-direction:column;gap:1rem;align-items:stretch;padding:1.15rem .75rem;background:var(--sidebar);border-right:1px solid var(--line);overflow-y:auto}.brand{border:0;background:transparent;padding:0 .5rem .95rem;font-weight:900;white-space:nowrap;justify-content:flex-start;border-bottom:1px solid var(--line)}.brand img{width:40px;height:40px;object-fit:cover;border-radius:50%}nav,.actions,.hero-actions,.emoji-row,.tabs,.chat-form{display:flex;align-items:center;gap:.6rem}nav{justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:.35rem}nav button{background:transparent;justify-content:flex-start;border-color:transparent;color:var(--muted);font-weight:700;min-height:44px}nav button:hover{color:var(--text);background:color-mix(in srgb,var(--brand) 12%,transparent)}.icon{width:42px;height:42px;padding:0}.icon svg,button svg{width:18px;height:18px}main{width:calc(100% - 228px);margin-left:228px;padding:1.2rem clamp(1.4rem,3vw,3rem) 3rem}.actions{position:static;z-index:25;margin-top:auto;padding:.45rem;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;grid-template-columns:1fr 1fr;justify-content:center;width:100%}.actions .pill{border-radius:12px;width:100%;order:2}.actions .icon{width:100%;order:3}.user-chip{min-height:42px;display:inline-flex;align-items:center;gap:.55rem;padding:.25rem .3rem .25rem .75rem;border-left:1px solid var(--line);color:var(--text);font-weight:800;width:100%;justify-content:center;grid-column:1 / -1;border-left:0;border-bottom:1px solid var(--line);padding:.35rem .25rem .6rem;order:1}.user-chip span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-chip img,.user-chip svg{width:34px;height:34px;border-radius:50%;object-fit:cover;background:var(--surface-2);padding:.15rem}.hero{width:min(1180px,100%);min-height:auto;display:grid;grid-template-columns:minmax(380px,1fr) minmax(320px,.76fr);gap:clamp(2rem,4vw,4rem);align-items:center;margin:4.5rem auto 2.5rem;padding:0}.hero>img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:20px;box-shadow:var(--shadow);max-height:370px}.hero h1{font-size:clamp(3.2rem,5vw,5.7rem);line-height:.95;margin:0 0 1rem}.hero-title{display:grid;width:min(100%,32rem);letter-spacing:0}.hero-title span{display:block}.hero-title span:nth-child(1){text-align:left}.hero-title span:nth-child(2){text-align:center}.hero-title span:nth-child(3){text-align:right}.hero p{color:var(--muted);font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.45;max-width:34rem}.hero-actions{flex-wrap:wrap;max-width:34rem}.hero-actions button,.hero-actions .social-link{min-width:154px;min-height:58px;padding:.8rem 1rem;text-align:center}.hero-actions .social-link{min-width:192px}.band,.page{width:min(1180px,100%);margin-inline:auto;padding:1.5rem 0 3rem}.carousel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.feature{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(260px,1.1fr);gap:1.5rem;align-items:center;min-height:230px;padding:1.25rem;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.feature img,.card img,.order img{width:100%;object-fit:cover;border-radius:8px}.feature img{height:205px}.feature .placeholder{min-height:205px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 16%,transparent),transparent),var(--surface-2)}.feature .placeholder svg{width:42px;height:42px}.feature span{color:var(--brand-2);font-weight:800}.feature h2,.section-title h1,.page h2{margin-top:0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.title-actions{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.card,.panel,.metric,.order{border:1px solid var(--line);background:var(--surface);border-radius:18px;box-shadow:var(--shadow)}.card{padding:1rem}.card img{height:220px}.card p,.feature p,.order p{color:var(--muted)}.emoji-row{flex-wrap:wrap}.emoji-row button{padding:.45rem .6rem}.split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.2rem;align-items:start}.panel{padding:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}label{display:grid;gap:.35rem;color:var(--muted);font-size:.92rem}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:12px;padding:.75rem}textarea{resize:vertical}.full{grid-column:1 / -1}.check{display:flex;flex-direction:row;align-items:center}.check input{width:auto}.list{display:grid;gap:.8rem;margin-top:1rem}.admin-order-tools{margin-top:-.2rem}.admin-order-list{max-height:none;overflow:visible;padding-right:.35rem}.order{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:.8rem;align-items:center;padding:.85rem}.order.selected{border-color:var(--brand)}.order.unread{border-color:var(--accent);background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 14%,transparent),transparent 58%),var(--surface)}.order.unread h3{color:var(--accent)}.unread-badge{display:inline-flex;align-items:center;gap:.3rem;margin-left:.55rem;padding:.22rem .45rem;border-radius:999px;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent);font-size:.82rem;vertical-align:middle}.unread-badge svg{width:15px;height:15px}.order img,.thumb{width:76px;height:76px}.thumb,.placeholder{display:grid;place-items:center;background:var(--surface-2);border-radius:8px;color:var(--muted)}.order h3,.order p{margin:.15rem 0}.chat{position:sticky;top:82px}.admin-chat{position:static}.messages{height:360px;overflow:auto;display:flex;flex-direction:column;gap:.6rem;padding-right:.3rem}.bubble{display:grid;gap:.2rem;padding:.7rem;background:var(--surface-2);border-radius:8px}.bubble.admin{border-left:3px solid var(--brand-2)}.chat-form{margin-top:.8rem}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.2rem;margin-bottom:1rem}.metric{padding:1.1rem;display:grid;gap:.3rem}.metric svg{color:var(--brand)}.metric strong{font-size:clamp(1.35rem,2vw,2rem);word-break:break-word}.admin-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.admin-grid>.panel{min-width:0}.admin-side{display:grid;gap:1.2rem;align-content:start}.admin-order-detail{display:grid;gap:1rem}.empty-detail{min-height:140px}.detail-header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.detail-header span{color:var(--muted);font-size:.86rem;font-weight:800}.detail-header h2{margin:.2rem 0 0}.ghost-icon{background:transparent;border-color:transparent;color:var(--muted)}.ghost-icon:hover{color:var(--text);background:var(--surface-2)}.order-detail-view,.order-detail-form{display:grid;gap:.9rem}.detail-image{width:100%;max-height:220px;object-fit:cover;border-radius:12px;background:var(--surface-2)}.order-detail-view dl{display:grid;gap:.72rem;margin:0}.order-detail-view dl>div{display:grid;gap:.18rem;padding-bottom:.72rem;border-bottom:1px solid var(--line)}.order-detail-view dt{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.order-detail-view dd{margin:0;min-width:0;word-break:break-word}.order-detail-view a{color:var(--accent);text-decoration:none}.order-detail-view a:hover{text-decoration:underline}.pre-wrap{white-space:pre-wrap}.order-detail-form{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-form button{grid-column:1 / -1}.admin-order{grid-template-columns:58px minmax(0,1fr) 170px 110px 120px}.order-modal{width:min(1180px,96vw);max-height:92vh;overflow:auto;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:start;align-content:start;gap:1rem}.modal-chat{position:static}.modal-chat .messages{height:min(460px,52vh)}.order-modal .panel{min-width:0}.order-thumb-button{width:58px;height:58px;padding:0;overflow:hidden;border-radius:12px;background:var(--surface-2)}.order-thumb-button img{width:100%;height:100%;object-fit:cover;border-radius:0}.order-thumb-button svg{color:var(--muted)}.empty-list{padding:1rem;border:1px dashed var(--line);border-radius:12px;color:var(--muted);text-align:center}.order.canceled{opacity:.72;border-style:dashed}.order.client-canceled{opacity:1;border-color:var(--danger);background:linear-gradient(90deg,color-mix(in srgb,var(--danger) 13%,transparent),transparent 58%),var(--surface)}.order.client-canceled h3,.order.client-canceled p{color:var(--danger)}.canceled-badge{display:inline-flex;align-items:center;margin-left:.55rem;padding:.22rem .45rem;border-radius:999px;background:color-mix(in srgb,var(--danger) 16%,transparent);color:var(--danger);font-size:.82rem;vertical-align:middle}.danger-button{color:#fff;background:color-mix(in srgb,var(--danger) 78%,#222);border-color:transparent}.danger-icon{color:var(--danger)}.notice-message{padding:.9rem;border:1px solid color-mix(in srgb,var(--danger) 36%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--danger) 10%,transparent);color:var(--text);white-space:pre-wrap;line-height:1.45}.mini-list{display:grid;gap:.55rem;margin-top:1rem}.mini-list span,.mini-list button{justify-content:flex-start;color:var(--muted)}.modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:1rem;background:#000000a3;z-index:50}.modal{width:min(420px,100%);display:grid;gap:.9rem;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1rem;box-shadow:var(--shadow)}.modal.order-modal{width:min(1180px,96vw)}.modal img{width:100%;height:140px;object-fit:cover;border-radius:8px}.reset-modal h2,.reset-modal p{margin:0}.reset-modal>p{color:var(--muted)}.modal-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;background:var(--surface-2);color:var(--brand)}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.image-modal{width:min(820px,96vw)}.image-modal img{width:100%;height:auto;max-height:72vh;object-fit:contain;background:var(--surface-2)}.tabs{padding:.25rem;background:var(--surface-2);border-radius:8px}.tabs button{flex:1;background:transparent}.tabs .active{background:var(--surface);border-color:var(--brand)}.error{color:var(--danger);margin:0}.toast{position:fixed;right:1rem;bottom:1rem;background:var(--surface);border:1px solid var(--brand);border-radius:8px;padding:.9rem 1rem;box-shadow:var(--shadow)}.profile-page{display:grid;place-items:start center}.profile{width:min(460px,100%);display:grid;gap:1rem}.avatar{width:112px;height:112px;display:grid;place-items:center;border-radius:8px;overflow:hidden;background:var(--surface-2)}.avatar img{width:100%;height:100%;object-fit:cover}@media(max-width:860px){.topbar{position:sticky;inset:0 auto auto;width:auto;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem .75rem;overflow-x:auto}nav{flex-direction:row;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;width:auto;min-width:0;order:1}.brand{display:none}.actions{position:static;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;justify-content:flex-end;width:auto;flex:0 0 auto;order:2}.user-chip{display:none}main{width:min(1180px,calc(100% - 1rem));margin:0 auto;padding-top:0}nav button,.actions button{min-height:40px;padding:.58rem .72rem}.actions .pill{padding-inline:.78rem}.hero,.feature,.split,.admin-grid,.order-modal{grid-template-columns:1fr}.modal-backdrop{align-items:start;padding:.5rem;overflow:auto}.modal.order-modal{width:min(100%,520px);max-height:none;padding:.85rem}.order-modal .admin-order-detail,.order-modal .chat{width:100%}.detail-header{align-items:start}.detail-header h2{font-size:1.15rem;line-height:1.25;overflow-wrap:anywhere}.order-detail-view dl>div{min-width:0}.order-detail-view dd,.order-detail-view a{overflow-wrap:anywhere;word-break:break-word}.order-detail-form{grid-template-columns:1fr}.modal-chat .messages{height:260px}.hero{min-height:auto;text-align:center;justify-items:center}.hero-copy{display:grid;justify-items:center;width:100%}.hero-title,.hero p{margin-inline:auto}.hero-actions{justify-content:center}.carousel{grid-template-columns:1fr}.carousel>.icon{display:none}.form-grid,.order-detail-form,.metrics{grid-template-columns:1fr}.chat{position:static}.order,.admin-order{grid-template-columns:64px minmax(0,1fr)}.admin-order select,.admin-order input,.order button{grid-column:1 / -1}.admin-order .order-thumb-button{grid-column:auto}}
