.yesmagic{--ym-bg: #0f0e17;--ym-surface: #1a1722;--ym-surface-elevated: #221f2a;--ym-text: #e8e6e3;--ym-muted: #8b849b;--ym-accent: #c9a227;--ym-accent-hover: #a88b20;--ym-border: #2d2a36;--ym-radius: 10px;--ym-shadow: 0 4px 20px rgba(0,0,0,.4);--ym-font: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--ym-font-heading: "Cinzel", Georgia, serif;min-height:100vh;background:var(--ym-bg);color:var(--ym-text);font-family:var(--ym-font)}.yesmagic-header{background:var(--ym-surface);border-bottom:1px solid var(--ym-border);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;box-shadow:var(--ym-shadow)}.yesmagic-logo{font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--ym-accent);text-decoration:none;font-family:var(--ym-font-heading)}.yesmagic-nav{display:flex;align-items:center;gap:.75rem}.yesmagic-nav a{color:var(--ym-muted);text-decoration:none;font-size:.9375rem;padding:.5rem .75rem;border-radius:8px;transition:color .15s,background .15s}.yesmagic-nav a:hover{color:var(--ym-accent);background:#c9a2271f}.yesmagic-nav .cart-link{display:inline-flex;align-items:center;gap:.35rem}.yesmagic-nav .cart-count{background:var(--ym-accent);color:#fff;font-size:.75rem;font-weight:600;min-width:1.25rem;height:1.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.yesmagic-main{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.yesmagic-main h2,.checkout-title,.admin-title{font-family:var(--ym-font-heading);color:var(--ym-accent);letter-spacing:.04em}.shop-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--ym-surface);border-radius:var(--ym-radius);border:1px solid var(--ym-border)}.shop-filters .filter-group{display:flex;flex-direction:column;gap:.35rem}.shop-filters .filter-group label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ym-muted)}.shop-filters select{padding:.5rem .75rem;border:1px solid var(--ym-border);border-radius:8px;font-size:.9375rem;font-family:inherit;min-width:140px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--ym-surface);border-radius:var(--ym-radius);overflow:hidden;box-shadow:var(--ym-shadow);border:1px solid var(--ym-border);transition:box-shadow .2s,transform .2s,border-color .2s}.product-card:hover{box-shadow:0 8px 28px #00000080;border-color:#c9a22766;transform:translateY(-2px)}.product-card-out-of-stock{opacity:.55;filter:grayscale(.8)}.product-card-out-of-stock .product-card-name{color:var(--ym-muted)}.product-card-image{width:100%;aspect-ratio:1;object-fit:cover;background:var(--ym-surface-elevated)}.product-card-body{padding:1.25rem}.product-card-name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;font-family:var(--ym-font-heading);color:var(--ym-accent);letter-spacing:.03em}.product-card-meta{font-size:.875rem;color:var(--ym-muted);margin-bottom:.5rem}.product-card-description{font-size:.875rem;color:var(--ym-text);margin-bottom:.75rem;line-height:1.4}.product-card-price{font-size:1.25rem;font-weight:700;color:var(--ym-accent);margin-bottom:.75rem}.product-card-actions{display:flex;align-items:center;gap:.5rem}.product-card-actions input{width:4rem;padding:.5rem;border:1px solid var(--ym-border);border-radius:8px;font-size:.9375rem;text-align:center}.ym-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.ym-btn-primary{background:var(--ym-accent);color:#fff}.ym-btn-primary:hover{background:var(--ym-accent-hover)}.ym-btn-primary.added-to-cart{background:#16a34a;pointer-events:none}.ym-btn-primary.added-to-cart:hover{background:#16a34a}.ym-btn-secondary{background:transparent;color:var(--ym-text);border:1px solid var(--ym-border)}.ym-btn-secondary:hover{background:var(--ym-surface-elevated);border-color:var(--ym-accent);color:var(--ym-accent)}.ym-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-layout{max-width:520px;margin:0 auto}.checkout-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.cart-summary{background:var(--ym-surface);border-radius:var(--ym-radius);border:1px solid var(--ym-border);padding:1.5rem;margin-bottom:1.5rem}.cart-summary h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--ym-muted)}.cart-line{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--ym-border);font-size:.9375rem}.cart-line-right{display:flex;align-items:center;gap:.75rem}.cart-remove-btn{background:none;border:none;color:var(--ym-muted);font-size:.8125rem;cursor:pointer;padding:.25rem 0;text-decoration:underline}.cart-remove-btn:hover{color:#fca5a5}.cart-line:last-child{border-bottom:none}.cart-total{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--ym-border);font-size:1.125rem;font-weight:700}.checkout-address-section{background:var(--ym-surface);border-radius:var(--ym-radius);border:1px solid var(--ym-border);padding:1.5rem;margin-bottom:1.5rem}.checkout-address-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.checkout-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.checkout-address-grid .form-group-full{grid-column:1 / -1}@media (max-width: 560px){.checkout-address-grid{grid-template-columns:1fr}}.payment-section{background:var(--ym-surface);border-radius:var(--ym-radius);border:1px solid var(--ym-border);padding:1.5rem;margin-bottom:1.5rem}.payment-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.payment-section textarea{width:100%;padding:.6rem;border:1px solid var(--ym-border);border-radius:8px;font-size:.9375rem;background:var(--ym-surface-elevated);color:var(--ym-text);font-family:inherit}.ym-stripe-element{padding:.75rem;border:1px solid var(--ym-border);border-radius:8px;background:var(--ym-surface-elevated)}.ym-stripe-element:focus-within{border-color:var(--ym-accent);outline:2px solid rgba(201,162,39,.25)}.admin-layout{max-width:1000px;margin:0 auto}.admin-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.admin-actions{margin-bottom:1.5rem}.admin-footer-actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-inventory-section{margin-bottom:2rem}.admin-section-heading{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--ym-accent)}.admin-inventory-actions{display:flex;align-items:flex-end;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.5rem}.inventory-section-title{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--ym-muted)}.inventory-table-wrap{background:var(--ym-surface);border-radius:var(--ym-radius);border:1px solid var(--ym-border);overflow-x:auto;margin-bottom:2rem}.inventory-table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed;box-sizing:border-box}.inventory-table th,.inventory-table td{padding:.75rem .6rem;text-align:left;border-bottom:1px solid var(--ym-border);border-right:1px solid var(--ym-border);vertical-align:top;overflow:hidden;box-sizing:border-box;min-width:0}.inventory-table th:last-child,.inventory-table td:last-child{border-right:none}.inventory-table th{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ym-muted);background:var(--ym-surface-elevated)}.inventory-table tr:last-child td{border-bottom:none}.inventory-table input{width:100%;max-width:100%;padding:.45rem .5rem;border:1px solid var(--ym-border);border-radius:6px;font-size:.875rem;background:var(--ym-surface-elevated);color:var(--ym-text);box-sizing:border-box}.inventory-table th.col-series{width:11rem}.inventory-table th.col-item,.inventory-table th.col-description{width:12rem}.inventory-table th.col-price{width:5.5rem}.inventory-table th.col-shipping{width:5rem}.inventory-table th.col-qty{width:4.5rem}.inventory-table th.col-image{width:11rem}.inventory-table th.col-actions{width:5.5rem}.inventory-table-wrap .checkbox-group-inline{display:flex;flex-wrap:wrap;gap:.2rem .4rem;max-width:100%;min-width:0}.inventory-table-wrap .checkbox-group-inline label{margin-bottom:0;white-space:normal;word-break:break-word;font-size:.75rem;line-height:1.3;max-width:100%;display:inline-flex;align-items:center;gap:.35rem}.inventory-table-wrap .checkbox-group-inline input[type=checkbox]{flex-shrink:0;width:.875rem;height:.875rem}.ym-btn-sm{padding:.4rem .75rem;font-size:.875rem}.ym-btn-danger{background:#b91c1c;color:#fff}.ym-btn-danger:hover{background:#991b1b}.empty-cart{text-align:center;padding:3rem 1.5rem;color:var(--ym-muted)}.empty-cart p{margin-bottom:1rem}.empty-cart-checkout{background:var(--ym-surface);border:1px solid var(--ym-border);border-radius:var(--ym-radius);color:var(--ym-text)}.empty-cart-checkout p{color:var(--ym-text);margin-bottom:1.25rem}.success-message{background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.3);padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9375rem}.error-message{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3);padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9375rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem;color:var(--ym-text)}.form-group input{width:100%;padding:.6rem;border:1px solid var(--ym-border);border-radius:8px;font-size:.9375rem;background:var(--ym-surface-elevated);color:var(--ym-text)}.add-product-form{background:var(--ym-surface);border:1px solid var(--ym-border);border-radius:var(--ym-radius);padding:1.5rem;margin-bottom:1.5rem;max-width:400px}.add-product-form.add-product-form--spaced{max-width:820px;padding:1.75rem 2rem}.add-product-form--spaced .form-group{margin-bottom:1.5rem}.add-product-form--spaced .form-group label{display:block;margin-bottom:.5rem}.add-product-form--spaced .checkbox-group,.add-product-form--spaced .checkbox-group-inline{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem 1.5rem}.add-product-form--spaced .checkbox-group label,.add-product-form--spaced .checkbox-group-inline label{display:flex;align-items:center;gap:.5rem;margin-bottom:0;white-space:nowrap;min-width:0}.add-product-form--spaced .checkbox-group input[type=checkbox],.add-product-form--spaced .checkbox-group-inline input[type=checkbox]{flex-shrink:0;width:1rem;height:1rem}.add-product-form h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.checkbox-group label,.checkbox-group-inline label{cursor:pointer;font-weight:400}.schedule-page{max-width:900px}.schedule-title{font-family:var(--ym-font-heading);font-size:1.5rem;margin-bottom:.5rem}.schedule-calendar{background:var(--ym-surface);border:1px solid var(--ym-border);border-radius:var(--ym-radius);padding:1.5rem;margin-bottom:1rem;overflow-x:auto}.schedule-calendar-header{font-family:var(--ym-font-heading);font-size:1.25rem;margin-bottom:1rem;color:var(--ym-accent)}.schedule-calendar-grid{width:100%;border-collapse:collapse;font-size:.875rem}.schedule-calendar-grid th{padding:.5rem;text-align:center;color:var(--ym-muted);font-weight:600;border-bottom:1px solid var(--ym-border)}.schedule-calendar-grid td{vertical-align:top;padding:.5rem;min-width:100px;border:1px solid var(--ym-border);background:var(--ym-surface-elevated)}.schedule-day-cell.other-month{background:var(--ym-surface);color:var(--ym-muted);opacity:.8}.schedule-day-cell.today{outline:2px solid var(--ym-accent);outline-offset:-2px}.schedule-day-num{font-weight:600;margin-bottom:.35rem;color:var(--ym-text)}.schedule-day-shows{display:flex;flex-direction:column;gap:.35rem}.schedule-show-item{background:var(--ym-bg);padding:.35rem .5rem;border-radius:6px;font-size:.8125rem;border-left:3px solid var(--ym-accent)}.schedule-show-time{display:block;color:var(--ym-accent);font-weight:500}.schedule-show-title{display:block;color:var(--ym-text)}.admin-shows-section{background:var(--ym-surface);border:1px solid var(--ym-border);border-radius:var(--ym-radius);padding:1.5rem;margin-top:2rem;max-width:600px}.admin-shows-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.admin-shows-list{list-style:none;padding:0;margin:0 0 1rem}.admin-shows-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--ym-border);flex-wrap:wrap}.admin-shows-list li input{padding:.4rem .5rem;border:1px solid var(--ym-border);border-radius:6px;background:var(--ym-surface-elevated);color:var(--ym-text);font-size:.875rem}.admin-shows-list .show-date{width:10rem}.admin-shows-list .show-time{width:7rem}.admin-shows-list .show-title{width:12rem;flex:1;min-width:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0e17;color:#e8e6e3}
