:root{--navy:#0f2044;--navy-2:#16294f;--navy-3:#1d3260;--gold:#f2c230;--gold-soft:#d9a920;--cream:#f2efe6;--paper:#fff;--line:#f2c23047;--radius:16px;--maxw:600px;--font:"Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--navy);color:var(--paper);-webkit-font-smoothing:antialiased;background-image:linear-gradient(#0c1a38 0%,#0f2044 40% 100%);min-height:100vh}a{color:inherit}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:32px 20px 64px}.topbar{justify-content:flex-end;gap:10px;margin-bottom:8px;display:flex}.topbar button,.topbar a.btn{color:var(--navy);background:var(--gold);cursor:pointer;border:none;border-radius:999px;padding:9px 18px;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s}.topbar button:hover,.topbar a.btn:hover{background:var(--gold-soft)}.topbar button:active{transform:scale(.97)}.topbar .ghost{color:var(--gold);border:1px solid var(--line);background:0 0;padding:8px 14px}.topbar .ghost:hover{background:#f2c2301a}.brand{text-align:center;margin:6px 0 22px}.brand img{filter:drop-shadow(0 6px 14px #00000059);width:96px;height:auto;margin:0 auto 14px;display:block}@media (min-width:600px){.brand img{width:112px}}.brand h1{letter-spacing:.06em;color:var(--paper);text-transform:uppercase;font-size:1.5rem;font-weight:800;line-height:1.15}@media (max-width:520px){.brand h1{letter-spacing:.02em;white-space:nowrap;font-size:1.24rem}}.brand .tag{color:var(--gold);letter-spacing:.02em;margin-top:6px;font-size:.9rem;font-weight:600}.socials{justify-content:center;gap:22px;margin:20px 0 26px;display:flex}.socials a{color:var(--gold);transition:transform .15s,color .15s;display:inline-flex}.socials a:hover{color:var(--paper);transform:translateY(-3px)}.socials svg{width:26px;height:26px}.links{flex-direction:column;gap:14px;display:flex}.lnk{background:var(--navy-2);border:1px solid var(--line);border-radius:var(--radius);color:var(--paper);align-items:center;gap:14px;padding:18px 20px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform .1s;display:flex;position:relative}.lnk:hover{background:var(--navy-3);border-color:var(--gold)}.lnk:active{transform:scale(.99)}.lnk:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.lnk .ico{width:24px;height:24px;color:var(--gold);flex:0 0 24px;justify-content:center;align-items:center;display:inline-flex}.lnk .ico svg{width:100%;height:100%}.lnk .label{text-align:center;flex:1;padding-right:38px}.lnk .star{color:var(--gold);opacity:.55;width:16px;height:16px;position:absolute;right:16px}@media (max-width:520px){.links{gap:9px}.lnk{border-radius:13px;gap:11px;padding:12px 16px;font-size:.94rem}.lnk .ico{flex:0 0 20px;width:20px;height:20px}.lnk .label{white-space:nowrap;text-overflow:ellipsis;padding-right:26px;overflow:hidden}.lnk .star{width:14px;height:14px;right:13px}}.grid-head{align-items:center;gap:12px;margin:38px 0 16px;display:flex}.grid-head h2{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);white-space:nowrap;font-size:.78rem;font-weight:700}.grid-head .rule{background:var(--line);flex:1;height:1px}.grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:520px){.grid{grid-template-columns:repeat(2,1fr)}}.tile{aspect-ratio:1;border:1px solid var(--line);background:var(--navy-2);color:var(--paper);border-radius:14px;text-decoration:none;transition:transform .18s,border-color .18s;display:block;position:relative;overflow:hidden}.tile:hover{border-color:var(--gold);transform:translateY(-3px)}.tile:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.tile img,.tile iframe{object-fit:cover;border:0;width:100%;height:100%;display:block}.tile .cap{background:linear-gradient(#0f204400 0%,#0f2044e6 100%);padding:10px 12px 11px;font-size:.8rem;font-weight:600;line-height:1.2;position:absolute;bottom:0;left:0;right:0}.tile .play{width:30px;height:30px;color:var(--navy);background:#f2c230eb;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.tile .play svg{width:14px;height:14px}.tile.video iframe{pointer-events:none}.tile .overlay{position:absolute;inset:0}.foot{text-align:center;color:#ffffff80;margin-top:44px;font-size:.78rem;line-height:1.5}.foot a{color:var(--gold);text-decoration:none}.foot a:hover{text-decoration:underline}.qr-overlay{z-index:50;background:#070f22cc;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.qr-card{background:var(--navy-2);border:1px solid var(--gold);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:340px;padding:22px;display:flex;box-shadow:0 20px 50px #00000080}.qr-card img{background:#fff;border-radius:10px;width:100%;max-width:260px;display:block}.qr-card .qr-url{color:var(--gold);letter-spacing:.03em;font-size:.9rem;font-weight:700}.qr-card .qr-dl{text-decoration:none}.admin-wrap{max-width:860px;margin:0 auto;padding:28px 20px 80px}.admin-head{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:22px;display:flex}.admin-head img{width:44px}.admin-head h1{text-transform:uppercase;letter-spacing:.05em;flex:1;font-size:1.15rem}.admin-head .who{color:#fff9;font-size:.8rem}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.tabs button{color:var(--gold);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600}.tabs button.active{background:var(--gold);color:var(--navy);border-color:var(--gold)}.tabs button:hover:not(.active){background:#f2c2301a}.card{background:var(--navy-2);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:12px;padding:16px}.row{background:var(--navy-2);border:1px solid var(--line);border-radius:13px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 14px;display:flex}.row.dragging{opacity:.4}.row.drag-over{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold) inset}.row .grip{cursor:grab;color:#fff6;-webkit-user-select:none;user-select:none;touch-action:none;font-size:1.1rem}.row .grow{flex:1;min-width:0}.row .title{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.row .sub{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.row .ico{width:20px;height:20px;color:var(--gold);flex:0 0 20px}.row .ico svg{width:100%;height:100%}.pill{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:700}.pill.on{color:#5fdd9c;background:#3cbe782e}.pill.off{color:#ffffff8c;background:#ffffff1a}.pill.gold{color:var(--gold);background:#f2c23029}.icon-btn{border:1px solid var(--line);color:var(--gold);cursor:pointer;background:0 0;border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;display:inline-flex}.icon-btn:hover{background:#f2c2301f}.icon-btn.danger{color:#ff8484;border-color:#ff848459}.icon-btn.danger:hover{background:#ff84841a}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:10px;display:grid}label.f{color:#ffffffa6;flex-direction:column;gap:4px;font-size:.75rem;font-weight:600;display:flex}input[type=text],input[type=url],input[type=email],select,textarea{background:var(--navy);color:var(--paper);border:1px solid var(--line);border-radius:9px;width:100%;padding:9px 11px;font-family:inherit;font-size:.9rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}.check{color:var(--paper);align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.check input{accent-color:var(--gold);width:16px;height:16px}.btn-gold{color:var(--navy);background:var(--gold);cursor:pointer;border:none;border-radius:999px;padding:9px 20px;font-family:inherit;font-size:.85rem;font-weight:700}.btn-gold:hover{background:var(--gold-soft)}.btn-gold:disabled{opacity:.5;cursor:default}.btn-ghost{color:var(--gold);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600}.btn-ghost:hover{background:#f2c2301a}.notice{border:1px solid var(--line);color:var(--gold);background:#f2c2301a;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:.88rem}.notice.err{color:#ff9d9d;background:#ff64641a;border-color:#ff848466}.icon-pick{flex-wrap:wrap;gap:6px;display:flex}.icon-pick button{cursor:pointer;background:var(--navy);border:1px solid var(--line);width:34px;height:34px;color:var(--gold);border-radius:9px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.icon-pick button.sel{background:var(--gold);color:var(--navy);border-color:var(--gold)}.icon-pick svg{width:100%;height:100%}.center-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:100vh;padding:24px;display:flex}.center-page img{filter:drop-shadow(0 6px 14px #00000059);width:96px}.center-page h1{text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem}.center-page p{color:#ffffffa6;max-width:420px;font-size:.9rem}.ms-btn{color:var(--navy);background:var(--gold);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:10px;padding:12px 26px;font-family:inherit;font-size:.95rem;font-weight:700;display:inline-flex}.ms-btn:hover{background:var(--gold-soft)}.muted-link{color:#ffffff73;font-size:.8rem;text-decoration:none}.muted-link:hover{color:var(--gold)}
