@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap";:root{--bg: #f5f4f0;--surface: #ffffff;--surface2: #eeecea;--border: #e0ddd8;--text: #1a1917;--text-muted: #7a7774;--accent: #1a1917;--accent-fg: #f5f4f0;--danger: #c0392b;--danger-light: #fdf2f1;--pending: #d97706;--pending-light: #fef3c7;--available: #16a34a;--available-light: #dcfce7;--sold: #6b7280;--sold-light: #f3f4f6;--purchased: #0ea5e9;--purchased-light: #dbeafe;--gift: #a855f7;--gift-light: #f3e8ff;--radius: 12px;--radius-sm: 6px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--font: "DM Sans", sans-serif;--font-mono: "DM Mono", monospace;--chart-bar: #1a1917;--chart-grid: #e0ddd8;--pill-bg: #eeecea;--pill-fg: #5f5b55;--pill-border: #d7d0c3;--input-disabled-bg: #f3f4f6;--input-disabled-fg: #9ca3af;--zone-drop-hover: #e8e6e1;--overlay-bg: rgba(0, 0, 0, .4);--hard-white: #ffffff;--hard-black: #111110}[data-theme=dark]{--bg: #111110;--surface: #1c1c1a;--surface2: #252523;--border: #33312e;--text: #e8e6e1;--text-muted: #8a8781;--accent: #f5f4f0;--accent-fg: #1a1917;--danger: #ef4444;--danger-light: #3b1212;--pending: #f59e0b;--pending-light: #3b2e0a;--available: #22c55e;--available-light: #0a2e12;--sold: #9ca3af;--sold-light: #1f2022;--purchased: #38bdf8;--purchased-light: #0a1e2e;--gift: #c084fc;--gift-light: #2c143f;--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--chart-bar: #f5f4f0;--chart-grid: #33312e;--pill-bg: #252523;--pill-fg: #a8a59f;--pill-border: #3d3a35;--input-disabled-bg: #252523;--input-disabled-fg: #5c5a55;--zone-drop-hover: #222120;--overlay-bg: rgba(0, 0, 0, .7);--hard-white: #e8e6e1;--hard-black: #111110}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:color-mix(in srgb,var(--surface) 88%,transparent);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 30px #0f172a0a}.header__inner{max-width:1200px;margin:0 auto;padding:0 16px;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px}.header__brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.header__icon{font-size:20px;font-weight:300}.header__brand h1{font-size:18px;font-weight:600;letter-spacing:-.04em}.header__logo{width:36px;height:36px;object-fit:contain}.header__right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.header__right-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 1024px){.header__inner{flex-wrap:wrap;min-height:auto;padding-top:10px;padding-bottom:10px;gap:10px}.header__right{width:100%;justify-content:space-between}.module-tabs{width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.module-tabs::-webkit-scrollbar{display:none}.module-tab{flex-shrink:0;white-space:nowrap}}@media (max-width: 768px){.header__user,.header__brand h1{display:none}}@media (max-width: 480px){.header__right-actions{width:100%;justify-content:flex-end}}.header__user{font-size:13px;color:var(--text-muted);font-family:var(--font-mono)}.header__theme-btn{font-size:18px;padding:4px 8px;line-height:1}.main{max-width:1200px;margin:0 auto;padding:32px 24px 64px;width:100%;flex:1}.module-tabs{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface2) 84%,transparent);box-shadow:inset 0 1px #ffffff14}.module-tab{border:none;background:transparent;color:var(--text-muted);padding:5px 11px;border-radius:999px;cursor:pointer;font-family:var(--font);font-size:12px;font-weight:500;position:relative;transition:color .15s ease,background .15s ease;display:inline-flex;align-items:center;gap:4px}.module-tab:hover{color:var(--text)}.module-tab--active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.tab-badge{font-size:9px;font-weight:600;font-family:var(--font-mono);background:var(--surface2);color:var(--text-muted);padding:1px 5px;border-radius:999px;line-height:1.4}.module-tab--active .tab-badge{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent)}.module{display:flex;flex-direction:column;gap:24px}.module__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.module__eyebrow,.pedido-card__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:6px}.module__description,.pedido-form__help{margin-top:6px;color:var(--text-muted);font-size:14px}.pedido-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.pedido-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;height:100%}.pedido-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pedido-card__header .badge{flex:0 0 auto;min-width:96px;padding:7px 11px;border:1px solid transparent;text-align:center;text-transform:uppercase;letter-spacing:.07em;box-shadow:inset 0 0 0 1px #00000005}.pedido-card__header h3{font-size:18px;line-height:1.2}.pedido-card__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}.pedido-card__parties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;height:84px;padding:12px;border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--border);overflow:hidden}.pedido-card__parties div{display:flex;flex-direction:column;gap:4px}.pedido-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono)}.pedido-card__parties strong{font-size:14px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pedido-card__tracking,.pedido-viewer__tracking{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:color-mix(in srgb,var(--purchased-light) 70%,transparent);border:1px solid color-mix(in srgb,var(--purchased) 22%,var(--border))}.pedido-card__tracking strong,.pedido-viewer__tracking strong{font-family:var(--font-mono);font-size:14px;letter-spacing:.02em}.pedido-card__notes{font-size:13px;color:var(--text-muted)}.pedido-card__collapsed-note{padding:10px 12px;border-radius:var(--radius-sm);background:#eff6ff;border:1px solid #bfdbfe;color:#075985;font-size:12px}.pedido-card__items{list-style:none;display:flex;flex-direction:column;gap:10px}.pedido-card__items li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);background:var(--surface2);font-size:13px}.pedido-card__items li div{display:flex;flex-direction:column;gap:2px}.pedido-card__items li span{color:var(--text-muted);font-family:var(--font-mono)}.pedido-card__item-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.pedido-card__footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:stretch;margin-top:4px}.pedido-card__footer .btn{width:100%;justify-content:center;min-height:40px;padding:8px 10px;font-size:12px;white-space:normal;line-height:1.15}.pedido-card__footer .btn--secondary:last-of-type{border-color:var(--purchased)}.pedido-viewer-modal{display:flex;flex-direction:column;gap:20px}.pedido-viewer-modal__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pedido-viewer{display:flex;flex-direction:column;gap:18px}.pedido-viewer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.pedido-viewer__header h2{font-size:26px;line-height:1.1;margin-top:2px}.pedido-viewer__subtle{margin-top:6px;color:var(--text-muted);font-size:13px}.pedido-viewer__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pedido-viewer__stat,.pedido-viewer__parties,.pedido-viewer__notes,.pedido-viewer__item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2)}.pedido-viewer__stat{padding:12px;display:flex;flex-direction:column;gap:6px}.pedido-viewer__stat span,.pedido-viewer__section-title span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono)}.pedido-viewer__stat strong{font-size:18px}.pedido-viewer__parties{padding:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pedido-viewer__parties div{display:flex;flex-direction:column;gap:4px}.pedido-viewer__parties strong,.pedido-viewer__notes p{font-size:14px;line-height:1.45}.pedido-viewer__notes{padding:14px}.pedido-tracking-help{padding:14px 16px;border-radius:14px;background:color-mix(in srgb,var(--surface2) 72%,transparent);border:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.pedido-tracking-help__row{display:flex;justify-content:space-between;align-items:center;gap:12px}.pedido-tracking-help p{color:var(--text-muted);font-size:13px}.pedido-viewer__notes p{margin-top:6px;color:var(--text)}.pedido-viewer__items{display:flex;flex-direction:column;gap:12px}.pedido-viewer__section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.pedido-viewer__list{display:flex;flex-direction:column;gap:12px}.pedido-viewer__item{padding:14px;background:linear-gradient(180deg,var(--surface) 0%,var(--surface2) 100%);display:flex;flex-direction:column;gap:12px}.pedido-viewer__item-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.pedido-viewer__item-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:4px}.pedido-viewer__item h3{font-size:18px;line-height:1.2}.pedido-viewer__item-meta{margin-top:6px;color:var(--text-muted);font-size:13px}.pedido-viewer__item-prices{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-family:var(--font-mono);text-align:right}.pedido-viewer__item-prices strong{font-size:13px;color:var(--text-muted);font-family:var(--font-mono)}.pedido-viewer__item-prices span{font-size:13px}.pedido-viewer__chips{display:flex;flex-wrap:wrap;gap:8px}.pedido-form{gap:18px}.pedido-form__full{grid-column:1 / -1}.pedido-form textarea,.pedido-line input,.pedido-builder select{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;background:var(--surface);color:var(--text);transition:border-color .15s}.pedido-form textarea:focus,.pedido-line input:focus,.pedido-builder select:focus{outline:none;border-color:var(--accent)}.pedido-builder{display:flex;flex-direction:column;gap:14px}.pedido-section{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.pedido-section--confirmed{border-color:#0ea5e940;background:linear-gradient(180deg,#fff,#dbeafe33)}.pedido-section__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-family:var(--font-mono)}.pedido-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#eeecead9)}.pedido-overview__stat{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:var(--radius-sm);background:#ffffffbf;border:1px solid rgba(224,221,216,.8)}.pedido-overview__stat span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono)}.pedido-overview__stat strong{font-size:20px;line-height:1}.pedido-builder__title{display:flex;flex-direction:column;gap:6px}.pedido-builder__title h3{font-size:18px;letter-spacing:-.02em}.pedido-builder__title p{font-size:13px;color:var(--text-muted)}.pedido-builder__actions{display:flex;justify-content:flex-start}.pedido-drafts{display:flex;flex-direction:column;gap:14px}.pedido-draft{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,var(--surface),var(--surface2));padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px}.pedido-draft__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.pedido-draft__header h4{font-size:16px;line-height:1.2}.pedido-draft__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:4px}.pedido-draft__header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pedido-draft .form__grid{background:transparent}.pedido-draft .form__grid label{color:var(--text-muted)}.pedido-draft .form__grid input,.pedido-draft .form__grid select{background:#ffffffe6}.pedido-builder__row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.pedido-builder__row label{flex:1 1 280px;display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.pedido-lines{display:flex;flex-direction:column;gap:12px}.pedido-line{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.pedido-line--collapsed{padding-bottom:14px}.pedido-line__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pedido-line__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:4px}.pedido-line__header h4{font-size:18px;letter-spacing:-.02em;line-height:1.2}.pedido-line__header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pedido-line__summary{display:flex;flex-wrap:wrap;gap:8px}.pedido-line__collapsed-note{font-size:13px;color:var(--text-muted);padding:4px 0 2px}.summary-chip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface2);font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}.summary-chip--accent{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.pedido-line__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pedido-line__grid--confirmed{grid-template-columns:repeat(2,minmax(0,1fr))}.pedido-line__grid--confirmed>label{min-width:0}.pedido-line__field--wide{grid-column:1 / -1}.pedido-line__row-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}.pedido-line__row-three{display:grid;grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(0,1fr));gap:12px;min-width:0}.pedido-line__row-two>label,.pedido-line__row-three>label{min-width:0}.pedido-line label,.pedido-line__notes{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.pedido-line__notes{min-width:180px}.pedido-line__grid input,.pedido-line__grid select{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);font-family:var(--font);font-size:14px;color:var(--text)}.pedido-line__grid input:focus,.pedido-line__grid select:focus{outline:none;border-color:var(--accent)}.pedido-form__footer{display:flex;justify-content:flex-end;gap:10px}.modal--wide{max-width:920px}.badge--draft{background:var(--pill-bg);color:var(--pill-fg);border-color:var(--pill-border)}.pedido-empty{padding:40px 0}.controls{margin-bottom:32px;display:flex;flex-direction:column;gap:16px;background:color-mix(in srgb,var(--surface) 84%,transparent);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);padding:18px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-bar{display:flex;gap:8px;align-items:center}.search-bar input{flex:0 0 280px;padding:10px 16px;border:1px solid var(--border);border-radius:99px;font-family:var(--font);font-size:13px;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s,background-color .15s}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 10%,transparent)}.sort-control{display:flex;align-items:center;gap:10px}.sort-control label{font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.sort-select{padding:10px 28px 10px 12px;border:1px solid var(--border);border-radius:99px;font-family:var(--font);font-size:13px;background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .15s;min-width:fit-content;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a7774' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.sort-select:hover{border-color:var(--accent);color:var(--text)}.sort-select:focus{outline:none;border-color:var(--accent)}.filters{display:flex;flex-direction:column;gap:10px}.filter-group{display:flex;align-items:center;gap:12px}.filter-group>label{font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;min-width:60px}.filter-pills{display:flex;gap:6px;flex-wrap:wrap}.pill{padding:5px 12px;border-radius:99px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-family:var(--font);cursor:pointer;color:var(--text-muted);transition:all .15s;box-shadow:inset 0 1px #ffffff0d}.pill:hover{border-color:var(--accent);color:var(--text);transform:translateY(-1px)}.pill--active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.results-count{font-size:13px;color:var(--text-muted);font-family:var(--font-mono)}.export-actions{display:flex;gap:8px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:0 18px 18px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 12px #0f172a0a,var(--shadow);cursor:pointer;position:relative;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s;animation:fadeUp .3s ease both;content-visibility:auto;contain-intrinsic-size:320px}.card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent) 26%,var(--border));box-shadow:0 18px 40px #0f172a1f,var(--shadow-md)}.card__stripe{position:absolute;top:0;left:0;right:0;height:3px;background:var(--border)}.card--available .card__stripe{background:var(--available)}.card--pending .card__stripe{background:var(--pending)}.card--sold .card__stripe{background:var(--sold)}.card--purchased .card__stripe{background:var(--purchased)}.card--gift .card__stripe{background:var(--gift)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.card__image{width:calc(100% + 36px);margin:0 -18px;height:170px;overflow:hidden;background:var(--surface2)}.card__image img,.card__image-el{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:transform .35s ease}.card:hover .card__image img,.card:hover .card__image-el{transform:scale(1.06)}.card__image-placeholder--loading,.dashboard-recent__thumb--placeholder{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--surface2),color-mix(in srgb,var(--surface2) 55%,var(--surface)),var(--surface2));background-size:200% 100%;animation:shimmer 1.35s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card__image-placeholder{width:calc(100% + 36px);margin:0 -18px;height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--surface2)}.card__image-placeholder span{font-size:32px;opacity:.3}.card__image-placeholder a{font-size:12px;color:var(--accent);text-decoration:none;padding:4px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);transition:all .2s}.card__image-placeholder a:hover{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.placeholder-text{font-size:12px;color:var(--text-muted);font-weight:300}.card__header{display:flex;justify-content:space-between;align-items:center}.card__sport{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-family:var(--font-mono)}.card__team{font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.card__team a{color:var(--text);text-decoration:none;transition:color .2s}.card__team a:hover{color:var(--accent);text-decoration:underline}.card__meta{display:flex;gap:6px;font-size:12px;color:var(--text-muted)}.card__player{font-size:13px;color:var(--text-muted);font-family:var(--font-mono)}.card__chips{display:flex;flex-wrap:wrap;gap:6px}.card__chip{font-size:10px;font-family:var(--font-mono);padding:2px 7px;border-radius:99px;background:var(--surface2);color:var(--text-muted);white-space:nowrap}.card__chip--patch{background:var(--gift-light);color:var(--gift)}.card__chip--number{background:color-mix(in srgb,var(--purchased-light) 70%,transparent);color:var(--purchased)}.card__footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.card__price{display:flex;flex-direction:column;gap:2px}.price--usd{font-size:18px;font-weight:600;letter-spacing:-.02em}.price--cop{font-size:11px;color:var(--text-muted);font-family:var(--font-mono)}.price--venta{font-size:12px;font-weight:500;color:var(--available);font-family:var(--font-mono);margin-top:2px}.card__actions{display:flex;align-items:center;gap:10px}.card--vendido{border-left:3px solid var(--sold)}.card__comprador{font-size:12px;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:0}.card__comprador span{font-weight:500;color:var(--sold)}.card__price-label{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:3px}.card__price--vendido{flex-direction:row;gap:24px}.card__cost,.card__venta{display:flex;flex-direction:column;gap:2px}.card__profit{font-size:11px;font-family:var(--font-mono);font-weight:500;margin-top:3px}.card__profit--up{color:var(--available)}.card__profit--down{color:var(--danger)}.price--venta{font-size:16px;font-weight:600;letter-spacing:-.02em;color:var(--text)}.badge{font-size:11px;font-weight:500;padding:3px 8px;border-radius:99px;font-family:var(--font-mono)}.badge--pending{background:#fff1d6;color:#a16207;border-color:#f3c96c}.badge--sold{background:#eceef1;color:#4b5563;border-color:#c7cdd4}.badge--available{background:#dcfce7;color:#166534;border-color:#86efac}.badge--purchased{background:#dbeafe;color:#075985;border-color:#93c5fd}.badge--gift{background:var(--gift-light);color:var(--gift);border-color:var(--gift)}.btn{padding:9px 16px;border-radius:var(--radius-sm);font-family:var(--font);font-size:13px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a1f}.btn:active{transform:translateY(0);box-shadow:0 2px 6px #0f172a1f}.btn--primary{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 78%,var(--surface)));color:var(--accent-fg);border-color:var(--accent)}.btn--primary:hover{opacity:.85}.btn--secondary{background:color-mix(in srgb,var(--surface) 85%,transparent);color:var(--purchased);border-color:var(--purchased)}.btn--secondary:hover{background:var(--purchased-light);border-color:#0284c7;color:#075985}.btn--edit{background:transparent;color:#a16207;border-color:#eab308}.btn--edit:hover{background:#fef3c7;border-color:#ca8a04;color:#854d0e}.btn--ghost{background:transparent;color:var(--text-muted);border-color:transparent}.btn--ghost:hover{color:var(--text);background:color-mix(in srgb,var(--surface2) 55%,transparent)}.btn--danger{background:transparent;color:var(--danger);border-color:var(--danger)}.btn--danger:hover{background:var(--danger-light)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;padding:32px;position:relative;box-shadow:var(--shadow-md);animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.modal__close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:16px;cursor:pointer;color:var(--text-muted);padding:4px 8px;border-radius:var(--radius-sm)}.modal__close:hover{color:var(--text);background:var(--surface2)}.modal--confirm{max-width:420px;text-align:center}.modal__title{font-size:18px;font-weight:600;margin-bottom:8px}.modal__text{font-size:14px;color:var(--text-muted);margin-bottom:24px;line-height:1.5}.modal__actions{display:flex;gap:10px;justify-content:center}.modal-overlay--image{background:#000000e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal--image{max-width:min(85vw,900px);max-height:90vh;padding:0;overflow:hidden;background:transparent;box-shadow:0 12px 48px #0009;display:flex;align-items:center;justify-content:center;animation:zoomIn .25s ease}@keyframes zoomIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.modal--image img{display:block;max-width:100%;max-height:85vh;object-fit:contain;border-radius:var(--radius)}.modal--image .modal__close{top:12px;right:12px;color:#fff;background:#00000080;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:18px;z-index:10}.modal--image .modal__close:hover{background:#000c;color:#fff}.form{display:flex;flex-direction:column;gap:20px;background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);padding:24px;box-shadow:0 16px 40px #0f172a14,var(--shadow)}.form__title{font-size:22px;font-weight:600;letter-spacing:-.03em}.form .module__description{margin-top:-10px;padding-bottom:14px;border-bottom:1px solid var(--border)}.form__error{background:var(--danger-light);color:var(--danger);padding:10px 14px;border-radius:var(--radius-sm);font-size:13px}.form__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form__grid label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;min-width:0}.vendor-select optgroup{color:var(--text-muted);font-style:normal;font-weight:600}.vendor-select option[value="Vendedor local"]{font-weight:600}.inline-pair{display:flex;gap:8px;align-items:center}.inline-pair__label{font-size:11px;text-transform:uppercase;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:6px}.inline-pair .player-input{flex:1 1 auto;min-width:0}.inline-pair .player-input input{width:100%}.inline-pair .number-input{flex:0 0 120px}.inline-pair .number-input input{width:100%}.inline-checkbox-input{display:flex;flex-direction:column}.inline-checkbox-input>div{display:flex;gap:12px;align-items:center;background:color-mix(in srgb,var(--surface2) 65%,transparent);border:1px solid var(--border);border-radius:14px;padding:12px 14px}.inline-checkbox-input input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.inline-checkbox-input input[type=checkbox]{flex:0 0 auto}.inline-checkbox-input input[type=text],.inline-checkbox-input input[type=number]{flex:1 1 auto;min-width:0}.inline-checkbox-input input[type=text]{min-width:140px}.patch-field{gap:8px!important}.patch-field__hint{font-size:11px;line-height:1.4;text-transform:none;letter-spacing:0;color:var(--text-muted);font-family:var(--font)}.patch-field input[type=checkbox]{margin-top:0}.patch-field input[type=text]{background:transparent;border:none;padding:0;box-shadow:none;font-weight:500}.patch-field input[type=text]:focus{outline:none;border:none}.pedido-line__grid--confirmed .inline-checkbox-input>div,.pedido-line__grid--confirmed .inline-checkbox-input{width:100%}.inline-nyj{display:flex;flex-direction:column;min-width:0}.inline-nyj--only-number>div{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;margin-top:6px;min-width:0;width:100%}.inline-nyj>div{display:grid;grid-template-columns:18px 92px minmax(0,1fr);gap:6px;align-items:center;margin-top:6px;min-width:0;width:100%}.inline-nyj input[type=number]{width:92px;flex:0 0 92px}.inline-nyj input[type=text]{width:100%;min-width:0;flex:1 1 auto}.inline-nyj input[type=checkbox]{justify-self:center}.form__grid input:disabled,.pedido-line__grid input:disabled,.pedido-draft .form__grid input:disabled,.inline-checkbox-input input:disabled{background:var(--input-disabled-bg);color:var(--input-disabled-fg);cursor:not-allowed}.form__grid input,.form__grid select{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;background:var(--surface);color:var(--text);transition:border-color .15s}.form__grid input:focus,.form__grid select:focus{outline:none;border-color:var(--accent)}.form__label--full{grid-column:1 / -1}.zone-drop{position:relative;border:2px dashed var(--border);border-radius:var(--radius);padding:36px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;background:var(--surface);min-height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden}.zone-drop:hover{border-color:var(--text-muted);background:var(--surface2)}.zone-drop--over{border-color:var(--accent);background:var(--zone-drop-hover);box-shadow:0 0 0 4px #1a191714}.zone-drop--has-image{border:none;padding:0;background:transparent;min-height:auto}.zone-drop--has-image:hover{background:transparent}.zone-drop__placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-size:14px;pointer-events:none}.zone-drop__icon{font-size:32px;font-weight:300;line-height:1;opacity:.5}.zone-drop__hint{font-size:11px;opacity:.6}.zone-drop__preview{position:relative;width:100%;max-width:400px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.zone-drop__preview img{display:block;width:100%;height:auto;object-fit:contain;background:var(--surface2);cursor:pointer}.zone-drop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;background:#00000073;opacity:0;transition:opacity .2s}.zone-drop__preview:hover .zone-drop__overlay{opacity:1}.zone-drop__btn{padding:8px 16px;border:none;border-radius:var(--radius-sm);font-family:var(--font);font-size:13px;font-weight:500;cursor:pointer;background:var(--hard-white);color:var(--text);transition:transform .15s}.zone-drop__btn:hover{transform:scale(1.04)}.zone-drop__btn--remove{background:var(--danger);color:var(--hard-white)}.zone-drop--uploading{cursor:default;pointer-events:none}.zone-drop__spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.error-banner{background:var(--danger-light);border:1px solid #fca5a5;border-radius:var(--radius-sm);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:13px;color:var(--danger)}.error-banner button{background:none;border:none;color:var(--danger);cursor:pointer;font-weight:600;text-decoration:underline}.empty{text-align:center;padding:80px 0;color:var(--text-muted);font-size:15px}.dashboard{display:flex;flex-direction:column;gap:24px}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:20px;align-items:stretch;min-height:260px;padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#fffffff5,#eeecead1),url(/Camisetas/RealMadrid25-26.jpg) center/cover;box-shadow:0 22px 50px #0f172a1a,var(--shadow);overflow:hidden;position:relative}.dashboard-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,color-mix(in srgb,var(--accent) 14%,transparent),transparent 36%);pointer-events:none}.dashboard-hero__copy{display:flex;flex-direction:column;justify-content:center;gap:14px;max-width:620px}.dashboard-hero__copy h2{font-size:42px;line-height:1.02;letter-spacing:-.04em}.dashboard-hero__copy p:not(.module__eyebrow){color:var(--text-muted);font-size:16px;line-height:1.55}.dashboard-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.dashboard-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dashboard-hero__stat{padding:12px 14px;border:1px solid color-mix(in srgb,var(--border) 88%,transparent);border-radius:14px;background:color-mix(in srgb,var(--surface) 78%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-hero__stat span{display:block;font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-family:var(--font-mono);margin-bottom:6px}.dashboard-hero__stat strong{font-size:22px;letter-spacing:-.03em}.dashboard-hero__visual{align-self:stretch;display:grid;place-items:center;gap:14px;min-height:210px;border:1px solid rgba(255,255,255,.68);border-radius:var(--radius-sm);background:#ffffff9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}.dashboard-hero__visual img{width:104px;height:104px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.12))}.dashboard-hero__visual div{display:flex;flex-direction:column;gap:2px}.dashboard-hero__visual strong{font-size:44px;line-height:1}.dashboard-hero__visual span{color:var(--text-muted);font-size:13px;font-family:var(--font-mono)}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-kpi,.dashboard-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 32px #0f172a0f,var(--shadow)}.dashboard-kpi{padding:18px;display:flex;flex-direction:column;gap:7px;min-height:126px;position:relative;overflow:hidden}.dashboard-kpi:after{content:"";position:absolute;inset:auto -20% -55% auto;width:130px;height:130px;border-radius:50%;background:color-mix(in srgb,var(--accent) 8%,transparent)}.dashboard-kpi span,.dashboard-panel__meta{font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}.dashboard-kpi strong{font-size:30px;line-height:1;letter-spacing:-.03em}.dashboard-kpi small{color:var(--text-muted);font-size:13px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-panel{padding:20px;display:flex;flex-direction:column;gap:18px;min-width:0;position:relative;overflow:hidden}.dashboard-panel:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 35%,transparent),transparent)}.dashboard-panel--wide{grid-column:span 2}.dashboard-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dashboard-panel__header h3{font-size:20px;line-height:1.2;letter-spacing:-.02em}.dashboard-panel:hover,.dashboard-kpi:hover{transform:translateY(-2px);transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 18px 40px #0f172a1a,var(--shadow-md)}.dashboard-bars,.dashboard-rank,.dashboard-recent{display:flex;flex-direction:column;gap:12px}.dashboard-bar{display:flex;flex-direction:column;gap:7px}.dashboard-bar__label{display:flex;justify-content:space-between;gap:10px;font-size:13px}.dashboard-bar__label strong{font-family:var(--font-mono)}.dashboard-bar__track,.dashboard-order-card__line{height:10px;overflow:hidden;border-radius:999px;background:var(--surface2);border:1px solid var(--border)}.dashboard-bar__track span,.dashboard-order-card__line span{display:block;height:100%;min-width:0;border-radius:inherit}.dashboard-bar--available{background:var(--available)}.dashboard-bar--pending{background:var(--pending)}.dashboard-bar--sold{background:var(--sold)}.dashboard-bar--purchased,.dashboard-order-card__line span{background:var(--purchased)}.dashboard-rank__item{display:grid;grid-template-columns:24px minmax(86px,.8fr) minmax(100px,1fr) 34px;gap:10px;align-items:center}.dashboard-rank__item>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--surface2);color:var(--text-muted);font-size:12px;font-family:var(--font-mono)}.dashboard-rank__item strong{font-size:14px;min-width:0}.dashboard-rank__item div{height:8px;border-radius:999px;background:var(--surface2);overflow:hidden}.dashboard-rank__item div span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.dashboard-rank__item em{color:var(--text-muted);font-style:normal;font-family:var(--font-mono);font-size:12px;text-align:right}.dashboard-recent__item{width:100%;min-height:72px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.dashboard-recent__item:hover{transform:translateY(-1px);border-color:var(--accent);background:var(--surface2)}.dashboard-recent__thumb{width:54px;height:54px;border-radius:var(--radius-sm);background:var(--surface2);overflow:hidden}.dashboard-recent__thumb img{width:100%;height:100%;object-fit:cover;display:block}.dashboard-recent__item strong,.dashboard-recent__item small{display:block;min-width:0}.dashboard-recent__item strong{font-size:14px;line-height:1.25}.dashboard-recent__item small{margin-top:4px;color:var(--text-muted);font-size:12px}.dashboard-order-card{min-height:190px;padding:18px;border-radius:var(--radius-sm);border:1px solid var(--border);background:linear-gradient(180deg,var(--surface),var(--surface2));display:flex;flex-direction:column;justify-content:center;gap:10px}.dashboard-order-card strong{font-size:50px;line-height:1;letter-spacing:-.04em}.dashboard-order-card span,.dashboard-order-card small,.dashboard-empty{color:var(--text-muted);font-size:13px}.dashboard-empty{padding:28px 0}.dashboard-kpi__profit{font-weight:600;font-size:12px;font-family:var(--font-mono)}.ganancia-table{display:flex;flex-direction:column;gap:10px}.ganancia-table__row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);background:var(--surface2)}.ganancia-table__row strong{font-size:13px;font-weight:500}.ganancia-table__row span{font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}.ganancia--up{color:var(--available)!important;font-weight:500!important}.ganancia--down{color:var(--danger)!important;font-weight:500!important}.donut-chart{display:flex;align-items:center;gap:24px;padding:8px 0}.donut-legend{display:flex;flex-direction:column;gap:8px}.donut-legend__item{display:flex;align-items:center;gap:8px;font-size:12px}.donut-legend__item span:first-child{width:10px;height:10px;border-radius:2px;flex-shrink:0}.donut-legend__item strong{margin-left:auto;font-family:var(--font-mono);font-weight:500}.bar-chart{padding:8px 0}.bar-chart svg{display:block}@media (max-width: 600px){.main{padding:20px 16px 48px}.dashboard-hero{grid-template-columns:1fr;padding:20px;min-height:auto}.dashboard-hero__visual{min-height:140px}.dashboard-hero__visual img{width:72px;height:72px}.dashboard-hero__visual strong{font-size:32px}.dashboard-hero__copy h2{font-size:28px}.dashboard-hero__stats,.dashboard-kpis,.dashboard-grid{grid-template-columns:1fr}.dashboard-panel--wide{grid-column:auto}.dashboard-panel__header,.dashboard-hero__actions{align-items:stretch;flex-direction:column}.dashboard-hero__actions .btn,.dashboard-panel__header .btn{width:100%}.dashboard-recent__item{grid-template-columns:46px minmax(0,1fr)}.dashboard-recent__item .badge{justify-self:flex-start;grid-column:2}.dashboard-recent__thumb{width:46px;height:46px}.donut-chart{flex-direction:column;align-items:flex-start}.controls{padding:14px}.export-actions{flex-direction:column}.export-actions .btn{width:100%;justify-content:center}.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.form{padding:16px}.modal{padding:20px}.pedido-card__footer,.pedido-overview{grid-template-columns:1fr}.pedido-draft__header{flex-direction:column}.pedido-draft__header-actions{justify-content:flex-start}.pedido-builder__actions,.pedido-builder__actions .btn{width:100%}.pedido-line__header{flex-direction:column}.pedido-line__header-actions{justify-content:flex-start}.pedido-section{padding:14px}.pedido-line__grid{grid-template-columns:1fr}.pedido-line__field--wide{grid-column:auto}.module__header{align-items:flex-start;flex-direction:column}.form__grid{grid-template-columns:1fr}.filter-group{flex-direction:column;align-items:flex-start}.search-bar input{flex:1}.pedido-line{grid-template-columns:1fr}.sort-control{flex-direction:column;align-items:flex-start}}@media (max-width: 400px){.grid{grid-template-columns:1fr}.card{padding:16px}}@media (max-width: 768px){.header__inner{gap:12px}.header__brand h1{font-size:18px}.header__logo{width:38px;height:38px}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.dashboard-hero{grid-template-columns:1fr;gap:16px}.dashboard-hero__visual{min-height:160px}.dashboard-hero__visual img{width:88px;height:88px}.dashboard-hero__visual strong{font-size:36px}.dashboard-hero__copy h2{font-size:34px}.pedido-viewer__stats,.pedido-viewer__parties{grid-template-columns:repeat(2,minmax(0,1fr))}.pedido-card__parties{grid-template-columns:1fr;height:auto}.zone-drop__preview{max-width:100%}.modal--detail{max-width:95vw}.detail-meta{grid-template-columns:1fr 1fr}.detail-prices{flex-direction:column;gap:16px}.detail-image,.detail-image img{max-height:240px}.detail-body{padding:18px 20px 22px}.detail-team{font-size:20px}.filters{gap:12px}.filter-pills{gap:4px}.pill{padding:4px 10px;font-size:12px}.controls{gap:12px}.form{padding:18px}}.skeleton{background:var(--surface2);border-radius:var(--radius-sm);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.skeleton-card__image{height:160px;border-radius:var(--radius-sm);margin-bottom:12px}.skeleton-card__line{height:14px;margin-bottom:8px;width:60%}.skeleton-card__line--short{width:35%;margin-bottom:14px}.skeleton-card__line--full{width:100%;height:11px;margin-bottom:14px}.skeleton-card__footer{display:flex;justify-content:space-between;align-items:center}.skeleton-card__btn{height:32px;width:60px}.modal--detail{max-width:560px;padding:0;overflow:hidden}.detail-image{width:100%;min-height:200px;max-height:360px;overflow:hidden;background:var(--surface2);display:flex;align-items:center;justify-content:center}.detail-image img{width:100%;height:100%;max-height:360px;object-fit:contain;display:block}.detail-image__placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px;color:var(--text-muted);font-size:14px}.detail-image__placeholder span:first-child{font-size:40px;opacity:.3}.detail-body{padding:24px 28px 28px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.detail-sport{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:4px;display:block}.detail-team{font-size:24px;font-weight:600;letter-spacing:-.03em}.detail-meta{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.detail-meta__item{display:flex;flex-direction:column;gap:3px}.detail-meta__item span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.detail-meta__item strong{font-size:14px;font-weight:500}.detail-prices{display:flex;gap:32px;margin-bottom:20px}.detail-price{display:flex;flex-direction:column;gap:2px}.detail-price__label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-family:var(--font-mono)}.detail-price strong{font-size:22px;font-weight:600;letter-spacing:-.02em}.detail-comprador{background:var(--surface2);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:4px}.detail-comprador span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.detail-comprador strong{font-size:15px;font-weight:500}.detail-link{display:inline-block;font-size:13px;color:var(--accent);text-decoration:none;font-weight:500;margin-bottom:20px}.detail-link:hover{opacity:.7}.detail-actions{display:flex;gap:10px}@media (max-width: 500px){.detail-meta{grid-template-columns:1fr}.detail-image,.detail-image img{max-height:180px}.detail-body{padding:14px 16px 18px}.detail-actions{flex-direction:column}.detail-actions .btn{width:100%}.bar-chart svg{font-size:10px}.pedido-viewer__stats,.pedido-viewer__parties{grid-template-columns:1fr}}.precios-module{gap:24px}.precios-tabs{display:flex;gap:0;border:1px solid var(--border);border-radius:999px;background:var(--surface2);padding:4px;width:fit-content}.precios-tab{padding:10px 28px;border:none;border-radius:999px;background:transparent;color:var(--text-muted);font-family:var(--font);font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease}.precios-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.precios-add{display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.precios-add label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.precios-add input{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;background:var(--surface);color:var(--text);transition:border-color .15s}.precios-add input:focus{outline:none;border-color:var(--accent)}.empty__hint{font-size:13px;opacity:.6;margin-top:6px}.carousel{position:relative;display:flex;flex-direction:column;gap:16px}.carousel__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 4px 16px}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{scroll-snap-align:center;flex:0 0 min(85vw,520px);min-width:0}.carousel__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .2s ease,box-shadow .2s ease}.carousel__card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0f172a24}.carousel__image{width:100%;height:320px;overflow:hidden;background:var(--surface2);cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel__image img{width:100%;height:100%;object-fit:contain;display:block}.carousel__placeholder{color:var(--text-muted);font-size:14px}.carousel__info{padding:16px 20px;display:flex;flex-direction:column;gap:8px}.carousel__desc{font-size:15px;font-weight:500;line-height:1.35}.carousel__date{font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}.carousel__delete{align-self:flex-start}.carousel__arrow{position:absolute;top:160px;z-index:10;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);color:var(--text);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;line-height:1}.carousel__arrow:hover{background:var(--accent);color:var(--accent-fg);border-color:var(--accent);transform:scale(1.06)}.carousel__arrow--left{left:-22px}.carousel__arrow--right{right:-22px}.carousel__dots{display:flex;justify-content:center;gap:8px}.carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:all .2s ease}.carousel__dot--active{background:var(--accent);transform:scale(1.3)}@media (max-width: 640px){.carousel__slide{flex:0 0 88vw}.carousel__image{height:240px}.carousel__arrow{top:120px;width:36px;height:36px;font-size:20px}.carousel__arrow--left{left:6px}.carousel__arrow--right{right:6px}}@media (max-width: 400px){.carousel__slide{flex:0 0 92vw}.carousel__image{height:200px}}.auth-page{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px;width:100%;max-width:400px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:24px;animation:fadeUp .3s ease both}.auth-brand{display:flex;align-items:center;gap:8px}.auth-brand__icon{font-size:18px}.auth-brand__name{font-size:16px;font-weight:600;letter-spacing:-.03em}.auth-header{display:flex;flex-direction:column;gap:4px}.auth-header h2{font-size:22px;font-weight:600;letter-spacing:-.03em}.auth-header p{font-size:13px;color:var(--text-muted)}.auth-error{background:#fdf2f1;border:1px solid #fca5a5;color:var(--danger);padding:10px 14px;border-radius:var(--radius-sm);font-size:13px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.auth-form input{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;background:var(--surface);color:var(--text);transition:border-color .15s}.auth-form input:focus{outline:none;border-color:var(--accent)}.auth-form input::placeholder{color:var(--text-muted);opacity:.6}.auth-btn{margin-top:4px;padding:10px 16px;background:var(--accent);color:var(--accent-fg);border:none;border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s;display:flex;align-items:center;justify-content:center;min-height:40px}.auth-btn:hover:not(:disabled){opacity:.85}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer{text-align:center;font-size:13px;color:var(--text-muted)}.auth-link{background:none;border:none;font-family:var(--font);font-size:13px;font-weight:500;color:var(--text);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-link:hover{opacity:.7}.auth-hint{text-align:center;font-size:11px;font-family:var(--font-mono);color:var(--text-muted);background:var(--surface2);padding:8px 12px;border-radius:var(--radius-sm)}.auth-hint span{font-weight:600;margin-right:4px}@media (max-width: 480px){.auth-card{padding:28px 20px}}
