@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg: #0a0a0a;--surface: #111111;--surface-2: #1a1a1a;--border: #222;--fuchsia: #E20074;--fuchsia-dim: rgba(226, 0, 116, .15);--text: #f5f5f5;--text-muted: #888;--radius: 8px;--sidebar-w: 240px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:var(--sidebar-w);min-height:100vh;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column}.brand-text{font-size:1.1rem;font-weight:700;color:var(--fuchsia)}.brand-sub{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:4px}.nav-item{padding:.65rem 1rem;border-radius:var(--radius);font-size:.9rem;color:var(--text-muted);transition:all .2s;display:block}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:var(--fuchsia-dim);color:var(--fuchsia);font-weight:500}.sidebar-footer{padding:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.user-email{font-size:.78rem;color:var(--text-muted);word-break:break-all}.logout-btn{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.4rem .75rem;border-radius:var(--radius);cursor:pointer;font-size:.8rem;transition:all .2s}.logout-btn:hover{border-color:var(--fuchsia);color:var(--fuchsia)}.admin-main{flex:1;padding:2rem;overflow-y:auto}.page{max-width:1000px}.page-title{font-size:1.6rem;font-weight:700;margin-bottom:.25rem}.page-sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.loading-txt,.empty-state{color:var(--text-muted);padding:2rem 0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 0%,rgba(226,0,116,.12) 0%,transparent 60%)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2.5rem;width:100%;max-width:400px}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{font-size:1.5rem;color:var(--fuchsia)}.login-header p{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.error-banner{background:#ff46461a;border:1px solid rgba(255,70,70,.3);color:#ff6b6b;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.login-form,.form-card{display:flex;flex-direction:column;gap:1rem}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.form-row{display:flex;gap:1rem}.form-row .field-group{flex:1}.field-group{display:flex;flex-direction:column;gap:6px}.field-group label{font-size:.83rem;color:var(--text-muted);font-weight:500}.field-group input,.field-group textarea,.field-group select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.6rem .85rem;border-radius:var(--radius);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s;width:100%}.field-group input:focus,.field-group textarea:focus,.field-group select:focus{border-color:var(--fuchsia)}.checkbox-group label{flex-direction:row;align-items:center;gap:8px;font-size:.9rem;color:var(--text);cursor:pointer}.checkbox-group input[type=checkbox]{width:auto}.form-actions{display:flex;gap:.75rem;margin-top:.5rem}.btn-primary{background:var(--fuchsia);color:#fff;border:none;padding:.65rem 1.5rem;border-radius:var(--radius);font-size:.9rem;cursor:pointer;font-weight:500;transition:opacity .2s}.btn-primary:hover:not(:disabled){opacity:.85}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);padding:.65rem 1.5rem;border-radius:var(--radius);font-size:.9rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:var(--text-muted);color:var(--text)}.btn-sm{padding:.3rem .7rem;border-radius:6px;font-size:.8rem;cursor:pointer;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);margin-right:6px;transition:all .2s}.btn-sm:hover{border-color:var(--fuchsia);color:var(--fuchsia)}.btn-sm.danger:hover{border-color:#f44;color:#f44}.data-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:10px;overflow:hidden}.data-table th,.data-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--border);font-size:.88rem}.data-table th{color:var(--text-muted);font-weight:500;background:var(--surface-2);font-size:.8rem;text-transform:uppercase}.data-table tr:last-child td{border-bottom:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.stat-value{font-size:2rem;font-weight:700;color:var(--fuchsia)}.stat-label{font-size:.82rem;color:var(--text-muted);margin-top:4px}.stat-sub{font-size:.78rem;color:var(--text-muted);margin-top:2px}.badge{display:inline-block;padding:.2rem .55rem;border-radius:4px;font-size:.75rem;font-weight:500;background:var(--fuchsia-dim);color:var(--fuchsia)}.badge.published{background:#00c8641a;color:#00c864}.badge.draft{background:#9696961a;color:#888}.badge.new{background:#e2007426;color:var(--fuchsia)}.badge.read{background:#6464ff1a;color:#69f}.badge.replied{background:#00c8641a;color:#00c864}.badge-btn{padding:.3rem .85rem;border-radius:99px;font-size:.8rem;cursor:pointer;border:1px solid var(--border);background:none;color:var(--text-muted);transition:all .2s}.badge-btn.active,.badge-btn:hover{border-color:var(--fuchsia);color:var(--fuchsia);background:var(--fuchsia-dim)}.filter-bar{display:flex;gap:.5rem;margin-bottom:1.5rem}.message-list{display:flex;flex-direction:column;gap:1rem}.message-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;border-left:3px solid var(--border)}.message-card.new{border-left-color:var(--fuchsia)}.message-card.replied{border-left-color:#00c864}.msg-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.msg-email{font-size:.85rem;color:var(--text-muted)}.msg-body{color:#ddd;font-size:.9rem;line-height:1.6;margin:.5rem 0}.msg-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.msg-time{font-size:.78rem;color:var(--text-muted)}.msg-actions{display:flex;gap:.5rem}.loading-page{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--text-muted)}.section{margin-top:2rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080,0 0 0 1px #e2007414;animation:modalSlideUp .25s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.modal-title{font-size:1.15rem;font-weight:600;color:var(--text)}.modal-close{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s;flex-shrink:0}.modal-close:hover{border-color:var(--fuchsia);color:var(--fuchsia)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-body a{word-break:break-all;overflow-wrap:anywhere}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:1000;padding:0 1rem;align-items:center;justify-content:space-between}.menu-toggle{background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.mobile-brand .brand-text{font-size:1rem;font-weight:700;color:var(--fuchsia);letter-spacing:1px}.logout-btn-sm{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);padding:.4rem .8rem;border-radius:6px;font-size:.75rem;cursor:pointer}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001}.sidebar-close{display:none;position:absolute;top:1rem;right:1rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);width:32px;height:32px;border-radius:50%;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer}@media (max-width: 768px){.mobile-header{display:flex}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:1002;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:280px;box-shadow:20px 0 50px #00000080}.sidebar-open .admin-sidebar{transform:translate(0)}.sidebar-open .sidebar-backdrop{display:block}.sidebar-close{display:flex}.admin-main{padding:80px 1rem 2rem}.page-title{font-size:1.4rem}.stats-grid{grid-template-columns:1fr 1fr}.form-row{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{width:100%;padding:.75rem}.form-actions{flex-direction:column}.responsive-table{background:transparent!important;border:none!important}.responsive-table thead{display:none}.responsive-table tr{display:block;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;padding:1rem;box-shadow:0 4px 12px #0000001a}.responsive-table td{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)!important;padding:.75rem 0!important;text-align:right!important}.responsive-table td:last-child{border-bottom:none!important;margin-top:.5rem;justify-content:flex-end}.responsive-table td:before{content:attr(data-label);font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;text-align:left}.modal-overlay{padding:.75rem}.modal-content{max-height:92vh;border-radius:12px}.modal-header{padding:1rem 1.25rem}.modal-body{padding:1.25rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.modal-overlay{padding:0}.modal-content{max-height:100vh;border-radius:0;height:100%}}
