@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap";:root{--bg: #ffffff;--bg-secondary: #ffffff;--surface: #e8ded2;--card: #e8ded2;--stroke: rgba(104, 28, 35, .12);--text: #2d2b2b;--muted: #a2958f;--accent: #681c23;--accent-2: #681c23;--accent-soft: rgba(104, 28, 35, .12);--accent-strong: rgba(104, 28, 35, .2);--input-bg: #ffffff;--overlay: rgba(45, 43, 43, .5);--header-glass: rgba(255, 255, 255, .92);--page-gradient: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);--app-backdrop: linear-gradient(145deg, rgba(104, 28, 35, .04), rgba(104, 28, 35, .06));--success: #681c23;--shadow-soft: none;--shadow-strong: none;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}:root[data-theme=dark]{--bg: #12090c;--bg-secondary: #1a0f11;--surface: #1f1315;--card: #261719;--stroke: rgba(199, 161, 122, .26);--text: #c7a17a;--muted: #b89371;--accent: #c7a17a;--accent-2: #7a1c1f;--accent-soft: rgba(199, 161, 122, .16);--accent-strong: rgba(199, 161, 122, .26);--input-bg: rgba(27, 15, 17, .85);--overlay: rgba(10, 6, 7, .7);--header-glass: rgba(18, 9, 12, .86);--page-gradient: radial-gradient(80% 70% at 20% 15%, #1d0e12 0%, rgba(18, 9, 12, 0) 60%), linear-gradient(135deg, #12090c 0%, #1a0f11 45%, #12090c 100%);--app-backdrop: linear-gradient(145deg, rgba(122, 28, 31, .08), rgba(199, 161, 122, .08));--success: #7ad1b5;--shadow-soft: 0 18px 40px rgba(0, 0, 0, .32);--shadow-strong: 0 25px 50px rgba(0, 0, 0, .42);color-scheme:dark}:root[data-theme=light]{color-scheme:light}*,*:before,*:after{box-sizing:border-box;border-radius:0!important}body{margin:0;background:var(--page-gradient);background-color:var(--bg);color:var(--text);transition:background .26s ease,color .26s ease}a{color:inherit;text-decoration:none}button{font-family:inherit}#root{min-height:100vh;background:var(--bg)}.app-root{min-height:100vh;color:var(--text);--shell-width: 1400px;--shell-gutter: 28px}.app-root.is-mobile{--shell-gutter: 14px}.shell{width:min(var(--shell-width),calc(100% - var(--shell-gutter) * 2));margin:0 auto;padding-inline:var(--shell-gutter);box-sizing:border-box}.app-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--header-glass);border-bottom:1px solid var(--stroke);box-shadow:var(--shadow-soft)}.app-header-inner{--header-control-height: 56px;padding-block:14px;display:flex;align-items:center;justify-content:center;gap:24px}.app-root.is-mobile .app-header-inner{justify-content:space-between;flex-wrap:wrap;gap:10px;padding-block:12px}.app-logo{display:inline-flex;align-items:center;gap:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text)}.logo-mark{width:30px;height:30px;border-radius:0;background:linear-gradient(140deg,var(--accent),var(--accent-2));box-shadow:0 10px 24px var(--accent-soft);display:grid;place-items:center;position:relative;overflow:hidden}.logo-letter{color:#fff;font-weight:800;font-size:1.05rem;line-height:1;text-shadow:0 1px 8px rgba(0,0,0,.35)}.logo-text{font-family:Playfair Display,Manrope,serif;font-size:1.05rem}.app-nav{display:flex;justify-content:center;position:relative}.app-root.is-mobile .app-nav{display:none}.app-nav-center{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;min-height:var(--header-control-height);border-radius:0;background:var(--card);border:1px solid var(--stroke);box-shadow:var(--shadow-soft)}.app-nav-link{display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;color:var(--muted);padding:8px 12px;border-radius:0;border:1px solid transparent;transition:all .14s ease;height:calc(var(--header-control-height) - 16px);white-space:nowrap}.app-nav-link:hover{color:var(--text);border-color:var(--stroke)}.app-nav-link.active{background:var(--accent-soft);color:var(--text);border-color:var(--accent-strong)}.admin-link-pill{background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#fff;border-color:var(--accent-strong);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .logo-mark,:root[data-theme=dark] .admin-link-pill,:root[data-theme=dark] .user-avatar{background:#c7a17a}:root[data-theme=dark] .theme-knob{background:#c7a17a}.app-header-right{display:flex;align-items:center;gap:24px}.app-root.is-mobile .app-header-right{width:100%;gap:10px;justify-content:flex-end}.theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:0;border:1px solid var(--stroke);background:var(--card);color:var(--text);cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-height:var(--header-control-height)}.app-root.is-mobile .theme-toggle{padding:8px 12px;min-height:46px}.theme-toggle:hover{transform:translateY(-1px);box-shadow:var(--shadow-strong);border-color:var(--accent-strong)}.theme-label{font-size:.9rem}.theme-switch{position:relative;width:44px;height:20px;border-radius:0;border:1px solid var(--stroke);background:linear-gradient(135deg,var(--surface),var(--card));display:inline-flex;align-items:center;padding:2px}.theme-knob{width:16px;height:16px;border-radius:0;background:linear-gradient(140deg,var(--accent),var(--accent-2));box-shadow:0 6px 14px var(--accent-soft);transform:translate(0);transition:transform .2s ease,background .2s ease}.theme-toggle.dark .theme-knob{transform:translate(22px);background:#c7a17a}.user-panel{display:inline-flex;align-items:center;gap:8px;min-height:var(--header-control-height);justify-content:flex-end}.app-root.is-mobile .user-panel{flex:1;justify-content:flex-end;gap:6px}.user-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:8px 12px;border-radius:0;border:1px solid var(--stroke);background:linear-gradient(140deg,var(--card),var(--surface));color:var(--text);text-decoration:none;min-width:0;box-shadow:var(--shadow-soft);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;min-height:var(--header-control-height);overflow:hidden;min-width:260px;max-width:380px;width:100%}.app-root.is-mobile .user-card{width:100%;min-width:0;max-width:none;padding:10px 12px}.user-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-strong);border-color:var(--accent-strong);background:linear-gradient(140deg,var(--surface),var(--card))}.user-avatar{width:34px;height:34px;border-radius:0;background:linear-gradient(140deg,var(--accent),var(--accent-2));color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:.04em;box-shadow:0 10px 24px var(--accent-soft);flex-shrink:0}.user-card-text{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:repeat(2,auto);column-gap:12px;row-gap:2px;min-width:0;align-items:center;align-content:center}.app-root.is-mobile .user-card-text{grid-template-columns:1fr;grid-template-rows:repeat(3,auto);row-gap:4px}.user-cell{min-width:0;display:flex;align-items:center}.user-cell-name{grid-column:1;grid-row:1}.user-cell-metric{grid-column:2;grid-row:1;justify-content:center}.user-cell-subscription{grid-column:1;grid-row:2}.user-cell-logout{grid-column:2;grid-row:2;justify-content:center}.app-root.is-mobile .user-cell-metric,.app-root.is-mobile .user-cell-logout{justify-content:flex-start}.user-line{display:flex;align-items:center;gap:8px;white-space:nowrap}.user-name{font-weight:700;line-height:1.2;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{padding:4px 8px;border-radius:0;background:var(--surface);border:1px solid var(--stroke);font-size:.82rem;color:var(--muted);line-height:1}.user-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.user-chip{margin-left:0;color:var(--text);white-space:nowrap}.user-tariff{font-size:.8rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-inline{background:transparent;border:none;padding:0;color:var(--accent);font-weight:700;cursor:pointer;align-self:flex-start;text-decoration:underline;display:inline-flex;align-items:center;gap:4px;line-height:1.1;font-size:.85rem}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:0;background:var(--card);border:1px solid var(--stroke)}.chip.tight{padding:4px 8px;border-radius:0;background:var(--surface);border:1px solid var(--stroke);font-size:.8rem}.btn-primary{background:var(--accent);color:#fff;border-radius:0;padding:10px 16px;font-size:.95rem;border:none;box-shadow:var(--shadow-soft);display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn-ghost{background:var(--card);border-radius:0;padding:10px 14px;font-size:.95rem;border:1px solid var(--stroke);color:var(--text);display:inline-flex;align-items:center;justify-content:center}.btn-primary,.btn-ghost{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.app-root.is-mobile .btn-primary,.app-root.is-mobile .btn-ghost{min-height:44px}.btn-primary.small,.btn-ghost.small{padding:6px 10px;font-size:.85rem}.btn-primary:hover,.btn-ghost:hover{transform:translateY(-1px);box-shadow:var(--shadow-strong)}.app-main{padding-top:28px;padding-bottom:100px}.app-root.is-mobile .app-main{padding-inline:var(--shell-gutter);padding-top:16px;padding-bottom:110px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;display:none;background:var(--header-glass);border-top:1px solid var(--stroke);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:25}.app-root.is-mobile .bottom-nav{display:flex;gap:6px;overflow-x:auto;padding:10px 10px 12px;scrollbar-width:none}.app-root.is-mobile .bottom-nav::-webkit-scrollbar{display:none}.bottom-nav-item{flex:1;padding:10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.8rem;gap:2px;color:var(--muted)}.app-root.is-mobile .bottom-nav-item{min-width:88px}.bottom-nav-item.active{color:var(--text)}.bottom-icon{font-size:1.2rem}@media(max-width:900px){.app-header-inner{padding-inline:var(--shell-gutter);gap:8px}.app-root{--shell-gutter: 16px}.app-nav{display:none}.app-header-right{gap:6px}.app-main{padding-inline:var(--shell-gutter);padding-bottom:96px}.user-panel{width:100%;justify-content:flex-end;gap:6px}.user-card{flex:1}.bottom-nav{display:flex}}.catalog-page{display:flex;flex-direction:column;gap:20px}.catalog-hero{background:var(--surface);border:1px solid var(--stroke);border-radius:0;padding:20px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;box-shadow:var(--shadow-strong);align-items:center}.catalog-hero h1{margin:0;letter-spacing:-.01em}.hero-actions{display:flex;gap:10px;margin-top:12px}.hero-badges{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start;max-width:360px}.catalog-mobile-bar{display:flex;flex-direction:column;gap:10px;background:var(--surface);border:1px solid var(--stroke);border-radius:0;padding:12px;box-shadow:var(--shadow-soft);position:sticky;top:78px;z-index:12}.catalog-mobile-search{display:grid;grid-template-columns:1fr 110px;gap:8px}.catalog-mobile-search input{border-radius:0;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text);padding:10px 12px}.catalog-mobile-search .btn-primary{width:100%}.catalog-layout{display:grid;grid-template-columns:320px 1fr;gap:16px}.catalog-filters{background:var(--surface);border:1px solid var(--stroke);border-radius:0;padding:16px;display:flex;flex-direction:column;gap:10px}.catalog-filters.is-mobile{position:fixed;inset:auto 0 0;max-height:calc(100vh - 96px);border-radius:0;transform:translateY(110%);pointer-events:none;opacity:0;transition:transform .22s ease;box-shadow:0 -12px 38px #00000038;z-index:40;overflow-y:auto;padding:16px}.catalog-filters.is-mobile.open{transform:translateY(0);pointer-events:auto;opacity:1}.filters-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.catalog-filters-overlay{position:fixed;inset:0;background:var(--overlay);border:none;padding:0;margin:0;z-index:35}.filters-head h2{margin:0}.catalog-filters label{display:flex;flex-direction:column;gap:6px;color:var(--muted)}.catalog-filters input,.catalog-filters select{border-radius:0;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text);padding:10px;width:100%}.price-row{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.filters-actions{display:flex;flex-direction:column;gap:8px;margin-top:6px}.catalog-grid{display:flex;flex-direction:column;gap:16px}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.item-card{position:relative;display:flex;flex-direction:column;gap:12px;background:var(--card);border:1px solid var(--stroke);border-radius:0;padding:16px 16px 72px;overflow:visible;transition:background .14s ease,border-color .14s ease;color:inherit}.item-card:hover{border-color:var(--accent-strong)}.item-image-wrapper{position:relative;width:100%;padding-top:66%;overflow:hidden;background:#fff}.item-image-wrapper img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.badge-exchange{position:absolute;top:10px;left:10px;background:var(--accent);color:#fff;padding:6px 10px;border-radius:0;font-size:.8rem;font-weight:600}.item-body{display:flex;flex-direction:column;gap:8px;flex:1;min-height:100%}.item-brand{color:var(--muted);font-size:.9rem;font-weight:600}.item-title{font-weight:600;color:var(--text);margin:0;letter-spacing:-.01em;line-height:1.2}.item-title+.item-description{margin-top:6px}.item-description{margin:0;color:var(--text);font-size:.95rem;line-height:1.35}.item-footer{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:flex-end;gap:10px;min-height:32px;z-index:2}.item-like{position:absolute;right:12px;bottom:12px;z-index:2}.item-price{font-weight:700}.item-actions{margin-left:auto}.like-button{background:var(--card);border:1px solid var(--stroke);border-radius:0;color:var(--accent);padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;transition:background .14s ease,color .14s ease,border-color .14s ease}.like-button:hover{background:#dccfc3;border-color:var(--accent-strong)}.like-button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.catalog-status,.catalog-error{padding:14px;border-radius:0;border:1px solid var(--stroke);background:var(--card)}.surprise-block{background:var(--card);border:1px solid var(--stroke);border-radius:0;padding:12px}.surprise-header h3{margin:0 0 4px}@media(max-width:1024px){.catalog-layout{grid-template-columns:1fr}.catalog-layout:not(.is-mobile) .catalog-filters{position:sticky;top:82px}}@media(max-width:640px){.catalog-hero{padding:16px;flex-direction:column;align-items:flex-start;gap:10px}.hero-actions{width:100%;flex-wrap:wrap}.hero-actions .btn-primary,.hero-actions .btn-ghost{flex:1;justify-content:center}.catalog-filters{position:static}.catalog-mobile-search{grid-template-columns:1fr 96px}.items-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.item-page{display:flex;flex-direction:column;gap:18px}.back-to-swipe{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid var(--stroke);background:var(--card);color:var(--text);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.back-to-swipe:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft);border-color:var(--accent-strong)}.item-main{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;align-items:start}.item-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:10px}.gallery-thumb{border:none;padding:0;background:transparent;cursor:zoom-in;border-radius:12px;overflow:hidden}.gallery-thumb img{width:100%;height:220px;object-fit:cover;display:block}.item-info{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:18px;box-shadow:var(--shadow-soft)}.item-badge-row{display:flex;gap:6px;align-items:center}.badge-soft{padding:6px 10px;border-radius:10px;background:var(--card);border:1px solid var(--stroke);font-size:.9rem}.badge-accent{border-color:var(--accent-strong);background:var(--accent-soft)}.item-brand-line{color:var(--muted)}.item-price-main{font-size:1.6rem;font-weight:700}.item-attributes{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.chip{padding:6px 10px;background:var(--card);border:1px solid var(--stroke);border-radius:10px}.item-actions-main{display:flex;flex-direction:column;gap:10px;margin-top:12px}.btn-primary.large,.btn-ghost.large{width:100%;text-align:center}.btn-ghost.subtle{align-self:flex-start}.safe-note{padding:10px 12px;border-radius:12px;background:var(--card);border:1px dashed var(--stroke);color:var(--muted)}.safe-label{font-weight:600;display:block;margin-bottom:4px;color:var(--text)}.item-description h2,.item-description h3{margin-bottom:6px}.item-description p{margin-top:0;color:var(--muted)}.item-seller{display:flex;gap:12px;padding:12px;border-radius:12px;background:var(--card);border:1px solid var(--stroke);margin-top:12px}.seller-avatar{width:42px;height:42px;border-radius:12px;background:var(--accent-soft);display:grid;place-items:center;font-weight:700}.seller-meta{color:var(--muted);font-size:.95rem}.item-similar{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;padding:14px}.similar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.similar-card{background:var(--card);border:1px solid var(--stroke);border-radius:12px;padding:8px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.similar-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.similar-image img{width:100%;height:160px;object-fit:cover;border-radius:10px}.similar-title{font-weight:600;margin-top:6px}.item-page-status{padding:18px;border:1px solid var(--stroke);border-radius:12px}.exchange-modal-overlay{position:fixed;inset:0;background:var(--overlay);display:grid;place-items:center;padding:16px;z-index:50}.exchange-modal{background:var(--bg);border:1px solid var(--stroke);border-radius:16px;padding:16px;max-width:720px;width:100%}.exchange-modal-header{display:flex;justify-content:space-between;align-items:center}.btn-close{background:transparent;border:1px solid var(--stroke);color:var(--text);border-radius:10px;width:32px;height:32px;cursor:pointer}.exchange-subtitle{color:var(--muted)}.exchange-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.exchange-item{display:grid;grid-template-columns:80px 1fr;gap:10px;align-items:center;border:1px solid var(--stroke);border-radius:12px;padding:8px;background:var(--card);color:inherit}.exchange-item.selected{border-color:var(--accent-strong);background:var(--accent-soft)}.exchange-thumb img{width:80px;height:80px;object-fit:cover;border-radius:10px}.exchange-summary{margin-top:10px;color:var(--muted)}.exchange-comment textarea{width:100%;min-height:80px;border-radius:12px;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text);padding:10px}.exchange-error{color:var(--accent)}.exchange-success{color:var(--success)}.exchange-actions{display:flex;gap:10px;margin-top:10px}.item-error{margin-top:12px;color:var(--accent)}.lightbox{position:fixed;inset:0;background:#000000bf;display:grid;place-items:center;padding:16px;z-index:60}.lightbox-inner{position:relative;max-width:min(92vw,1040px);max-height:90vh;width:100%;height:100%;border-radius:16px;border:1px solid var(--stroke);background:var(--bg);overflow:hidden;display:grid;place-items:center;touch-action:none}.lightbox-img{max-width:100%;max-height:100%;transition:transform .12s ease;will-change:transform}.lightbox-hint{position:absolute;left:50%;transform:translate(-50%);bottom:12px;padding:6px 10px;border-radius:10px;background:#0000008f;color:#fff;font-size:.85rem}.lightbox-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:12px;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.25);font-size:1.2rem;cursor:pointer}@media(max-width:900px){.item-main{grid-template-columns:1fr}.lightbox-inner{max-width:100%}}@media(max-width:640px){.gallery-thumb img{height:180px}.item-info{padding:14px}.item-actions-main{gap:12px}.item-seller{flex-direction:column;align-items:flex-start}.item-description p{font-size:.95rem}}.auth-page{display:flex;justify-content:center;padding:40px 0}.auth-card{width:min(720px,100%);background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:26px;box-shadow:var(--shadow-strong)}.auth-header h1{margin:0;letter-spacing:-.01em}.auth-subtitle{margin:10px 0 0;color:var(--muted)}.auth-toggle{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.auth-toggle button{border-radius:12px;border:1px solid var(--stroke);background:var(--card);color:var(--text);padding:10px;cursor:pointer}.auth-toggle button.active{border-color:var(--accent-strong);background:var(--accent-soft)}.auth-form{display:flex;flex-direction:column;gap:12px;margin-top:16px}.auth-form label{display:flex;flex-direction:column;gap:6px;color:var(--muted)}.auth-form input,.auth-form select{border-radius:12px;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text);padding:12px}.checkbox-row{flex-direction:row!important;align-items:center;gap:8px}.auth-error{color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-strong);padding:10px 12px;border-radius:12px}.auth-info{color:var(--text);background:var(--accent-soft);border:1px solid var(--success);padding:10px 12px;border-radius:12px}.auth-oauth{margin-top:18px;border-top:1px solid var(--stroke);padding-top:14px;color:var(--muted)}.oauth-buttons{display:flex;gap:10px;margin-top:10px}.btn-primary.full,.btn-ghost.full{width:100%}.btn-ghost.small{padding:8px 12px;font-size:.9rem}.channel-row{display:flex;gap:12px;color:var(--muted)}@media(max-width:640px){.auth-card{border-radius:14px;padding:18px}.oauth-buttons{flex-wrap:wrap}}.dash-layout{display:grid;grid-template-columns:260px 1fr;gap:18px}.dash-menu{background:var(--surface);border-radius:16px;padding:16px;border:1px solid var(--stroke)}.dash-menu h2{margin:0 0 6px;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.dash-menu p{margin:0;font-size:.95rem;color:var(--muted)}.dash-content{display:flex;flex-direction:column;gap:14px}.dash-card{background:var(--card);border-radius:16px;padding:16px;border:1px solid var(--stroke);box-shadow:var(--shadow-soft)}.muted{font-size:.95rem;color:var(--muted)}.stats-row{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.stat{padding:10px 12px;border-radius:12px;background:var(--card);border:1px solid var(--stroke)}.stat-label{font-size:.8rem;color:var(--muted)}.stat-value{display:block;font-size:1.05rem;font-weight:700}.dash-table{width:100%;border-collapse:collapse;font-size:.95rem}.dash-table th,.dash-table td{padding:8px 6px;text-align:left}.dash-table thead{border-bottom:1px solid var(--stroke)}.dash-table tr:nth-child(2n){background:var(--surface)}.dash-table tr.clickable{cursor:pointer}.dash-table tr.clickable:hover{background:var(--accent-soft)}.simple-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.simple-list li{display:flex;justify-content:space-between;font-size:.95rem}.fav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.fav-card{display:grid;grid-template-columns:80px 1fr;gap:10px;padding:10px;border-radius:12px;border:1px solid var(--stroke);background:var(--surface);color:inherit;text-decoration:none;transition:border-color .14s ease,background .14s ease,transform .14s ease}.fav-card:hover{border-color:var(--accent-strong);background:var(--card);transform:translateY(-1px)}.fav-thumb{width:80px;height:80px;border-radius:10px;overflow:hidden;border:1px solid var(--stroke);display:grid;place-items:center;background:var(--card)}.fav-thumb img{width:100%;height:100%;object-fit:cover}.fav-placeholder{font-size:.8rem;color:var(--muted);text-align:center;padding:6px}.fav-body{display:grid;gap:4px;align-content:center}.fav-title{font-weight:700;line-height:1.2;color:var(--text)}.fav-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:.85rem;color:var(--muted)}.fav-meta span{background:var(--card);border:1px solid var(--stroke);border-radius:999px;padding:2px 8px}.fav-price{font-weight:700;font-size:.95rem;color:var(--text)}.dash-form{display:flex;flex-direction:column;gap:10px}.dash-form label{font-size:.95rem;color:var(--muted);display:flex;flex-direction:column;gap:6px}.dash-form input,.dash-form select,.dash-form textarea{border-radius:12px;border:1px solid var(--stroke);padding:10px;font-size:.95rem;font-family:inherit;background:var(--input-bg);color:var(--text)}.checkbox-row{flex-direction:row!important;align-items:center;gap:8px!important}.form-grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--card);border:1px solid var(--stroke);font-size:.9rem}.flex-row{display:flex;gap:8px;flex-wrap:wrap}.dash-status{margin-top:6px;font-size:.95rem;color:var(--text)}.balance{font-size:1.4rem;font-weight:700}.divider{margin:12px 0;border-top:1px solid var(--stroke)}.plans-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.plan-card{border-radius:14px;border:1px solid var(--accent-strong);padding:10px 12px;background:var(--accent-soft);cursor:pointer;text-align:left;color:inherit}.plan-name{font-size:1rem;font-weight:600}.plan-meta{font-size:.9rem;color:var(--muted)}.offers-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.offers-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:12px}.offer-card{background:var(--card);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--stroke)}.offer-items{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center}.swap-icon{font-size:1.2rem;color:var(--accent)}.label{display:block;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.offer-meta{display:flex;flex-direction:column;gap:4px;font-size:.95rem;color:var(--muted)}.offer-meta p{margin:0}.offer-actions{display:flex;gap:8px}.exchange-error{color:var(--accent);font-size:.95rem}.offers-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.dash-layout{grid-template-columns:1fr}}.deal-page{display:flex;justify-content:center}.deal-card{width:100%;max-width:820px;padding:22px;background:var(--surface);border-radius:16px;border:1px solid var(--stroke);box-shadow:var(--shadow-strong)}.deal-card h1{margin:0 0 4px;font-size:1.5rem}.deal-subtitle{display:flex;flex-wrap:wrap;gap:8px;font-size:.9rem;color:var(--muted)}.escrow-code{padding:2px 8px;border-radius:999px;background:var(--accent-soft)}.deal-roles{margin-top:12px;display:flex;gap:18px;font-size:.95rem}.deal-roles .label{color:var(--muted)}.deal-roles .value{font-weight:600}.deal-stepper{margin-top:16px;display:flex;flex-direction:column;gap:6px}.deal-step{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--muted)}.step-marker{width:12px;height:12px;border-radius:50%;border:2px solid var(--stroke)}.deal-step.done .step-marker{background:var(--accent);border-color:var(--accent)}.deal-step.active .step-marker{background:var(--text);border-color:var(--accent)}.deal-step.active .step-label{color:var(--text)}.deal-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.deal-error{margin-top:10px;font-size:.95rem;color:var(--accent)}.deal-rating{margin-top:14px;padding:12px;border-radius:12px;background:var(--card);border:1px solid var(--stroke)}.rating-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rating-row input{padding:10px;border-radius:10px;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text)}.deal-chat{margin-top:14px;background:var(--card);padding:12px;border-radius:12px;border:1px solid var(--stroke)}.chat-messages{max-height:260px;overflow:auto;display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.chat-message{padding:8px 10px;border-radius:10px;background:var(--accent-soft)}.chat-image{margin-top:6px;max-width:100%;border-radius:10px}.chat-meta{font-size:.8rem;color:var(--muted)}.chat-input-row{display:flex;gap:8px}.chat-input-row input{flex:1;padding:10px;border-radius:10px;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text)}.admin-layout{display:grid;grid-template-columns:260px 1fr;gap:18px}.admin-sidebar{background:var(--surface);border-radius:16px;padding:16px;border:1px solid var(--stroke)}.admin-sidebar h2{margin:0 0 10px;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.admin-top-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.admin-switch-btn{padding:8px 10px;border-radius:10px;text-align:center;border:1px solid var(--accent-strong);background:var(--accent-soft);color:var(--text);font-weight:700;font-size:.95rem;line-height:1.2;word-break:break-word;white-space:normal;min-height:44px;display:flex;align-items:center;justify-content:center}.admin-switch-btn.ghost{background:var(--card);border-color:var(--stroke);color:var(--muted)}.admin-switch-btn.active{border-color:var(--accent-strong);background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#fff}.admin-link{display:block;padding:8px 10px;border-radius:12px;font-size:.95rem;color:var(--muted)}.admin-link.active{background:var(--accent-soft);color:var(--text)}.admin-content{display:flex;flex-direction:column;gap:14px}.admin-card{background:var(--card);border-radius:16px;padding:16px;box-shadow:var(--shadow-soft);border:1px solid var(--stroke)}.admin-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-inline-form{margin-top:10px;display:flex;gap:8px}.admin-inline-form input{flex:1;border-radius:12px;border:1px solid var(--stroke);padding:10px;font-size:.95rem;background:var(--input-bg);color:var(--text)}.admin-field{display:flex;align-items:flex-end;gap:10px}.admin-field label{flex:1;font-size:.95rem;color:var(--muted);display:flex;flex-direction:column;gap:6px}.admin-field input{width:100%;border-radius:12px;border:1px solid var(--stroke);padding:10px;font-size:.95rem;background:var(--input-bg);color:var(--text)}@media(max-width:900px){.admin-layout,.admin-grid-two{grid-template-columns:1fr}}.mod-layout{display:grid;grid-template-columns:260px 1fr;gap:18px}.mod-sidebar{background:var(--surface);border-radius:16px;padding:16px;border:1px solid var(--stroke)}.mod-sidebar h2{margin:0 0 10px;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.mod-link{display:block;padding:8px 10px;border-radius:12px;font-size:.95rem;color:var(--muted)}.mod-link.active{background:var(--accent-soft);color:var(--text)}.mod-content{display:flex;flex-direction:column;gap:14px}.mod-card{background:var(--card);border-radius:16px;padding:16px;border:1px solid var(--stroke);box-shadow:var(--shadow-soft)}@media(max-width:900px){.mod-layout{grid-template-columns:1fr}}.swipe-page{display:flex;flex-direction:column;gap:18px}.swipe-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.swipe-eyebrow{margin:0;letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;color:var(--muted)}.swipe-subtitle{margin:6px 0 0;color:var(--muted);max-width:560px;font-weight:600}.swipe-header-actions{display:flex;align-items:center;gap:10px}.swipe-counter{padding:8px 12px;border-radius:999px;background:var(--card);border:1px solid var(--stroke);font-weight:700}.swipe-stage{min-height:580px;display:flex;align-items:center;justify-content:center;perspective:1200px;overscroll-behavior-x:contain}.swipe-card{position:relative;width:min(560px,100%);aspect-ratio:3 / 4;border-radius:24px;overflow:hidden;border:1px solid var(--stroke);background:var(--bg-secondary);box-shadow:var(--shadow-strong);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.swipe-card.dragging{box-shadow:0 26px 70px #0003;cursor:grabbing}.swipe-card.fly-left{transform:translate(-140%,-8%) rotate(-18deg);opacity:0;pointer-events:none}.swipe-card.fly-right{transform:translate(140%,-8%) rotate(18deg);opacity:0;pointer-events:none}.swipe-photo{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(1.08)}.swipe-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#2614161a,#26141680 70%)}.swipe-heart{position:absolute;top:14px;right:14px;width:46px;height:46px;border-radius:50%;border:1px solid var(--stroke);background:var(--card);color:var(--text);font-size:1.2rem;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.swipe-heart:hover{transform:scale(1.05)}.swipe-heart.active{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-strong);box-shadow:0 12px 28px var(--accent-soft)}:root[data-theme=dark] .swipe-heart{background:#1a1012e6;border-color:var(--accent-strong);color:var(--accent)}.swipe-body{position:absolute;inset-inline:14px;bottom:14px;padding:14px 14px 16px;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,#fff5eaf5,#ffe4d1e0);color:#3b1f24;box-shadow:0 16px 38px #00000047}:root[data-theme=dark] .swipe-body{background:linear-gradient(180deg,#1a0e10e6,#1a0e10bf);color:#f7e7d4}.swipe-body h2{margin:8px 0 4px;font-size:1.4rem}.swipe-meta{margin:0;color:#2b1218;font-weight:700}:root[data-theme=dark] .swipe-meta{color:var(--text)}.swipe-description{margin:6px 0 0;color:#2b1218}:root[data-theme=dark] .swipe-description{color:#e6d8c9}.swipe-tags{display:flex;gap:6px;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ffffffe6;color:var(--text);font-size:.9rem;border:1px solid var(--stroke)}.pill.ghost{background:#ffffff9e}.pill.accent{background:var(--accent-soft);border-color:var(--accent-strong)}:root[data-theme=dark] .pill,:root[data-theme=dark] .pill.ghost{background:var(--accent-soft);border-color:var(--accent-strong);color:var(--accent)}.swipe-empty{min-height:520px;display:grid;place-items:center;border:1px dashed var(--stroke);border-radius:18px;color:var(--muted);background:var(--surface);text-align:center;padding:16px}.swipe-finished{max-width:420px;display:grid;gap:10px;justify-items:center;color:var(--text)}.swipe-finished-actions{display:flex;gap:10px}.swipe-inline-status{color:var(--muted)}@media(max-width:720px){.swipe-stage{min-height:460px}.swipe-card{width:100%;aspect-ratio:4 / 5}.swipe-header{flex-direction:column;align-items:flex-start}.swipe-header-actions{width:100%;justify-content:space-between}.swipe-finished-actions{flex-direction:column;width:100%}}@media(max-width:480px){.swipe-page{gap:12px}.swipe-stage{min-height:400px}.swipe-card{aspect-ratio:4 / 5;border-radius:18px}.swipe-body{inset-inline:10px;bottom:10px}.swipe-header{gap:10px}}.info-page{display:flex;flex-direction:column;gap:14px}.info-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:16px;box-shadow:var(--shadow-soft)}.info-tariffs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:10px}.tariff-card{padding:12px;border-radius:12px;border:1px solid var(--stroke);background:var(--card)}.tariff-name{font-weight:700}.tariff-price{color:var(--muted)}.info-currency{margin-top:12px;padding:12px;border-radius:12px;border:1px dashed var(--stroke)}.services-page{display:flex;flex-direction:column;gap:14px}.service-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:16px;box-shadow:var(--shadow-soft)}.service-form{display:flex;flex-direction:column;gap:10px;margin-top:10px}.service-form label{display:flex;flex-direction:column;gap:6px;color:var(--muted)}.service-form input,.service-form select,.service-form textarea{border-radius:12px;border:1px solid var(--stroke);background:var(--input-bg);color:var(--text);padding:10px}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.service-actions{display:flex;gap:10px}.service-status{padding:12px;border-radius:12px;background:var(--card);border:1px solid var(--stroke)}
