*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}.app{background:var(--concessions-bg);flex-direction:column;width:100%;min-height:100vh;display:flex}.app.display-locked,.app.display-locked html,.app.display-locked body,.app.display-locked #root{width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.app>div{width:100%;height:100%;animation:1s ease-in-out fadeInOut;position:absolute;top:0;left:0}@keyframes fadeInOut{0%{opacity:0}to{opacity:1}}:root{--concessions-accent:#4169e1;--concessions-accent2:#87ceeb;--concessions-bg:#f4f8ff;--concessions-panel:#fff;--concessions-ink:#0f1724;--concessions-subtle:#6b7c9a;--concessions-rule:#e6eefb;--concessions-shadow:#11244e1a;--max-rows:1}.concessions-wrap{color:var(--concessions-ink);background:#f4f8ff;background:var(--concessions-bg)}.grid{grid-gap:1rem;flex:1;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:1rem;width:100%;padding:1rem;display:grid;overflow:hidden}.card{background:#fff;background:var(--concessions-panel);box-shadow:0 4px 12px #11244e1a;box-shadow:0 4px 12px var(--concessions-shadow);border-left:4px solid #4169e1;border-left:4px solid var(--concessions-accent);border-radius:8px;flex-direction:column;height:100%;padding:1rem;display:flex}.card h2{text-transform:uppercase;color:var(--concessions-accent);flex:none;margin:0 0 .5rem;font-size:max(24px,min(3.5vh,32px));font-weight:700}.items{grid-template-rows:repeat(1,1fr);grid-template-rows:repeat(var(--max-rows),1fr);grid-gap:0;flex:1;gap:0;min-height:0;display:grid}.row{border-bottom:1px dashed #e6eefb;border-bottom:1px dashed var(--concessions-rule);justify-content:space-between;align-items:center;padding:0;display:flex}.row:last-child{border-bottom:0}.name{color:var(--concessions-ink);align-items:center;gap:.4em;font-size:max(1.25rem,min(2.2vh,1.5rem));font-weight:700;display:flex}.note{color:var(--concessions-subtle);font-size:max(.85rem,min(1.6vh,1rem));font-weight:400}.price{color:var(--concessions-accent);text-align:right;min-width:3.8ch;font-size:max(1.25rem,min(2.2vh,1.5rem));font-weight:700}.dot{background:#21c55d;border-radius:50%;flex-shrink:0;width:.7em;height:.7em;box-shadow:inset 0 0 0 2px #ffffff2e}@media (max-width:640px){.grid{gap:.75rem;padding:.75rem}.card{padding:.75rem}.name{flex-wrap:wrap}.note{white-space:normal;width:100%;margin-top:.2em}}@media (max-height:480px) and (orientation:landscape){.grid{gap:.5rem;padding:.5rem}.card{padding:.75rem}.card h2{margin:0 0 .25rem;font-size:max(20px,min(3vh,28px))}.name,.price{font-size:max(1rem,min(2vh,1.25rem))}}@media print{.concessions-wrap{background:#fff}.app-header{color:var(--concessions-ink);-webkit-print-color-adjust:exact;print-color-adjust:exact;background:0 0;padding:1rem}.app-title{color:var(--concessions-accent);-webkit-text-fill-color:currentColor;background:0 0}.card{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #e6eefb;border:1px solid var(--concessions-rule);box-shadow:none}.price{color:var(--concessions-ink)}.app-footer{color:var(--concessions-ink);border-top:1px solid #e6eefb;border-top:1px solid var(--concessions-rule);background:0 0}}.slide-layout{flex-direction:column;width:100vw;height:100vh;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;display:flex;overflow:hidden}.app-header{color:#fff;text-shadow:0 2px 8px #00000047;background:linear-gradient(90deg,#4169e1 0%,#5b83ff 45%,#87ceeb 100%);flex:none;justify-content:space-between;align-items:center;gap:max(.45rem,min(1.2vw,.75rem));padding:max(.6rem,min(2.4vh,1.2rem)) max(.6rem,min(2.4vw,1.5rem));display:flex;position:relative}.app-header:before{content:"";background:url(/assets/logo-round-504-DbHQ2Ykx.png) 50%/cover no-repeat;border-radius:50%;flex:none;width:max(29px,min(4.8vw,43px));height:max(29px,min(4.8vw,43px));display:block;box-shadow:0 6px 18px #0000002e}.app-title{letter-spacing:.02em;background:linear-gradient(90deg,#ffffffbf 0%,#fff 25%,#ffffffbf 50%,#fff 75%,#ffffffbf 100%) 0 0/200% 100%;color:#0000;text-shadow:0 2px 12px #00000026;-webkit-background-clip:text;background-clip:text;margin:0;font-size:max(25px,min(4.8vh,43px));font-weight:900;line-height:1;animation:1.5s linear infinite header-shine}.app-subtitle{letter-spacing:.15em;color:#fffffff2;text-shadow:0 2px 6px #0000004d;margin-left:auto;padding-right:max(.5rem,min(1vw,1rem));font-size:max(16px,min(3vh,28px));font-weight:700}@keyframes header-shine{to{background-position:-200% 0}}.app-footer{color:#fff;background:linear-gradient(90deg,#4169e1 0%,#5b83ff 45%,#87ceeb 100%);flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:max(.5rem,min(1.5vh,1rem)) max(.75rem,min(2vw,1.5rem));font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;display:flex;box-shadow:0 -2px 10px #0000001a}.footer-section{flex:1;align-items:center;font-size:max(.75rem,min(1.8vh,1rem));font-weight:500;display:flex}.footer-left{text-align:left;justify-content:flex-start}.footer-center{text-align:center;justify-content:center}.footer-right{text-align:right;justify-content:flex-end}.help-hint-footer{background:#ffffff40;border:1px solid #ffffff4d;border-radius:4px;padding:.25rem .75rem;font-size:max(.7rem,min(1.5vh,.9rem));font-weight:600;display:inline-block}.kcc-wrap{background:#f8f9fa}.divisions-container{grid-gap:0;flex:1;grid-template-columns:1fr auto 1fr;gap:0;padding:max(.5rem,min(1vh,1rem));display:grid;overflow:hidden}.division-column{flex-direction:column;gap:max(.5rem,min(1vh,1rem));padding:0 max(.5rem,min(1vh,1rem));display:flex;overflow:hidden}.division-divider{background:linear-gradient(#4169e1 0%,#5a7ff5 50%,#4169e1 100%);border-radius:2px;width:4px;margin:0 max(.5rem,min(1vh,1rem));box-shadow:0 0 8px #4169e14d}.division-header{color:var(--kcc-blue);text-align:center;border-left:4px solid #1e3a8a;border-left:4px solid var(--kcc-blue);background:linear-gradient(90deg,#a5b4fc 0%,#93c5fd 45%,#bfdbfe 100%);border-radius:6px;padding:max(.4rem,min(1vh,.75rem));font-size:max(1.2rem,min(2.5vh,1.8rem));font-weight:700;box-shadow:0 2px 6px #00000014}.division-groups{grid-gap:max(.5rem,min(1.5vh,1rem));flex:1;grid-template-columns:repeat(2,1fr);align-content:start;align-items:start;gap:max(.5rem,min(1.5vh,1rem));padding-bottom:max(.25rem,min(.5vh,.5rem));display:grid;overflow-y:auto}.group{border:1px solid #e0e0e0;border:1px solid var(--table-border);background:#fff;border-radius:8px;flex-direction:column;align-self:start;height:fit-content;display:flex;overflow:hidden;box-shadow:0 1px 4px #0000001a}.group-header{color:var(--text-primary);border-bottom:2px solid #e0e0e0;border-bottom:2px solid var(--table-border);background:#fff;padding:max(.4rem,min(1vh,.7rem));font-size:max(.75rem,min(1.5vh,1rem));font-weight:600}.standings-table{border-collapse:collapse;width:100%;font-size:max(.65rem,min(1.3vh,.85rem))}.standings-table thead{background:#f5f5f5;background:var(--header-bg)}.standings-table th{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--table-border);padding:max(.3rem,min(.7vh,.5rem)) max(.15rem,min(.3vh,.4rem));font-size:max(.6rem,min(1.1vh,.75rem));font-weight:500}.standings-table th:first-child{text-align:left;padding-left:max(.4rem,min(.8vh,.8rem))}.standings-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.standings-table tbody tr.leader{background:linear-gradient(90deg,#fef3c7 0%,#fde68a 50%,#fef3c7 100%);font-weight:600}.standings-table tbody tr.leader:hover{background:linear-gradient(90deg,#fde68a 0%,#fcd34d 50%,#fde68a 100%)}.standings-table tbody tr:hover{background:#f8f9fa;background:var(--row-hover)}.standings-table tbody tr:last-child{border-bottom:none}.standings-table td{text-align:center;color:var(--text-primary);padding:max(.3rem,min(.8vh,.5rem)) max(.15rem,min(.3vh,.4rem))}.team-cell{text-align:left;align-items:center;gap:max(.3rem,min(.6vh,.5rem));padding-left:max(.2rem,min(.4vh,.4rem));display:flex}.position{color:var(--text-secondary);min-width:max(.8rem,min(1.5vh,1.2rem));font-size:max(.65rem,min(1.3vh,.85rem));font-weight:600}.team-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:max(.65rem,min(1.3vh,.85rem));font-weight:400;overflow:hidden}.points{color:var(--text-primary);font-size:max(.7rem,min(1.3vh,.9rem));font-weight:700}.stats{color:var(--text-secondary);font-size:max(.65rem,min(1.2vh,.8rem))}:root{--kcc-blue:#1e3a8a;--kcc-blue-dark:#1e40af;--table-border:#e0e0e0;--header-bg:#f5f5f5;--row-hover:#f8f9fa;--text-primary:#202124;--text-secondary:#5f6368}.kcc-schedule-wrap{background:#f8f9fa}.schedule-container{grid-gap:0;flex:1;grid-template-columns:1fr auto 1fr;gap:0;padding:max(.5rem,min(1vh,1rem));display:grid;overflow:hidden}.schedule-column{flex-direction:column;gap:max(.5rem,min(1vh,1rem));padding:0 max(.5rem,min(1vh,1rem));display:flex;overflow-y:auto}.schedule-divider{background:linear-gradient(#4169e1 0%,#5a7ff5 50%,#4169e1 100%);border-radius:2px;width:4px;margin:0 max(.5rem,min(1vh,1rem));box-shadow:0 0 8px #4169e14d}.schedule-division{flex-direction:column;gap:max(.5rem,min(1vh,1rem));display:flex}.schedule-division-header{color:var(--kcc-blue);text-align:center;border-left:4px solid #1e3a8a;border-left:4px solid var(--kcc-blue);background:linear-gradient(90deg,#a5b4fc 0%,#93c5fd 45%,#bfdbfe 100%);border-radius:6px;padding:max(.4rem,min(1vh,.75rem));font-size:max(1.2rem,min(2.5vh,1.8rem));font-weight:700;box-shadow:0 2px 6px #00000014}.schedule-date-section{border:1px solid #e0e0e0;border:1px solid var(--table-border);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000001a}.schedule-date-header{color:var(--kcc-blue);border-bottom:2px solid #1e3a8a;border-bottom:2px solid var(--kcc-blue);background:linear-gradient(90deg,#e0e7ff 0%,#dbeafe 100%);padding:max(.4rem,min(.8vh,.6rem)) max(.6rem,min(1vh,1rem));font-size:max(.8rem,min(1.5vh,1rem));font-weight:600}.schedule-table{border-collapse:collapse;width:100%;font-size:max(.65rem,min(1.3vh,.85rem))}.schedule-table thead{background:#f5f5f5;background:var(--header-bg)}.schedule-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--table-border);padding:max(.3rem,min(.7vh,.5rem)) max(.3rem,min(.5vh,.5rem));font-size:max(.6rem,min(1.1vh,.75rem));font-weight:500}.schedule-table th:first-child{text-align:center}.schedule-table tbody tr{background:#fff;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.schedule-table tbody tr:nth-child(2n){background:#e0f2fe}.schedule-table tbody tr:hover{background:#f8f9fa;background:var(--row-hover)}.schedule-table tbody tr.played{opacity:.6}.schedule-table tbody tr.played:hover{opacity:.7}.schedule-table tbody tr:last-child{border-bottom:none}.schedule-table td{color:var(--text-primary);padding:max(.3rem,min(.6vh,.5rem)) max(.3rem,min(.5vh,.5rem))}.schedule-table td.time{color:var(--kcc-blue);text-align:center;font-size:max(.7rem,min(1.3vh,.85rem));font-weight:600}.schedule-table td.field{color:var(--text-secondary);font-size:max(.65rem,min(1.2vh,.8rem))}.schedule-table td.group{color:var(--text-secondary);box-shadow:none;background:0 0;border:none;outline:none;font-size:max(.65rem,min(1.2vh,.8rem))}.schedule-table td.home-team,.schedule-table td.away-team{color:var(--text-primary);font-size:max(.7rem,min(1.3vh,.85rem));font-weight:500}.score-inline{color:var(--kcc-blue);margin-left:max(.2rem,min(.4vh,.4rem));font-size:max(.65rem,min(1.2vh,.8rem));font-weight:600}.schedule-column::-webkit-scrollbar{width:6px}.schedule-column::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.schedule-column::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.schedule-column::-webkit-scrollbar-thumb:hover{background:#94a3b8}.controls{color:#fff;opacity:0;background:#000000b3;justify-content:space-between;padding:1rem;font-family:Roboto,system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans,sans-serif;transition:opacity .3s ease-in-out;display:flex;position:fixed;bottom:0;left:0;right:0}.controls:hover{opacity:1}.controls.paused{opacity:1;background:#000000d9}.control-hint{background:#ffffff1a;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.control-hint.space{padding:.5rem 2rem}.control-hint.left{margin-right:auto}.control-hint.right{margin-left:auto}.help-hint{color:#fff;opacity:.7;z-index:10;background:#1e3a8ae6;border:1px solid #fff3;border-radius:6px;padding:.5rem 1rem;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:.875rem;font-weight:500;transition:opacity .3s ease-in-out;position:fixed;top:1rem;left:1rem}.help-hint:hover{opacity:1}.help-modal-overlay{z-index:1000;background:#1e3a8af2;justify-content:center;align-items:center;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.help-modal{background:linear-gradient(135deg,#f8f9fa 0%,#e8f4f8 100%);border:3px solid #4169e1;border-radius:12px;max-width:650px;max-height:85vh;padding:2.5rem;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}.help-close{color:#1e3a8a;cursor:pointer;background:#fff;border:2px solid #4169e1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.75rem;font-weight:700;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.help-close:hover{color:#fff;background:#4169e1;transform:rotate(90deg)}.help-modal h2{color:#1e3a8a;text-align:center;border-bottom:3px solid #4169e1;margin:0 0 1.5rem;padding-bottom:1rem;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:2rem;font-weight:800}.help-modal h3{color:#1e3a8a;margin:0 0 .75rem;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:1.25rem;font-weight:700}.help-content{flex-direction:column;gap:1.75rem;display:flex}.help-section{background:#fff;border:2px solid #4169e133;border-radius:8px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.help-item{align-items:center;gap:1rem;padding:.5rem;display:flex}.help-item kbd{color:#fff;text-align:center;background:linear-gradient(135deg,#4169e1 0%,#5a7ff5 100%);border:2px solid #1e3a8a;border-radius:6px;min-width:70px;padding:.5rem 1rem;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:.875rem;font-weight:700;display:inline-block;box-shadow:0 4px 6px #0003}.help-item span{color:#202124;font-family:Roboto,system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:.95rem;font-weight:500}.help-info{color:#202124;font-family:Roboto,system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.6}.help-info p{margin:.5rem 0}.help-info strong{color:#1e3a8a;font-weight:700}.help-info ol{margin:.5rem 0;padding-left:1.5rem}.help-info li{color:#202124;margin:.25rem 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.kcc-admin{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:2rem}.admin-controls{margin-bottom:2rem}.section-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.section-title{color:#1e3a8a;border-bottom:2px solid #e5e7eb;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.2rem;font-weight:700}.group-selection-section{flex-direction:column;gap:1rem;display:flex}.group-buttons-all{flex-wrap:wrap;gap:.75rem;display:flex}.division-group,.division-label,.group-buttons{display:none}.btn-group-select{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;min-width:100px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-group-select:hover{background:#f3f4f6;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #667eea33}.btn-group-select.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;box-shadow:0 4px 12px #667eea66}.btn-group-select.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.data-management-section{display:none}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-content{grid-gap:2rem;grid-template-columns:300px 1fr;gap:2rem;display:grid}.teams-section{background:#fff;border-radius:12px;height:fit-content;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.teams-section h2{color:#1e3a8a;margin:0 0 1rem;font-size:1.3rem}.teams-list{margin:0;padding:0;list-style:none}.teams-list li{border-bottom:1px solid #e5e7eb;align-items:center;gap:.75rem;padding:.75rem;display:flex}.teams-list li:last-child{border-bottom:none}.team-id{color:#fff;background:#667eea;border-radius:6px;padding:.25rem .5rem;font-size:.85rem;font-weight:600}.team-name{color:#374151;font-weight:500}.matches-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.matches-section h2{color:#1e3a8a;margin:0 0 1.5rem;font-size:1.3rem}.matches-grid{grid-gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.match-card{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.match-card.played{background:#f0fdf4;border-color:#10b981}.match-card.pending{background:#fffbeb;border-color:#f59e0b}.match-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.match-header{border-bottom:2px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.match-number{color:#1e3a8a;font-size:1.1rem;font-weight:700}.btn-toggle{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-toggle.played{color:#fff;background:#10b981}.btn-toggle.played:hover{background:#059669}.btn-toggle.pending{color:#fff;background:#f59e0b}.btn-toggle.pending:hover{background:#d97706}.btn-toggle:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.match-details{grid-gap:.75rem;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.match-info{flex-direction:column;gap:.3rem;display:flex}.match-info .label{color:#6b7280;text-transform:uppercase;font-size:.8rem;font-weight:600}.match-info input{border:1px solid #d1d5db;border-radius:6px;padding:.4rem;font-size:.9rem;transition:all .3s}.match-info input:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}.match-info input:not(:disabled):focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.field-input{width:100%}.match-teams{grid-gap:1rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:1rem;display:grid}.team-score{flex-direction:column;gap:.5rem;display:flex}.team-score .team-name{color:#1f2937;text-align:center;font-size:.95rem;font-weight:600}.score-input{text-align:center;border:2px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-size:1.5rem;font-weight:700;transition:all .3s}.score-input:not(:disabled):hover{border-color:#667eea}.score-input:not(:disabled):focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.score-input:disabled{cursor:not-allowed;opacity:.7;color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.match-card.played .score-input:disabled{background:#dcfce7;border-color:#86efac}.vs-divider{color:#6b7280;font-size:1.2rem;font-weight:700}@media (max-width:1200px){.admin-content,.matches-grid{grid-template-columns:1fr}}@media (max-width:768px){.kcc-admin{padding:1rem}.admin-header-content{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column;width:100%}.btn-header,.btn-back-to-display{text-align:center;width:100%}.section-card{padding:1rem}.section-title{font-size:1rem}.group-buttons-all{justify-content:flex-start}.btn-group-select{min-width:90px;padding:.6rem 1rem;font-size:.9rem}.match-teams{grid-template-columns:1fr}.vs-divider{text-align:center;padding:.5rem 0}}.concessions-admin{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);min-height:100vh;padding:2rem}.admin-loading{color:#fff;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;display:flex}.admin-header{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.admin-header-content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.header-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-header h1{color:#831843;margin:0 0 .5rem;font-size:2rem}.admin-header p{color:#6b7280;margin:0;font-size:1.1rem}.btn-header{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-back-to-display{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;-webkit-text-decoration:none;text-decoration:none;transition:all .3s}.btn-back-to-display:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f093fb66}.admin-controls{background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000001a}.btn-add-section{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-add-section:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.action-buttons{display:none}.btn-import.btn-header{color:#fff;background:#8b5cf6;display:inline-block}.btn-import.btn-header:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.btn-export.btn-header{color:#fff;background:#3b82f6}.btn-export.btn-header:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-reset.btn-header{color:#fff;background:#ef4444}.btn-reset.btn-header:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.save-status{color:#fff;background:#10b981;border-radius:8px;padding:.5rem 1rem;font-weight:600;animation:.3s slideIn}.sections-container{flex-direction:column;gap:2rem;display:flex}.section-card{background:#fff;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px #0000001a}.section-card:hover{box-shadow:0 6px 12px #00000026}.section-header{border-bottom:3px solid #f093fb;margin-bottom:1.5rem;padding-bottom:1rem}.section-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title-row h2{color:#831843;cursor:pointer;align-items:center;gap:.5rem;margin:0;font-size:1.5rem;transition:all .2s;display:flex}.section-title-row h2:hover{color:#f5576c}.edit-hint{opacity:0;font-size:.8rem;transition:opacity .2s}.section-title-row h2:hover .edit-hint{opacity:1}.section-name-input{color:#831843;border:2px solid #f093fb;border-radius:6px;flex:1;padding:.5rem;font-size:1.5rem;font-weight:700}.section-name-input:focus{border-color:#f5576c;outline:none;box-shadow:0 0 0 3px #f093fb33}.section-controls{gap:.5rem;display:flex}.btn-move{cursor:pointer;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:6px;padding:.5rem .75rem;font-size:1rem;transition:all .2s}.btn-move:hover:not(:disabled){background:#e5e7eb;transform:scale(1.1)}.btn-move:disabled{opacity:.3;cursor:not-allowed}.btn-delete-section{cursor:pointer;background:#fee2e2;border:2px solid #fecaca;border-radius:6px;padding:.5rem .75rem;font-size:1rem;transition:all .2s}.btn-delete-section:hover{background:#fecaca;transform:scale(1.1)}.btn-add-item{color:#0369a1;cursor:pointer;background:#e0f2fe;border:2px solid #bae6fd;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-add-item:hover{background:#bae6fd;transform:translateY(-2px)}.items-list{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.empty-section{text-align:center;color:#9ca3af;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;grid-column:1/-1;padding:2rem;font-style:italic}.item-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .3s;position:relative}.item-card:hover{border-color:#f093fb;box-shadow:0 2px 8px #f093fb33}.item-controls-top{justify-content:flex-end;gap:.25rem;margin-bottom:.75rem;display:flex}.btn-move-small{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.btn-move-small:hover:not(:disabled){background:#e5e7eb;transform:scale(1.1)}.btn-move-small:disabled{opacity:.3;cursor:not-allowed}.btn-delete-item{cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.btn-delete-item:hover{background:#fecaca;transform:scale(1.1)}.item-field{margin-bottom:.75rem}.item-field:last-child{margin-bottom:0}.item-field label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.item-field input{box-sizing:border-box;border:2px solid #d1d5db;border-radius:6px;width:100%;padding:.5rem;font-size:.95rem;transition:all .2s}.item-field input:focus{border-color:#f093fb;outline:none;box-shadow:0 0 0 3px #f093fb1a}.price-input{color:#059669;font-weight:600}@media (max-width:768px){.concessions-admin{padding:1rem}.admin-header-content{flex-direction:column;align-items:flex-start}.header-actions{flex-direction:column;width:100%}.btn-header,.btn-back-to-display{text-align:center;width:100%}.admin-controls{flex-direction:column;align-items:stretch}.btn-add-section{width:100%}.items-list{grid-template-columns:1fr}.section-title-row{flex-direction:column;align-items:flex-start;gap:1rem}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{background-color:#fff;width:100vw;height:100vh;margin:0;padding:0;position:fixed;overflow:hidden}
