:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#faf8f3}.app{display:flex;height:100vh;overflow:hidden}.sidebar{width:250px;background:#faf8f3;color:#1e40af;padding:20px 0;box-shadow:2px 0 10px #0000001a;position:relative;display:flex;flex-direction:column}.sidebar-header{padding:0 20px 30px;border-bottom:1px solid rgba(30,64,175,.2);text-align:left}.logo-container{display:flex;align-items:center;gap:12px;margin-bottom:15px}.branding-text{display:flex;flex-direction:column}.sidebar-logo{width:60px;height:60px;object-fit:contain}.sidebar-header h1{font-size:24px;font-weight:700;margin-bottom:5px;color:#1e40af}.sidebar-header .subtitle{font-size:12px;color:#1e40af;opacity:1}.sidebar-user-info{padding:15px 20px;margin:20px 0;background:#1e40af1a;border-radius:8px;font-size:13px}.user-email{color:#1e40af;font-weight:600;margin-bottom:5px}.user-name{color:#1e40af;font-size:12px;opacity:.9}.nav-list{list-style:none;margin-top:30px;flex:1}.nav-list li{margin-bottom:5px}.nav-list a{display:block;padding:12px 20px;color:#1e40af;text-decoration:none;transition:all .2s}.nav-list a:hover{background:#1e40af1a}.nav-list a.active{background:#1e40af33}.sidebar-footer{position:absolute;bottom:20px;left:0;right:0;padding:0 20px}.logout-button{width:100%;padding:12px 20px;background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3);border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.logout-button:hover{background:#ef444433;border-color:#ef444480}.sidebar-links{margin-top:15px;padding-top:15px;border-top:1px solid rgba(30,64,175,.2);text-align:center;font-size:12px}.sidebar-links a{color:#1e40af;text-decoration:none;opacity:.7;transition:opacity .2s}.sidebar-links a:hover{opacity:1;text-decoration:underline}.sidebar-separator{margin:0 6px;color:#1e40af66}.main-content{flex:1;overflow-y:auto;padding:30px}.main-content-full{width:100%;height:100vh;overflow-y:auto;padding:0}.page-header{margin-bottom:30px}.page-header h1{font-size:32px;margin-bottom:8px;color:#1e40af}.subtitle{color:#666}.btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.btn-primary{background:#1e40af;color:#fff}.btn-primary:hover{background:#1e3a8a}.btn-secondary{background:#faf8f3;color:#1e40af;border:1px solid #1e40af}.btn-secondary:hover{background:#f5f3ed}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}table{width:100%;border-collapse:collapse}thead{background:#faf8f3}th{padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}td{padding:12px;border-bottom:1px solid #f0f0f0;color:#333}tbody tr:hover{background:#faf8f3}.table-card{background:#fffef7;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.form-actions{display:flex;gap:10px;margin-top:20px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fffef7;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:800px;width:90%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:20px;color:#333}.modal-close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px}.modal-close:hover{background:#f0f0f0;color:#333}.modal-body{padding:20px;overflow-y:auto;flex:1}.status-going{background:#10b981;color:#fff}.status-maybe{background:#f59e0b;color:#fff}.status-not-going{background:#ef4444;color:#fff}.status-unknown{background:#9ca3af;color:#fff}.mobile-menu-toggle{display:none;position:fixed;top:15px;left:15px;z-index:1001;background:#faf8f3;color:#1e40af;border:2px solid #1e40af;border-radius:8px;width:44px;height:44px;cursor:pointer;font-size:24px;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .2s}.mobile-menu-toggle:hover{background:#1e40af1a;transform:scale(1.05)}.mobile-menu-toggle:active{transform:scale(.95)}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.sidebar-overlay.active{opacity:1}@media(max-width:768px){.mobile-menu-toggle{display:flex}.sidebar-overlay{display:block}.sidebar{position:fixed;left:-250px;top:0;bottom:0;z-index:1000;transition:left .3s ease;box-shadow:2px 0 20px #0000004d}.sidebar.mobile-open{left:0}.main-content{padding:70px 15px 15px}.main-content-full{padding:15px}.page-header{margin-bottom:20px}.page-header h1{font-size:24px}.nav-list a{padding:16px 20px;font-size:16px;min-height:44px;display:flex;align-items:center}.logout-button{padding:16px 20px;font-size:16px;min-height:44px}.btn{padding:12px 20px;font-size:16px;min-height:44px}.btn-sm{padding:10px 16px;font-size:14px;min-height:44px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.action-buttons{flex-direction:column;width:100%}.action-buttons .btn{width:100%}.modal-content{width:95%;max-height:90vh}.modal-header,.modal-body{padding:15px}}.home{min-height:100vh;background:#faf8f3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a2e}.home-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#faf8f3;border-bottom:1px solid rgba(30,64,175,.12);position:sticky;top:0;z-index:100}.home-nav-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.home-nav-logo{width:40px;height:40px;object-fit:contain}.home-nav-title{font-size:20px;font-weight:700;color:#1e40af}.home-nav-links{display:flex;align-items:center;gap:32px}.home-nav-links a{color:#374151;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.home-nav-links a:hover{color:#1e40af}.home-nav-admin{padding:9px 22px;background:#1e40af;color:#fff!important;border-radius:8px;font-weight:600!important;transition:background .2s!important}.home-nav-admin:hover{background:#1e3a8a;color:#fff!important}.home-nav-hamburger{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#1e40af;padding:4px 8px;line-height:1}.home-nav-mobile{display:none;flex-direction:column;background:#faf8f3;border-bottom:1px solid rgba(30,64,175,.12);padding:8px 0 16px;position:sticky;top:57px;z-index:99}.home-nav-mobile a{padding:14px 24px;color:#374151;text-decoration:none;font-size:16px;font-weight:500;border-bottom:1px solid rgba(30,64,175,.06);transition:background .15s}.home-nav-mobile a:hover{background:#1e40af0d;color:#1e40af}.home-nav-mobile-admin{margin:12px 24px 0;padding:12px 20px!important;background:#1e40af;color:#fff!important;border-radius:8px;font-weight:600!important;text-align:center;border-bottom:none!important}.home-nav-mobile-admin:hover{background:#1e3a8a!important;color:#fff!important}.home-hero{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:80px 24px 72px;background:linear-gradient(160deg,#1e3a8a,#1e40af 60%,#3b5fc0);color:#fff}.home-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:28px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-hero-logo{width:96px;height:96px;object-fit:contain;margin-bottom:24px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}.home-hero h1{font-size:clamp(36px,6vw,60px);font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.home-hero p{font-size:clamp(16px,2.5vw,20px);line-height:1.6;max-width:560px;opacity:.88;margin-bottom:40px}.home-hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.home-store-btn{display:flex;align-items:center;gap:10px;padding:13px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:15px;transition:transform .2s,box-shadow .2s;border:2px solid rgba(255,255,255,.6);color:#fff;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040;background:#fff3}.home-store-btn svg{flex-shrink:0}.home-store-btn-label{display:flex;flex-direction:column;text-align:left;line-height:1.2}.home-store-btn-sub{font-size:11px;font-weight:400;opacity:.8}.home-store-btn-android{border-style:dashed;opacity:.75}.home-store-btn-android:hover{opacity:1}.home-features{padding:80px 24px;max-width:1100px;margin:0 auto}.home-section-label{text-align:center;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1e40af;margin-bottom:12px}.home-features h2{text-align:center;font-size:clamp(28px,4vw,40px);font-weight:800;color:#111827;margin-bottom:56px;letter-spacing:-.01em}.home-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.home-feature-card{background:#fff;border-radius:16px;padding:32px 28px;border:1px solid rgba(30,64,175,.1);box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s}.home-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1e40af1f}.home-feature-icon{width:52px;height:52px;background:#1e40af14;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px}.home-feature-card h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:10px}.home-feature-card p{font-size:14px;line-height:1.65;color:#6b7280}.home-about{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:72px 24px;text-align:center}.home-about h2{font-size:clamp(26px,4vw,38px);font-weight:800;margin-bottom:16px;letter-spacing:-.01em}.home-about p{font-size:clamp(15px,2vw,18px);line-height:1.7;max-width:640px;margin:0 auto 32px;opacity:.88}.home-about-cta{display:inline-block;padding:13px 32px;background:#fff;color:#1e40af;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .2s,box-shadow .2s}.home-about-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.home-footer{background:#111827;color:#9ca3af;padding:40px 48px}.home-footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.home-footer-brand{display:flex;align-items:center;gap:10px}.home-footer-logo{width:28px;height:28px;object-fit:contain;opacity:.7}.home-footer-brand span{font-size:14px;font-weight:600;color:#d1d5db}.home-footer-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.home-footer-links a{color:#9ca3af;text-decoration:none;font-size:13px;transition:color .2s}.home-footer-links a:hover{color:#fff}.home-footer-copy{font-size:12px;color:#6b7280;width:100%;text-align:center;margin-top:8px}@media(max-width:768px){.home-nav{padding:14px 20px}.home-nav-links{display:none}.home-nav-hamburger{display:block}.home-nav-mobile{display:flex}.home-hero{padding:60px 20px 56px}.home-footer{padding:32px 20px}.home-footer-inner{flex-direction:column;align-items:flex-start;gap:16px}}.howto{min-height:100vh;background:#faf8f3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a2e}.howto-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#faf8f3;border-bottom:1px solid rgba(30,64,175,.12);position:sticky;top:0;z-index:100}.howto-nav-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.howto-nav-logo{width:36px;height:36px;object-fit:contain}.howto-nav-title{font-size:18px;font-weight:700;color:#1e40af}.howto-nav-back{font-size:15px;color:#1e40af;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:6px;transition:opacity .2s}.howto-nav-back:hover{opacity:.75}.howto-hero{background:linear-gradient(160deg,#1e3a8a,#1e40af);color:#fff;text-align:center;padding:56px 24px 48px}.howto-hero h1{font-size:clamp(28px,5vw,44px);font-weight:800;margin-bottom:14px;letter-spacing:-.02em}.howto-hero p{font-size:clamp(16px,2.5vw,20px);opacity:.88;max-width:520px;margin:0 auto 36px;line-height:1.6}.howto-toggle{display:inline-flex;background:#ffffff26;border:2px solid rgba(255,255,255,.35);border-radius:14px;padding:5px;gap:4px}.howto-toggle-btn{padding:12px 32px;border-radius:10px;border:none;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;color:#ffffffbf;background:transparent}.howto-toggle-btn.active{background:#fff;color:#1e40af;box-shadow:0 2px 8px #0003}.howto-jump{background:#fff;border-bottom:1px solid rgba(30,64,175,.1);padding:0 48px;display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.howto-jump a{padding:16px 20px;font-size:14px;font-weight:600;color:#6b7280;text-decoration:none;white-space:nowrap;border-bottom:3px solid transparent;transition:all .2s}.howto-jump a:hover{color:#1e40af;border-bottom-color:#1e40af4d}.howto-content{max-width:780px;margin:0 auto;padding:56px 24px 80px}.howto-section{margin-bottom:64px;scroll-margin-top:80px}.howto-section-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid rgba(30,64,175,.12)}.howto-section-icon{width:56px;height:56px;background:#1e40af1a;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.howto-section-header h2{font-size:clamp(22px,3vw,28px);font-weight:800;color:#111827;line-height:1.2}.howto-steps{display:flex;flex-direction:column;gap:24px}.howto-step{display:flex;gap:20px;align-items:flex-start}.howto-step-num{width:44px;height:44px;background:#1e40af;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;flex-shrink:0;margin-top:2px}.howto-step-body{flex:1}.howto-step-body h3{font-size:19px;font-weight:700;color:#111827;margin-bottom:8px;line-height:1.3}.howto-step-body p{font-size:17px;line-height:1.75;color:#374151}.howto-step-body strong{color:#111827;font-weight:700}.howto-tip{background:#1e40af12;border-left:4px solid #1e40af;border-radius:0 10px 10px 0;padding:16px 20px;margin-top:14px;font-size:16px;line-height:1.65;color:#1e3a8a}.howto-tip strong{font-weight:700}.howto-store-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}.howto-store-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:#1e40af;color:#fff;border-radius:12px;text-decoration:none;font-size:16px;font-weight:700;transition:background .2s,transform .2s}.howto-store-btn:hover{background:#1e3a8a;transform:translateY(-2px)}.howto-help{background:#fff;border:2px solid rgba(30,64,175,.15);border-radius:16px;padding:32px;text-align:center;margin-top:16px}.howto-help h3{font-size:22px;font-weight:800;color:#111827;margin-bottom:10px}.howto-help p{font-size:17px;line-height:1.7;color:#374151;max-width:480px;margin:0 auto 20px}.howto-help a{color:#1e40af;font-weight:600;text-decoration:underline}.howto-footer{background:#111827;color:#9ca3af;padding:32px 48px;text-align:center;font-size:13px}.howto-footer a{color:#9ca3af;text-decoration:none;margin:0 12px;transition:color .2s}.howto-footer a:hover{color:#fff}.howto-section-inner{display:grid;grid-template-columns:1fr 240px;gap:40px;align-items:start}.howto-section-inner.no-screenshot{grid-template-columns:1fr}.howto-screenshot-col{display:flex;justify-content:center;position:sticky;top:100px}.howto-phone-frame{width:220px;border-radius:32px;overflow:hidden;box-shadow:0 0 0 8px #1a1a2e,0 0 0 10px #2d2d2d,0 16px 48px #00000040;background:#1a1a2e}.howto-phone-frame img{width:100%;display:block;border-radius:26px}.howto-screenshot-caption{text-align:center;font-size:12px;color:#9ca3af;margin-top:10px;line-height:1.4;max-width:220px}@media(max-width:860px){.howto-section-inner{grid-template-columns:1fr}.howto-screenshot-col{position:static;order:-1}.howto-phone-frame{width:180px}}@media(max-width:640px){.howto-nav{padding:14px 20px}.howto-jump{padding:0 16px}.howto-jump a{padding:14px;font-size:13px}.howto-toggle-btn{padding:10px 20px;font-size:15px}.howto-step-num{width:38px;height:38px;font-size:16px}.howto-step-body h3{font-size:17px}.howto-step-body p{font-size:16px}.howto-footer{padding:24px 20px}}.page-header{display:flex;justify-content:space-between;align-items:flex-start}.page-actions{display:flex;gap:10px}.form-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.form-card h2{font-size:20px;margin-bottom:20px;color:#333}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:8px;color:#333}.form-group input{padding:10px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px}.form-group input:focus{outline:none;border-color:#3b82f6}.table-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;border:1px solid #e5e7eb}.table-wrapper{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;width:100%}table{width:100%;border-collapse:collapse;min-width:1000px}@media(max-width:1200px){table{min-width:1200px}}thead{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}th{padding:14px 12px;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0;vertical-align:top;font-size:13px;letter-spacing:.01em}.column-header{display:flex;flex-direction:column;gap:10px;min-width:0}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px;padding:4px 8px;margin:-4px -8px;border-radius:6px;transition:all .2s ease}.sortable-header:hover{color:#3b82f6;background:#3b82f60d}.sort-indicator{font-size:16px;color:#3b82f6;font-weight:700;margin-left:2px}.column-filter{padding:6px 10px;border:1.5px solid #e2e8f0;border-radius:6px;font-size:12px;width:100%;box-sizing:border-box;background:#fff;transition:all .2s ease;font-family:inherit}.column-filter:hover{border-color:#cbd5e1}.column-filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fefefe}.column-filter::placeholder{color:#94a3b8;font-size:11px}td{padding:14px 12px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:14px}tbody tr:hover{background:#f8fafc;transition:background-color .15s ease}.btn-sm{padding:6px 12px;font-size:12px}.action-buttons{display:flex;gap:8px}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status-active{background-color:#d1fae5;color:#065f46}.status-suspended{background-color:#fee2e2;color:#991b1b}tbody tr.suspended{opacity:.7;background-color:#fef2f2}tbody tr.suspended:hover{background-color:#fee2e2}@media(max-width:768px){.page-header{flex-direction:column;gap:15px;align-items:stretch}.page-actions{flex-direction:column;width:100%}.page-actions .btn{width:100%}.form-card{padding:20px;margin-bottom:20px}.form-card h2{font-size:18px;margin-bottom:15px}.form-row{grid-template-columns:1fr;gap:15px}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:12px;min-height:44px}table{min-width:800px;font-size:13px}th{padding:10px 8px;font-size:12px}td{padding:10px 8px;font-size:13px}.column-header{gap:8px}.sortable-header{padding:6px 8px;font-size:12px}.column-filter{padding:8px 10px;font-size:14px;min-height:40px}.btn-sm{padding:10px 16px;font-size:14px;min-height:44px}.action-buttons{flex-direction:column;gap:8px;width:100%}.action-buttons .btn{width:100%;min-height:44px}.status-badge{padding:6px 10px;font-size:11px}}.help-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:2px solid #1a56db;background:transparent;color:#1a56db;font-size:14px;font-weight:700;line-height:1;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s;margin-left:10px}.help-btn:hover{background:#1a56db;color:#fff}.help-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.help-modal{background:#fff;border-radius:10px;max-width:520px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000002e}.help-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #e5e7eb}.help-modal-header h2{margin:0;font-size:17px;font-weight:700;color:#111827}.help-close-btn{background:none;border:none;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:0 4px}.help-close-btn:hover{color:#111827}.help-modal-body{overflow-y:auto;padding:16px 20px 20px}.help-section{margin-bottom:16px}.help-section:last-child{margin-bottom:0}.help-section h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#374151;margin:0 0 8px}.help-section ul{margin:0;padding-left:18px}.help-section li{font-size:14px;color:#374151;margin-bottom:5px;line-height:1.5}.moderation-container{display:flex;gap:20px;height:calc(100vh - 200px);margin-top:20px}.channels-sidebar{width:350px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{margin:0;font-size:20px;color:#333}.search-container{padding:10px 20px;border-bottom:1px solid #e0e0e0;position:relative}.search-input{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:6px;font-size:14px;transition:all .2s ease;box-sizing:border-box;font-family:inherit}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#94a3b8}.clear-search-btn{position:absolute;right:30px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px;transition:all .2s}.clear-search-btn:hover{background:#f0f0f0;color:#666}.refresh-btn{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:16px;transition:all .2s}.refresh-btn:hover{background:#e0e0e0}.channels-list{flex:1;overflow-y:auto;overflow-x:auto;padding:10px;-webkit-overflow-scrolling:touch}.channel-item{padding:15px;margin-bottom:10px;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s;background:#fff}.channel-item:hover{border-color:#4caf50;box-shadow:0 2px 4px #0000001a}.channel-item.active{border-color:#4caf50;background:#f1f8f4}.channel-name{font-weight:600;font-size:16px;color:#333;margin-bottom:6px;display:flex;align-items:center;gap:8px}.flagged-count-badge{background:#f44336;color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600;min-width:20px;text-align:center;line-height:1.4}.channel-meta{font-size:12px;color:#666;margin-bottom:6px}.channel-type{text-transform:capitalize}.channel-entity{color:#999}.channel-description{font-size:13px;color:#666;margin-top:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.messages-panel{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden;min-width:0}.messages-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:flex-start}.ai-summary-section{margin:20px;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;box-shadow:0 4px 12px #667eea4d}.ai-summary-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap;gap:8px;-webkit-user-select:none;user-select:none;transition:opacity .2s}.ai-summary-header:hover{opacity:.9}.ai-summary-header h3{margin:0;font-size:18px;font-weight:600;color:#fff;flex:1}.ai-summary-header-right{display:flex;align-items:center;gap:12px}.ai-summary-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.ai-summary-toggle{background:#fff3;border:none;color:#fff;font-size:14px;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.ai-summary-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.ai-summary-body{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:2000px;transform:translateY(0)}}.ai-summary-timestamp,.ai-summary-sentiment,.ai-summary-count{font-size:12px;opacity:.9;background:#fff3;padding:4px 10px;border-radius:12px;white-space:nowrap}.ai-summary-content{font-size:14px;line-height:1.6;color:#fffffff2;white-space:pre-wrap;word-wrap:break-word;margin-bottom:12px}.ai-summary-trends{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.ai-summary-trends h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#fff}.ai-summary-trends ul{margin:0;padding-left:20px;color:#ffffffe6}.ai-summary-trends li{margin-bottom:6px;font-size:13px;line-height:1.5}.messages-header h2{margin:0 0 8px;font-size:24px;color:#333}.channel-description-text{margin:0;color:#666;font-size:14px}.messages-list{flex:1;overflow-y:auto;overflow-x:auto;padding:20px;-webkit-overflow-scrolling:touch}.message-item{padding:10px 12px;margin-bottom:10px;border:1px solid #e0e0e0;border-radius:6px;background:#fafafa;transition:all .2s}.message-item:hover{box-shadow:0 2px 8px #0000001a}.message-item.message-flagged{background:#fff3e0;border:2px solid #ff9800;border-left:4px solid #f44336}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.message-header-right{display:flex;align-items:center;gap:8px}.message-sender{display:flex;flex-direction:column;gap:2px}.message-sender strong{color:#333;font-size:14px;line-height:1.3}.message-time{font-size:11px;color:#999;line-height:1.2}.status-badge{padding:3px 10px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase;line-height:1.3}.status-approved{background:#d4edda;color:#155724}.status-hidden{background:#f8d7da;color:#721c24}.status-pending{background:#fff3cd;color:#856404}.status-flagged{background:#ffebee;color:#c62828;border:1px solid #f44336}.status-unknown{background:#e2e3e5;color:#383d41}.message-content{color:#333;font-size:14px;line-height:1.4;margin-bottom:8px;white-space:pre-wrap;word-wrap:break-word}.message-reason{padding:6px 10px;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;margin-bottom:8px;font-size:12px;color:#856404;line-height:1.4}.message-flag-reason{background:#ffebee;border-left:3px solid #f44336;color:#c62828}.message-actions{display:flex;gap:8px;margin-top:6px}.btn-approve,.btn-hide,.btn-remove-flag{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s;line-height:1.3}.btn-approve{background:#4caf50;color:#fff}.btn-approve:hover{background:#45a049}.btn-hide{background:#f44336;color:#fff}.btn-hide:hover{background:#da190b}.btn-remove-flag{background:#ff9800;color:#fff}.btn-remove-flag:hover{background:#f57c00}.loading,.empty-state{padding:40px;text-align:center;color:#666}.empty-state{display:flex;align-items:center;justify-content:center;flex:1}.error-message{background:#f8d7da;color:#721c24;padding:12px 20px;border-radius:6px;margin-bottom:20px;border-left:4px solid #f44336}.channels-list::-webkit-scrollbar,.messages-list::-webkit-scrollbar{width:8px}.channels-list::-webkit-scrollbar-track,.messages-list::-webkit-scrollbar-track{background:#f1f1f1}.channels-list::-webkit-scrollbar-thumb,.messages-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.channels-list::-webkit-scrollbar-thumb:hover,.messages-list::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.moderation-container{flex-direction:column;height:auto;gap:15px;margin-top:10px}.channels-sidebar{width:100%;max-height:300px;order:1}.messages-panel{order:2;min-height:400px}.sidebar-header{padding:15px}.sidebar-header h2{font-size:18px}.search-container{padding:10px 15px}.search-input{padding:12px;font-size:16px;min-height:44px}.clear-search-btn{right:25px;font-size:18px;padding:8px;min-width:44px;min-height:44px}.refresh-btn{padding:10px 16px;font-size:14px;min-height:44px}.channels-list{padding:10px}.channel-item{padding:12px;margin-bottom:8px;min-height:60px}.channel-name{font-size:15px}.channel-meta{font-size:11px}.channel-description{font-size:12px}.messages-header{padding:15px}.messages-header h2{font-size:20px}.channel-description-text{font-size:13px}.messages-list{padding:15px}.message-item{padding:12px;margin-bottom:12px}.message-sender strong{font-size:15px}.message-time{font-size:12px}.status-badge{padding:4px 8px;font-size:10px}.message-content{font-size:14px;line-height:1.5}.message-reason{padding:8px 12px;font-size:13px}.message-actions{flex-direction:column;gap:8px;margin-top:10px}.btn-approve,.btn-hide,.btn-remove-flag{width:100%;padding:12px;font-size:14px;min-height:44px}.ai-summary-section{margin:15px;padding:12px}.ai-summary-header h3{font-size:16px}.ai-summary-content{font-size:13px;line-height:1.5}.ai-summary-timestamp,.ai-summary-sentiment,.ai-summary-count{font-size:11px;padding:3px 8px}.ai-summary-toggle{width:32px;height:32px;font-size:16px}}.image-uploader{margin-bottom:20px}.image-uploader-label{display:block;font-weight:600;margin-bottom:8px;color:#333;font-size:14px}.image-uploader-label .required{color:#f44336;margin-left:4px}.image-uploader-content,.image-preview-container{display:flex;flex-direction:column;gap:12px}.image-preview{position:relative;display:inline-block;border:2px solid #e0e0e0;border-radius:8px;padding:8px;background:#fafafa;max-width:300px}.image-preview img{max-width:100%;max-height:200px;display:block;border-radius:4px}.image-remove-btn{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background:#f44336;color:#fff;border:2px solid white;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 4px #0003}.image-remove-btn:hover{background:#d32f2f;transform:scale(1.1)}.image-info{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#666;padding:8px;background:#f5f5f5;border-radius:4px}.image-info-item{display:flex;justify-content:space-between}.image-info-label{font-weight:600;margin-right:8px}.image-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #ccc;border-radius:8px;background:#fafafa;color:#999}.image-upload-icon{font-size:48px;margin-bottom:8px}.image-upload-placeholder p{margin:0;font-size:14px}.image-upload-controls{display:flex;gap:12px;align-items:center}.image-file-input{display:none}.image-upload-btn{display:inline-block;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.image-upload-btn:hover:not(.disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.image-upload-btn.disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.image-upload-error{padding:10px;background:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;font-size:13px}.image-compression-progress{display:flex;flex-direction:column;gap:8px}.progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#3b82f6;animation:progress-animation 1.5s ease-in-out infinite}@keyframes progress-animation{0%{width:0%;transform:translate(0)}50%{width:70%;transform:translate(0)}to{width:100%;transform:translate(100%)}}.image-compression-progress p{margin:0;font-size:12px;color:#666;text-align:center}.benefits-container{margin-top:20px}.benefits-tabs{display:flex;gap:0;border-bottom:2px solid #e0e0e0;margin-bottom:20px}.benefits-tab-button{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:16px;font-weight:500;color:#666;transition:all .2s;position:relative;top:2px}.benefits-tab-button:hover{color:#333;background:#f5f5f5}.benefits-tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.benefits-tab-content{min-height:400px}.benefits-tab{display:flex;flex-direction:column;gap:20px}.benefits-tab-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.benefits-tab-title{display:flex;align-items:center;gap:12px}.benefits-tab-title h3{margin:0;font-size:20px;color:#333}.benefits-count{color:#666;font-size:14px}.benefits-tab-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filter-toggle{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;cursor:pointer}.filter-toggle input[type=checkbox]{cursor:pointer}.view-mode-toggle{display:flex;gap:4px}.benefits-list{display:flex;flex-direction:column;gap:12px}.benefit-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;transition:all .2s}.benefit-item:hover{box-shadow:0 2px 8px #0000001a;border-color:#3b82f6}.benefit-item.dragging{opacity:.5;transform:scale(.98)}.benefit-item-content{display:flex;align-items:center;gap:16px}.benefit-drag-handle{cursor:grab;color:#999;font-size:20px;padding:4px 8px;-webkit-user-select:none;user-select:none}.benefit-drag-handle:active{cursor:grabbing}.benefit-thumbnail{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0}.benefit-thumbnail img{width:100%;height:100%;object-fit:cover}.benefit-thumbnail-placeholder{font-size:24px;color:#999}.benefit-info{flex:1;min-width:0}.benefit-title{font-weight:600;font-size:16px;color:#333;margin-bottom:4px}.benefit-description{font-size:14px;color:#666;margin-bottom:8px;line-height:1.4}.benefit-snippet{font-size:14px;color:#666;margin-bottom:8px;font-style:italic}.benefit-link{margin-bottom:8px}.benefit-link a{font-size:13px;color:#3b82f6;text-decoration:none;word-break:break-all;display:inline-flex;align-items:center;gap:4px}.benefit-link a:hover{text-decoration:underline;color:#2563eb}.benefit-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#999}.benefit-status{padding:2px 8px;border-radius:12px;font-weight:500}.benefit-status.active{background:#d4edda;color:#155724}.benefit-status.inactive{background:#f8d7da;color:#721c24}.benefit-order{color:#666}.benefit-coordinates{font-family:Courier New,monospace;color:#666}.benefit-address{color:#666;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.benefit-actions{display:flex;gap:8px;flex-shrink:0}.benefit-form-container{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.benefit-form-container h2{margin:0 0 20px;font-size:20px;color:#333}.benefit-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:14px}.form-group .required{color:#f44336;margin-left:4px}.form-group input[type=text],.form-group input[type=number],.form-group textarea{padding:10px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.error,.form-group textarea.error{border-color:#f44336}.form-group textarea{resize:vertical;min-height:100px}.field-hint{font-size:12px;color:#999}.error-message{font-size:12px;color:#f44336;margin-top:-4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.coordinate-inputs{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:12px;border-top:1px solid #e0e0e0}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-danger{background:#f44336;color:#fff}.btn-danger:hover:not(:disabled){background:#d32f2f}.btn-sm{padding:6px 12px;font-size:13px}.benefits-map-view{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.benefits-map{width:100%;height:600px;z-index:0}.map-popup-content{min-width:200px}.map-popup-content h4{margin:0 0 8px;font-size:16px;color:#333}.map-popup-content p{margin:4px 0;font-size:14px;color:#666}.map-popup-address{font-size:12px;color:#999;font-style:italic}.map-popup-actions{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}.loading{padding:40px;text-align:center;color:#666;font-size:16px}.empty-state{padding:60px 20px;text-align:center;color:#999;background:#fff;border-radius:8px;border:2px dashed #e0e0e0}.empty-state p{margin:0;font-size:16px}@media(max-width:768px){.benefits-tab-header{flex-direction:column;align-items:flex-start}.benefits-tab-actions{width:100%;justify-content:space-between}.benefit-item-content{flex-wrap:wrap}.benefit-info{flex:1 1 100%;order:2}.benefit-actions{flex:1 1 100%;order:3;justify-content:flex-end}.form-row{grid-template-columns:1fr}.benefits-map{height:400px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-picker{display:flex;flex-direction:column;gap:12px}.map-picker-container{width:100%;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#f5f5f5}.map-picker-map{width:100%;height:100%;z-index:0}.map-picker-info{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px}.map-coordinates{display:flex;gap:20px;flex-wrap:wrap}.coordinate-item{display:flex;gap:8px;align-items:center}.coordinate-label{font-weight:600;color:#666;font-size:13px}.coordinate-value{font-family:Courier New,monospace;color:#333;font-size:13px;background:#fff;padding:4px 8px;border-radius:4px;border:1px solid #ddd}.map-address{display:flex;gap:8px;padding:8px;background:#fff;border-radius:4px;border:1px solid #ddd}.address-label{font-weight:600;color:#666;font-size:13px}.address-value{color:#333;font-size:13px;flex:1}.map-address-loading{padding:8px;color:#666;font-size:13px;font-style:italic}.map-instructions{margin-top:4px}.map-instructions p{margin:0;font-size:12px;color:#999;font-style:italic}.leaflet-popup-content-wrapper{border-radius:6px}.leaflet-popup-content{margin:12px;font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:20px;transition:all .2s ease}.clickable-stat-card{cursor:pointer}.clickable-stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);background:#f8fafc}.stat-icon{font-size:40px}.stat-content h3{font-size:14px;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:32px;font-weight:700;color:#1e3a8a;margin-bottom:4px}.stat-label{font-size:12px;color:#999}.placeholder-section{background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.placeholder-section h2{font-size:24px;margin-bottom:16px;color:#333}.placeholder-section p{color:#666;margin-bottom:10px}.note{font-style:italic;color:#999}.message-statistics-section{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-top:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:20px}.section-header h2{font-size:24px;color:#333;margin:0}.controls{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.date-range-controls{display:flex;gap:15px;align-items:center}.date-range-controls label{display:flex;flex-direction:column;gap:5px;font-size:14px;color:#666}.date-range-controls input[type=date]{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;cursor:pointer}.date-range-controls input[type=date]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.view-toggle{display:flex;gap:0;border:1px solid #ddd;border-radius:4px;overflow:hidden}.view-toggle button{padding:8px 16px;border:none;background:#fff;color:#666;cursor:pointer;font-size:14px;transition:all .2s;border-right:1px solid #ddd}.view-toggle button:last-child{border-right:none}.view-toggle button:hover{background:#f5f5f5}.view-toggle button.active{background:#4f46e5;color:#fff}.chart-container{margin-top:20px;width:100%}@media(max-width:1200px){.page>div[style*=grid]{grid-template-columns:1fr!important}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:15px;margin-bottom:30px}.stat-card{padding:20px}.stat-icon{font-size:32px}.stat-value{font-size:28px}.stat-content h3{font-size:13px}.stat-label{font-size:11px}.placeholder-section{padding:30px 20px}.placeholder-section h2{font-size:20px}.message-statistics-section{padding:20px;margin-top:15px}.section-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}.section-header h2{font-size:20px}.controls{width:100%;flex-direction:column;align-items:stretch;gap:15px}.date-range-controls{width:100%;flex-direction:column;gap:10px}.date-range-controls label{width:100%}.date-range-controls input[type=date]{width:100%;padding:12px;font-size:16px;min-height:44px}.view-toggle{width:100%}.view-toggle button{flex:1;padding:12px;font-size:14px;min-height:44px}.chart-container{margin-top:15px}}.login-container{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#1e3a8a,#1e40af)}.login-card{background:#fffef7;padding:40px;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:400px}.login-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.login-logo{width:80px;height:80px;object-fit:contain}.login-card h1{font-size:32px;margin-bottom:10px;text-align:center;color:#1e40af}.login-subtitle{text-align:center;color:#666;margin-bottom:30px}.login-error{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.login-form{display:flex;flex-direction:column}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .2s}.login-button{padding:14px;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s;margin-bottom:12px}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-divider{text-align:center;margin:20px 0;position:relative}.login-divider:before,.login-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e0e0e0}.login-divider:before{left:0}.login-divider:after{right:0}.login-divider span{background:#fff;padding:0 10px;color:#999;font-size:14px}.google-button{width:100%;padding:14px;background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.google-button:hover:not(:disabled){border-color:#1e40af;background:#faf8f3}.google-button:disabled{opacity:.6;cursor:not-allowed}.google-logo{width:20px;height:20px;object-fit:contain}.login-bypass{text-align:center}.login-skip{padding:10px;background:transparent;color:#666;border:none;cursor:pointer;font-size:14px;text-decoration:underline}.login-skip:hover{color:#1e40af}.login-footer{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0;text-align:center;font-size:13px}.login-footer-link{color:#666;text-decoration:none;transition:color .2s}.login-footer-link:hover{color:#1e40af;text-decoration:underline}.login-footer-separator{margin:0 8px;color:#ccc}.mfa-enrollment-step{text-align:center}.qr-code-container{display:flex;justify-content:center;margin:30px 0;padding:20px;background:#faf8f3;border-radius:8px}.qr-instructions{margin:20px 0;color:#666;font-size:14px;line-height:1.6;text-align:left}@media(max-width:768px){.login-container{padding:20px}.login-card{padding:30px 20px;max-width:100%}.login-card h1{font-size:28px}.login-subtitle{font-size:14px;margin-bottom:25px}.login-error{padding:10px;font-size:13px;margin-bottom:15px}.form-group{margin-bottom:18px}.form-group label{font-size:14px;margin-bottom:6px}.form-group input{padding:14px;font-size:16px;min-height:44px}.login-button,.google-button{padding:16px;font-size:16px;min-height:44px;margin-bottom:10px}.login-divider{margin:15px 0}.login-skip{padding:12px;font-size:14px;min-height:44px}.qr-code-container{padding:15px}.qr-code-container svg{max-width:100%;height:auto}.qr-instructions{font-size:13px}}.privacy-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.privacy-container{max-width:900px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000001a;line-height:1.8}.privacy-container h1{font-size:36px;color:#1e3a8a;margin-bottom:10px;text-align:center}.privacy-container section{margin-bottom:40px}.privacy-container h2{font-size:24px;color:#1e3a8a;margin-bottom:16px;margin-top:32px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.privacy-container h3{font-size:18px;color:#333;margin-top:24px;margin-bottom:12px}.privacy-container p{color:#444;margin-bottom:16px;font-size:15px}.privacy-container ul{margin-left:24px;margin-bottom:20px;color:#444}.privacy-container li{margin-bottom:12px;font-size:15px;line-height:1.7}.privacy-container a{color:#3b82f6;text-decoration:none;transition:color .2s}.privacy-container a:hover{color:#2563eb;text-decoration:underline}.privacy-footer{margin-top:50px;padding-top:30px;border-top:2px solid #e5e7eb;text-align:center}.privacy-footer p{color:#666;font-size:14px;font-style:italic}@media(max-width:768px){.privacy-page{padding:20px 15px}.privacy-container{padding:25px 20px}.privacy-container h1{font-size:28px}.privacy-container h2{font-size:20px;margin-top:24px}.privacy-container h3{font-size:16px}.privacy-container p,.privacy-container li{font-size:14px}.privacy-container ul{margin-left:20px}}.terms-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.terms-container{max-width:900px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000001a;line-height:1.8}.terms-container h1{font-size:36px;color:#1e3a8a;margin-bottom:10px;text-align:center}.terms-container section{margin-bottom:40px}.terms-container h2{font-size:24px;color:#1e3a8a;margin-bottom:16px;margin-top:32px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.terms-container h3{font-size:18px;color:#333;margin-top:24px;margin-bottom:12px}.terms-container p{color:#444;margin-bottom:16px;font-size:15px}.terms-container ul{margin-left:24px;margin-bottom:20px;color:#444}.terms-container li{margin-bottom:12px;font-size:15px;line-height:1.7}.terms-container a{color:#3b82f6;text-decoration:none;transition:color .2s}.terms-container a:hover{color:#2563eb;text-decoration:underline}.terms-footer{margin-top:50px;padding-top:30px;border-top:2px solid #e5e7eb;text-align:center}.terms-footer p{color:#666;font-size:14px;font-style:italic}@media(max-width:768px){.terms-page{padding:20px 15px}.terms-container{padding:25px 20px}.terms-container h1{font-size:28px}.terms-container h2{font-size:20px;margin-top:24px}.terms-container h3{font-size:16px}.terms-container p,.terms-container li{font-size:14px}.terms-container ul{margin-left:20px}}.conduct-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.conduct-container{max-width:900px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000001a;line-height:1.8}.conduct-container h1{font-size:36px;color:#1e3a8a;margin-bottom:10px;text-align:center}.last-updated{text-align:center;color:#666;margin-bottom:8px;font-size:14px}.applies-to{text-align:center;color:#1e3a8a;margin-bottom:30px;font-size:14px;font-weight:600}.intro{background:#f0f9ff;padding:20px;border-radius:8px;margin-bottom:30px;border-left:4px solid #3b82f6}.intro p{margin-bottom:12px}.warning{color:#dc2626;font-weight:500;margin-top:16px}.conduct-container section{margin-bottom:40px}.conduct-container h2{font-size:24px;color:#1e3a8a;margin-bottom:16px;margin-top:32px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.conduct-container h3{font-size:18px;color:#333;margin-top:20px;margin-bottom:12px}.conduct-container p{color:#444;margin-bottom:16px;font-size:15px}.conduct-container ul{margin-left:24px;margin-bottom:20px;color:#444}.conduct-container li{margin-bottom:12px;font-size:15px;line-height:1.7}.conduct-container a{color:#3b82f6;text-decoration:none;transition:color .2s}.conduct-container a:hover{color:#2563eb;text-decoration:underline}.responsibility-item{background:#f9fafb;padding:16px;border-radius:8px;margin-bottom:16px;border-left:3px solid #10b981}.responsibility-item h3{color:#10b981;margin-top:0;margin-bottom:8px}.responsibility-item p,.responsibility-item ul{margin-bottom:8px}.responsibility-item ul{margin-left:20px}.prohibited-list{background:#fef2f2;padding:16px 16px 16px 40px;border-radius:8px;border-left:3px solid #ef4444;margin-top:12px}.prohibited-list li{color:#991b1b}.permitted-list{background:#f0fdf4;padding:16px 16px 16px 40px;border-radius:8px;border-left:3px solid #10b981;margin-top:12px}.permitted-list li{color:#166534}.alert-box{background:#fef3c7;padding:20px;border-radius:8px;border-left:4px solid #f59e0b;margin:24px 0}.alert-box p{margin-bottom:8px;color:#92400e}.alert-box strong{color:#92400e;font-size:16px}.contact-box{background:#f0f9ff;padding:20px;border-radius:8px;border:2px solid #3b82f6;margin-top:20px;text-align:center}.contact-box p{margin-bottom:8px}.contact-box .subtitle{font-size:13px;color:#666;font-style:italic}.conduct-footer{margin-top:50px;padding-top:30px;border-top:2px solid #e5e7eb;text-align:center}.conduct-footer p{color:#666;font-size:14px;font-style:italic}@media(max-width:768px){.conduct-page{padding:20px 15px}.conduct-container{padding:25px 20px}.conduct-container h1{font-size:26px}.conduct-container h2{font-size:20px;margin-top:24px}.conduct-container h3{font-size:16px}.conduct-container p,.conduct-container li{font-size:14px}.conduct-container ul{margin-left:20px}.responsibility-item{padding:12px}.prohibited-list,.permitted-list{padding:12px 12px 12px 32px}.alert-box,.contact-box{padding:16px}}.csae-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.csae-container{max-width:900px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000001a;line-height:1.8}.csae-container h1{font-size:36px;color:#1e3a8a;margin-bottom:10px;text-align:center}.last-updated{text-align:center;color:#666;margin-bottom:40px;font-size:14px}.csae-container section{margin-bottom:40px}.csae-container h2{font-size:24px;color:#1e3a8a;margin-bottom:16px;margin-top:32px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.csae-container h3{font-size:18px;color:#333;margin-top:24px;margin-bottom:12px}.csae-container p{color:#444;margin-bottom:16px;font-size:15px}.csae-container ul,.csae-container ol{margin-left:24px;margin-bottom:20px;color:#444}.csae-container li{margin-bottom:12px;font-size:15px;line-height:1.7}.csae-container a{color:#3b82f6;text-decoration:none;transition:color .2s}.csae-container a:hover{color:#2563eb;text-decoration:underline}.csae-footer{margin-top:50px;padding-top:30px;border-top:2px solid #e5e7eb;text-align:center}.csae-footer p{color:#666;font-size:14px;font-style:italic;margin-bottom:10px}@media(max-width:768px){.csae-page{padding:20px 15px}.csae-container{padding:25px 20px}.csae-container h1{font-size:28px}.csae-container h2{font-size:20px;margin-top:24px}.csae-container h3{font-size:16px}.csae-container p,.csae-container li{font-size:14px}.csae-container ul,.csae-container ol{margin-left:20px}}.delete-account-login-container{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#1e3a8a,#1e40af)}.delete-account-login-card{background:#fffef7;padding:40px;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:400px}.delete-account-login-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.delete-account-login-logo{width:80px;height:80px;object-fit:contain}.delete-account-login-card h1{font-size:32px;margin-bottom:10px;text-align:center;color:#1e40af}.delete-account-login-subtitle{text-align:center;color:#666;margin-bottom:30px}.delete-account-login-error{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.delete-account-login-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;margin-bottom:8px;color:#333}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#1e40af}.delete-account-login-button{padding:14px;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s;margin-bottom:12px}.delete-account-login-button:hover:not(:disabled){opacity:.9}.delete-account-login-button:disabled{opacity:.6;cursor:not-allowed}.delete-account-login-divider{text-align:center;margin:20px 0;position:relative}.delete-account-login-divider:before,.delete-account-login-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e0e0e0}.delete-account-login-divider:before{left:0}.delete-account-login-divider:after{right:0}.delete-account-login-divider span{background:#fff;padding:0 10px;color:#999;font-size:14px}.delete-account-google-button{width:100%;padding:14px;background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.delete-account-google-button:hover:not(:disabled){border-color:#1e40af;background:#faf8f3}.delete-account-google-button:disabled{opacity:.6;cursor:not-allowed}.delete-account-google-logo{width:20px;height:20px;object-fit:contain}@media(max-width:768px){.delete-account-login-container{padding:20px}.delete-account-login-card{padding:30px 20px;max-width:100%}.delete-account-login-card h1{font-size:28px}.delete-account-login-subtitle{font-size:14px;margin-bottom:25px}.delete-account-login-error{padding:10px;font-size:13px;margin-bottom:15px}.form-group{margin-bottom:18px}.form-group label{font-size:14px;margin-bottom:6px}.form-group input{padding:14px;font-size:16px;min-height:44px}.delete-account-login-button,.delete-account-google-button{padding:16px;font-size:16px;min-height:44px;margin-bottom:10px}}.delete-account-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:20px}.delete-account-card{background:#fffef7;padding:40px;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:600px}.delete-account-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.delete-account-logo{width:80px;height:80px;object-fit:contain}.delete-account-card h1{font-size:32px;margin-bottom:20px;text-align:center;color:#1e40af}.delete-account-user-info{text-align:center;margin-bottom:20px;padding:12px;background:#f8f9fa;border-radius:6px;color:#495057}.delete-account-user-info p{margin:0;font-size:16px}.delete-account-user-info strong{color:#1e40af}.delete-account-error{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.delete-account-warning-message{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:20px;margin-bottom:30px;color:#856404}.delete-account-warning-message p{margin-bottom:10px}.delete-account-warning-message p:last-child{margin-bottom:0}.delete-account-warning-message ul{margin:15px 0;padding-left:25px}.delete-account-warning-message li{margin-bottom:8px}.delete-account-warning-message strong{color:#dc3545}.delete-account-button{width:100%;padding:16px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:10px}.delete-account-button:hover:not(:disabled){background:#c82333}.delete-account-button:disabled{opacity:.6;cursor:not-allowed}.delete-account-pending{text-align:center}.delete-account-warning{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:20px;margin-bottom:30px;color:#856404;font-size:18px}.delete-account-countdown{margin:30px 0;padding:30px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:12px;color:#fff}.countdown-time{font-size:48px;font-weight:700;margin-bottom:10px}.countdown-label{font-size:16px;opacity:.9}.delete-account-message{color:#666;margin:20px 0 30px;line-height:1.6}.delete-account-cancel-button{width:100%;padding:16px;background:#28a745;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s}.delete-account-cancel-button:hover:not(:disabled){background:#218838}.delete-account-cancel-button:disabled{opacity:.6;cursor:not-allowed}.delete-account-cancelled-notice{background:#d1ecf1;border:1px solid #bee5eb;border-radius:6px;padding:12px 15px;margin-bottom:20px;color:#0c5460;font-size:14px}.delete-account-cancelled-notice p{margin:0}.delete-account-initial{text-align:center}.delete-account-confirm-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.delete-account-confirm-dialog{background:#fffef7;border-radius:12px;padding:40px;max-width:500px;width:100%;box-shadow:0 20px 60px #00000080}.delete-account-confirm-dialog h2{font-size:24px;color:#dc3545;margin-bottom:20px;text-align:center}.delete-account-confirm-dialog p{color:#666;margin-bottom:15px;line-height:1.6}.delete-account-confirm-buttons{display:flex;gap:15px;margin-top:30px}.delete-account-confirm-cancel{flex:1;padding:14px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.delete-account-confirm-cancel:hover:not(:disabled){background:#5a6268}.delete-account-confirm-cancel:disabled{opacity:.6;cursor:not-allowed}.delete-account-confirm-delete{flex:1;padding:14px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.delete-account-confirm-delete:hover:not(:disabled){background:#c82333}.delete-account-confirm-delete:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.delete-account-container{padding:10px}.delete-account-card{padding:30px 20px}.delete-account-card h1{font-size:28px;margin-bottom:20px}.delete-account-warning-message{padding:15px;font-size:14px}.countdown-time{font-size:36px}.delete-account-confirm-dialog{padding:30px 20px}.delete-account-confirm-dialog h2{font-size:20px}.delete-account-confirm-buttons{flex-direction:column}}
