.audit-log-viewer-container{width:96vw;max-width:1600px;min-width:320px;margin:2vw auto;background:#fff;border-radius:18px;box-shadow:0 8px 32px #00000014;padding:2.5rem 2vw 2rem 2vw}.audit-log-filter-form{display:flex;gap:1.2rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:flex-end;justify-content:flex-start}.audit-log-filter-form button{height:48px;font-size:1rem;font-weight:600;border-radius:10px;border:none;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;min-width:80px;width:80px;box-shadow:0 2px 8px #4f46e51a;transition:background .2s,box-shadow .2s;cursor:pointer;margin-left:.5rem;margin-top:.1rem;margin-bottom:.1rem;display:flex;align-items:center;justify-content:center}.audit-log-filter-form button:hover{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 12px 32px #4f46e52e}.audit-log-filter-form input:focus{border-color:#4f46e5;background:#fff;outline:none}.audit-log-table-wrapper{margin-top:1.5rem}.audit-log-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 8px #3c3c640f}.audit-log-table th,.audit-log-table td{border:none;padding:1rem .8rem;text-align:left}.audit-log-table th{background:#f6f7fb;color:#4f46e5;font-weight:700;font-size:1.05rem}.audit-log-table tr:nth-child(2n) td{background:#f9f9fb}.audit-log-table tr:hover td{background:#eef2ff}.audit-log-pagination{display:flex;align-items:center;gap:1.2rem;margin-top:1.2rem}.promotion-results-table-wrapper{margin-top:2.5rem;overflow-x:auto}.promotion-results-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;box-shadow:0 2px 12px #3c3c641a;overflow:hidden}.subscription-form-full{width:96vw;max-width:1600px;min-width:320px;background:#fff;border-radius:18px;padding:2.5rem 2vw;margin:2vw auto;box-shadow:0 12px 30px #00000014}.promotion-results-table th,.promotion-results-table td{padding:1rem 1.2rem;text-align:left;position:relative;transition:filter .2s,background .2s}.promotion-results-table td{filter:blur(6px);padding:1.2rem 1vw;width:99vw;min-width:0;cursor:pointer}.promotion-results-table td:hover,.promotion-results-table tr:hover td{filter:none;background:#fff;z-index:2}.promotion-results-table tr{transition:background .2s}.promotion-results-table tr:hover{background:#eef2ff}.toast{min-width:320px;max-width:420px;background:#fff;color:#222;border-radius:12px;box-shadow:0 6px 32px #3c3c642e;padding:1.1em 1.6em 1.1em 1.2em;font-size:1.08rem;font-weight:500;display:flex;align-items:center;gap:1.2em;border-left:6px solid #6366f1;margin-bottom:.5em;animation:toast-in .25s cubic-bezier(.4,0,.2,1)}.toast-success{border-left-color:#22c55e}.toast-error{border-left-color:#ef4444}.toast-info{border-left-color:#6366f1}.toast-close{background:none;border:none;color:#888;font-size:1.5em;cursor:pointer;margin-left:auto;padding:0 .2em;line-height:1;transition:color .15s}.toast-close:hover{color:#222}@keyframes toast-in{0%{opacity:0;transform:translateY(-24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.management-container{width:96vw;max-width:1600px;min-width:320px;margin:2vw auto;background:#fff;border-radius:18px;box-shadow:0 8px 32px #00000014;padding:2.5rem 2vw 2rem 2vw}.management-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1.2rem}.management-header h2{margin:0;font-size:2rem}.management-controls{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem;flex-wrap:wrap}.primary-btn{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;border:none;border-radius:10px;padding:.7em 1.4em;font-size:1.08rem;box-shadow:0 2px 8px #4f46e51a;transition:background .2s,box-shadow .2s;cursor:pointer}.primary-btn:hover{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 16px #4f46e52e}.table-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000000f;padding:1.5rem 1rem;margin-top:1.5rem}.modern-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 8px #3c3c640f}.modern-table th,.modern-table td{border:none;padding:1rem .8rem;text-align:left}.modern-table th{background:#f6f7fb;color:#4f46e5;font-weight:700;font-size:1.05rem}.modern-table tr:nth-child(2n) td{background:#f9f9fb}.modern-table tr:hover td{background:#eef2ff}.table-btn{background:#f3f4f6;color:#3730a3;border:none;border-radius:8px;padding:.5em 1em;font-weight:500;margin-right:.5em;cursor:pointer;transition:background .15s,color .15s}.table-btn:hover{background:#6366f1;color:#fff}.ip-chip{display:inline-block;background:#eef2ff;color:#3730a3;border-radius:8px;padding:.2em .7em;font-size:.98em;margin-right:.4em;margin-bottom:.2em}.username-row{grid-column:1 / -1!important;position:relative;z-index:10}*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#f5f7fb;color:#111827}body{margin:0;min-height:100vh;background:#f5f7fb}.dashboard{display:flex;flex-direction:column;height:100vh}.header{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.dashboard-body{display:flex;flex:1;overflow:hidden}.side-menu{width:260px;background:#fff;border-right:1px solid #e5e7eb;padding:2rem 1.5rem}.side-menu nav ul{list-style:none;padding:0;margin:0}.side-menu nav ul li a{display:block;padding:.75rem 1rem;border-radius:10px;color:#374151;font-weight:500}.side-menu nav ul li a:hover{background:#eef2ff;color:#4f46e5}.main-content{flex:1;padding:2rem;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start}.subscription-form-full{width:100%;max-width:1100px;background:#fff;border-radius:18px;padding:2.5rem 3rem;box-shadow:0 12px 30px #00000014}.subscription-form-full h2{text-align:center;font-size:2rem;margin-bottom:2.5rem}.subscription-form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 2.5rem;position:relative;z-index:1;align-items:end}.subscription-form-fields .field,.subscription-form-fields .form-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.5rem}.subscription-form-fields label{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.2rem}.subscription-form-fields input,.subscription-form-fields select{height:48px;font-size:1.05rem;border-radius:12px;padding:0 1rem;background:#f9fafb;border:1.5px solid #d1d5db;color:#111827;margin-bottom:.1rem}.subscription-form-fields select{min-width:120px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f9fafb url('data:image/svg+xml;utf8,<svg fill="gray" height="16" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 7.293a1 1 0 011.414 0L10 8.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>') no-repeat right 1rem center/1.2em auto}.subscription-form-fields input:focus,.subscription-form-fields select:focus{border-color:#4f46e5;background:#fff;outline:none}@media (max-width: 900px){.management-container{width:99vw;min-width:0;padding:1.2rem 1vw 1rem 1vw}.management-header,.management-controls{flex-direction:column;align-items:flex-start;gap:.8rem}.subscription-form-fields{grid-template-columns:1fr;gap:1.4rem}.subscription-form-fields .field,.subscription-form-fields .form-field{margin-bottom:.8rem}}.form-field{display:flex;flex-direction:column;gap:.4rem;position:relative;z-index:2}.form-field label{font-size:.9rem;font-weight:600;color:#374151}.subscription-form-fields input{height:56px;font-size:1.05rem;border-radius:14px;padding:0 1rem;background:#f9fafb;border:1.5px solid #d1d5db;color:#111827}.subscription-form-fields input:focus{border-color:#4f46e5;background:#fff;outline:none}.user-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 24px #0000001f;max-height:200px;overflow-y:auto;z-index:100;padding:0;list-style:none}.user-dropdown li{padding:.75rem 1rem;cursor:pointer}.user-dropdown li:hover{background:#eef2ff}.subscription-form-fields button{grid-column:1 / -1;height:64px;font-size:1.2rem;font-weight:700;border-radius:16px;border:none;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;cursor:pointer;box-shadow:0 14px 32px #4f46e559;transition:transform .2s,box-shadow .2s}.subscription-form-fields button:hover{transform:translateY(-2px);box-shadow:0 18px 40px #4f46e573}.error{margin-top:1rem;background:#fee2e2;color:#b91c1c;padding:.75rem 1rem;border-radius:10px}.success{margin-top:1rem;background:#dcfce7;color:#166534;padding:.75rem 1rem;border-radius:10px}@media (max-width: 900px){.subscription-form-fields{grid-template-columns:1fr;gap:1.4rem}.subscription-form-full{padding:1.8rem}.side-menu{display:none}}
