*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-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}body{margin:0;font-family:Inter,-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{overflow-x:hidden;overflow-y:auto}:root{--bg: #ffffff;--surface: #ffffff;--text: #1f2937;--muted: #6b7280;--accent: #dc2626;--accent-2: #1f2937;--ring: rgba(220, 38, 38, .08);--ring-strong: rgba(220, 38, 38, .22);--shadow: 0 20px 60px rgba(220, 38, 38, .08)}html,body,#root{height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#dc2626;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .5s ease-out}.loading-screen.hidden{opacity:0;pointer-events:none}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}.hero-section{min-height:100vh;background:linear-gradient(135deg,#dc2626,#b91c1c 30%,#991b1b 70%,#7f1d1d);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.logo-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-bg-elements{position:absolute;top:10px;left:10px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;filter:blur(40px);animation:float 6s ease-in-out infinite}.hero-bg-elements:nth-child(2){inset:auto 80px 80px auto;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);filter:blur(60px);animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 16px;text-align:center;color:#fff;position:relative;z-index:10}.hero-logo{width:80px;height:80px;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.hero-logo:hover{transform:scale(1.05)}.hero-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-title{font-size:clamp(48px,8vw,80px);font-weight:800;margin:0 0 24px;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(20px,3vw,28px);margin:0 0 32px;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-description{font-size:clamp(18px,2.5vw,22px);color:#fffc;max-width:800px;margin:0 auto 48px;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-buttons{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.hero-btn{padding:16px 32px;border-radius:12px;font-weight:600;font-size:18px;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 10px 18px #0003;position:relative;overflow:hidden}.hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-btn:hover:before{left:100%}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0000004d}.hero-btn-primary{background:#fff;color:#dc2626;border:2px solid white}.hero-btn-primary:hover{background:#fef2f2;border-color:#fef2f2}.hero-btn-secondary{background:#ffffff1a;color:#fff;border:2px solid white}.hero-btn-secondary:hover{background:#fff3;border-color:#fff}.features-section{padding:80px 0;background:#fff}.features-container{max-width:1200px;margin:0 auto;padding:0 16px}.features-header{text-align:center;margin-bottom:64px}.features-title{font-size:clamp(36px,6vw,48px);font-weight:800;color:var(--text);margin:0 0 24px}.features-subtitle{font-size:20px;color:var(--muted);max-width:800px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc2626,#b91c1c);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.feature-icon{width:64px;height:64px;background:#dc2626;border-radius:12px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);background:#b91c1c}.feature-title{font-size:24px;font-weight:700;color:var(--text);margin:0 0 16px;transition:color .3s ease}.feature-card:hover .feature-title{color:#dc2626}.feature-description{font-size:16px;color:var(--muted);margin:0 0 24px;line-height:1.6}.feature-list{list-style:none;padding:0;margin:0 0 32px;text-align:left}.feature-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;color:var(--muted);transition:color .3s ease}.feature-card:hover .feature-list li{color:var(--text)}.feature-list li:before{content:"";color:#10b981;font-weight:700;font-size:16px;transition:transform .3s ease}.feature-card:hover .feature-list li:before{transform:scale(1.2)}.feature-btn{width:100%;background:#dc2626;color:#fff;padding:12px 24px;border-radius:12px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;position:relative;overflow:hidden}.feature-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.feature-btn:hover:before{left:100%}.feature-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 8px 16px #dc26264d}.process-section{padding:80px 0;background:#f9fafb}.process-container{max-width:1200px;margin:0 auto;padding:0 16px}.process-header{text-align:center;margin-bottom:64px}.process-title{font-size:clamp(36px,6vw,48px);font-weight:800;color:var(--text);margin:0 0 16px}.process-subtitle{font-size:20px;color:var(--muted)}.process-grid{display:grid;grid-template-columns:1fr;gap:48px;max-width:1000px;margin:0 auto}@media (min-width: 768px){.process-grid{grid-template-columns:repeat(3,1fr)}}.process-step{text-align:center;position:relative;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.process-step-icon{width:80px;height:80px;background:#fff;border-radius:50%;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000001a;border:4px solid #dc2626;transition:all .3s ease;position:relative}.process-step-number{position:absolute;top:-8px;right:-8px;width:32px;height:32px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .3s ease;z-index:2}.process-step:hover .process-step-number{transform:scale(1.1);background:#b91c1c;box-shadow:0 4px 8px #0003}.process-step:hover .process-step-icon{transform:scale(1.05);border-color:#b91c1c;box-shadow:0 15px 35px #dc262633}.process-step-title{font-size:24px;font-weight:700;color:var(--text);margin:0 0 16px;transition:color .3s ease}.process-step:hover .process-step-title{color:#dc2626}.process-step-description{font-size:16px;color:var(--muted);line-height:1.6;transition:color .3s ease}.process-step:hover .process-step-description{color:var(--text)}.cta-section{padding:80px 0;background:linear-gradient(135deg,#dc2626,#b91c1c,#991b1b);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.cta-container{max-width:1200px;margin:0 auto;padding:0 16px;text-align:center;position:relative;z-index:2}.cta-title{font-size:clamp(36px,6vw,48px);font-weight:800;color:#fff;margin:0 0 24px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-subtitle{font-size:20px;color:#ffffffe6;max-width:800px;margin:0 auto 48px;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.cta-buttons{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}@media (min-width: 640px){.cta-buttons{flex-direction:row}}.cta-btn{padding:16px 32px;border-radius:12px;font-weight:600;font-size:18px;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 10px 18px #0003;position:relative;overflow:hidden}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-btn:hover:before{left:100%}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0000004d}.cta-btn-primary{background:#fff;color:#dc2626;border:2px solid white}.cta-btn-primary:hover{background:#fef2f2;border-color:#fef2f2}.cta-btn-secondary{background:#ffffff1a;color:#fff;border:2px solid white}.cta-btn-secondary:hover{background:#fff3;border-color:#fff}.footer{background:#1f2937;color:#fff;padding:48px 0;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc2626,#b91c1c)}.footer-container{max-width:1200px;margin:0 auto;padding:0 16px}.footer-content{display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-logo{display:flex;align-items:center;gap:16px}.footer-logo-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;background:#fff;border-radius:8px;padding:4px}.footer-logo-box:hover{transform:scale(1.05)}.footer-logo-box img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer-text{text-align:center}@media (min-width: 768px){.footer-text{text-align:left}}.footer-copyright{font-size:14px;color:#d1d5db;margin:0 0 4px}.footer-developer{font-size:14px;color:#9ca3af;margin:0}@media (max-width: 768px){.hero-section{padding:40px 0;background-attachment:scroll}.features-section,.process-section,.cta-section{padding:60px 0}.feature-card{padding:24px}.process-step-icon{width:64px;height:64px}.hero-bg-elements{width:150px;height:150px}.hero-bg-elements:nth-child(2){width:200px;height:200px}}.fade-in-up{animation:fadeInUp .6s ease-out}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #f3f4f6}.modal-title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0}.modal-close{background:none;border:none;color:var(--muted);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f3f4f6;color:var(--text)}.modal-body{padding:32px}.modal-feature-content{text-align:center}.modal-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--accent),#ef4444);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.modal-feature-content h4{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 16px}.modal-feature-content p{font-size:1rem;color:var(--muted);line-height:1.6;margin:0 0 32px}.modal-features-list{display:grid;gap:16px;text-align:left}.modal-feature-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9fafb;border-radius:12px;border:1px solid #f3f4f6}.modal-feature-item svg{color:var(--accent);flex-shrink:0}.modal-feature-item span{font-size:.95rem;font-weight:500;color:var(--text)}.modal-footer{padding:24px 32px;border-top:1px solid #f3f4f6;display:flex;justify-content:center}.modal-cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;box-shadow:0 4px 12px #dc26264d}.modal-cta-btn:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 20px #dc262666}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}.modal-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}.modal-content{animation:none}}:root{--bg: #ffffff;--surface: #ffffff;--text: #1f2937;--muted: #6b7280;--accent: #dc2626;--accent-2: #1f2937;--ring: rgba(220, 38, 38, .08);--ring-strong: rgba(220, 38, 38, .22);--shadow: 0 20px 60px rgba(220, 38, 38, .08);--breadcrumb-separator: #6b7280}html,body,#root{height:100%}.login-landing{min-height:100vh;height:100%;width:100%;background:linear-gradient(180deg,#fff 0% 28%,#fef2f2 52%,#fff);background-repeat:no-repeat;background-size:cover;background-position:center;color:var(--text);display:flex;flex-direction:column}.container{width:min(1100px,92%);margin:0 auto}.center-stage{display:flex;align-items:center;justify-content:center;flex:1;padding:clamp(32px,6vw,72px) 16px}.login-card{width:min(400px,100%);background:var(--surface);border-radius:16px;box-shadow:var(--shadow);border:1px solid rgba(220,38,38,.06);padding:clamp(24px,4vw,36px) clamp(20px,3.2vw,32px) 24px;text-align:center;animation:float 6s ease-in-out infinite}.breadcrumb-login{margin-bottom:16px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text)}.breadcrumb-separator{margin:0 8px;color:var(--breadcrumb-separator)}@media (max-width: 480px){.breadcrumb{font-size:12px}.breadcrumb-separator{margin:0 6px}}.card-logo-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:14px}.card-logo{width:76px;height:76px;border-radius:999px;box-shadow:0 12px 30px #dc26261f}.card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";font-size:clamp(22px,3.6vw,30px);margin:8px 0;font-weight:800;letter-spacing:.1px}.card-sub{color:var(--muted);margin:0 0 18px}.form{text-align:left;margin-top:10px}.label{display:block;font-size:clamp(12px,1.6vw,13px);color:var(--muted);margin:14px 0 8px;font-weight:600}.input-group{position:relative}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex}.input{box-sizing:border-box;width:100%;height:44px;padding:0 40px 0 38px;border-radius:10px;border:1px solid rgba(220,38,38,.12);outline:none;background:#fff;font-size:clamp(14px,1.8vw,16px);transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.input:hover{border-color:#dc262633;box-shadow:0 0 0 3px #dc26260f}.input.input-has-toggle{padding-right:40px}.toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);height:28px;width:28px;border:0;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center}.toggle-btn:hover{color:var(--text)}.input::-moz-placeholder{color:#9ca3af;font-size:clamp(14px,1.8vw,16px)}.input::placeholder{color:#9ca3af;font-size:clamp(14px,1.8vw,16px)}.input:focus{border-color:#dc262659;box-shadow:0 0 0 4px #dc26261a}.input:focus-visible{outline:0}.cta-btn.primary{margin-top:18px;width:100%;height:46px;border-radius:10px;border:1px solid rgba(220,38,38,.14);background:var(--accent);color:#fff;font-weight:700;box-shadow:0 10px 18px var(--ring);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.cta-btn.primary:hover{transform:translateY(-1px);box-shadow:0 16px 28px var(--ring-strong);filter:brightness(1.05)}.cta-btn.primary:active{transform:translateY(0)}.cta-btn.primary:focus-visible{outline:0;box-shadow:0 0 0 4px #dc262624,0 10px 18px var(--ring)}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-size:14px}.muted-link{color:var(--muted);text-decoration:none}.muted-link:hover{color:var(--accent)}.muted-link.strong{font-weight:700;color:var(--text)}.muted-text{color:var(--muted)}.error-message{color:var(--accent);font-size:.75rem;margin-top:.5rem;margin-bottom:0}.password-strength{margin-bottom:1.5rem}.strength-bars{display:flex;gap:.25rem;margin-bottom:.5rem;height:4px}.strength-bar{flex:1;background-color:#dc26261f;border-radius:2px;transition:all .3s ease}.strength-bar.active.weak{background-color:var(--accent)}.strength-bar.active.medium{background-color:#f59e0b}.strength-bar.active.strong{background-color:#10b981}.strength-text{font-size:.75rem;font-weight:500}.strength-text.weak{color:var(--accent)}.strength-text.medium{color:#f59e0b}.strength-text.strong{color:#10b981}.file-upload{position:relative;width:100%;border:2px dashed rgba(220,38,38,.12);border-radius:.75rem;overflow:hidden;margin-top:.5rem;padding:2rem;text-align:center;background-color:var(--surface)}.file-upload:hover{border-color:var(--accent);background-color:#fef2f2}.file-upload-error{border-color:var(--accent)}.file-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.file-hint{font-size:.75rem;color:var(--muted)}.file-preview{margin-top:1rem;text-align:center;position:relative;padding:1rem;border:1px solid var(--border);border-radius:.75rem;background-color:var(--surface)}.preview-image{max-width:200px;max-height:200px;height:auto;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;border:1px solid var(--border);margin:0 auto 1rem;display:block}.remove-file-btn{position:absolute;top:1.5rem;right:1.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:var(--accent);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:.8;transition:all .2s ease}.remove-file-btn:hover{opacity:1;transform:scale(1.1)}.preview-info{color:var(--success);font-weight:500;margin-bottom:1rem}.change-photo-btn{background-color:#dc26261a;color:var(--accent);border:none;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.change-photo-btn:hover{background-color:var(--accent);color:#fff}@keyframes success-pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}.login-card.success-animation{animation:success-pulse 1s ease-out;border-color:#10b981}.success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1rem}.success-message svg{margin-bottom:1rem}.success-message h3{margin:0;color:#10b981;font-size:1.25rem}.success-message p{color:var(--muted);margin:0}.cta-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:1.5rem}.submit-container .cta-btn{max-width:300px}.loading-spinner{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto}.loading-text{font-size:.9rem;letter-spacing:.5px}.footer{border-top:1px solid rgba(220,38,38,.06);background:transparent}.footer-inner{padding:24px 0;text-align:center;color:var(--muted)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-mounted .fade-in{opacity:1;transform:none}.fade-on-scroll{opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.fade-on-scroll.reveal{opacity:1;transform:none}@media (max-width: 768px){.toggle-btn{right:10px}.file-upload{padding:1.5rem}.preview-image{max-width:180px;max-height:180px}.submit-container .cta-btn{max-width:100%}}@media (max-width: 520px){.login-card{padding:24px 16px;border-radius:14px}.card-logo{width:68px;height:68px}.card-title{font-size:22px}.form-footer{flex-direction:column;gap:8px;align-items:flex-start}.file-upload{padding:1rem}.preview-image{max-width:150px;max-height:150px}.remove-file-btn{top:1rem;right:1rem;width:1.75rem;height:1.75rem}.loading-text{font-size:.8rem}.submit-container{margin-top:1.25rem}}@media (min-width: 1024px){.center-stage{padding:96px 16px}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:modalFadeIn .3s ease-out}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}.modal-header{padding:32px 32px 16px;text-align:center}.modal-icon{margin:0 auto 16px;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-icon.success-icon{background:#10b9811a}.modal-title{font-size:24px;font-weight:700;color:var(--text);margin:0 auto;padding-right:200px;line-height:1.5}.modal-body{padding:0 32px 24px;text-align:center}.modal-description{font-size:16px;color:var(--muted);line-height:1.5;margin:0 auto}.modal-footer{padding:0 32px 32px;display:flex;justify-content:center}.modal-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px}.modal-btn:hover{background:#b91c1c;transform:translateY(-1px)}.modal-btn:focus{outline:2px solid var(--accent);outline-offset:2px}.modal-btn:active{transform:translateY(0)}@media (max-width: 480px){.modal-overlay{padding:16px}.modal-header{padding:24px 24px 12px}.modal-body{padding:0 24px 20px}.modal-footer{padding:0 24px 24px}.modal-title{font-size:20px}.modal-description{font-size:14px}.modal-btn{width:100%;padding:14px 24px}}:root{--bg: #ffffff;--surface: #ffffff;--text: #1f2937;--muted: #6b7280;--accent: #dc2626;--accent-2: #1f2937;--ring: rgba(220, 38, 38, .08);--ring-strong: rgba(220, 38, 38, .22);--shadow: 0 20px 60px rgba(220, 38, 38, .08);--shadow-light: 0 4px 20px rgba(0, 0, 0, .05);--border: #e5e7eb;--green: #10b981;--yellow: #f59e0b;--blue: #3b82f6;--purple: #8b5cf6}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--accent);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .5s ease-out}.loading-logo{width:80px;height:80px;margin-bottom:20px;animation:pulse 1.5s ease-in-out infinite}.loading-text{color:#fff;font-size:20px;font-weight:600;margin-bottom:30px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin .5s linear infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.dashboard{min-height:100vh;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{background:var(--surface);box-shadow:var(--shadow-light);padding:1rem 0;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:100%}.header-left{display:flex;align-items:center;gap:1rem;height:100%}.logo-container{display:flex;align-items:center;gap:.75rem;margin:0 auto;height:100%}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;height:100%;transition:transform .2s ease}.logo-link:hover{transform:translateY(-1px)}.header-logo{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;vertical-align:middle;flex-shrink:0}.logo-text{font-size:1.5rem;font-weight:700;color:var(--accent);margin:0;display:flex;align-items:center;height:100%;line-height:1;flex-shrink:0}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-name{font-weight:600;color:var(--text);font-size:.875rem}.user-avatar{width:40px;height:40px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.logout-btn{background:linear-gradient(135deg,var(--accent) 0%,#b91c1c 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #dc26264d;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.logout-btn:hover:before{left:100%}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.logout-btn:active{transform:translateY(0);transition:all .1s ease}.dashboard-main{padding:2rem 0}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 2rem}.welcome-section{margin-bottom:3rem;animation:fadeInUp .6s ease-out}.welcome-title{font-size:2rem;font-weight:700;color:var(--text);margin:0 0 .5rem;text-align:center}.welcome-subtitle{font-size:1.125rem;color:var(--muted);margin:0;text-align:center}.section-title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 .5rem;text-align:center}.section-subtitle{font-size:1rem;color:var(--muted);margin:0 0 2rem;text-align:center}.quick-actions-section{margin-bottom:3rem;animation:fadeInUp .6s ease-out .1s both}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}.dashboard-action-card{background:var(--bg);border-radius:1.5rem;padding:2rem;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid var(--border);box-shadow:var(--shadow-light);position:relative;overflow:hidden;transform:translateY(0);animation:cardSlideIn .6s ease-out forwards;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;min-height:280px}.dashboard-action-card:nth-child(1){animation-delay:.1s}.dashboard-action-card:nth-child(2){animation-delay:.2s}.dashboard-action-card:nth-child(3){animation-delay:.3s}.dashboard-action-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #00000026;border-color:#dc262633}.dashboard-action-card:active{transform:translateY(-4px) scale(1.01);transition:all .1s ease}.dashboard-action-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:all .4s ease;transform:scaleX(0);transform-origin:left}.dashboard-action-card:hover:before{transform:scaleX(1)}.dashboard-action-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0 50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.dashboard-action-card:hover:after{opacity:1}.dashboard-staff-card:before{background:#3b82f6}.dashboard-stock-card:before{background:var(--accent)}.dashboard-admin-card:before{background:var(--purple)}.dashboard-reservation-card:before{background:var(--green)}.dashboard-lost-found-card:before{background:var(--yellow)}.dashboard-card-icon-container{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem}.dashboard-card-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard-card-icon:before{content:"";position:absolute;inset:0;background:#fff3;border-radius:inherit;opacity:0;transition:opacity .4s ease}.dashboard-action-card:hover .dashboard-card-icon:before{opacity:1}.dashboard-staff-card .dashboard-card-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 25px #3b82f64d}.dashboard-stock-card .dashboard-card-icon{background:linear-gradient(135deg,var(--accent) 0%,#b91c1c 100%);box-shadow:0 8px 25px #dc26264d}.dashboard-admin-card .dashboard-card-icon{background:linear-gradient(135deg,var(--purple) 0%,#7c3aed 100%);box-shadow:0 8px 25px #8b5cf64d}.dashboard-reservation-card .dashboard-card-icon{background:linear-gradient(135deg,var(--green) 0%,#059669 100%);box-shadow:0 8px 25px #10b9814d}.dashboard-lost-found-card .dashboard-card-icon{background:linear-gradient(135deg,var(--yellow) 0%,#d97706 100%);box-shadow:0 8px 25px #f59e0b4d}.dashboard-action-card:hover .dashboard-card-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 35px #0003}.dashboard-card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;width:100%}.dashboard-card-title{font-size:1.25rem;font-weight:700;color:var(--text);margin:0 0 .5rem;line-height:1.3}.dashboard-card-description{color:var(--muted);margin:0 0 1.5rem;line-height:1.5;flex:1}.dashboard-card-action{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;color:var(--text);transition:all .3s ease;margin-top:auto}.dashboard-action-card:hover .dashboard-card-action{gap:.75rem}.popular-items-section{margin-bottom:3rem;animation:fadeInUp .6s ease-out .2s both}.popular-items-list{background:var(--bg);border-radius:1rem;border:1px solid var(--border);box-shadow:var(--shadow-light);overflow:hidden}.popular-item{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid var(--border);transition:all .2s ease}.popular-item:last-child{border-bottom:none}.popular-item:hover{background:#f9fafb}.item-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.item-info{display:flex;justify-content:space-between;align-items:center;width:100%}.iitem-name{font-weight:600;color:var(--text)}.item-count{color:var(--muted);font-size:.875rem}.no-data-message{text-align:center;padding:2rem;color:var(--muted)}.stats-section{animation:fadeInUp .6s ease-out .3s both}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{background:var(--bg);border-radius:1rem;padding:2rem;text-align:center;border:1px solid var(--border);box-shadow:var(--shadow-light);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000001a}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,var(--accent),#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.items-found .stat-number{background:linear-gradient(135deg,var(--green),#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:var(--muted);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.category-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.category-stat-card{border-top:4px solid var(--accent)}.dashboard-footer{background:var(--surface);border-top:1px solid var(--border);padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-text{color:var(--muted);font-size:.875rem}.performance-toggle-btn{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:var(--accent);color:#fff;border:none;font-size:20px;cursor:pointer;box-shadow:0 4px 12px #dc26264d;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.performance-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px #dc262666}.performance-toggle-btn:active{transform:scale(.95)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.logout-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalFadeIn .3s cubic-bezier(.4,0,.2,1);padding:1rem}.logout-modal-content{background:var(--bg);border-radius:1.25rem;padding:2rem;max-width:420px;width:100%;box-shadow:0 25px 50px #0000004d,0 0 0 1px #ffffff1a;border:1px solid var(--border);animation:modalSlideUp .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.logout-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,158,11,.3),transparent)}.logout-modal-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;margin-bottom:2rem}.logout-modal-icon{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #f59e0b4d;animation:iconPulse 2s infinite}.logout-modal-text{max-width:320px}.logout-modal-title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 .5rem;line-height:1.3}.logout-modal-description{color:var(--text-secondary);line-height:1.5;margin:0;font-size:.95rem}.logout-modal-footer{display:flex;gap:.75rem;justify-content:flex-end}.logout-modal-btn{padding:.875rem 1.5rem;border-radius:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;font-size:.95rem;display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.logout-modal-btn--secondary{background:var(--bg-secondary);color:var(--text);border:1.5px solid var(--border)}.logout-modal-btn--secondary:hover{background:var(--bg-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.logout-modal-btn--primary{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #dc26264d;position:relative;overflow:hidden}.logout-modal-btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.logout-modal-btn--primary:hover:before{left:100%}.logout-modal-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.logout-modal-btn--primary:active{transform:translateY(0)}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.logout-modal-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width: 1024px){.quick-actions-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.dashboard-action-card{padding:1.75rem;min-height:260px}.dashboard-card-icon{width:70px;height:70px}}@media (max-width: 768px){.header-container{padding:1rem}.dashboard-container{padding:0 1rem}.welcome-title{font-size:1.75rem}.welcome-subtitle{font-size:1rem}.quick-actions-grid{grid-template-columns:1fr;gap:1rem;max-width:400px;margin:0 auto}.dashboard-action-card{padding:1.5rem;min-height:240px}.dashboard-card-icon{width:60px;height:60px}.dashboard-card-title{font-size:1.1rem}.dashboard-card-description{font-size:.9rem}.popular-item{padding:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2.5rem}.user-name{display:none}.logout-modal-content{padding:1.5rem;margin:1rem}.logout-modal-footer{flex-direction:column;gap:.75rem}.logout-modal-btn{width:100%;text-align:center}}@media (max-width: 480px){.welcome-title{font-size:1.5rem}.section-title{font-size:1.25rem}.dashboard-action-card{padding:1.25rem;min-height:220px}.dashboard-card-icon{width:56px;height:56px}.dashboard-card-title{font-size:1rem}.dashboard-card-description{font-size:.85rem;margin-bottom:1rem}.logout-btn{padding:.5rem 1rem;font-size:.85rem}.stats-grid{grid-template-columns:1fr}.category-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.logout-modal-overlay{align-items:center;justify-content:center;padding:1rem;animation:modalFadeIn .3s cubic-bezier(.4,0,.2,1)}.logout-modal-content{padding:1.5rem;margin:0;max-width:min(85vw,340px);width:100%;height:auto;max-height:70vh;border-radius:16px;position:relative;top:0;transform:none;box-shadow:0 20px 40px #00000026;animation:modalSlideUp .3s cubic-bezier(.4,0,.2,1)}.logout-modal-header{gap:1rem;margin-bottom:1.5rem}.logout-modal-icon{width:48px;height:48px}.logout-modal-title{font-size:1.25rem;margin-bottom:.25rem}.logout-modal-description{font-size:.875rem;line-height:1.4}.logout-modal-footer{flex-direction:column-reverse;gap:.75rem}.logout-modal-btn{min-width:auto;width:100%;padding:.875rem 1rem;font-size:.9rem;min-height:44px;border-radius:12px}.logout-modal-btn--secondary{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.logout-modal-btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.logout-modal-btn--primary{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d}.logout-modal-btn--primary:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466}}@media (max-width: 414px){.logout-modal-content{max-width:90vw;padding:1.25rem;margin:.5rem}.logout-modal-icon{width:44px;height:44px}.logout-modal-title{font-size:1.1rem}.logout-modal-description{font-size:.8rem}}@media (max-width: 320px){.logout-modal-content{max-width:95vw;padding:1rem;margin:.25rem}.logout-modal-header{gap:.75rem;margin-bottom:1.25rem}.logout-modal-icon{width:40px;height:40px}.logout-modal-title{font-size:1rem}.logout-modal-description{font-size:.75rem}.logout-modal-btn{padding:.75rem .875rem;font-size:.85rem}}.logout-modal-content:focus{outline:2px solid #3b82f6;outline-offset:2px}.logout-modal-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f61a}.logout-modal-btn--secondary:focus-visible{outline-color:#64748b;box-shadow:0 0 0 4px #64748b1a}.logout-modal-btn--primary:focus-visible{outline-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}@media (prefers-contrast: high){.logout-modal-content,.logout-modal-btn--secondary,.logout-modal-btn--primary{border:2px solid}}@media (prefers-reduced-motion: reduce){.logout-modal-overlay,.logout-modal-content,.logout-modal-btn{animation:none;transition:none}.logout-modal-icon{animation:none}}:root{--header-bg: #ffffff;--header-shadow: 0 1px 3px rgba(0, 0, 0, .1);--header-border: rgba(220, 38, 38, .1);--sfac-red: #dc2626;--sfac-red-light: #fef2f2;--sfac-red-dark: #991b1b;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--surface: #f9fafb;--border-light: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition: all .2s ease-in-out}.dashboard-header{background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:var(--header-shadow);position:sticky;top:0;z-index:9999}.header-container{display:flex;align-items:center;justify-content:space-between;padding:.375rem rem;max-width:1200px;margin:0 auto;width:100%;min-height:48px}.header-left,.logo-container{display:flex;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:var(--transition);padding:.5rem;border-radius:.5rem}.logo-link:hover{background:var(--sfac-red-light);transform:translateY(-1px)}.header-logo{height:32px;width:auto;-o-object-fit:contain;object-fit:contain;transition:var(--transition)}.logo-link:hover .header-logo{transform:scale(1.05)}.logo-text{font-size:1.25rem;font-weight:700;color:var(--sfac-red);letter-spacing:-.025em;text-shadow:0 1px 2px rgba(220,38,38,.1)}.header-right{display:flex;align-items:center;gap:.75rem;height:100%}.uuser-info{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:var(--surface);border-radius:1.5rem;border:1px solid var(--border-light);transition:var(--transition);height:36px}.uuser-info:hover{background:var(--sfac-red-light);border-color:var(--sfac-red);box-shadow:var(--shadow-md)}.uuser-name{font-size:.8rem;font-weight:600;color:var(--text-primary);white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.uuser-avatar{width:28px;height:28px;background:linear-gradient(135deg,var(--sfac-red) 0%,var(--sfac-red-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem;text-transform:uppercase;box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;overflow:hidden}.uuser-avatar:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);border-radius:50%;opacity:0;transition:var(--transition)}.uuser-info:hover .uuser-avatar:before{opacity:1}.uuser-info:hover .uuser-avatar{transform:scale(1.1);box-shadow:var(--shadow-md)}.llogout-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--border-light);border-radius:.5rem;color:var(--text-primary);cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.llogout-btn svg{width:18px;height:18px;color:inherit;opacity:.8;transition:var(--transition)}.llogout-btn:hover svg{opacity:1;transform:scale(1.1)}.llogout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(220,38,38,.1),transparent);transition:left .5s ease}.llogout-btn:hover:before{left:100%}.llogout-btn:hover{background:var(--sfac-red-light);border-color:var(--sfac-red);color:var(--sfac-red);transform:translateY(-2px);box-shadow:var(--shadow-md)}.llogout-btn:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:modalFadeIn .3s ease-out}.logout-modal-overlay{background:#000000b3}.modal-content{background:#fff;border-radius:1rem;box-shadow:var(--shadow-lg);max-width:400px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideUp .3s ease-out;border:1px solid var(--border-light)}.logout-modal-content{max-width:420px}.logout-modal-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--border-light);background:var(--surface);border-radius:1rem 1rem 0 0}.logout-modal-icon{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 25px #f59e0b4d}.logout-modal-text{flex:1}.logout-modal-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.logout-modal-description{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.logout-modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid var(--border-light);background:var(--surface);border-radius:0 0 1rem 1rem}.logout-modal-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.logout-modal-btn--secondary{background:#fff;color:var(--text-secondary);border:1px solid var(--border-light)}.logout-modal-btn--secondary:hover{background:var(--surface);color:var(--text-primary);border-color:var(--text-secondary);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.logout-modal-btn--primary{background:linear-gradient(135deg,var(--sfac-red) 0%,var(--sfac-red-dark) 100%);color:#fff;border:1px solid var(--sfac-red)}.logout-modal-btn--primary:hover{background:linear-gradient(135deg,var(--sfac-red-dark) 0%,#7f1d1d 100%);transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.logout-modal-btn--primary:active{transform:translateY(0);box-shadow:var(--shadow-sm)}@media (max-width: 768px){.header-container{padding:.5rem 1rem}.logo-text{font-size:1.25rem}.header-logo{height:32px}.uuser-info{padding:.375rem .75rem}.uuser-name{max-width:100px;font-size:.8rem}.uuser-avatar{width:32px;height:32px;font-size:.75rem}.llogout-btn{width:36px;height:36px}.logout-modal-header{padding:1rem;flex-direction:column;text-align:center;gap:.75rem}.logout-modal-icon{width:48px;height:48px}.logout-modal-title{font-size:1.125rem}.logout-modal-footer{padding:1rem;flex-direction:column}.logout-modal-btn{width:100%}}@media (max-width: 480px){.header-container{padding:.5rem}.logo-link{gap:.5rem}.logo-text{font-size:1.125rem}.header-logo{height:28px}.uuser-info{gap:.5rem;padding:.25rem .5rem}.uuser-name{display:none}.modal-overlay{padding:.5rem}.logout-modal-header,.logout-modal-footer{padding:.75rem}}@media (prefers-contrast: high){.dashboard-header{border-bottom:2px solid var(--text-primary)}.llogout-btn,.uuser-info{border:2px solid var(--text-primary)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.llogout-btn:before{display:none}}.logo-link:focus,.llogout-btn:focus,.logout-modal-btn:focus{outline:2px solid var(--sfac-red);outline-offset:2px}@media print{.dashboard-header{box-shadow:none;border-bottom:1px solid #ff0000}.llogout-btn,.modal-overlay{display:none}}.page-header{margin-bottom:32px}@media (max-width: 768px){.delete-modal .modal-overlay{align-items:center;justify-content:center;padding:1rem;animation:modalFadeIn .3s cubic-bezier(.4,0,.2,1)}.delete-modal .modal-content{max-width:min(90vw,380px);width:100%;height:auto;max-height:50vh;border-radius:12px;margin:0;position:relative;top:0;transform:none;box-shadow:0 20px 40px #00000026;animation:modalSlideUp .3s cubic-bezier(.4,0,.2,1)}.delete-modal .modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid #f1f5f9}.delete-modal .modal-body{padding:1rem 1.5rem;min-height:auto;text-align:center}.delete-modal .modal-footer{padding:.75rem 1.5rem 1.25rem;gap:.75rem;flex-direction:column-reverse}.delete-modal .modal-footer button{width:100%;padding:.875rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem;min-height:44px;transition:all .2s cubic-bezier(.4,0,.2,1)}.delete-modal .cancel-btn{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.delete-modal .cancel-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.delete-modal .confirm-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;box-shadow:0 4px 12px #ef44444d}.delete-modal .confirm-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.delete-modal .confirm-btn:active{transform:translateY(0)}.delete-modal .delete-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.delete-modal .delete-subtext{font-size:.875rem;color:#64748b;margin:0;line-height:1.4}}@media (max-width: 414px){.delete-modal .modal-content{max-width:95vw;margin:.5rem}.delete-modal .modal-header,.delete-modal .modal-body,.delete-modal .modal-footer{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 320px){.delete-modal .modal-content{max-width:98vw;margin:.25rem}.delete-modal .modal-header,.delete-modal .modal-body,.delete-modal .modal-footer{padding-left:1rem;padding-right:1rem}.delete-modal .delete-title{font-size:1rem}.delete-modal .delete-subtext{font-size:.8rem}}.search-filter-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}.search-bar{position:relative;margin-bottom:16px}.ssearch-input{width:100%;padding:12px 16px 12px 48px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .3s ease;background:#f9fafb}.ssearch-input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#6b7280}.filter-controls{display:flex;gap:16px;flex-wrap:wrap}.btn-with-icon{display:inline-flex;align-items:center;gap:8px}.ffilter-select{padding:10px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:14px;color:#374151;cursor:pointer;transition:all .3s ease;min-width:150px}.ffilter-select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:32px}.item-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:2px solid transparent;transition:all .3s ease;cursor:pointer;position:relative}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#dc2626}.item-card.available{border-left:4px solid #10b981}.item-card.low{border-left:4px solid #f59e0b}.item-card.out{border-left:4px solid #ef4444;opacity:.7}.item-image{height:200px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.item-card:hover .item-image img{transform:scale(1.05)}.item-content{padding:20px}.item-name{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4}.item-description{color:#6b7280;font-size:14px;margin:0 0 12px;line-height:1.5}.item-location{color:#9ca3af;font-size:13px;margin:0 0 16px;display:flex;align-items:center;gap:4px}.stock-info{margin-bottom:16px}.stock-level{margin-bottom:12px}.stock-level-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.stock-level-fill{height:100%;transition:all .3s ease;border-radius:4px}.stock-text{font-size:13px;color:#6b7280;font-weight:500}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.available{background:#d1fae5;color:#065f46}.status-badge.low{background:#fef3c7;color:#92400e}.status-badge.out{background:#fee2e2;color:#991b1b}.item-footer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6}.last-updated{font-size:12px;color:#9ca3af;white-space:nowrap}.item-menu-wrapper{position:relative;display:inline-block}.three-dot-menu{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f9fafb;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.three-dot-menu:hover{background:#f3f4f6;border-color:#d1d5db}.three-dot-menu .dot{display:block;width:4px;height:4px;background:#374151;border-radius:50%;margin:2px 0}.three-dot-menu.vertical{flex-direction:column}.item-menu-dropdown{position:absolute;right:0;top:38px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 16px #0000001f;border-radius:8px;min-width:150px;z-index:10;overflow:hidden}.item-menu-option{width:100%;text-align:left;background:none;border:none;padding:10px 12px;font-size:14px;color:#374151;cursor:pointer}.item-menu-option:hover{background:#f9fafb}.reserve-btn{background:#dc2626;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.reserve-btn:hover:not(.disabled){background:#b91c1c;transform:translateY(-1px)}.reserve-btn.disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.no-results{text-align:center;padding:48px 24px;color:#6b7280;background:#fff;border-radius:12px;border:2px dashed #e5e7eb}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:slideUp .3s ease}.create-modal{max-width:720px}.create-form-grid{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.create-modal__header{border-bottom:none;margin-bottom:0;padding-bottom:0}.modal-header-title{display:flex;align-items:center;gap:12px}.modal-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.modal-subtitle{margin:4px 0 0;font-size:13px;color:#6b7280}.form-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}.section-title{font-weight:700;color:#111827;margin-bottom:12px}.field-hint{margin-top:6px;font-size:12px;color:#6b7280}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.file-dropzone{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:2px dashed #e5e7eb;border-radius:10px;background:#fafafa;color:#374151;cursor:pointer;transition:border-color .2s ease,background .2s ease}.file-dropzone:hover{border-color:#dc2626;background:#fff}.file-dropzone__icon{width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6}.file-dropzone__title{font-weight:600}.file-dropzone__hint{font-size:12px;color:#6b7280}.sticky-modal-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #e5e7eb}.create-form-grid .input-group{display:flex;flex-direction:column}.create-form-grid .input-group label{display:block;font-weight:600;color:#374151;margin-bottom:6px}.create-form-grid .input-group input,.create-form-grid .input-group textarea,.create-form-grid .input-group select{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#f9fafb;transition:all .2s ease}.create-form-grid .input-group input:focus,.create-form-grid .input-group textarea:focus,.create-form-grid .input-group select:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.create-form-grid .input-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:36px;cursor:pointer}.grid-span-2{grid-column:1 / -1}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.modal-header h2{margin:0;font-size:24px;font-weight:600;color:#111827}.close-btn{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f3f4f6;color:#374151}.modal-body{padding:0 24px 24px}.modal-footer{padding:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px}.item-modal .modal-body{display:flex;gap:24px;flex-wrap:wrap}.item-detail-image{flex:1;min-width:200px;max-width:250px}.item-detail-image img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}.item-details{flex:2;min-width:300px}.item-detail-description{font-size:16px;color:#374151;margin-bottom:20px;line-height:1.6}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#374151;font-size:14px}.detail-value{color:#6b7280;font-size:14px}.stock-level-detail{margin-top:20px}.stock-level-detail .stock-level-bar{height:12px;margin-bottom:0}.reserve-btn-modal{background:#dc2626;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.reserve-btn-modal:hover:not(.disabled){background:#b91c1c}.reserve-btn-modal.disabled{background:#9ca3af;cursor:not-allowed}.reservation-modal{max-width:500px}.restock-modal{max-width:720px}.reservation-item-info h3{margin:0 0 8px;font-size:20px;color:#111827}.reservation-item-info p{margin:0 0 20px;color:#6b7280}.reservation-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:16px;margin-bottom:20px}.reservation-warning p{margin:0 0 8px;color:#92400e;font-size:14px}.reservation-warning p:last-child{margin-bottom:0}.cancel-btn{background:#f3f4f6;color:#374151;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background:#e5e7eb}.confirm-btn{background:#dc2626;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-btn:hover:not(.loading){background:#b91c1c}.confirm-btn.loading{opacity:.7;cursor:not-allowed;position:relative}.confirm-btn.loading:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.items-grid{grid-template-columns:1fr;gap:16px}.search-filter-section{padding:16px}.filter-controls{flex-direction:column}.ffilter-select{min-width:auto}.item-modal .modal-body{flex-direction:column}.item-detail-image{max-width:none}.modal-content{margin:10px;max-height:calc(100vh - 20px)}.modal-header{padding:16px 16px 0}.modal-body{padding:0 16px 16px}.modal-footer{padding:16px;flex-direction:column}.modal-footer button{width:100%}.create-modal{max-width:calc(100vw - 20px);width:100%}.create-form-grid{grid-template-columns:1fr;gap:12px}}.item-card{animation:slideInUp .5s ease forwards}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.item-card:nth-child(1){animation-delay:.1s}.item-card:nth-child(2){animation-delay:.2s}.item-card:nth-child(3){animation-delay:.3s}.item-card:nth-child(4){animation-delay:.4s}.item-card:nth-child(5){animation-delay:.5s}.item-card:nth-child(6){animation-delay:.6s}.stock-level-fill{animation:fillBar 1s ease-in-out}@keyframes fillBar{0%{width:0}}.item-image{position:relative;width:100%;height:200px;overflow:hidden;border-radius:8px 8px 0 0;background-color:#f7fafc}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f7fafc}.image-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f7fafc;color:#a0aec0}.image-error svg{width:32px;height:32px}.optimized-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease-in-out}.modal-image{height:300px;border-radius:8px}.item-menu-overlay{position:absolute;top:10px;right:10px;z-index:2}.item-menu-dropdown--overlay{top:40px;right:0}.item-menu-option.delete-option{color:#dc2626}.delete-modal{max-width:420px;padding:16px 16px 12px}.delete-header-title{display:flex;align-items:center;font-size:18px}.delete-body{padding:8px 0 4px}.delete-title{margin:0 0 6px;font-weight:700;color:#111827}.delete-subtext{margin:0;color:#6b7280;font-size:13px}@media (max-width: 768px){.delete-modal{max-width:calc(100vw - 24px);width:100%}}.restock-modal .modal-body{display:flex;gap:24px;flex-wrap:wrap}.restock-inputs{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.restock-inputs .input-group{display:flex;flex-direction:column}.restock-inputs .input-group label{display:block;font-weight:600;color:#374151;margin-bottom:6px}.restock-inputs .input-group input[type=number]{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#f9fafb;transition:all .2s ease}.restock-inputs .input-group input[type=number]:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.restock-inputs .input-group .input-error{border-color:#ef4444}.input-error-text{margin-top:6px;font-size:12px;color:#b91c1c}@media (max-width: 768px){.restock-modal .modal-body{flex-direction:column}.modal-image{height:220px}.restock-inputs{grid-template-columns:1fr}}@media (max-width: 768px){.restock-modal{max-width:calc(100vw - 20px);width:100%}.restock-modal .item-detail-image,.restock-modal .item-details{width:100%;min-width:0}}.create-form-grid .input-error{border-color:#ef4444}.create-form-grid .input-error-text{margin-top:6px;font-size:12px;color:#b91c1c}.file-input:hover{border-color:#a3a3a3}.image-preview-container{margin-top:8px}.image-preview-wrapper{position:relative;display:inline-block;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014}.image-preview{display:block;max-width:100%;height:auto}.image-remove-btn{position:absolute;top:6px;right:6px;background:#0009;color:#fff;border:none;border-radius:999px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .1s ease}.image-remove-btn:hover{background:#000000bf;transform:scale(1.02)}.modal-footer .cancel-btn,.modal-footer .confirm-btn{transition:background-color .2s ease,box-shadow .2s ease,transform .05s ease}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideDown{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}.delete-modal .modal-content:focus{outline:2px solid #3b82f6;outline-offset:2px}.delete-modal .modal-footer button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f61a}.delete-modal .cancel-btn:focus-visible{outline-color:#64748b;box-shadow:0 0 0 4px #64748b1a}.delete-modal .confirm-btn:focus-visible{outline-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}@media (prefers-contrast: high){.delete-modal .modal-content,.delete-modal .cancel-btn,.delete-modal .confirm-btn{border:2px solid}}@media (prefers-reduced-motion: reduce){.delete-modal .modal-overlay,.delete-modal .modal-content,.delete-modal .modal-footer button{animation:none;transition:none}}.modal-footer .cancel-btn:hover,.modal-footer .confirm-btn:hover{filter:brightness(.98);box-shadow:0 2px 8px #00000014}.modal-footer .confirm-btn.loading{opacity:.7;pointer-events:none}@media (max-width: 768px){.create-form-grid{grid-template-columns:1fr;gap:12px}.create-modal .modal-overlay{padding:0;align-items:stretch}.create-modal .modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.create-modal .modal-header{flex-shrink:0;padding:1rem}.create-modal .modal-body{flex:1;overflow-y:auto;padding:1rem}.create-modal .modal-footer{flex-shrink:0;padding:1rem}.restock-modal .modal-overlay{padding:0;align-items:stretch}.restock-modal .modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.restock-modal .modal-header{flex-shrink:0;padding:1rem}.restock-modal .modal-body{flex:1;overflow-y:auto;padding:1rem;flex-direction:column}.restock-modal .modal-footer{flex-shrink:0;padding:1rem}.restock-modal .item-detail-image{display:none!important}.delete-modal{max-width:90vw!important;width:auto!important;height:auto!important;max-height:90vh!important;border-radius:8px!important;margin:1rem!important}}.reservation-layout{display:flex;gap:24px;margin-top:24px}.rreservation-card{flex:1;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a}.reservation-sidebar{width:320px;display:flex;flex-direction:column;gap:16px}.section-title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;margin-bottom:24px;color:#1a202c}.section-icon{font-size:24px}.form-row{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#4a5568}.error-msg{color:#e53e3e;font-size:12px;font-weight:400}.preselected-indicator{color:#38a169;font-size:12px;font-weight:500;margin-left:8px}.dropdown-container{position:relative}.dropdown-selector{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;cursor:pointer;transition:all .2s ease}.dropdown-selector:hover{border-color:#cbd5e0}.dropdown-selector.error{border-color:#e53e3e}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:4px;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px #0000001a;z-index:10}.dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover:not(.out-of-stock){background-color:#f7fafc}.dropdown-item.selected{background-color:#ebf8ff;border-left:4px solid #3182ce}.dropdown-item.out-of-stock{opacity:.5;cursor:not-allowed}.dropdown-item-stock-badge{font-size:12px;padding:4px 8px;border-radius:12px;font-weight:500}.dropdown-item-stock-badge.available{background-color:#e6fffa;color:#38a169}.dropdown-item-stock-badge.low{background-color:#fffaf0;color:#dd6b20}.dropdown-item-stock-badge.out{background-color:#fed7d7;color:#c53030}.item-details-panel{background:#f7fafc;border-radius:8px;padding:20px;margin-top:16px;border:1px solid #e2e8f0}.details-container{display:flex;gap:20px;margin-bottom:20px}.details-image{flex-shrink:0;width:120px;height:120px;overflow:hidden;border-radius:6px}.selected-item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.details-content{flex:1}.selected-item-name{font-size:18px;font-weight:600;margin-bottom:12px;color:#1a202c}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.detail-grid .full{grid-column:1 / -1}.detail-label{font-size:12px;font-weight:500;color:#718096;margin-bottom:4px;text-transform:uppercase;letter-spacing:.025em}.detail-value{font-size:14px;color:#2d3748;font-weight:500}.detail-description{font-size:14px;color:#4a5568;line-height:1.5}.stock-level-indicator{margin-top:16px}.stock-indicator-title{font-size:14px;font-weight:500;margin-bottom:8px;color:#4a5568}.stock-indicator-bar{height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.stock-indicator-fill{height:100%;transition:width .3s ease}.stock-indicator-fill.available{background-color:#38a169}.stock-indicator-fill.low{background-color:#dd6b20}.stock-indicator-fill.out{background-color:#c53030}.stock-indicator-text{display:flex;justify-content:space-between;font-size:12px;margin-top:6px;color:#718096}.stock-indicator-text .value{font-weight:600;color:#4a5568}.text-input,.text-area{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;font-size:14px;transition:all .2s ease;color:#2d3748}.text-input:focus,.text-area:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.text-input.input-error,.text-area.input-error{border-color:#e53e3e}.input-hint{font-size:12px;color:#718096;margin-top:4px}.deadline-banner{display:flex;align-items:flex-start;gap:12px;background-color:#fffaf0;border-left:4px solid #dd6b20;padding:16px;border-radius:6px;margin-bottom:24px}.banner-icon{font-size:20px;margin-top:2px}.banner-title{font-size:14px;font-weight:600;color:#744210;margin-bottom:4px}.banner-text{font-size:14px;color:#744210;line-height:1.5}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.primary-btn,.confirm-btn,.secondary-btn,.cancel-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center}.primary-btn,.confirm-btn{background-color:#3182ce;color:#fff}.primary-btn:hover:not(.disabled),.confirm-btn:hover{background-color:#2c5aa0}.primary-btn.disabled{opacity:.5;cursor:not-allowed}.confirm-btn.loading{opacity:.7;cursor:not-allowed;pointer-events:none;display:none!important}.confirm-btn.loading:hover{background-color:#3182ce;display:none!important}.secondary-btn,.cancel-btn{background-color:#edf2f7;color:#4a5568}.secondary-btn:hover,.cancel-btn:hover{background-color:#e2e8f0}.info-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.info-title{font-size:16px;font-weight:600;margin-bottom:12px;color:#1a202c}.view-reservations-container{margin-top:16px}.view-reservations-btn{width:100%;background-color:#3182ce;color:#fff;border:none;border-radius:6px;padding:12px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.view-reservations-btn:hover{background-color:#2c5aa0;transform:translateY(-1px);box-shadow:0 4px 12px #3182ce33}.view-reservations-btn:active{transform:translateY(0)}.info-text{font-size:14px;color:#4a5568;line-height:1.5}.list{list-style-type:none;padding:0;margin:0}.list li{position:relative;padding-left:20px;margin-bottom:8px}.list li:last-child{margin-bottom:0}.list li:before{content:"•";position:absolute;left:0;color:#3182ce;font-weight:700}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:20px;font-weight:600;color:#1a202c;margin:0}.close-btn{background:none;border:none;font-size:24px;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.close-btn:hover{background-color:#f7fafc}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e2e8f0}.reservation-summary{display:flex;gap:24px;margin-bottom:24px}.summary-image-container{flex-shrink:0;width:150px;height:150px;overflow:hidden;border-radius:8px}.summary-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.summary-details{flex:1}.summary-item-name{font-size:18px;font-weight:600;margin-bottom:16px;color:#1a202c}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.summary-grid .full{grid-column:1 / -1}.summary-label{font-size:12px;font-weight:500;color:#718096;margin-bottom:4px;text-transform:uppercase;letter-spacing:.025em}.summary-value{font-size:14px;color:#2d3748;font-weight:500}.warning-message{display:flex;gap:12px;background-color:#fffaf0;border:1px solid #f6e05e;padding:16px;border-radius:6px;margin-top:24px}.warning-icon{font-size:20px;flex-shrink:0}.warning-content{font-size:14px;color:#744210;line-height:1.5}.confirmation-modal-content{text-align:center;padding:40px 24px;max-width:500px}.confirmation-icon{font-size:64px;margin-bottom:24px;animation:pulse 1s ease}.confirmation-heading{font-size:24px;font-weight:600;color:#1a202c;margin-bottom:16px}.confirmation-message{font-size:16px;color:#4a5568;line-height:1.5;margin-bottom:32px}.reservation-ticket{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:24px;margin-bottom:32px}.ticket-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e2e8f0}.ticket-row:last-child{border-bottom:none}.ticket-label{font-size:14px;font-weight:500;color:#718096}.ticket-value{font-size:14px;font-weight:600;color:#2d3748}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@media (max-width: 1024px){.reservation-layout{flex-direction:column}.reservation-sidebar{width:100%}.details-container{flex-direction:column}.details-image{width:100%;height:200px}.reservation-summary{flex-direction:column}.summary-image-container{width:100%;height:200px}}@media (max-width: 768px){.rreservation-card{padding:20px}.detail-grid,.summary-grid{grid-template-columns:1fr}.form-actions,.modal-footer{flex-direction:column}.modal-header,.modal-body,.modal-footer{padding:20px}}@media (max-width: 768px){.modal-overlay{padding:0;align-items:stretch}.modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.modal-header{flex-shrink:0;padding:1rem}.modal-body{flex:1;overflow-y:auto;padding:1rem}.modal-footer{flex-shrink:0;padding:1rem}}@media (max-width: 480px){.rreservation-card{padding:16px}.section-title{font-size:18px}}.primary-btn:focus,.secondary-btn:focus,.confirm-btn:focus,.cancel-btn:focus,.text-input:focus,.text-area:focus,.dropdown-selector:focus{outline:2px solid #3182ce;outline-offset:2px}.image-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px;background-color:#f7fafc}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f7fafc;border-radius:8px}.image-placeholder .loading-spinner{width:24px;height:24px;border:2px solid #e2e8f0;border-top:2px solid #3182ce;border-radius:50%;animation:spin 1s linear infinite}.image-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f7fafc;color:#a0aec0;border-radius:8px;gap:8px}.image-error svg{width:48px;height:48px}.image-error span{font-size:12px;font-weight:500}.optimized-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:opacity .3s ease-in-out}.optimized-image.loading{opacity:0}.optimized-image.loaded{opacity:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.performance-dashboard-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.performance-dashboard{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:800px;width:90%;max-height:80vh;overflow-y:auto}.performance-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e2e8f0}.performance-header h3{margin:0;color:#1a202c;font-size:20px}.performance-content{padding:20px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}.metric-card{background:#f7fafc;border-radius:8px;padding:16px;text-align:center}.metric-label{font-size:12px;color:#718096;margin-bottom:8px;font-weight:500}.metric-value{font-size:24px;font-weight:700;color:#2d3748}.metric-value.error{color:#e53e3e}.memory-section,.network-section{margin-bottom:24px;padding:16px;background:#f7fafc;border-radius:8px}.memory-section h4,.network-section h4{margin:0 0 12px;color:#2d3748;font-size:16px}.memory-info,.network-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;font-size:14px;color:#4a5568}.performance-report{background:#1a202c;color:#e2e8f0;border-radius:8px;padding:16px}.performance-report h4{margin:0 0 12px;color:#e2e8f0;font-size:16px}.report-text{margin:0;font-family:Courier New,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap}@media (prefers-contrast: high){.dropdown-selector,.text-input,.text-area,.info-card,.rreservation-card,.modal-content{border:2px solid currentColor}}.lf-dashboard{min-height:100vh;background:linear-gradient(135deg,#fef2f2 0%,);width:100%;overflow-x:hidden}.lf-main{padding:2rem 0;min-height:calc(100vh - 140px);width:100%}.lf-container{max-width:800px;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}@media (max-width: 768px){.lf-main{padding:1.5rem 0}.lf-container{padding:0 1rem}}.lf-loading-logo{width:80px;height:80px;animation:lf-pulse 2s ease-in-out infinite}.lf-loading-text{font-size:1.25rem;font-weight:500}@keyframes lf-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.lf-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#64748b}.lf-breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s ease}.lf-breadcrumb-link:hover{color:#334155}.lf-breadcrumb-separator{color:#cbd5e1}.lf-breadcrumb-current{color:#334155;font-weight:500}.lf-header{margin-bottom:2rem}.lf-header-content{display:flex;align-items:center;gap:1rem}.lf-header-icon{width:64px;height:64px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #dc26264d;flex-shrink:0}.lf-header-text{flex:1}.lf-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;line-height:1.2}.lf-subtitle{font-size:1rem;color:#64748b;margin:0}@media (max-width: 768px){.lf-header{margin-bottom:1.5rem}.lf-header-icon{width:48px;height:48px}.lf-title{font-size:1.5rem}.lf-subtitle{font-size:.875rem}}@media (max-width: 480px){.lf-header-icon{width:40px;height:40px}.lf-title{font-size:1.25rem}}.lf-tabs{display:flex;gap:.75rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:.5rem;flex-wrap:wrap}.lf-tab{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;position:relative}.lf-tab:hover{color:#334155;background:#fef2f2}.lf-tab--active{color:#dc2626;background:#dc26261a}.lf-tab--active:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:4px;height:4px;background:#dc2626;border-radius:50%}.lf-create-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto;box-shadow:0 2px 8px #dc26264d}.lf-create-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc262666}.lf-filters{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center;flex-wrap:wrap}.lf-search{position:relative;flex:1;min-width:200px}.lf-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b}.lf-search-input{width:100%;padding:.9rem 1rem .9rem 2.5rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:all .2s ease;background:#fff}@media (max-width: 768px){.lf-tabs{gap:.5rem}.lf-tab,.lf-create-btn{padding:.6rem 1rem;font-size:.9rem}.lf-filters{flex-direction:column;align-items:stretch;gap:.75rem}.lf-search{width:100%}}@media (max-width: 480px){.lf-tabs{justify-content:center}.lf-create-btn{margin-left:0;margin-top:.5rem;width:100%;justify-content:center}}.lf-search-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.lf-category-filter{padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s ease;min-width:160px}.lf-category-filter:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.lf-feed{display:flex;flex-direction:column;gap:1.25rem}.lf-empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.lf-empty-state svg{margin-bottom:1rem;opacity:.5}.lf-empty-state h3{color:#334155;margin-bottom:.5rem}.lf-post{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;overflow:hidden;width:100%;max-width:100%;margin-bottom:1.5rem}.lf-post:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.lf-post-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.lf-post-menu-container{margin-left:auto;position:relative}.lf-post-menu-btn{background:transparent;border:none;cursor:pointer;font-size:20px;line-height:1;color:#64748b;padding:4px 8px;border-radius:8px}.lf-post-menu-btn:hover{background:#e2e8f0}.lf-post-menu-dropdown{position:absolute;right:0;top:28px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 16px #00000014;border-radius:10px;min-width:140px;z-index:20;overflow:hidden}.lf-post-menu-dropdown button{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:10px 12px;background:transparent;border:none;color:#334155;cursor:pointer;font-size:14px}.lf-post-menu-dropdown button:hover{background:#f1f5f9}.lf-post-menu-icon{display:inline-flex;align-items:center}.lf-post-menu-delete{color:#dc2626}.lf-post-avatar{width:40px;height:40px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.lf-post-meta{flex:1}.lf-post-author{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.lf-post-time{font-size:.875rem;color:#64748b}.lf-post-content{padding:1.25rem 1.5rem}.lf-post-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.4}.lf-post-details{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.lf-post-description{color:#475569;line-height:1.6;margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width: 768px){.lf-post-description{font-size:14px}}@media (max-width: 480px){.lf-post-description{font-size:13px}}.lf-post-image{width:100%;overflow:hidden;margin-top:1rem;border-radius:12px}.lf-post-image img{width:100%;display:block;max-height:400px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.lf-post:hover .lf-post-image img{transform:scale(1.02)}@media (max-width: 768px){.lf-post-image img{max-height:300px}}@media (max-width: 480px){.lf-post-image img{max-height:250px}}.lf-post-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:.5rem}.lf-post-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media (max-width: 480px){.lf-post-footer{flex-direction:column;align-items:flex-start}.lf-post-views{margin-top:.5rem;width:100%;text-align:left}}.lf-action-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .2s ease}.lf-action-btn:hover{background:#fef2f2;border-color:#fecaca;color:#334155}.lf-action-btn--active{background:#dbeafe;color:#1e40af;font-weight:500;border-color:#93c5fd}.lf-action-btn--active:hover{background:#bfdbfe;border-color:#60a5fa}.lf-action-btn--claim{background:#dcfce7;border-color:#bbf7d0;color:#166534}.lf-action-btn--claim:hover{background:#bbf7d0;border-color:#86efac}.lf-comments-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;width:100%}.lf-comments-header{margin-bottom:1rem}.lf-comments-sort{background:#fff;border:1px solid #e2e8f0;color:#334155;padding:.5rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.lf-comments-sort:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #f63b541a}.lf-comments-list{max-height:300px;overflow-y:auto;margin-bottom:10px;padding-right:5px}.lf-comment-form{display:flex;gap:.5rem;margin-bottom:.75rem}.lf-comment-input{flex:1;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:1.5rem;font-size:.875rem}.lf-comment-submit{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;line-height:1}.lf-comment-submit:hover{background:#2563eb}.lf-comment-submit:disabled{background:#94a3b8;cursor:not-allowed}@media (max-width: 480px){.lf-comment-form{flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap}.lf-comment-input{width:auto;flex:1}.lf-comment-submit{align-self:auto;padding:6px 12px}}.lf-comments-count{font-size:.875rem;color:#64748b;margin-top:.5rem}.lf-comment{display:flex;align-items:flex-start;margin-bottom:12px;font-size:14px}.lf-comment-avatar{width:32px;height:32px;border-radius:50%;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;margin-right:10px;flex-shrink:0}.lf-comment-content{flex:1;background-color:#f2f3f5;border-radius:12px;padding:8px 12px}.lf-comment-header{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:4px;gap:4px}.lf-comment-user{font-weight:600;margin-right:6px}.lf-comment-role{font-size:12px;color:#6b7280}.lf-comment-timestamp{font-size:.7rem;color:#888;margin-left:auto;font-style:italic}.lf-comment-meta,.lf-post-modal-comment-meta{display:flex;align-items:center;gap:8px;margin-left:auto}.lf-comment-menu-container{position:relative;display:inline-block}.lf-comment-menu-btn{background:transparent;border:none;cursor:pointer;font-size:18px;line-height:1;color:#64748b;padding:2px 6px;border-radius:6px}.lf-comment-menu-btn:hover{background:#e2e8f0}.lf-comment-menu-dropdown{position:absolute;right:0;top:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 16px #00000014;border-radius:8px;min-width:120px;z-index:10}.lf-comment-menu-dropdown button{display:block;width:100%;text-align:left;padding:8px 10px;background:transparent;border:none;color:#334155;cursor:pointer;font-size:14px}.lf-comment-menu-dropdown button:hover{background:#f1f5f9}.lf-comment-edit-container{margin-top:6px;display:flex;gap:8px;align-items:center}.lf-comment-edit-input{flex:1;padding:6px 8px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.lf-comment-edit-actions{display:flex;gap:6px}.lf-comment-edit-save,.lf-comment-edit-cancel{padding:6px 10px;border-radius:8px;font-size:13px;border:1px solid #e2e8f0;cursor:pointer}.lf-comment-edit-save{background:#3b82f6;color:#fff;border-color:#3b82f6}.lf-comment-edit-save:hover{background:#2563eb}.lf-comment-edit-cancel{background:#fff;color:#334155}.lf-comment-edit-cancel:hover{background:#f1f5f9}.lf-comment-text{word-break:break-word}@media (max-width: 480px){.lf-comment{margin-bottom:10px}.lf-comment-avatar{width:28px;height:28px;font-size:10px}.lf-comment-content{padding:6px 10px}.lf-comment-header{flex-direction:column;align-items:flex-start}.lf-comment-timestamp{margin-left:0;margin-top:2px;font-size:.65rem;width:100%}.lf-comment-meta{width:100%;justify-content:space-between}.lf-comment-menu-container{margin-left:auto;align-self:flex-end}.lf-comment-user{margin-right:4px}}.lf-post-views{color:#94a3b8;font-size:.875rem}.lf-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.lf-badge--lost{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.lf-badge--found{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.lf-badge--claimed{background:#f0f9ff;color:#0369a1;border:1px solid #bae6fd}.lf-badge--align-middle{align-self:center}.lf-post[data-type=Lost]{border-left:4px solid #ef4444}.lf-post[data-type=Found]{border-left:4px solid #22c55e}.lf-type-option{padding:.75rem 1.25rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.lf-type-option[data-type=Lost]{background:#fee2e2;color:#b91c1c}.lf-type-option[data-type=Lost].active{background:#fecaca;border-color:#ef4444}.lf-type-option[data-type=Found]{background:#dcfce7;color:#166534}.lf-type-option[data-type=Found].active{background:#bbf7d0;border-color:#22c55e}.lf-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;animation:lf-fadeIn .2s ease}.lf-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;animation:lf-slideUp .3s ease}@media (max-width: 768px){.lf-modal{width:95vw;max-height:80vh}}@media (max-width: 480px){.lf-modal{width:100vw;max-width:100vw;border-radius:16px 16px 0 0;position:fixed;bottom:0;max-height:90vh}}@keyframes lf-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lf-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lf-modal-header{display:flex;align-items:flex-start;gap:1rem;padding:2rem 2rem 1rem}.lf-modal-icon{width:56px;height:56px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.lf-modal-text{flex:1}.lf-modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.lf-modal-description{color:#64748b;margin:0;line-height:1.5}.lf-form{padding:0 2rem 2rem}.lf-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}@media (max-width: 480px){.lf-form{padding:0 1rem 1rem}.lf-type-selector{gap:.5rem}}.lf-type-option{border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s ease;background:#fff}.lf-type-option:hover{border-color:#fecaca}.lf-type-option--selected{border-color:#dc2626;background:#dc26260d}.lf-type-input{display:none}.lf-type-content{pointer-events:none}.lf-type-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.lf-type-description{font-size:.875rem;color:#64748b}.lf-form-group{margin-bottom:1.5rem}.lf-form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#334155}.lf-form-input,.lf-form-textarea,.lf-form-select{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff;box-sizing:border-box}@media (max-width: 768px){.lf-form-group{margin-bottom:1rem}.lf-form-input,.lf-form-textarea,.lf-form-select{padding:.7rem .9rem;font-size:.95rem}}@media (max-width: 480px){.lf-form-input,.lf-form-textarea,.lf-form-select{padding:.6rem .8rem;font-size:.9rem}}.lf-form-input:focus,.lf-form-select:focus,.lf-form-textarea:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.lf-form-input--error,.lf-form-select--error,.lf-form-textarea--error{border-color:#ef4444}.lf-form-input--error:focus,.lf-form-select--error:focus,.lf-form-textarea--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.lf-form-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.lf-form-textarea{resize:vertical;min-height:120px;font-family:inherit}.lf-file-upload{display:block}.lf-file-input{display:none}.lf-file-label{display:inline-flex;align-items:center;gap:.5rem;padding:1rem;border:2px dashed #e2e8f0;border-radius:12px;background:#fef2f2;color:#64748b;cursor:pointer;transition:all .2s ease}.lf-file-label:hover{border-color:#fecaca;background:#fecaca;color:#991b1b}.lf-image-preview{margin-top:1rem}.lf-image-preview img{max-height:220px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000001a}.lf-photo-preview-container{position:relative;display:inline-block;max-width:100%}.lf-photo-remove-btn{position:absolute;top:8px;right:8px;background-color:#0009;color:#fff;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.lf-photo-remove-btn:hover{background-color:#dc2626cc}.lf-guidelines{border:1px dashed #e2e8f0;border-radius:12px;padding:1.25rem;background:#fef2f2;margin-bottom:1.5rem}.lf-guidelines strong{color:#1e293b;display:block;margin-bottom:.75rem}.lf-guidelines ul{margin:0;padding-left:1.25rem;color:#475569}.lf-guidelines li{margin-bottom:.25rem;line-height:1.5}.lf-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.lf-form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media (max-width: 480px){.lf-form-actions{flex-direction:column;gap:.75rem}.lf-form-actions button{width:100%}}.lf-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.95rem}.lf-btn--secondary{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.lf-btn--secondary:hover{background:#fef2f2;color:#334155}.lf-btn--primary{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;box-shadow:0 2px 8px #dc26264d}.lf-btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #dc262666}.lf-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.lf-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:lf-spin 1s linear infinite}@keyframes lf-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.lf-container{padding:0 1rem}.lf-header-content{flex-direction:column;text-align:center;gap:.75rem}.lf-tabs{flex-wrap:wrap}.lf-filters{flex-direction:column;align-items:stretch}.lf-type-selector{grid-template-columns:1fr}.lf-modal-header{padding:1.5rem 1.5rem 1rem;flex-direction:column;text-align:center}.lf-form{padding:0 1.5rem 1.5rem}.lf-modal-footer{flex-direction:column-reverse}.lf-modal-footer .lf-btn{width:100%;justify-content:center}.lf-post-actions{flex-direction:column;align-items:flex-start;width:100%}.lf-post-footer{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width: 480px){.lf-title{font-size:1.75rem}.lf-post-header,.lf-post-content,.lf-post-footer{padding:1rem}}.lf-post-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:lf-modal-fadeIn .3s ease}.lf-post-modal{background:#fff;border-radius:12px;max-width:750px;width:90%;max-height:90vh;box-shadow:0 20px 60px #00000026;animation:lf-modal-slideUp .3s ease;position:relative;overflow-y:auto;border:1px solid #e2e8f0}.lf-confirm-modal{max-width:520px;width:90%}@media (max-width: 640px){.lf-confirm-modal{width:90%;max-width:420px}}.lf-post-modal::-webkit-scrollbar{display:none}.lf-post-modal{scrollbar-width:none;-ms-overflow-style:none}.lf-post-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.lf-post-modal-title{color:#1e293b;font-size:1.1rem;font-weight:600;margin:0}.lf-post-modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.lf-post-modal-close:hover{background:#f1f5f9;color:#334155}.lf-post-modal-content{padding:0}.lf-post-modal-author{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.lf-post-modal-avatar{width:40px;height:40px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.lf-post-modal-author-info{flex:1}.lf-post-modal-author-name{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.lf-post-modal-author-name strong{color:#1e293b;font-size:.95rem}.lf-post-modal-timestamp{color:#64748b;font-size:.8rem}.lf-post-modal-text{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.lf-post-modal-post-title{color:#1e293b;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.lf-post-modal-details{color:#64748b;font-size:.85rem;margin-bottom:.75rem}.lf-post-modal-description{color:#475569;line-height:1.5;margin:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;white-space:normal;overflow-x:hidden}.lf-post-modal-image-container{width:100%;overflow:hidden}.lf-post-modal-image{width:100%;height:auto;max-height:70vh;-o-object-fit:contain;object-fit:contain;display:block}.lf-post-modal-engagement{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #e2e8f0}.lf-post-modal-reactions{display:flex;align-items:center;gap:.5rem}.lf-post-modal-reaction{font-size:1.2rem}.lf-post-modal-stats{display:flex;gap:1rem;color:#64748b;font-size:.85rem}.lf-post-modal-actions{display:flex;gap:.5rem;padding:.75rem 1.5rem;border-bottom:1px solid #e2e8f0}.lf-post-modal-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;color:#64748b;cursor:pointer;border-radius:6px;transition:all .2s ease;font-size:.9rem}.lf-post-modal-action-btn:hover{background:#f1f5f9;color:#334155}.lf-post-modal-action-btn--active{color:#3b82f6}.lf-post-modal-action-btn--claim{color:#10b981}.lf-post-modal-action-btn--resolve{background-color:#2196f3;color:#fff}.lf-post-modal-action-btn--delete{background-color:#dc2626;color:#fff}.lf-post-modal-action-btn--delete:hover{background-color:#b91c1c;color:#fff}.lf-badge--resolved{background-color:#2196f3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;display:inline-block}.lf-post--resolved{opacity:.8;background-color:#f5f5f5;border:1px solid #e0e0e0;pointer-events:none;cursor:default}.lf-post--resolved .lf-post-header,.lf-post--resolved .lf-post-content,.lf-post--resolved .lf-post-footer{opacity:.9}.lf-post--resolved .lf-post-image{pointer-events:none;cursor:default}.lf-post--resolved .lf-post-image img{filter:grayscale(20%);cursor:default}.lf-post--resolved .lf-action-btn{pointer-events:none;opacity:.7;cursor:default}.lf-post--resolved .lf-post-title:after{content:" (Resolved)";color:#2196f3;font-weight:400}.lf-post-modal-comments{padding:1rem 1.5rem}.lf-post-modal-comments-header{margin-bottom:1rem}.lf-post-modal-comments-sort{background:#fff;border:1px solid #e2e8f0;color:#334155;padding:.5rem;border-radius:6px;font-size:.85rem}.lf-post-modal-comments-list{margin-bottom:1rem}.lf-post-modal-comment{display:flex;gap:.75rem;margin-bottom:1rem}.lf-post-modal-comment-avatar{width:32px;height:32px;background:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem;flex-shrink:0}.lf-post-modal-comment-content{flex:1;background:#f8fafc;border-radius:12px;padding:.75rem}.lf-post-modal-comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.lf-post-modal-comment-user{color:#1e293b;font-weight:600;font-size:.85rem}.lf-post-modal-comment-role{color:#64748b;font-size:.75rem}.lf-post-modal-comment-timestamp{color:#94a3b8;font-size:.7rem;margin-left:auto}@media (max-width: 480px){.lf-post-modal-comment-header{flex-direction:column;align-items:flex-start;gap:.25rem}.lf-post-modal-comment-timestamp{margin-left:0;font-size:.65rem;margin-top:.25rem}.lf-post-modal-comment-meta{width:100%;justify-content:space-between}.lf-comment-menu-container{margin-left:auto;align-self:flex-end}}.lf-post-modal-comment-text{color:#475569;font-size:.9rem;line-height:1.4;margin-bottom:.5rem}.lf-post-modal-comment-actions{display:flex;gap:1rem}.lf-post-modal-comment-like,.lf-post-modal-comment-reply{background:none;border:none;color:#64748b;cursor:pointer;font-size:.8rem;padding:.25rem 0;transition:color .2s ease}.lf-post-modal-comment-like:hover,.lf-post-modal-comment-reply:hover{color:#334155}.lf-post-modal-comment-form{display:flex;gap:.75rem;align-items:flex-end}.lf-post-modal-comment-input-container{flex:1;position:relative}.lf-post-modal-comment-input{width:100%;background:#fff;border:1px solid #e2e8f0;color:#334155;padding:.75rem 1rem;border-radius:20px;font-size:.9rem;resize:none}.lf-post-modal-comment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.lf-post-modal-comment-input::-moz-placeholder{color:#94a3b8}.lf-post-modal-comment-input::placeholder{color:#94a3b8}.lf-post-modal-comment-icons{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;gap:.5rem}.lf-post-modal-comment-icon{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:4px;transition:all .2s ease}.lf-post-modal-comment-icon:hover{background:#f1f5f9;color:#334155}.lf-post-modal-comment-submit{background:#3b82f6;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;line-height:1}@media (max-width: 480px){.lf-post-modal-comment-form{flex-direction:column;gap:.5rem}.lf-post-modal-comment-input{padding:.6rem .8rem;font-size:.85rem}.lf-post-modal-comment-submit{align-self:flex-end;padding:.6rem 1rem;font-size:.85rem}}.lf-post-modal-comment-submit:hover:not(:disabled){background:#2563eb}.lf-post-modal-comment-submit:disabled{background:#555;cursor:not-allowed}.lf-post-image-clickable{cursor:pointer;transition:transform .2s ease}.lf-post-image-clickable:hover{transform:scale(1.02)}@media (max-width: 768px){.lf-post-modal-overlay{padding:0;align-items:stretch}.lf-post-modal{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.lf-post-modal-header{flex-shrink:0;padding:.75rem 1rem}.lf-post-modal-content{flex:1;overflow-y:auto;padding:1rem}.lf-post-modal-author,.lf-post-modal-text{padding:.75rem 0}.lf-post-modal-engagement,.lf-post-modal-actions{padding:.5rem 0}.lf-post-modal-comments{padding:.75rem 0}.lf-post-modal-image{max-height:60vh}}@media (max-width: 480px){.lf-post-modal{max-width:100vw;max-height:100vh;height:100vh;border-radius:0;width:100%}.lf-post-modal-overlay{padding:0}.lf-post-modal-image{max-height:40vh;min-height:250px}.lf-post-modal-content{padding:1rem}.lf-post-modal-text{padding:.75rem 1rem}.lf-post-modal-post-title{font-size:1.2rem;margin-bottom:.5rem}.lf-post-modal-description{font-size:.95rem}.lf-post-modal-author{padding:.75rem 1rem;gap:.5rem}.lf-post-modal-avatar{width:36px;height:36px;font-size:.8rem}.lf-post-modal-comments{padding:.75rem 1rem}.lf-post-modal-comment{gap:.5rem;margin-bottom:.75rem}.lf-post-modal-comment-avatar{width:28px;height:28px;font-size:.7rem}.lf-post-modal-comment-content{padding:.6rem}.lf-post-modal-actions{flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem}.lf-post-modal-comment-form{flex-direction:row;align-items:center;gap:.5rem}.lf-post-modal-comment-input-container{flex:1}.lf-post-modal-comment-input{width:100%;padding:.5rem;font-size:.9rem}.lf-post-modal-comment-submit{padding:.5rem 1rem;margin-left:.5rem;min-width:60px}}@keyframes lf-modal-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lf-modal-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lf-comment-submit svg{display:block}.lf-post-modal-comment-submit svg{display:block}@media (max-width: 480px){.lf-comment-edit-container{flex-direction:column;align-items:stretch;gap:6px}.lf-comment-edit-input{width:100%}.lf-comment-edit-actions{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.lf-comment-edit-save,.lf-comment-edit-cancel{white-space:nowrap;flex:0 0 auto}}@media (max-width: 480px){.lf-post-modal.lf-confirm-modal{width:92vw;max-width:420px;height:auto;max-height:80vh;border-radius:12px}.lf-post-modal-overlay.lf-confirm-overlay{padding:.75rem}}.res-modal-detail-value,.res-meta-value,.res-mono{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.res-meta-value{display:inline-block;max-width:100%}.res-reservations-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:32px}.res-stat-card{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid rgba(0,0,0,.12);padding:24px 20px;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(8px);opacity:0;animation:fadeUp .6s ease forwards;text-align:center;min-height:100px;display:flex;flex-direction:column;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.res-stat-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);transition:left .6s ease}.res-stat-card:hover:before{left:100%}.res-stat-card:hover{transform:translateY(-2px);border-color:#0003;box-shadow:0 8px 32px #0003}.res-stat-card .res-stat-title{font-size:13px;color:#374151;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.res-stat-card .res-stat-value{font-size:32px;font-weight:800;line-height:1;color:#000}.res-stat-card:nth-child(1){background:linear-gradient(135deg,#eab30833,#eab3081a);border-color:#eab30866}.res-stat-card:nth-child(2){background:linear-gradient(135deg,#22c55e33,#22c55e1a);border-color:#22c55e66}.res-stat-card:nth-child(3){background:linear-gradient(135deg,#ef444433,#ef44441a);border-color:#ef444466}.res-stat-card:nth-child(4){background:linear-gradient(135deg,#94a3b833,#94a3b81a);border-color:#94a3b866}.res-fade-up{animation-delay:calc(attr(data-delay)*1ms)}.res-reservations-section{margin-top:40px}.res-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.res-section-title-with-icon{display:flex;align-items:center;gap:12px}.res-section-title{font-size:24px;font-weight:700;margin:0;color:#000}.res-section-sub{color:#4b5563;font-size:14px;font-weight:500}.res-dot{width:12px;height:12px;border-radius:50%;background:#6b7280;flex-shrink:0;position:relative}.res-dot.res-active{background:#eab308;box-shadow:0 0 0 6px #eab30833;animation:pulse 2s infinite}.res-reservations-list{display:grid;gap:16px}.res-reservation-card{display:grid;grid-template-columns:1fr auto;align-items:center;background:linear-gradient(135deg,#ffffff14,#ffffff0a);border:1px solid rgba(0,0,0,.12);border-radius:20px;padding:20px;overflow:hidden;transform:translate(-20px);opacity:0;animation:slideIn .5s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--d, 0ms);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.res-reservation-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent)}.res-reservation-card:hover{transform:translateY(-2px);border-color:#0003;box-shadow:0 12px 40px #0000004d;background:linear-gradient(135deg,#ffffff1a,#ffffff0f)}.res-reservation-left{display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:start}.res-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid rgba(0,0,0,.1);position:relative;transition:all .3s ease}.res-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.1),transparent);opacity:0;transition:opacity .3s ease}.res-thumb:hover:after{opacity:1}.res-thumb:hover{transform:scale(1.05);border-color:#0003}.res-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.res-thumb:hover img{transform:scale(1.1)}.res-info{display:flex;flex-direction:column;gap:8px}.res-info .res-title-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.res-info .res-title{font-weight:700;font-size:18px;color:#000;line-height:1.2}.res-info .res-sub{color:#4b5563;font-size:14px;font-weight:500;line-height:1.4}.res-badge{font-size:11px;padding:6px 12px;border-radius:12px;border:1px solid;font-weight:700;letter-spacing:.3px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;color:#000}.res-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.res-badge.res-pending{background:linear-gradient(135deg,#eab3084d,#eab30833);border-color:#eab30899}.res-badge.res-collected{background:linear-gradient(135deg,#22c55e4d,#22c55e33);border-color:#22c55e99}.res-badge.res-cancelled{background:linear-gradient(135deg,#ef44444d,#ef444433);border-color:#ef444499}.res-badge.res-expired{background:linear-gradient(135deg,#94a3b84d,#94a3b833);border-color:#94a3b899}.res-meta{display:flex;flex-wrap:wrap;gap:20px;margin-top:8px}.res-meta-item{display:flex;gap:6px;align-items:center;padding:6px 12px;background:#0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.res-meta-item:hover{background:#00000014;border-color:#0000001a}.res-meta-label{color:#6b7280;font-size:12px;font-weight:600}.res-meta-value{font-size:12px;font-weight:600;color:#000}.res-reservation-right{display:flex;flex-direction:column;gap:12px;justify-items:end;text-align:right;padding-left:20px;border-left:1px solid rgba(0,0,0,.08);min-width:140px}.res-status-display{display:flex;flex-direction:column;gap:8px}.res-status-badge-large{font-size:12px;padding:8px 12px;border-radius:10px;border:1px solid;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:8px;color:#000}.res-status-badge-large.res-pending{background:linear-gradient(135deg,#eab3084d,#eab30833);border-color:#eab30899}.res-status-badge-large.res-collected{background:linear-gradient(135deg,#22c55e4d,#22c55e33);border-color:#22c55e99}.res-status-badge-large.res-cancelled{background:linear-gradient(135deg,#ef44444d,#ef444433);border-color:#ef444499}.res-status-badge-large.res-expired{background:linear-gradient(135deg,#94a3b84d,#94a3b833);border-color:#94a3b899}.res-meta-line{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.res-meta-line:hover{background:#00000014;border-color:#0000001a}.res-small-label{color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.res-mono{font-family:JetBrains Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:700;color:#000;background:#0000000d;padding:2px 6px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.res-empty-state{border:2px dashed rgba(0,0,0,.15);border-radius:20px;padding:60px 40px;text-align:center;background:#00000008;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.res-empty-state:hover{border-color:#00000040;background:#0000000d}.res-empty-title{font-weight:700;font-size:18px;margin-bottom:8px;color:#000}.res-empty-sub{color:#4b5563;font-size:14px;line-height:1.5}@keyframes fadeUp{to{transform:translateY(0);opacity:1}}@keyframes slideIn{to{transform:translate(0);opacity:1}}.res-fade-in{animation:fadeUp .5s cubic-bezier(.4,0,.2,1) both}.res-modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;opacity:0;animation:res-modal-fadeIn .3s ease-out forwards}@keyframes res-modal-fadeIn{to{opacity:1}}.res-modal-container{width:100%;max-width:600px;max-height:90vh;overflow:hidden}.res-modal-content{background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid rgba(0,0,0,.15);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:scale(.9);animation:res-modal-scaleIn .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes res-modal-scaleIn{to{transform:scale(1)}}.res-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid rgba(0,0,0,.1);background:#ffffff80}.res-modal-title{font-size:24px;font-weight:700;margin:0;color:#000}.res-modal-close-btn{background:#00000014;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:8px;cursor:pointer;transition:all .3s ease;color:#000;display:flex;align-items:center;justify-content:center}.res-modal-close-btn:hover{background:#0000001f;transform:scale(1.05)}.res-modal-body{padding:32px;max-height:60vh;overflow-y:auto}.res-modal-section{margin-bottom:32px}.res-modal-section:last-child{margin-bottom:0}.res-modal-section-title{font-size:18px;font-weight:700;margin:0 0 16px;color:#000;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1)}.res-modal-item{display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:start;padding:20px;background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:16px}.res-modal-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid rgba(0,0,0,.1)}.res-modal-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.res-modal-item-info{display:flex;flex-direction:column;gap:8px}.res-modal-item-name{font-size:18px;font-weight:700;margin:0;color:#000}.res-modal-item-description{font-size:14px;color:#4b5563;margin:0;line-height:1.4}.res-modal-item-meta{display:flex;gap:12px;flex-wrap:wrap}.res-modal-item-category,.res-modal-item-location{font-size:12px;padding:4px 8px;background:#0000000f;border:1px solid rgba(0,0,0,.1);border-radius:6px;color:#000;font-weight:600}.res-modal-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.res-modal-detail{display:flex;flex-direction:column;gap:4px;padding:12px;background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:12px}.res-modal-detail-full{grid-column:1 / -1}.res-modal-detail-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.res-modal-detail-value{font-size:14px;font-weight:600;color:#000}.res-modal-mono{font-family:JetBrains Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#0000000d;padding:2px 6px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.res-modal-status{font-size:12px;padding:6px 12px;border-radius:12px;border:1px solid;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-align:center;color:#000}.res-modal-status-pending{background:linear-gradient(135deg,#eab3084d,#eab30833);border-color:#eab30899}.res-modal-status-collected{background:linear-gradient(135deg,#22c55e4d,#22c55e33);border-color:#22c55e99}.res-modal-status-cancelled{background:linear-gradient(135deg,#ef44444d,#ef444433);border-color:#ef444499}.res-modal-status-expired{background:linear-gradient(135deg,#94a3b84d,#94a3b833);border-color:#94a3b899}.res-modal-status-description{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:16px}.res-modal-status-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.res-modal-status-icon.res-modal-status-pending{background:linear-gradient(135deg,#eab3084d,#eab30833);border:1px solid rgba(234,179,8,.6);color:#ca8a04}.res-modal-status-icon.res-modal-status-collected{background:linear-gradient(135deg,#22c55e4d,#22c55e33);border:1px solid rgba(34,197,94,.6);color:#16a34a}.res-modal-status-icon.res-modal-status-cancelled{background:linear-gradient(135deg,#ef44444d,#ef444433);border:1px solid rgba(239,68,68,.6);color:#dc2626}.res-modal-status-icon.res-modal-status-expired{background:linear-gradient(135deg,#94a3b84d,#94a3b833);border:1px solid rgba(148,163,184,.6);color:#64748b}.res-modal-status-text{flex:1}.res-modal-status-text p{margin:0;font-size:14px;color:#4b5563;line-height:1.5}.res-modal-footer{padding:24px 32px;border-top:1px solid rgba(0,0,0,.1);background:#ffffff80;display:flex;justify-content:flex-end}.res-modal-action-btn{background:linear-gradient(135deg,#0000001a,#0000000d);border:1px solid rgba(0,0,0,.15);border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease}.res-modal-action-btn:hover{background:linear-gradient(135deg,#00000026,#0000001a);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.res-modal-cancel-btn{background:linear-gradient(135deg,#ef444433,#ef44441a);border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;color:#dc2626;cursor:pointer;transition:all .3s ease;margin-right:12px}.res-modal-cancel-btn:hover{background:linear-gradient(135deg,#ef44444d,#ef444433);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.res-confirm-modal .res-modal-content{max-width:500px;text-align:center}.res-confirm-content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 0}.res-confirm-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ef444433,#ef44441a);border:1px solid rgba(239,68,68,.4);display:flex;align-items:center;justify-content:center;color:#dc2626}.res-confirm-title{font-size:20px;font-weight:700;color:#000;margin:0}.res-confirm-description{font-size:14px;color:#4b5563;line-height:1.5;margin:0;max-width:400px}.res-modal-confirm-cancel-btn{background:linear-gradient(135deg,#ef44444d,#ef444433);border:1px solid rgba(239,68,68,.6);border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;color:#dc2626;cursor:pointer;transition:all .3s ease}.res-modal-confirm-cancel-btn:hover{background:linear-gradient(135deg,#ef444466,#ef44444d);transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.res-clickable{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.res-clickable:hover{transform:translateY(-2px) scale(1.01);border-color:#0003;box-shadow:0 12px 40px #0000004d}@media (max-width: 1024px){.res-reservations-stats{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 768px){.res-reservations-stats{grid-template-columns:1fr;gap:12px}.res-stat-card{padding:20px 16px;min-height:90px}.res-section-header{flex-direction:column;align-items:flex-start;gap:12px}.res-reservation-card{grid-template-columns:1fr;gap:16px}.res-reservation-right{justify-items:start;text-align:left;padding-left:0;border-left:none;border-top:1px solid rgba(0,0,0,.08);padding-top:16px;flex-direction:row;justify-content:space-between}.res-status-display{flex-direction:row;gap:12px}.res-reservation-left{grid-template-columns:60px 1fr;gap:16px}.res-thumb{width:60px;height:60px}.res-modal-container{max-width:100%;margin:20px}.res-modal-body{padding:24px;max-height:70vh}.res-modal-header,.res-modal-footer{padding:20px 24px}.res-modal-details-grid{grid-template-columns:1fr}.res-modal-item{grid-template-columns:1fr;text-align:center;gap:16px}.res-modal-thumb{justify-self:center}.res-modal-status-description{flex-direction:row;text-align:left;gap:12px}}@media (max-width: 480px){.res-reservation-left{grid-template-columns:1fr;gap:12px;text-align:center}.res-thumb{width:80px;height:80px;justify-self:center}.res-meta{gap:12px;justify-content:center}.res-meta-item{flex-direction:column;gap:2px;text-align:center}.res-reservation-right{flex-direction:column;gap:12px}.res-status-display{flex-direction:column;gap:8px}.res-modal-backdrop{padding:0;align-items:stretch}.res-modal-container{width:100%;height:100vh;max-height:100vh;margin:0;display:flex;align-items:stretch}.res-modal-content{width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.res-modal-header{flex-shrink:0;padding:1rem}.res-modal-body{flex:1;overflow-y:auto;padding:1rem}.res-modal-footer{flex-shrink:0;padding:1rem}.res-modal-title{font-size:20px}}:root{--staff-bg: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);--staff-surface: #ffffff;--staff-text: #1f2937;--staff-muted: #6b7280;--staff-accent: #dc2626;--staff-accent-light: #fef2f2;--staff-success: #10b981;--staff-warning: #f59e0b;--staff-error: #ef4444;--staff-info: #3b82f6;--staff-border: #e5e7eb;--staff-shadow: 0 20px 60px rgba(220, 38, 38, .15);--staff-shadow-light: 0 4px 20px rgba(0, 0, 0, .08);--staff-gradient: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);--staff-gradient-hover: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 100%)}.staff-panel{min-height:100vh;background:var(--staff-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.staff-panel:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 80%,rgba(220,38,38,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(153,27,27,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(220,38,38,.2) 0%,transparent 50%);pointer-events:none;z-index:-1}.staff-main{padding:2rem 0;position:relative}.staff-container{max-width:1400px;margin:0 auto;padding:0 2rem}.staff-hero{text-align:center;margin-bottom:3rem;animation:heroSlideIn .8s ease-out}.staff-hero-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.staff-hero-subtitle{font-size:1.25rem;color:#000000e6;margin:0;font-weight:400}.staff-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;animation:statsFadeIn .8s ease-out .2s both}.stat-card-modernn{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:var(--staff-shadow);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.stat-card-modernn:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--staff-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.stat-card-modernn:hover:before{transform:scaleX(1)}.stat-card-modernn:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 80px #667eea40}.stat-icon-container:before{content:"";position:absolute;inset:0;background:var(--staff-gradient);opacity:.1;border-radius:inherit}.stat-iconn{width:32px;height:32px;color:var(--staff-accent);position:relative;z-index:1}.stat-value{font-size:2.5rem;font-weight:800;color:var(--staff-text);margin:0 0 .5rem;line-height:1}.stat-label{font-size:.875rem;color:var(--staff-muted);margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-trend.positive{color:var(--staff-success)}.stat-trend.negative{color:var(--staff-error)}.staff-controls{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:var(--staff-shadow);animation:controlsSlideIn .8s ease-out .4s both}.ccontrols-title{font-size:1.5rem;font-weight:700;color:var(--staff-text);margin:0}.isearch-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--staff-border);border-radius:1rem;font-size:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;color:var(--staff-text)}.isearch-input:focus{outline:none;border-color:var(--staff-accent);box-shadow:0 0 0 3px #6366f11a;background:#fff}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--staff-text);width:20px;height:20px;opacity:1;z-index:10;pointer-events:none}.filter-selects{padding:.875rem 1rem;border:2px solid var(--staff-border);border-radius:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--staff-text);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:140px}.filter-selects:focus{outline:none;border-color:var(--staff-accent);box-shadow:0 0 0 3px #6366f11a;background:#fff}.sort-buttonn{padding:.875rem 1.5rem;background:var(--staff-gradient);color:#fff;border:none;border-radius:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea4d}.sort-button:hover{background:var(--staff-gradient-hover);transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.controls-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--staff-border);flex-wrap:wrap;gap:1rem}.results-count{font-size:.875rem;color:var(--staff-muted);font-weight:500}.view-togglee{display:flex;background:#0000000d;border-radius:.75rem;padding:.25rem;gap:.25rem}.view-togglee-btn{padding:.5rem;border:none;background:transparent;border-radius:.5rem;cursor:pointer;transition:all .3s ease;color:var(--staff-muted)}.view-togglee-btn.active{background:#fff;color:var(--staff-accent);box-shadow:0 2px 8px #0000001a}.reservations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;animation:gridFadeIn .8s ease-out .6s both}.reservation-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.25rem;padding:1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:var(--staff-shadow-light);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.reservation-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--staff-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.reservation-card:hover:before{transform:scaleX(1)}.reservation-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 60px #667eea33}.reservation-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.reservation-id{font-size:.875rem;font-weight:600;color:var(--staff-accent);background:#6366f11a;padding:.25rem .75rem;border-radius:.5rem;margin-bottom:.5rem;display:inline-block}.reservation-status{padding:.375rem .75rem;border-radius:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-pending{background:#f59e0b1a;color:var(--staff-warning)}.status-collected{background:#10b9811a;color:var(--staff-success)}.status-cancelled{background:#ef44441a;color:var(--staff-error)}.status-expired{background:#6b72801a;color:var(--staff-muted)}.reservation-user{margin-bottom:1rem}.user-namee{font-size:1.125rem;font-weight:700;color:var(--staff-text);margin:0 0 .25rem}.user-email{font-size:.875rem;color:var(--staff-muted);margin:0}.reservation-item{margin-bottom:1rem}.item-name{font-size:1rem;font-weight:600;color:var(--staff-text);margin:0 0 .25rem}.item-category{font-size:.875rem;color:var(--staff-muted);margin:0}.reservation-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.detail-item{text-align:center}.detail-label{font-size:.75rem;color:var(--staff-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.ddetail-value{font-size:1rem;font-weight:700;color:var(--staff-text)}.reservation-actions{display:flex;gap:.75rem}.action-btnn{flex:1;padding:.75rem 1rem;border:none;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;color:inherit}.action-btnn.primary{background:var(--staff-gradient);color:#fff;box-shadow:0 4px 15px #667eea4d}.action-btnn.primary:hover{background:var(--staff-gradient-hover);transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.action-btnn.secondary{background:#0000000d;color:var(--staff-text);border:1px solid var(--staff-border)}.action-btnn.secondary:hover{background:#0000001a;transform:translateY(-1px)}.reservations-table-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:var(--staff-shadow);overflow:hidden;animation:tableSlideIn .8s ease-out .6s both}.reservations-table{width:100%;border-collapse:collapse}.table-header{background:#00000005}.table-header th{padding:1.5rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:var(--staff-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--staff-border)}.table-body tr{transition:all .2s ease;border-bottom:1px solid rgba(0,0,0,.02)}.table-body tr:hover{background:#6366f105}.table-body td{padding:1.5rem 1rem;vertical-align:top}.table-user-info{display:flex;flex-direction:column;gap:.25rem}.table-user-namee{font-weight:600;color:var(--staff-text)}.table-user-email{font-size:.875rem;color:var(--staff-muted)}.table-item-info{display:flex;flex-direction:column;gap:.25rem}.table-item-name{font-weight:600;color:var(--staff-text)}.table-item-category{font-size:.875rem;color:var(--staff-muted)}.table-status{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.table-actions{display:flex;gap:.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--staff-muted)}.empty-icon{width:64px;height:64px;margin:0 auto 1.5rem;opacity:.5}.empty-title{font-size:1.25rem;font-weight:600;color:var(--staff-text);margin:0 0 .5rem}.empty-description{font-size:1rem;margin:0}.loading-shimmer{background:linear-gradient(90deg,#ffffff1a 25%,#ffffff4d,#ffffff1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes controlsSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes gridFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes tableSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.staff-container{padding:0 1.5rem}.staff-hero-title{font-size:2.5rem}.staff-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.reservations-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}}@media (max-width: 768px){.staff-hero-title{font-size:2rem}.staff-hero-subtitle{font-size:1.125rem}.controls-header{flex-direction:column;align-items:stretch}.controls-actions{justify-content:center}.search-container{min-width:auto}.staff-stats,.reservations-grid{grid-template-columns:1fr}.reservation-details{grid-template-columns:1fr;gap:.5rem}.reservation-actions{flex-direction:column}.action-btnn{width:100%}}@media (max-width: 480px){.staff-container{padding:0 1rem}.staff-hero{margin-bottom:2rem}.staff-hero-title{font-size:1.75rem}.staff-controls{padding:1.5rem}.controls-actions{flex-direction:column;gap:.75rem}.filter-selects{min-width:auto}.reservation-card{padding:1.25rem}.reservations-table-container{border-radius:1rem}.table-header th,.table-body td{padding:1rem .75rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.isearch-input:focus,.filter-selects:focus,.sort-button:focus,.action-btnn:focus{outline:2px solid var(--staff-accent);outline-offset:2px}@media print{.staff-panel{background:#fff!important}.stat-card-modernn,.staff-controls,.reservation-card,.reservations-table-container{background:#fff!important;box-shadow:none!important;border:1px solid #e5e7eb!important}}.reservation-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:2000;animation:modalFadeIn .3s cubic-bezier(.4,0,.2,1);padding:1rem}.reservation-modal-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.2);animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1);position:relative}.reservation-modal-header{display:flex;align-items:center;gap:1.5rem;padding:2rem;border-bottom:1px solid rgba(0,0,0,.1);position:relative}.reservation-modal-icon{width:64px;height:64px;background:var(--staff-gradient);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 25px #667eea4d}.reservation-modal-text{flex:1}.reservation-modal-title{font-size:1.75rem;font-weight:700;color:var(--staff-text);margin:0 0 .5rem;line-height:1.3}.reservation-modal-subtitle{font-size:1rem;color:var(--staff-muted);margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#0000000d;padding:.25rem .5rem;border-radius:.5rem;display:inline-block}.reservation-modal-close{background:none;border:none;color:var(--staff-muted);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.reservation-modal-close:hover{background:#0000001a;color:var(--staff-text)}.reservation-modal-body{padding:2rem}.reservation-status-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:1.5rem;background:#00000005;border-radius:1rem;border:1px solid rgba(0,0,0,.05)}.reservation-status-large{padding:.75rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.5rem}.reservation-actions-large{display:flex;gap:1rem}.action-btnn-large{padding:.875rem 1.5rem;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;box-shadow:0 4px 15px #0000001a}.action-btnn-large.primary{background:var(--staff-gradient);color:#fff;box-shadow:0 4px 15px #667eea4d}.action-btnn-large.primary:hover{background:var(--staff-gradient-hover);transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.reservation-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.info-card{background:#fffc;border-radius:1rem;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.info-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.info-card-headerr{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#00000005;border-bottom:1px solid rgba(0,0,0,.05)}.info-card-headerr svg{color:var(--staff-accent);flex-shrink:0}.info-card-headerr h3{font-size:1.125rem;font-weight:600;color:var(--staff-text);margin:0}.info-roww{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.info-roww:last-child{border-bottom:none}.info-label{font-size:.875rem;color:var(--staff-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-valuee{font-size:.875rem;color:var(--staff-text);font-weight:600;text-align:right;word-break:break-word;max-width:60%}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:12px;top:0;bottom:0;width:2px;background:#0000001a}.timeline-item{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{width:24px;height:24px;border-radius:50%;background:var(--staff-accent);border:3px solid white;box-shadow:0 2px 8px #0000001a;flex-shrink:0;position:relative;z-index:1}.timeline-dot.collected{background:var(--staff-success)}.timeline-content{flex:1;padding-top:.25rem}.timeline-title{font-size:.875rem;font-weight:600;color:var(--staff-text);margin:0 0 .25rem}.timeline-date{font-size:.75rem;color:var(--staff-muted);margin:0}.reservation-modal-footer{padding:1.5rem 2rem;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end;gap:1rem}.reservation-modal-btn{padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.reservation-modal-btn.secondary{background:#0000000d;color:var(--staff-text);border:1px solid rgba(0,0,0,.1)}.reservation-modal-btn.secondary:hover{background:#0000001a;transform:translateY(-1px)}@media (max-width: 768px){.reservation-modal-overlay{padding:0;align-items:stretch}.reservation-modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.reservation-modal-header{flex-shrink:0;padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.reservation-modal-icon{width:56px;height:56px}.reservation-modal-title{font-size:1.5rem}.reservation-modal-body{flex:1;overflow-y:auto;padding:1.5rem}.reservation-status-section{flex-direction:column;gap:1rem;text-align:center}.reservation-info-grid{grid-template-columns:1fr;gap:1rem}.reservation-modal-footer{flex-shrink:0;padding:1.5rem;flex-direction:column}.reservation-modal-btn{width:100%;justify-content:center}}@media (max-width: 480px){.reservation-modal-header,.reservation-modal-body,.info-card-content{padding:1rem}.info-roww{flex-direction:column;align-items:flex-start;gap:.25rem}.info-valuee{text-align:left;max-width:100%}}@keyframes heroSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes statsFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes controlsSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cardsSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--admin-bg: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);--admin-surface: #ffffff;--admin-text: #1f2937;--admin-muted: #6b7280;--admin-accent: #dc2626;--admin-accent-light: #fef2f2;--admin-accent-hover: #b91c1c;--admin-success: #10b981;--admin-warning: #f59e0b;--admin-error: #ef4444;--admin-info: #3b82f6;--admin-border: #e5e7eb;--admin-background: #ffffff;--admin-text-primary: #1f2937;--admin-text-secondary: #6b7280;--admin-text-muted: #6b7280;--admin-gradient: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);--admin-gradient-hover: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 100%);--admin-gradient-surface: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);--admin-shadow: 0 20px 60px rgba(220, 38, 38, .15);--admin-shadow-light: 0 4px 20px rgba(0, 0, 0, .08);--admin-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--admin-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--admin-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--admin-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.loading-logo{width:120px;height:auto;opacity:.9}.loading-text{font-size:1.5rem;font-weight:600;opacity:.8}.admin-panel{min-height:100vh;background:var(--admin-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.admin-panel:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 80%,rgba(220,38,38,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(153,27,27,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(220,38,38,.2) 0%,transparent 50%);pointer-events:none;z-index:-1}.admin-main{flex:1;padding:2rem 0;position:relative}.admin-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}.admin-hero{text-align:center;margin-bottom:3rem;animation:heroSlideIn .8s ease-out}.admin-hero-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.admin-hero-subtitle{font-size:1.25rem;color:#000000e6;margin:0;font-weight:400}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;animation:statsFadeIn .8s ease-out .2s both}.stat-card-modern{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:var(--admin-shadow);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.stat-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--admin-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.stat-card-modern:hover:before{transform:scaleX(1)}.stat-card-modern:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 80px #dc262640}.stat-icon-container{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;overflow:hidden}.stat-icon-container:before{content:"";position:absolute;inset:0;background:var(--admin-gradient);opacity:.1;border-radius:inherit}.stat-icon{width:32px;height:32px;color:var(--admin-accent);position:relative;z-index:1}.stat-value{font-size:2.5rem;font-weight:800;color:var(--admin-text);margin:0 0 .5rem;line-height:1}.stat-label{font-size:.875rem;color:var(--admin-muted);margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-trend{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;font-weight:500}.stat-trend.positive{color:var(--admin-success)}.stat-trend.negative{color:var(--admin-error)}.stat-trend.warning{color:var(--admin-warning)}.stat-trend.error{color:var(--admin-error)}.admin-controls{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:var(--admin-shadow);animation:controlsSlideIn .8s ease-out .4s both}.controls-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.controls-title{font-size:1.5rem;font-weight:700;color:var(--admin-text);margin:0}.controls-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-container{position:relative;flex:1;min-width:300px}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--admin-border);border-radius:1rem;font-size:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;color:var(--admin-text)}.search-input:focus{outline:none;border-color:var(--admin-accent);box-shadow:0 0 0 3px #dc26261a;background:#fff}.search-input::-moz-placeholder{color:var(--admin-text-muted)}.search-input::placeholder{color:var(--admin-text-muted)}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--admin-text);width:20px;height:20px;opacity:1;z-index:10;pointer-events:none}.filter-select{padding:.875rem 1rem;border:2px solid var(--admin-border);border-radius:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1rem;color:var(--admin-text);cursor:pointer;transition:all .3s ease;min-width:140px}.filter-select:focus{outline:none;border-color:var(--admin-accent);box-shadow:0 0 0 3px #dc26261a;background:#fff}.sort-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;border:2px solid var(--admin-border);border-radius:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--admin-text);font-size:1rem;cursor:pointer;transition:all .3s ease}.sort-button:hover{background:#fff;border-color:var(--admin-accent);transform:translateY(-2px);box-shadow:0 8px 25px #dc262626}.controls-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--admin-border);flex-wrap:wrap;gap:1rem}.results-count{font-size:.875rem;color:var(--admin-text-secondary)}.view-toggle{display:flex;border:1px solid var(--admin-border);border-radius:8px;overflow:hidden}.view-toggle-btn{padding:.5rem .75rem;border:none;background:var(--admin-surface);color:var(--admin-text-secondary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.view-toggle-btn:hover{background:var(--admin-background)}.view-toggle-btn.active{background:var(--admin-accent);color:#fff}.view-toggle-btn+.view-toggle-btn{border-left:1px solid var(--admin-border)}.user-status-container{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.user-role-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.role-admin{background:linear-gradient(135deg,#dc262633,#b91c1c4d);color:#dc2626;border-color:#dc26264d}.role-staff{background:linear-gradient(135deg,#3b82f633,#2563eb4d);color:#3b82f6;border-color:#3b82f64d}.role-teacher{background:linear-gradient(135deg,#10b98133,#0596694d);color:#10b981;border-color:#10b9814d}.role-student{background:linear-gradient(135deg,#f59e0b33,#d977064d);color:#f59e0b;border-color:#f59e0b4d}.user-role-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.role-admin:hover{background:linear-gradient(135deg,#dc26264d,#b91c1c66);box-shadow:0 4px 12px #dc26264d}.role-staff:hover{background:linear-gradient(135deg,#3b82f64d,#2563eb66);box-shadow:0 4px 12px #3b82f64d}.role-teacher:hover{background:linear-gradient(135deg,#10b9814d,#05966966);box-shadow:0 4px 12px #10b9814d}.role-student:hover{background:linear-gradient(135deg,#f59e0b4d,#d9770666);box-shadow:0 4px 12px #f59e0b4d}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;animation:cardsSlideIn .8s ease-out .6s both}.user-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;transition:all .3s ease;animation:cardsSlideIn .6s ease-out forwards;cursor:pointer;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;position:relative;min-height:280px;max-height:280px;overflow:hidden}.user-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--admin-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.user-card:hover:before{transform:scaleX(1)}.user-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0003;background:#ffffff26;border-color:#dc26264d}.user-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.user-avatarr{width:48px;height:48px;background:var(--admin-gradient-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ad1616;background-color:#eb79794b}.user-verification{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.user-verification.verified-full{background:#10b9811a;color:var(--admin-success)}.user-verification.verified-partial{background:#f59e0b1a;color:var(--admin-warning)}.user-verification.verified-none{background:#ef44441a;color:var(--admin-error)}.user-info{margin-bottom:1rem;flex-shrink:0}.user-namme{font-size:1.125rem;font-weight:600;color:var(--admin-text-primary);margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-emaill{font-size:.875rem;color:var(--admin-text-secondary);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-rolee{font-size:.875rem;color:var(--admin-text-muted);margin:0;text-transform:capitalize}.user-details{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:var(--admin-background);border-radius:8px;flex-shrink:0}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;font-weight:500;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em}.detail-value{display:flex;align-items:center}.verified-badge{color:var(--admin-success);font-weight:600}.unverified-badge{color:var(--admin-error);font-weight:600}.user-actions{display:flex;gap:.75rem;justify-content:flex-start;margin-top:auto;flex-shrink:0}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:.75rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;box-shadow:0 4px 15px #0000001a}.action-btn.primary{background:var(--admin-gradient);color:#fff;box-shadow:0 4px 15px #dc26264d}.action-btn.primary:hover{background:var(--admin-gradient-hover);transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.action-btn.warning{background:var(--admin-warning);color:#fff}.action-btn.warning:hover{background:#d97706;transform:translateY(-2px)}.action-btn.danger{background:var(--admin-error);color:#fff}.action-btn.danger:hover{background:#dc2626;transform:translateY(-2px)}.action-btn.secondary{background:var(--admin-background);color:var(--admin-text-primary);border:1px solid var(--admin-border)}.action-btn.secondary:hover{background:var(--admin-surface);border-color:var(--admin-accent)}.users-table-container{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;overflow:hidden;box-shadow:var(--admin-shadow-sm)}.users-table{width:100%;border-collapse:collapse}.table-header th{background:var(--admin-background);padding:1rem;text-align:left;font-weight:600;color:var(--admin-text-primary);border-bottom:1px solid var(--admin-border);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.table-body td{padding:1rem;border-bottom:1px solid var(--admin-border);color:var(--admin-text-primary);font-size:.875rem}.table-body tr:hover{background:var(--admin-background)}.table-user-info{display:flex;align-items:center;gap:.75rem}.table-user-namme{font-weight:500;color:var(--admin-text-primary)}.table-role{padding:.25rem .75rem;background:var(--admin-background);border-radius:20px;font-size:.75rem;font-weight:500;color:var(--admin-text-secondary);text-transform:capitalize}.table-verification{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.table-verification.verified-full{background:#10b9811a;color:var(--admin-success)}.table-verification.verified-partial{background:#f59e0b1a;color:var(--admin-warning)}.table-verification.verified-none{background:#ef44441a;color:var(--admin-error)}.table-actions{display:flex;gap:.5rem;justify-content:flex-start}.empty-state{text-align:center;padding:4rem 2rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;box-shadow:var(--admin-shadow-sm)}.empty-icon{width:64px;height:64px;color:var(--admin-text-muted);margin:0 auto 1.5rem}.empty-title{font-size:1.25rem;font-weight:600;color:var(--admin-text-primary);margin:0 0 .5rem}.empty-description{color:var(--admin-text-secondary);max-width:400px;margin:0 auto;line-height:1.6}.user-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:modalFadeIn .3s ease-out}.user-modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;box-shadow:0 30px 80px #0000004d;border:1px solid rgba(255,255,255,.2);max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}.user-modal-header{display:flex;align-items:center;gap:1rem;padding:2rem 2rem 1rem;border-bottom:1px solid var(--admin-border)}.user-modall-icon{width:64px;height:64px;background:var(--admin-gradient-accent);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.user-modal-text{flex:1}.user-modal-title{font-size:1.5rem;font-weight:600;color:var(--admin-text-primary);margin:0 0 .25rem}.user-modal-subtitle{color:var(--admin-text-secondary);margin:0}.user-modal-close{width:40px;height:40px;border:none;background:var(--admin-background);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--admin-text-secondary);cursor:pointer;transition:all .2s ease;flex-shrink:0}.user-modal-close:hover{background:var(--admin-border);color:var(--admin-text-primary)}.user-modal-body{padding:2rem}.user-status-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:var(--admin-background);border-radius:12px;flex-wrap:wrap;gap:1rem}.user-status-large{padding:.75rem 1.5rem;border-radius:30px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-status-large.verified-full{background:#10b9811a;color:var(--admin-success)}.user-status-large.verified-partial{background:#f59e0b1a;color:var(--admin-warning)}.user-status-large.verified-none{background:#ef44441a;color:var(--admin-error)}.user-actions-large{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn-large{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.action-btn-large.primary{background:var(--admin-accent);color:#fff}.action-btn-large.primary:hover{background:var(--admin-accent-hover)}.action-btn-large.warning{background:var(--admin-warning);color:#fff}.action-btn-large.warning:hover{background:#d97706}.action-btn-large.danger{background:var(--admin-error);color:#fff}.action-btn-large.danger:hover{background:#dc2626}.user-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.info-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;overflow:hidden;box-shadow:var(--admin-shadow-sm)}.info-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--admin-background);border-bottom:1px solid var(--admin-border)}.info-card-header svg{color:var(--admin-accent)}.info-card-header h3{font-size:1rem;font-weight:600;color:var(--admin-text-primary);margin:0}.info-card-content{padding:1.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--admin-border);gap:1rem}.info-row:last-child{border-bottom:none}.info-label{font-size:.875rem;font-weight:500;color:var(--admin-text-secondary);flex-shrink:0}.info-value{font-size:.875rem;color:var(--admin-text-primary);text-align:right;word-break:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.verified-text{color:var(--admin-success);font-weight:500}.unverified-text{color:var(--admin-error);font-weight:500}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-badge.verified-full{background:#10b9811a;color:var(--admin-success)}.status-badge.verified-partial{background:#f59e0b1a;color:var(--admin-warning)}.status-badge.verified-none{background:#ef44441a;color:var(--admin-error)}.id-picture-container{text-align:center}.id-picture{max-width:100%;height:auto;border-radius:8px;border:1px solid var(--admin-border);margin-bottom:.75rem}.id-filename{font-size:.75rem;color:var(--admin-text-muted);margin:0;word-break:break-word}.user-modal-footer{padding:1rem 2rem 2rem;border-top:1px solid var(--admin-border);display:flex;justify-content:flex-end}.user-modal-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.user-modal-btn.secondary{background:var(--admin-background);color:var(--admin-text-primary);border:1px solid var(--admin-border)}.user-modal-btn.secondary:hover{background:var(--admin-surface);border-color:var(--admin-accent)}.image-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .3s ease-out}.image-modal-content{background:#fff;border-radius:8px;max-width:90%;max-height:90%;position:relative;animation:scaleIn .3s ease-out;padding:20px;box-shadow:0 4px 20px #0003}.full-id-image{max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto}.image-modal-close{position:absolute;top:10px;right:10px;background:#00000080;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.image-modal-close:hover{background:#000000b3}.image-error-message{padding:20px;color:var(--admin-error);text-align:center;font-size:1.2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.admin-container{padding:0 1rem}.admin-hero{padding:2rem 1rem}.admin-hero-title{font-size:2rem}.admin-stats{grid-template-columns:1fr}.controls-header{flex-direction:column;align-items:stretch}.controls-actions{flex-direction:column}.search-container{min-width:auto}.users-grid{grid-template-columns:1fr;justify-items:center;max-width:400px;margin:0 auto}.user-card{min-height:260px;max-height:260px;width:100%;max-width:380px}.user-info{margin-bottom:.75rem}.user-details{margin-bottom:.75rem;padding:.5rem;gap:.5rem}.action-btn{padding:.5rem 1rem;font-size:.75rem}.user-status-section{flex-direction:column;align-items:stretch}.user-actions-large{justify-content:center}.user-info-grid{grid-template-columns:1fr}.user-modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.user-modal-header{padding:1.5rem 1.5rem 1rem}.user-modal-body{padding:1.5rem}.user-modal-footer{padding:1rem 1.5rem 1.5rem}.info-row{flex-direction:column;align-items:flex-start;gap:.5rem}.info-value{text-align:left;white-space:normal;word-break:normal;overflow:visible;text-overflow:initial}.status-badge{font-size:.7rem;padding:.2rem .5rem;white-space:nowrap}}.breadcrumb{margin-bottom:1.5rem;display:flex;align-items:center;font-size:14px;color:var(--text)}.breadcrumb-link{color:var(--accent);text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:var(--accent-2);text-decoration:underline}.breadcrumb-separator{margin:0 8px;color:var(--breadcrumb-separator, #666)}.breadcrumb-current{color:var(--muted);font-weight:500}.clickable-info-card{transition:all .2s ease}.clickable-info-card:hover{transform:translateY(-2px);box-shadow:var(--admin-shadow-lg);background:#fffffff2}.info-card-header{position:relative}.expand-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:.6;transition:opacity .2s ease}.clickable-info-card:hover .expand-icon{opacity:1}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:modalFadeIn .3s ease-out}.modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;box-shadow:0 30px 80px #0000004d;border:1px solid rgba(255,255,255,.2);position:relative;animation:modalSlideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;color:var(--admin-text);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}@media (max-width: 768px){.modal-overlay{padding:0;align-items:stretch}.modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.modal-close{top:.75rem;right:.75rem}}.info-modal-content{max-width:600px;padding:0;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;box-shadow:var(--admin-shadow-sm)}.info-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;background:var(--admin-background);border-bottom:1px solid var(--admin-border);border-radius:12px 12px 0 0;position:relative}.info-modal-header .modal-title-section{display:flex;align-items:center;gap:.75rem}.modal-close{position:static;background:#0000001a;color:var(--admin-text);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;flex-shrink:0}.modal-close:hover{background:#0003;transform:scale(1.1)}.info-modal-header svg{color:var(--admin-accent)}.info-modal-header h2{margin:0;font-size:1rem;font-weight:600;color:var(--admin-text-primary)}.info-modal-body{padding:1.5rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--admin-border);gap:1rem}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:var(--admin-text);flex:1}.info-value{color:var(--admin-muted);flex:2;text-align:right}.info-value.role-badge{color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500;text-transform:uppercase}.info-value.role-badge.role-admin{background:#dc2626}.info-value.role-badge.role-staff{background:#2563eb}.info-value.role-badge.role-teacher{background:#16a34a}.info-value.role-badge.role-student{background:#ca8a04}.verification-item{margin-bottom:1.5rem;padding:1rem;border:1px solid var(--admin-border);border-radius:.75rem;background:#ffffff80}.verification-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.verification-label{font-weight:600;color:var(--admin-text)}.verification-status{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;text-transform:uppercase}.verification-status.verified{background:#10b9811a;color:var(--admin-success);border:1px solid rgba(16,185,129,.2)}.verification-status.unverified{background:#ef44441a;color:var(--admin-error);border:1px solid rgba(239,68,68,.2)}.verification-summary{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:.75rem;border:1px solid rgba(220,38,38,.1)}.overall-status{display:flex;justify-content:space-between;align-items:center}.overall-label{font-weight:600;color:var(--admin-text);font-size:1.1rem}.overall-badge{padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem;text-transform:uppercase}.overall-badge.fully-verified{background:var(--admin-success);color:#fff}.overall-badge.partially-verified{background:var(--admin-warning);color:#fff}@media (max-width: 768px){.user-modal-overlay{padding:0;align-items:stretch}.user-modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0;display:flex;flex-direction:column}.user-modal-header{padding:1rem;flex-shrink:0}.user-modal-body{flex:1;overflow-y:auto;padding:1rem}.user-info-grid{grid-template-columns:1fr;gap:1rem}.info-modal-content{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0}.info-modal-header{padding:1rem;border-radius:0}.info-modal-body{padding:1rem}.info-item{flex-direction:column;align-items:flex-start;gap:.5rem}.info-value{text-align:left}.verification-item{margin-bottom:1rem;padding:.75rem}.overall-status{flex-direction:column;gap:1rem;align-items:flex-start}}#root{width:100%;min-height:100vh;margin:0;padding:0}.container{width:100%;max-width:1440px;margin:0 auto;padding:1rem}@media (min-width: 640px){.container{padding:1.5rem}}@media (min-width: 1024px){.container{padding:2rem}}.container-full{width:100%;padding:1rem}@media (min-width: 640px){.container-full{padding:1.5rem}}@media (min-width: 1024px){.container-full{padding:2rem}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
