:root{--color-bg: #f6f4f0;--color-surface: #ffffff;--color-border: #e8e4dc;--color-text: #211f1c;--color-text-muted: #75716a;--color-accent: #ff4d6d;--color-accent-soft: #ff4d6d14;--color-success: #1f9d55;--color-danger: #e0304a;--color-ink: #17161a;--color-ink-raised: #211f26;--color-ink-border: #34323a;--font-display: "Archivo Black", "Inter", sans-serif;--font-body: "Inter", sans-serif;--radius-lg: 18px;--radius-md: 12px;--shadow-card: 0 1px 2px rgba(23, 22, 26, .04), 0 8px 24px -12px rgba(23, 22, 26, .12);--shadow-card-hover: 0 4px 10px rgba(23, 22, 26, .06), 0 16px 32px -12px rgba(23, 22, 26, .16)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.app-shell{display:flex;min-height:100vh}.sidebar{width:250px;background:var(--color-ink);color:#f0efec;padding:1.75rem 1.25rem;flex-shrink:0;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.sidebar-brand-logo{width:44px;height:44px;flex-shrink:0;border-radius:50%;object-fit:contain}.sidebar-logo{font-family:var(--font-display);font-size:1.15rem;letter-spacing:-.01em;color:#f0efec;line-height:1.15}.sidebar-logo span{color:var(--color-accent)}.sidebar-tagline{font-size:.72rem;color:#8a8790;margin:.2rem 0 0}.sidebar-nav{display:flex;flex-direction:column;gap:.15rem}.sidebar-nav-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .7rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;color:#cac7c2;cursor:pointer;transition:background .12s ease,color .12s ease}.sidebar-nav-item:hover,.sidebar-nav-item.active{background:var(--color-ink-raised);color:#fff}.sidebar-nav-item.active svg{color:var(--color-accent)}.main-content{flex:1;padding:2.75rem 3rem;max-width:1180px}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;margin:0}.page-title{font-size:2rem;margin-bottom:.5rem}.page-subtitle{color:var(--color-text-muted);margin-bottom:2.25rem;font-size:.95rem;line-height:1.5}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-card)}.btn-primary{font-family:var(--font-body);font-weight:600;background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-md);padding:.7rem 1.4rem;cursor:pointer;font-size:.9rem;box-shadow:0 2px 8px #ff4d6d47;transition:filter .12s ease,transform .08s ease}.btn-primary:hover{filter:brightness(1.06)}.btn-primary:active{transform:scale(.98)}.btn-secondary{font-family:var(--font-body);font-weight:600;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.7rem 1.4rem;cursor:pointer;font-size:.9rem;transition:border-color .12s ease,background .12s ease}.btn-secondary:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.btn-danger{background:transparent;color:var(--color-danger);border:1px solid #e0304a33;border-radius:var(--radius-md);padding:.45rem .85rem;cursor:pointer;font-size:.82rem;font-weight:600;transition:background .12s ease}.btn-danger:hover{background:#e0304a10}input,select,textarea{font-family:var(--font-body);font-size:.92rem;padding:.65rem .9rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft)}label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);display:block;margin-bottom:.35rem}.field{margin-bottom:1.1rem}.event-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.event-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;box-shadow:var(--shadow-card);transition:transform .15s ease,box-shadow .15s ease}.event-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.event-card-strip{height:8px;width:100%}.event-card-body{padding:1.15rem 1.25rem 1.25rem}.event-card-name{font-weight:700;font-size:1.02rem;margin-bottom:.2rem}.event-card-meta{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.9rem}.event-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--color-border)}.event-card-badge{font-size:.72rem;font-weight:700;color:var(--color-text-muted);background:var(--color-bg);border-radius:999px;padding:.25rem .6rem}.event-card-actions{display:flex;gap:.4rem}.event-card-actions button{padding:.35rem .6rem;font-size:.72rem}.event-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:.75rem;background:var(--color-surface);box-shadow:var(--shadow-card)}.tabs{display:flex;gap:.35rem;margin-bottom:2rem;padding-bottom:.6rem;border-bottom:1px solid var(--color-border);overflow-x:auto;scrollbar-width:thin}.tab{flex-shrink:0;padding:.6rem 1.1rem;cursor:pointer;font-weight:600;font-size:.88rem;color:var(--color-text-muted);border-radius:999px;transition:color .15s ease,background .15s ease}.tab:hover{color:var(--color-text);background:var(--color-accent-soft)}.tab.active{color:#fff;background:var(--color-accent)}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.25rem;margin-top:1.5rem}.asset-tile{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1rem;background:repeating-conic-gradient(#eeece7,#eeece7 25%,#f6f5f3 0%,#f6f5f3 50%) 50% / 16px 16px;text-align:center;box-shadow:var(--shadow-card);transition:box-shadow .18s ease,transform .18s ease}.asset-tile:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.asset-tile img{width:100%;height:100px;object-fit:contain}.asset-tile-name{font-size:.8rem;margin-top:.6rem;color:var(--color-text);background:#fff;border-radius:6px;padding:2px 4px}.stat-row{display:flex;gap:1.25rem;margin-bottom:2rem}.stat-box{flex:1}.stat-value{font-family:var(--font-display);font-size:2.1rem}.stat-label{color:var(--color-text-muted);font-size:.88rem}.upload-dropzone{border:1.5px dashed var(--color-border);border-radius:var(--radius-md);padding:2rem;text-align:center;color:var(--color-text-muted);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.upload-dropzone:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-soft)}.gallery-page{min-height:100vh;background:linear-gradient(180deg,#14141a,#1e1e26 340px,#f6f5f3 340px)}.gallery-header{padding:3rem 1.5rem 2rem;text-align:center;color:#f7f7f2}.gallery-header h1{font-family:var(--font-display);font-size:2.2rem;margin-bottom:.5rem}.gallery-header p{color:#b8b8c2;font-size:.95rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 1.5rem 3rem}.gallery-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:transform .18s ease,box-shadow .18s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000002e}.gallery-card-media{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:#f0efe9}.gallery-card-download{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.8rem;font-family:var(--font-body);font-weight:600;font-size:.85rem;color:var(--color-text);text-decoration:none;border-top:1px solid var(--color-border)}.gallery-card-download:hover{background:var(--color-accent-soft);color:var(--color-accent)}.gallery-empty{text-align:center;color:var(--color-text-muted);padding:3rem 1.5rem}.gallery-voting-hint{margin-top:.5rem;font-weight:600;color:var(--color-accent)}.gallery-card-vote{display:block;width:100%;padding:.65rem;border:none;border-top:1px solid var(--color-border);background:none;font-family:var(--font-body);font-weight:600;font-size:.82rem;color:var(--color-text);cursor:pointer;transition:background .12s ease}.gallery-card-vote:hover{background:var(--color-accent-soft)}.gallery-card-vote.active{background:var(--color-accent-soft);color:var(--color-accent)}.single-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:0 1.5rem 3rem}.single-photo-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0000002e;max-width:480px;width:100%}.single-photo-media{width:100%;display:block;background:#f0efe9}.single-photo-download{display:block;text-align:center;padding:1.1rem;font-family:var(--font-body);font-weight:700;font-size:1rem;color:#fff;background:var(--color-accent);text-decoration:none}.single-photo-download:hover{filter:brightness(1.06)}.single-photo-back-link{color:#b8b8c2;font-size:.9rem;text-decoration:none}.single-photo-back-link:hover{color:#fff}.screen-tv{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0d;color:#f7f7f2;font-family:var(--font-body);overflow:hidden}.screen-tv-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center}.screen-tv-empty h1{font-family:var(--font-display);font-size:2.5rem}.screen-tv-diaporama{position:relative;width:100%;height:100%}.screen-tv-diaporama-img{width:100%;height:100%;object-fit:contain;animation:screen-tv-fade-in .6s ease}@keyframes screen-tv-fade-in{0%{opacity:0}to{opacity:1}}.screen-tv-overlay-bar{position:absolute;top:0;left:0;right:0;padding:2rem;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent)}.screen-tv-event-name{font-family:var(--font-display);font-size:1.8rem}.screen-tv-qr{position:absolute;bottom:32px;right:32px;background:#fff;border-radius:16px;padding:14px;text-align:center;box-shadow:0 8px 32px #00000080}.screen-tv-qr img{width:140px;height:140px;display:block}.screen-tv-qr p{color:#17161a;font-size:.75rem;font-weight:600;margin:.4rem 0 0;max-width:140px}.screen-tv-wall{height:100%;display:flex;flex-direction:column;padding:2rem}.screen-tv-wall-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.screen-tv-wall-header h1{font-family:var(--font-display);font-size:2.2rem}.screen-tv-wall-qr{width:90px;height:90px;border-radius:10px;background:#fff;padding:6px}.screen-tv-wall-grid{flex:1;display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:min-content;align-content:start;gap:12px;overflow:hidden}.screen-tv-wall-tile{width:100%;aspect-ratio:3 / 4;object-fit:contain;background:transparent;border-radius:8px;animation:screen-tv-fade-in .6s ease}.screen-tv-wall-page-dots{display:flex;justify-content:center;gap:.5rem;padding-top:1rem}.screen-tv-wall-page-dots span{width:8px;height:8px;border-radius:50%;background:#fff3;transition:background .2s ease}.screen-tv-wall-page-dots span.active{background:var(--color-accent)}.screen-tv-votes{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center}.screen-tv-votes h1{font-family:var(--font-display);font-size:2.6rem}.screen-tv-votes-subtitle{color:#b8b8c2;font-size:1.1rem}.screen-tv-votes-qr{width:220px;height:220px;border-radius:16px;background:#fff;padding:14px}.screen-tv-votes-results{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:700px}.screen-tv-votes-row{display:flex;align-items:center;gap:1.25rem;background:#ffffff0f;border-radius:14px;padding:.75rem 1.25rem}.screen-tv-votes-rank{font-family:var(--font-display);font-size:1.6rem;color:var(--color-accent);width:50px}.screen-tv-votes-thumb{width:64px;height:64px;object-fit:cover;border-radius:8px}.screen-tv-votes-count{margin-left:auto;font-weight:700;font-size:1.1rem}.screen-tv-spotlight{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;background:radial-gradient(circle at 50% 30%,rgba(255,77,109,.18) 0%,transparent 60%),#0a0a0d;animation:screen-tv-spotlight-in .5s ease}@keyframes screen-tv-spotlight-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.screen-tv-spotlight-badge{font-family:var(--font-display);font-size:2.2rem;color:var(--color-accent);margin:0;animation:screen-tv-badge-pulse 1.6s ease-in-out infinite}@keyframes screen-tv-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.screen-tv-spotlight-img{max-height:65vh;max-width:80vw;object-fit:contain;border-radius:16px;box-shadow:0 20px 80px #ff4d6d59}*::-webkit-scrollbar{height:8px;width:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}@media (max-width: 900px){.app-shell{flex-direction:column;min-height:auto}.sidebar{width:100%;flex-direction:row;align-items:center;gap:1.25rem;padding:1rem 1.25rem;overflow-x:auto}.sidebar-tagline{display:none}.sidebar-nav{flex-direction:row;gap:.35rem}.sidebar-nav-item{flex-shrink:0;white-space:nowrap}.main-content{padding:1.5rem;max-width:100%}.asset-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.85rem}}@media (max-width: 560px){.main-content{padding:1.1rem}.page-title{font-size:1.5rem}.card{padding:1.25rem}.event-grid{grid-template-columns:1fr!important}}
