html,body,#root,.app{min-height:100vh;width:100%}body{font-family:Georgia,serif;background-color:#232a21;color:#faf8e5;margin:0}html{scroll-behavior:smooth;scroll-padding-top:80px}.navbar{position:fixed;top:0;left:0;width:100vw;z-index:1000;background:#22281ff5;color:#f7b42c;padding:1rem 2vw;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.nav-left{font-size:1.3rem;font-weight:700;letter-spacing:1px}.desktop{display:none;list-style:none;gap:1.1rem;align-items:center;margin:0;padding:0}.desktop a{color:#f7b42c;text-decoration:none;font-weight:700;font-size:1.07em;padding:2px 8px;border-radius:.8em;transition:background .2s,color .2s;white-space:nowrap}.desktop a:hover,.desktop a:focus{color:#fff;background:#80cdf3}.burger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:36px;border:0;background:transparent;cursor:pointer;position:relative}.burger span{position:absolute;left:6px;right:6px;height:3px;background:#f7b42c;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.burger span:nth-child(1){top:9px}.burger span:nth-child(2){top:16px}.burger span:nth-child(3){top:23px}.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:860px){.desktop{display:flex}.burger{display:none}}.mobile-menu{position:fixed;inset:0;background:#0000002e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:flex-start;justify-content:flex-end;z-index:1200}.mobile-menu.show{display:flex}.mobile-card{width:min(420px,92vw);height:100vh;background:#273025;border-left:1px solid rgba(255,255,255,.08);box-shadow:-8px 0 30px #00000059;transform:translate(6%);opacity:0;transition:transform .2s ease,opacity .2s ease}.mobile-menu.show .mobile-card{transform:translate(0);opacity:1}.mobile-links{list-style:none;margin:0;padding:14px;display:flex;flex-direction:column;gap:10px}.mobile-links a{display:block;width:100%;padding:14px 12px;border-radius:12px;text-decoration:none;font-weight:800;background:#1f241e;color:#f7b42c;border:1px solid rgba(255,255,255,.08)}.mobile-links a:hover{background:#80cdf3;color:#232a21}.section{min-height:100vh;padding-top:110px;padding-bottom:140px!important;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;background:#232a21}.section:nth-of-type(2n){background:#2e352a}.section h2{margin-bottom:2.5rem;font-size:2.6rem;font-weight:700;color:#f7b42c}.hero{background:url(/background.jpg) center/cover no-repeat;color:#fff;padding-top:140px}.portrait{width:140px;border-radius:10px;box-shadow:0 4px 16px #1b2419;border:2px solid #8ea06e;margin-bottom:1rem}.hero-text h1{font-size:3rem}.hero-text p{font-size:1.5rem}.chip{font-style:italic;margin-top:1rem;color:#eee}.band-inner{width:min(1100px,92vw);display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#273025;border-radius:1.6rem;box-shadow:0 2px 24px #2c372817;overflow:hidden}.band-img{width:100%;object-fit:cover;min-height:340px;border-radius:0}.band-content{padding:3rem 2.5rem;text-align:left}.band-content h2{color:#f7b42c;font-size:2.8rem;margin-bottom:1.5rem}.band-content p{font-size:1.4rem;margin-bottom:2.2rem;color:#faf8e5}.cta{background:#f7b42c;color:#232a21;font-size:1.2rem;border:none;border-radius:2em;padding:.85em 2.2em;font-weight:700;cursor:pointer}.cta:hover{background:#ffd684}.grid-posters{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.poster{position:relative;background:#273025;padding:.8rem .8rem 2.8rem;border-radius:1rem}.poster img{width:100%;border-radius:.6rem;transition:transform .15s ease}.poster:hover img{transform:translateY(-1px)}.poster.past img{filter:grayscale(100%)}.poster.past:hover img{filter:grayscale(0%)}.badge{position:absolute;top:8px;left:8px;background:#101413;color:#ddd;font-size:.9rem;padding:6px 12px;border-radius:999px}.poster-actions{width:100%;display:flex;justify-content:center}.outline{background:#f7b42c;color:#232a21;border:none;border-radius:999px;padding:8px 14px;font-weight:800;cursor:pointer}.outline:hover{background:#ffd684}.lightbox{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:999;padding:4vh 4vw;overflow:auto}.lightbox-card{position:relative;max-width:92vw;max-height:92vh}.lightbox-card img{max-width:100%;max-height:100%;border-radius:12px}.close{position:absolute;top:10px;right:10px;background:#f7b42c;border:none;border-radius:50%;width:34px;height:34px;cursor:pointer}.contact-card{width:min(760px,92vw);margin:0 auto;background:#273025;border-radius:16px;padding:22px 20px}.row{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.row label{font-weight:700;color:#f7b42c}input,textarea{background:#232a21;border:1px solid rgba(255,255,255,.15);color:#faf8e5;border-radius:10px;padding:12px 14px}.cta:disabled{opacity:.6;cursor:not-allowed}.admin-panel{padding:100px 20px;background:#232a21;color:#faf8e5;min-height:100vh}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-header button{background:#f7b42c;color:#232a21;border:none;padding:10px 16px;border-radius:10px;cursor:pointer}.admin-header button:hover{background:#ffd684}.admin-form input,.admin-form select{margin-bottom:10px;padding:10px;border-radius:8px;background:#273025;color:#faf8e5;border:1px solid rgba(255,255,255,.15)}.admin-msg{color:#f7b42c;margin-top:8px}table{width:100%;border-collapse:collapse;margin-top:20px}th,td{padding:10px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.view-link{color:#f7b42c;text-decoration:none}.del-btn{background:#f66;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.del-btn:hover{background:#f88}@media(max-width:860px){.band-inner{grid-template-columns:1fr}.band-content{text-align:center;align-items:center}}.poster-item{position:relative;background:#273025;border-radius:1rem;overflow:hidden;transition:filter .25s ease}.poster-item img{width:100%;display:block;border-radius:1rem}.poster-item.past img{filter:grayscale(100%)}.poster-item.past:hover img{filter:grayscale(0%)}.poster-badge{position:absolute;top:10px;left:10px;background:#000000a6;color:#fff;padding:5px 10px;border-radius:12px;font-size:.9rem}.grid-posters{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.docbox{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1200}.docbox-content{width:min(1100px,94vw);height:min(86vh,900px);background:#1f241e;border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.docbox-header{position:relative;justify-content:center;display:flex;align-items:center;background:#273025;padding:10px 14px}.docbox-title{font-weight:800;color:#f7b42c}.docbox-close{position:absolute;left:12px;top:8px;background:#f7b42c;color:#232a21;border:none;border-radius:50%;width:34px;height:34px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 6px #0000004d;transition:transform .15s ease,background .15s ease}.docbox-close:hover{transform:scale(1.1);background:#ffd684}.docbox-close .close-icon{font-size:18px;font-weight:800;color:#232a21}.docbox-body{flex:1;overflow:hidden}.doc-frame{width:100%;height:100%;border:none}.doc-text{padding:16px;color:#faf8e5;text-align:center;font-size:1.1rem}.poster-details-btn{background:#f7b42c;color:#232a21;border:none;border-radius:2em;padding:10px 18px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .1s ease;box-shadow:0 4px 10px #00000040}.poster-details-btn:hover{background:#ffd684;transform:translateY(-1px)}.poster-details-btn:active{transform:translateY(1px)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{background-color:#232a21;color:#faf8e5;font-family:Georgia,serif}a{color:#f7b42c;text-decoration:none}a:hover{color:#fff}.form-msg.err{color:#ff6b6b;font-weight:600;margin-top:10px}
