.upload-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .5s ease-in}.upload-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;max-width:600px;width:100%;box-shadow:0 8px 32px #0000004d;position:relative}.back-btn{position:absolute;top:1rem;left:1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.back-btn:hover{background:#ffffff4d;transform:translate(-3px)}.upload-card h1{text-align:center;margin-bottom:.5rem;font-size:2rem}.upload-subtitle{text-align:center;color:#fffc;margin-bottom:2rem}.upload-section{background:#ffffff0d;border:2px dashed rgba(255,255,255,.3);border-radius:15px;padding:2rem;margin-bottom:1.5rem;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.upload-prompt{text-align:center;width:100%}.upload-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}.upload-prompt p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.button-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.preview-section{width:100%}.preview-image{width:100%;max-height:400px;object-fit:contain;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000004d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#ffffffe6}.input-field{width:100%;padding:.875rem;border:1px solid rgba(255,255,255,.3);border-radius:10px;font-size:1rem;background:#ffffff1a;color:#fff;transition:all .3s ease}.input-field:focus{outline:none;border-color:var(--primary);background:#ffffff26;box-shadow:0 0 0 3px #6366f133}.input-field::placeholder{color:#ffffff80}.input-field:disabled{opacity:.6;cursor:not-allowed}.upload-info{background:#ffffff0d;border-radius:10px;padding:1rem;margin-top:1.5rem}.upload-info p{font-weight:600;margin-bottom:.5rem;color:#ffffffe6}.upload-info ul{margin-left:1.5rem;color:#fffc;font-size:.9rem}.upload-info li{margin-bottom:.3rem}@media (max-width: 768px){.upload-container{padding:1rem}.upload-card{padding:1.5rem}.upload-card h1{font-size:1.5rem}.button-group{flex-direction:column;width:100%}.button-group .btn{width:100%}.back-btn{position:static;margin-bottom:1rem;width:fit-content}}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.preview-item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0003}.preview-item img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:5px;right:5px;background:#ef4444e6;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-btn:hover{background:#dc2626;transform:scale(1.1)}.remove-btn:disabled{opacity:.5;cursor:not-allowed}.photo-count{text-align:center;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#ffffffe6}.upload-hint{font-size:.85rem;color:#fff9;margin-top:1rem;text-align:center}.btn-large{padding:1rem 2rem;font-size:1.1rem}.progress-bar{width:100%;height:40px;background:#ffffff1a;border-radius:20px;overflow:hidden;position:relative;margin-bottom:1.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease;display:flex;align-items:center;justify-content:center}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 480px){.preview-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.remove-btn{width:25px;height:25px;font-size:1rem}}.gallery-container{min-height:100vh;background:#000;color:#fff;position:relative;overflow:hidden}.gallery-header{position:absolute;top:0;left:0;right:0;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,#000c,#0000);z-index:100}.gallery-header h1{font-size:1.8rem;margin:0}.view-mode-selector{display:flex;gap:.5rem;background:#ffffff1a;padding:.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mode-btn{background:transparent;border:2px solid transparent;color:#fff9;font-size:1.5rem;width:50px;height:50px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.mode-btn:hover{background:#ffffff1a;color:#fff}.mode-btn.active{background:#fff3;border-color:#fff;color:#fff}.photo-counter{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:1rem;font-weight:600}.mosaic-grid{padding:6rem 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;grid-auto-rows:300px;grid-auto-flow:dense}.mosaic-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;animation:mosaicFadeIn .5s ease forwards;opacity:0}.mosaic-item:nth-child(3n){grid-column:span 2;grid-row:span 2}.mosaic-item:nth-child(5n){grid-row:span 2}.mosaic-item:nth-child(7n){grid-column:span 2}.mosaic-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mosaic-item:hover img{transform:scale(1.1)}.mosaic-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(0deg,#000c,#0000);opacity:0;transition:opacity .3s ease}.mosaic-item:hover .mosaic-overlay{opacity:1}.mosaic-uploader{font-size:1rem;font-weight:600;margin-bottom:.25rem}.mosaic-time{font-size:.85rem;color:#ffffffb3}@keyframes mosaicFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.slideshow{height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.photo-display{max-width:90%;max-height:80vh;position:relative;display:flex;flex-direction:column;align-items:center}.gallery-photo{max-width:100%;max-height:70vh;object-fit:contain;border-radius:15px;box-shadow:0 20px 60px #000c}.ken-burns{animation:kenBurns 10s ease-in-out infinite alternate}@keyframes kenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(-2%,-2%)}}.photo-info{margin-top:1.5rem;text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:10px}.photo-uploader{font-size:1.2rem;margin-bottom:.5rem;font-weight:500}.photo-time{font-size:.9rem;color:#ffffffb3}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.nav-btn:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.nav-btn.prev{left:2rem}.nav-btn.next{right:2rem}.slideshow-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#000000b3;padding:.75rem 1.5rem;border-radius:20px;font-size:1.1rem}.polaroid-wall{padding:8rem 2rem 2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;min-height:100vh}.polaroid{background:#fff;padding:1rem 1rem 3rem;box-shadow:0 10px 30px #00000080;width:250px;animation:polaroidDrop .6s ease forwards;opacity:0;transition:transform .3s ease}.polaroid:hover{transform:scale(1.05) rotate(0)!important;z-index:10}@keyframes polaroidDrop{0%{opacity:0;transform:translateY(-50px) rotate(0)}to{opacity:1;transform:translateY(0) rotate(var(--rotation, 0deg))}}.polaroid-photo{width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:.75rem}.polaroid-photo img{width:100%;height:100%;object-fit:cover}.polaroid-caption{text-align:center;font-family:Permanent Marker,cursive;color:#333;font-size:1rem}.carousel-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding-top:5rem}.carousel-track{display:flex;transition:transform .5s ease-in-out;height:70vh}.carousel-slide{min-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.carousel-slide img{max-width:90%;max-height:60vh;object-fit:contain;border-radius:15px;box-shadow:0 20px 60px #000c}.carousel-caption{margin-top:2rem;text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:10px}.carousel-uploader{font-size:1.2rem;margin-bottom:.5rem;font-weight:500}.carousel-time{font-size:.9rem;color:#ffffffb3}.carousel-dots{display:flex;gap:.75rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.3)}.dot:hover{background:#fff9}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.empty-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.empty-icon{font-size:6rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}.empty-state p{font-size:1.2rem;color:#ffffffb3;margin-bottom:2rem}.pulse-indicator{width:20px;height:20px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}.fade-in{animation:fadeIn .5s ease-in}.fade-out{animation:fadeOut .5s ease-out}.slide-left{animation:slideLeft .3s ease-out}.slide-right{animation:slideRight .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideLeft{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideRight{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}.fullscreen-hint{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;padding:.75rem 1.5rem;border-radius:8px;font-size:.85rem;opacity:.7;z-index:5}@media (max-width: 768px){.gallery-header h1{font-size:1.3rem}.mode-btn{width:40px;height:40px;font-size:1.2rem}.photo-counter{font-size:.9rem;padding:.4rem .8rem}.mosaic-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;grid-auto-rows:150px;padding:5rem 1rem 1rem}.mosaic-item:nth-child(3n),.mosaic-item:nth-child(7n){grid-column:span 1}.polaroid-wall{gap:1rem;padding:6rem 1rem 1rem}.polaroid{width:180px}.nav-btn{width:45px;height:45px;font-size:2rem}.nav-btn.prev{left:1rem}.nav-btn.next{right:1rem}.fullscreen-hint{display:none}}.admin-container{min-height:100vh;padding:2rem;animation:fadeIn .5s ease-in}.admin-header{max-width:1400px;margin:0 auto 2rem;position:relative}.admin-header h1{text-align:center;font-size:2.5rem;margin-bottom:2rem}.stats{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:150px}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#fffc;text-transform:uppercase;letter-spacing:1px}.admin-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem}.admin-photo-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;overflow:hidden;transition:all .3s ease;animation:slideInUp .3s ease}.admin-photo-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000004d}.photo-wrapper{position:relative;width:100%;height:250px;overflow:hidden;background:#0003}.photo-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.admin-photo-card:hover .photo-wrapper img{transform:scale(1.05)}.pending-badge{position:absolute;top:1rem;right:1rem;background:#f59e0b;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 10px #f59e0b66}.photo-details{padding:1rem 1.5rem}.photo-uploader{font-size:1.1rem;font-weight:500;margin-bottom:.5rem;color:#fffffff2}.photo-timestamp{font-size:.9rem;color:#fff9}.photo-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.photo-actions .btn{flex:1;font-size:.9rem;padding:.75rem}.empty-state{max-width:600px;margin:4rem auto;text-align:center;padding:3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.empty-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.empty-state h2{font-size:2rem;margin-bottom:1rem}.empty-state p{font-size:1.1rem;color:#ffffffb3}.loading-screen{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loading-screen p{font-size:1.2rem;color:#fffc}@media (max-width: 768px){.admin-container{padding:1rem}.admin-header h1{font-size:1.8rem}.admin-grid{grid-template-columns:1fr;gap:1.5rem}.stats{gap:1rem}.stat-card{min-width:120px;padding:1rem 1.5rem}.stat-number{font-size:2rem}.photo-actions{flex-direction:column}.photo-actions .btn{width:100%}}.qr-container{min-height:100vh;padding:2rem;animation:fadeIn .5s ease-in}.qr-content{max-width:1200px;margin:0 auto;position:relative}.qr-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px}.qr-header h1{font-size:2.5rem;margin-bottom:.5rem}.qr-subtitle{font-size:1.2rem;color:#fffc}.qr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.qr-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;animation:slideInUp .4s ease}.qr-card-header{text-align:center;margin-bottom:2rem}.qr-card-header h2{font-size:1.8rem;margin-bottom:.5rem}.qr-card-header p{color:#ffffffb3}.qr-display{background:#fff;padding:2rem;border-radius:15px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;box-shadow:0 8px 24px #0000004d}.qr-url{margin-bottom:1.5rem}.url-input{width:100%;padding:.875rem;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:#ffffff1a;color:#fff;font-size:.9rem;text-align:center}.url-input:focus{outline:none;border-color:var(--primary);background:#ffffff26}.qr-actions{display:flex;gap:1rem;flex-direction:column}.print-section{text-align:center;margin:2rem 0 3rem}.print-section .btn{padding:1rem 2.5rem;font-size:1.1rem}.qr-instructions{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-top:2rem}.qr-instructions h3{font-size:1.8rem;margin-bottom:1.5rem}.qr-instructions ol{margin-left:1.5rem;margin-bottom:2rem}.qr-instructions li{margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.qr-instructions strong{color:#fffffff2}.tips-box{background:#6366f133;border:1px solid var(--primary);border-radius:15px;padding:1.5rem;margin-top:1.5rem}.tips-box h4{font-size:1.3rem;margin-bottom:1rem}.tips-box ul{margin-left:1.5rem}.tips-box li{margin-bottom:.5rem;color:#ffffffe6}.print-template{display:none}@media print{body *{visibility:hidden}.print-template,.print-template *{visibility:visible}.print-template{display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:#fff}.print-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;color:#000}.print-page h1{font-size:3rem;margin-bottom:1rem;color:#6366f1;text-align:center}.print-instruction{font-size:1.5rem;margin-bottom:2rem;color:#333}.print-qr{margin:2rem 0;padding:2rem;border:3px solid #6366f1;border-radius:20px}.print-steps{margin-top:2rem;text-align:left}.print-steps p{font-size:1.2rem;margin-bottom:.75rem;color:#333}.print-page:first-child{page-break-after:always}}@media (max-width: 768px){.qr-container{padding:1rem}.qr-header h1{font-size:1.8rem}.qr-subtitle{font-size:1rem}.qr-grid{grid-template-columns:1fr;gap:1.5rem}.qr-card{padding:1.5rem}.qr-display{padding:1rem}.qr-display svg{width:200px!important;height:200px!important}.qr-instructions h3{font-size:1.4rem}.qr-instructions li{font-size:1rem}}@media (max-width: 480px){.qr-header h1{font-size:1.5rem}.qr-card-header h2{font-size:1.4rem}.url-input{font-size:.8rem}}.announcements-container{min-height:100vh;padding:2rem;animation:fadeIn .5s ease-in}.announcement-selector{max-width:1200px;margin:0 auto;position:relative}.announcement-selector h1{text-align:center;font-size:2.5rem;margin-bottom:.5rem}.subtitle{text-align:center;font-size:1.2rem;color:#fffc;margin-bottom:3rem}.message-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.message-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:15px;padding:2rem 1rem;cursor:pointer;transition:all .3s ease;text-align:center}.message-card:hover{transform:translateY(-5px);background:#ffffff26;border-color:#fff6;box-shadow:0 10px 30px #0000004d}.message-icon{font-size:3rem;margin-bottom:1rem}.message-text{font-size:1.1rem;font-weight:600;color:#fff}.custom-card{background:linear-gradient(135deg,#6366f133,#ec489933);border-color:#6366f180}.custom-input-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-top:2rem;animation:slideInUp .3s ease}.custom-input-section h3{margin-bottom:1rem;text-align:center}.custom-input{width:100%;padding:1rem;font-size:1.2rem;border:2px solid rgba(255,255,255,.3);border-radius:10px;background:#ffffff1a;color:#fff;margin-bottom:1rem}.custom-input:focus{outline:none;border-color:var(--primary);background:#ffffff26}.custom-input::placeholder{color:#ffffff80}.custom-buttons{display:flex;gap:1rem;justify-content:center}.announcement-display{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;background:linear-gradient(135deg,#667eea,#764ba2)}.clear-btn{position:absolute;top:2rem;right:2rem;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.clear-btn:hover{background:#ffffff4d;transform:scale(1.05)}.announcement-content{animation:zoomIn .5s ease}.announcement-icon{font-size:10rem;margin-bottom:2rem;animation:bounce 2s ease-in-out infinite}.announcement-title{font-size:5rem;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.3);animation:pulse 2s ease-in-out infinite}.announcement-subtext{font-size:2.5rem;color:#ffffffe6;animation:fadeIn 1s ease-in}.display-hint{position:absolute;bottom:2rem;background:#00000080;padding:1rem 2rem;border-radius:10px;font-size:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.message-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.announcement-title{font-size:3rem}.announcement-subtext{font-size:1.5rem}.announcement-icon{font-size:6rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #ec4899;--success: #10b981;--danger: #ef4444;--background: #0f172a;--surface: #1e293b;--surface-light: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--border: #334155;--shadow: rgba(0, 0, 0, .3)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:var(--text)}#root{min-height:100vh}.home-container{max-width:1200px;margin:0 auto;padding:2rem;animation:fadeIn .5s ease-in}.hero{text-align:center;margin-bottom:3rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px var(--shadow)}.hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;color:#ffffffe6}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:2rem;text-align:center;text-decoration:none;color:var(--text);transition:all .3s ease;cursor:pointer}.card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 40px #0003}.card-icon{font-size:3rem;margin-bottom:1rem}.card h2{font-size:1.5rem;margin-bottom:.5rem}.card p{color:#fffc;font-size:.95rem}.instructions{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;margin-top:2rem}.instructions h3{margin-bottom:1rem;font-size:1.5rem}.instructions ol{margin-left:1.5rem;line-height:1.8}.instructions li{margin-bottom:.5rem;font-size:1.1rem}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #6366f166}.btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff4d}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.spinner{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid white;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.alert{padding:1rem;border-radius:10px;margin-bottom:1rem;animation:slideInUp .3s ease}.alert-success{background:#10b98133;border:1px solid var(--success);color:#d1fae5}.alert-error{background:#ef444433;border:1px solid var(--danger);color:#fecaca}.alert-info{background:#6366f133;border:1px solid var(--primary);color:#e0e7ff}@media (max-width: 768px){.hero h1{font-size:2rem}.card-grid{grid-template-columns:1fr;gap:1rem}.home-container{padding:1rem}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.admin-container.mobile{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0 0 80px}.admin-mobile-header{position:sticky;top:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;display:flex;align-items:center;justify-content:space-between;z-index:100;box-shadow:0 2px 10px #0000004d}.back-btn-mobile{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.admin-mobile-header h1{font-size:1.3rem;margin:0;color:#fff}.live-indicator{display:flex;align-items:center;gap:.5rem;background:#ef444433;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;color:#ef4444}.pulse-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s ease-in-out infinite}.admin-tabs{display:flex;background:#00000080;position:sticky;top:60px;z-index:99;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{flex:1;min-width:fit-content;padding:1rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#fff9;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;position:relative;transition:all .3s ease}.tab-btn.active{color:#fff;border-bottom-color:#6366f1;background:#6366f11a}.tab-btn .badge{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:10px;font-weight:700}.admin-content{padding:1rem}.photo-cards{display:flex;flex-direction:column;gap:1rem}.photo-card-mobile{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0003}.photo-card-image{position:relative;width:100%;height:200px;overflow:hidden}.photo-card-image img{width:100%;height:100%;object-fit:cover}.pending-badge-mobile{position:absolute;top:.75rem;right:.75rem;background:#f59e0b;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;box-shadow:0 2px 10px #f59e0b66}.photo-card-info{padding:1rem}.photo-uploader-mobile{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.photo-time-mobile{font-size:.85rem;color:#fff9}.photo-card-actions{display:flex;gap:.75rem;padding:0 1rem 1rem}.action-btn{flex:1;padding:.875rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-btn.secondary{background:#fff3;color:#fff}.action-btn.danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.action-btn:active{transform:scale(.95)}.action-btn:disabled{opacity:.5;cursor:not-allowed}.gallery-control-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem}.gallery-control-section h2{margin-bottom:.5rem;font-size:1.5rem}.section-subtitle{color:#ffffffb3;margin-bottom:1.5rem;font-size:.9rem}.gallery-mode-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.gallery-mode-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:15px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease}.gallery-mode-card.active{background:#6366f14d;border-color:#6366f1;transform:scale(1.05)}.mode-icon{font-size:2.5rem;margin-bottom:.5rem}.mode-name{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:#fff}.mode-desc{font-size:.8rem;color:#fff9}.gallery-status{background:#0000004d;padding:1rem;border-radius:10px;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.announcements-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem}.announcements-section h2{margin-bottom:.5rem;font-size:1.5rem}.current-announcement-banner{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:15px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 15px #6366f14d}.announcement-content-preview{display:flex;align-items:center;gap:1rem}.announcement-icon-large{font-size:2.5rem}.btn-danger-small{background:#ef4444e6;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.quick-messages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.quick-message-btn{background:#ffffff1a;border:2px solid;border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.quick-message-btn:active{transform:scale(.95)}.message-icon-mobile{font-size:2rem}.message-text-mobile{font-size:.9rem;font-weight:600;color:#fff}.custom-announcement-section{background:#0003;border-radius:12px;padding:1rem}.custom-announcement-section h3{font-size:1rem;margin-bottom:.75rem}.custom-message-input{width:100%;padding:1rem;border:2px solid rgba(255,255,255,.3);border-radius:10px;background:#ffffff1a;color:#fff;font-size:1rem}.custom-message-input::placeholder{color:#ffffff80}.input-hint{font-size:.75rem;color:#ffffff80;margin-top:.5rem}.stats-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem}.stats-section h2{margin-bottom:1.5rem;font-size:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-card-mobile{background:#ffffff1a;border-radius:15px;padding:1.5rem 1rem;text-align:center}.stat-card-mobile.highlight{background:linear-gradient(135deg,#ef444433,#dc262633);border:2px solid rgba(239,68,68,.5)}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.85rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.recent-activity{background:#0003;border-radius:15px;padding:1rem}.recent-activity h3{font-size:1rem;margin-bottom:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border-radius:10px;margin-bottom:.5rem}.activity-thumb{width:50px;height:50px;border-radius:8px;object-fit:cover}.activity-info{flex:1}.activity-info strong{display:block;font-size:.9rem;margin-bottom:.25rem}.activity-info small{font-size:.75rem;color:#ffffff80}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.approved{background:#10b981}.status-dot.pending{background:#f59e0b;animation:pulse 2s ease-in-out infinite}.empty-state-admin{text-align:center;padding:3rem 1rem;color:#fff9;font-size:1.1rem}@media (max-width: 480px){.gallery-mode-grid,.quick-messages-grid,.stats-grid{grid-template-columns:1fr}}
