@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.product-table-wrapper{width:100%;overflow-x:auto}.product-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 18px 40px #1a3a6d12;border-radius:18px;overflow:hidden}.product-table thead{background:#1a3a6d0a}.product-table th,.product-table td{padding:16px 18px;text-align:left;font-size:14px;border-bottom:1px solid rgba(26,58,109,.08)}.product-table tbody tr:last-child td{border-bottom:none}.product-name{display:flex;flex-direction:column;gap:2px}.product-name small{color:#18223099;font-size:12px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.active{background:#20b2aa29;color:#1a3a6d}.status-pill.inactive{background:#d9534f29;color:#b71c1c}.event-tags-cell{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#182230a6}.product-table .actions{text-align:right}.product-table-loading,.product-table-empty{background:#fff;border-radius:18px;padding:32px;text-align:center;color:#182230b3;box-shadow:0 18px 40px #1a3a6d12}.product-table-empty h3{margin:0 0 8px}.product-table-empty p{margin:0}.spinner{width:18px;height:18px;border:3px solid rgba(26,58,109,.1);border-top-color:#1a3a6d;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-management{display:grid;gap:clamp(20px,3vw,32px);align-items:start}.product-management.add-view{grid-template-columns:minmax(340px,700px)}.product-management.update-view{grid-template-columns:minmax(360px,440px) 1fr}@media (max-width: 1200px){.product-management{grid-template-columns:1fr}}.product-form-panel,.product-list-panel{width:100%}.product-list-panel{background:#fff;border-radius:24px;padding:clamp(24px,4vw,32px);box-shadow:0 24px 60px #1a3a6d14,0 2px 16px #1a3a6d0a;border:1px solid rgba(26,58,109,.05)}.product-list-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.product-list-header h2{margin:0;font-size:20px;font-weight:600;color:#1a3a6d}.product-list-header p{margin:4px 0 0;color:#182230b3;font-size:14px}.product-list-actions{display:flex;gap:12px;align-items:center}.product-list-actions select{padding:8px 12px;border-radius:12px;border:1px solid rgba(26,58,109,.16);background:#1a3a6d0a;font-weight:500;color:#1a3a6d}.product-table-loading .spinner{margin-right:10px}.product-form-panel.edit-panel{position:sticky;top:32px}@media (max-width: 1200px){.product-form-panel.edit-panel{position:static}}.product-edit-placeholder{background:#fff;border-radius:24px;padding:clamp(28px,4vw,36px);box-shadow:0 24px 60px #1a3a6d14,0 2px 20px #1a3a6d0a;border:1px solid rgba(26,58,109,.05);display:flex;flex-direction:column;gap:12px;color:#182230bf}.product-edit-placeholder h3{margin:0;font-size:20px;color:#1a3a6d}.product-edit-placeholder p{margin:0;font-size:14px}.read-only{background:#1a3a6d0d;border-color:#1a3a6d14;color:#182230b3}.image-preview{margin-top:12px;display:flex;flex-direction:column;gap:10px;max-width:320px}.image-preview img{width:100%;border-radius:16px;border:1px solid rgba(26,58,109,.12);-o-object-fit:cover;object-fit:cover}.option-section{border:1px solid rgba(26,58,109,.12);border-radius:18px;padding:18px 20px;background:#f5f7fbcc;display:flex;flex-direction:column;gap:16px}.option-section-header{display:flex;flex-direction:column;gap:4px}.option-selector{display:flex;flex-wrap:wrap;gap:10px}.option-chip{border:1px solid rgba(26,58,109,.14);border-radius:999px;padding:8px 14px;background:#ffffffe6;color:#1a3a6d;font-weight:500;cursor:pointer;transition:all .14s ease}.option-chip.selected{background:linear-gradient(120deg,#1a3a6d,#20b2aa);color:#fff;border-color:transparent;box-shadow:0 10px 20px #20b2aa40}.option-chip:hover{transform:translateY(-1px)}.add-custom{display:flex;gap:10px;flex-wrap:wrap}.add-custom input{flex:1;min-width:220px}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}@media (max-width: 900px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(24,34,48,.08)}}.sidebar{background:linear-gradient(165deg,#1a3a6d,#20b2aa);color:#fff;display:flex;flex-direction:column;gap:24px;padding:32px 28px}.brand{display:flex;align-items:center;gap:16px}.brand .logo{width:52px;height:52px;border-radius:16px;background:#ffffff2e;display:grid;place-items:center;font-size:26px;box-shadow:inset 0 0 0 1px #ffffff38}.brand h2{margin:0;font-size:22px;font-weight:600}.brand span{display:block;opacity:.75;font-size:14px;margin-top:-2px}.welcome-card{background:#ffffff1f;border-radius:18px;padding:20px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 0 0 1px #ffffff26}.welcome-card p{margin:0;opacity:.8}.welcome-card h3{margin:10px 0 8px;font-size:20px;font-weight:600}.welcome-card .badge{background:#ffffff2e;padding:6px 12px;border-radius:999px;font-size:12px;letter-spacing:.02em;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:14px;margin-top:18px}.nav-card{position:relative;border:none;text-align:left;padding:18px 20px;border-radius:18px;background:#ffffff1f;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.nav-card h4{margin:0;font-size:16px;font-weight:600}.nav-card p{margin:6px 0 0;font-size:13px;opacity:.85}.nav-card-icon{font-size:20px;opacity:.85}.nav-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0000001f}.nav-card.active{background:#ffffff38;box-shadow:0 18px 32px #00000029}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px}.sidebar-footer .hint{font-size:13px;opacity:.7;margin:0}.sidebar-footer a{color:inherit;text-decoration:underline}.content{padding:48px clamp(24px,5vw,64px);background:radial-gradient(circle at top right,rgba(32,178,170,.08),transparent 55%),linear-gradient(180deg,rgba(26,58,109,.05),transparent 45%)}.product-form-container{width:100%;max-width:100%;margin:0;background:#fff;border-radius:24px;padding:clamp(28px,4vw,40px);box-shadow:0 24px 60px #1a3a6d14,0 2px 20px #1a3a6d0a;border:1px solid rgba(26,58,109,.05)}.product-form-title{margin:0;font-size:clamp(26px,4vw,32px);font-weight:600;color:#1a2c48}.product-form-subtitle{margin:12px 0 28px;color:#182230b3;max-width:640px}.product-form{display:flex;flex-direction:column;gap:24px}.form-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.form-field{display:flex;flex-direction:column;gap:8px}.form-field.horizontal{flex-direction:row;align-items:center;justify-content:space-between;border:1px solid rgba(26,58,109,.12);border-radius:16px;padding:16px 20px;background:#20b2aa0a}.checkbox-label{display:flex;align-items:center;gap:12px;font-weight:500}.hint{font-size:13px;color:#18223099}label{font-weight:600;font-size:14px;color:#1a2c48}input,select,textarea{border-radius:14px;border:1px solid rgba(26,58,109,.15);background:#ffffffe6;padding:12px 14px;font:inherit;transition:border .12s ease,box-shadow .12s ease}input:focus,select:focus,textarea:focus{border-color:#20b2aa99;box-shadow:0 0 0 4px #20b2aa1a;outline:none}textarea{resize:vertical;min-height:120px}.admin-merchant-section{border:1px solid rgba(26,58,109,.12);background:#20b2aa14;border-radius:18px;padding:20px 22px;display:flex;flex-direction:column;gap:16px}.admin-merchant-section fieldset{border:none;margin:0;padding:0}.merchant-mode{display:flex;gap:18px;flex-wrap:wrap}.merchant-mode legend{font-weight:600;margin-bottom:8px;color:#1a3a6d}.merchant-mode label{font-weight:500;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#ffffffa6;border:1px solid rgba(26,58,109,.12);cursor:pointer}.merchant-mode input[type=radio]{accent-color:#1a3a6d}.new-merchant-fields{display:grid;gap:14px}.new-merchant-fields textarea{min-height:88px}.btn-primary,.btn-secondary,.btn-tertiary,.danger{border:none;font-weight:600;border-radius:14px;padding:10px 16px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-primary{background:linear-gradient(120deg,#1a3a6d,#20b2aa);color:#fff;box-shadow:0 16px 32px #20b2aa40}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px #20b2aa47}.btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.35)}.btn-secondary.full{width:100%;background:#ffffff29}.btn-secondary:hover{background:#ffffff47}.btn-tertiary{background:#20b2aa1a;color:#1a3a6d}.btn-tertiary:hover{background:#20b2aa29}.danger{background:#da20431f;color:#d13b58}.danger.ghost{background:transparent;color:#d13b58}.btn-primary.submit{align-self:flex-start;padding-inline:28px}.btn-primary:disabled,.btn-secondary:disabled,.btn-tertiary:disabled,.danger:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.form-message{padding:14px 18px;border-radius:14px;font-size:14px}.form-message.success{background:#20b2aa1a;color:#1a3a6d;border:1px solid rgba(32,178,170,.25)}.form-message.error{background:#da20431f;color:#b12540;border:1px solid rgba(218,32,67,.2)}.form-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;margin-bottom:20px;border-radius:18px;background:#20b2aa1f;border:1px solid rgba(32,178,170,.24);color:#1a3a6d}.form-banner strong{font-size:15px}.form-banner p{margin:4px 0 0;color:#182230b3;font-size:13px}.editing-banner{box-shadow:inset 0 0 0 1px #20b2aa2e,0 10px 24px #20b2aa29}.login-layout{min-height:100vh;background:radial-gradient(circle at top left,rgba(32,178,170,.35),transparent 55%),radial-gradient(circle at bottom right,rgba(26,58,109,.3),transparent 50%),#f3f6fb;display:grid;place-items:center;padding:32px}.login-card{background:#fff;border-radius:24px;padding:clamp(28px,4vw,38px);width:min(440px,100%);box-shadow:0 28px 60px #1a3a6d1f,0 2px 24px #1a3a6d0f;display:flex;flex-direction:column;gap:24px}.login-header h1{margin:0;font-size:clamp(26px,4vw,30px);color:#1a3a6d;font-weight:600}.login-header p{margin:10px 0 0;color:#182230b3}.login-form{display:flex;flex-direction:column;gap:16px}.error-banner{background:#da20431f;color:#b12540;border:1px solid rgba(218,32,67,.2);border-radius:14px;padding:12px 16px;font-size:14px}.login-footer{font-size:13px;color:#18223099;text-align:center}.login-footer p{margin:0}:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#182230;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;background:inherit}*{box-sizing:border-box}button{font-family:inherit}a{color:inherit}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
