@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";.admin-layout{min-height:100vh;background:#f8fafc}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.admin-sidebar{background:#fff;border-right:1px solid #e2e8f0;width:280px;min-height:100vh;padding:1.5rem 0}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1rem}.admin-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-card-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.admin-table th{background:#f7fafc;padding:.75rem 1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:1px solid #e2e8f0}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;color:#2d3748}.admin-table tr:hover{background:#f7fafc}.admin-btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;border:none;transition:all .2s}.admin-btn-primary{background:#3182ce;color:#fff}.admin-btn-primary:hover{background:#2c5aa0}.admin-btn-secondary{background:#e2e8f0;color:#4a5568}.admin-btn-secondary:hover{background:#cbd5e0}.admin-btn-danger{background:#e53e3e;color:#fff}.admin-btn-danger:hover{background:#c53030}.admin-btn-success{background:#38a169;color:#fff}.admin-btn-success:hover{background:#2f855a}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-form-group{display:flex;flex-direction:column;gap:.5rem}.admin-form-label{font-weight:500;color:#4a5568;font-size:.875rem}.admin-form-input{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:border-color .2s}.admin-form-input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.admin-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.admin-badge-success{background:#c6f6d5;color:#22543d}.admin-badge-warning{background:#faf089;color:#744210}.admin-badge-danger{background:#fed7d7;color:#742a2a}.admin-badge-info{background:#bee3f8;color:#2a4365}.admin-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.admin-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#718096}.admin-spinner{border:2px solid #e2e8f0;border-top:2px solid #3182ce;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.admin-sidebar{width:100%;min-height:auto}.admin-main,.admin-header{padding:1rem}}.admin-text-center{text-align:center}.admin-text-right{text-align:right}.admin-mb-2{margin-bottom:.5rem}.admin-mb-4{margin-bottom:1rem}.admin-mb-6{margin-bottom:1.5rem}.admin-mt-2{margin-top:.5rem}.admin-mt-4{margin-top:1rem}.admin-mt-6{margin-top:1.5rem}.admin-flex{display:flex}.admin-flex-col{flex-direction:column}.admin-items-center{align-items:center}.admin-justify-between{justify-content:space-between}.admin-gap-2{gap:.5rem}.admin-gap-4{gap:1rem}.admin-w-full{width:100%}.admin-max-w-md{max-width:28rem}.admin-max-w-lg{max-width:32rem}.admin-max-w-xl{max-width:36rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{margin:0;padding:0;background:#000;overflow-x:hidden;border:none;outline:none}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:#000;color:#fff;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em;min-height:100vh;position:relative;border:none;outline:none}#root{background:#000;min-height:100vh;margin:0;padding:0;position:relative;border:none;outline:none}.navbar-spacing{padding-top:44px!important}@media (max-width: 768px){.navbar-spacing{padding-top:32px!important}}@media (max-width: 480px){.navbar-spacing{padding-top:24px!important}}div{border:none;outline:none;max-width:100%;box-sizing:border-box}section{border:none;outline:none;max-width:100%;box-sizing:border-box}main{border:none;outline:none;max-width:100%;box-sizing:border-box}html,body{overflow-x:hidden}.cookie-consent-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-end;justify-content:center;z-index:10000;padding:20px}.cookie-consent-banner{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.2);overflow:hidden}.cookie-consent-content{padding:32px}.cookie-consent-header{text-align:center;margin-bottom:24px}.cookie-consent-header h2{font-size:24px;font-weight:600;color:#1d1d1f;margin:0 0 12px;letter-spacing:-.02em}.cookie-consent-header p{font-size:16px;color:#86868b;line-height:1.4;max-width:500px;margin:0 auto}.cookie-consent-details{margin:24px 0;padding:24px;background:#00000005;border-radius:16px;border:1px solid rgba(0,0,0,.05)}.cookie-consent-details h3{font-size:18px;font-weight:600;color:#1d1d1f;margin:0 0 20px}.cookie-category{margin-bottom:20px}.cookie-category:last-child{margin-bottom:0}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.category-header span{font-size:16px;font-weight:500;color:#1d1d1f}.cookie-category p{font-size:14px;color:#86868b;margin:0;line-height:1.4}.cookie-consent-actions{display:flex;flex-direction:column;gap:16px;margin-top:24px}.cookie-details-btn{background:transparent;border:1px solid #D2D2D7;color:#007aff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.cookie-details-btn:hover{background:#007aff0d;border-color:#007aff}.cookie-action-buttons{display:flex;gap:12px;flex-wrap:wrap}.cookie-decline-btn,.cookie-accept-selected-btn,.cookie-accept-all-btn{padding:12px 24px;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;flex:1;min-width:120px}.cookie-decline-btn{background:#f5f5f7;color:#86868b}.cookie-decline-btn:hover{background:#e5e5e7}.cookie-accept-selected-btn{background:#007aff;color:#fff}.cookie-accept-selected-btn:hover{background:#0056cc}.cookie-accept-all-btn{background:#34c759;color:#fff}.cookie-accept-all-btn:hover{background:#28a745}.cookie-consent-footer{margin-top:24px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1);text-align:center}.cookie-consent-footer p{font-size:14px;color:#86868b;margin:0;line-height:1.4}.cookie-consent-footer a{color:#007aff;text-decoration:none;margin-left:4px}.cookie-consent-footer a:hover{text-decoration:underline}@media (max-width: 768px){.cookie-consent-overlay{padding:16px}.cookie-consent-content{padding:24px}.cookie-action-buttons{flex-direction:column}.cookie-decline-btn,.cookie-accept-selected-btn,.cookie-accept-all-btn{min-width:auto}}.cookie-settings-container{max-width:800px;margin:0 auto;padding:40px 20px;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cookie-settings-header{text-align:center;margin-bottom:48px}.cookie-settings-header h1{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 16px;letter-spacing:-.02em}.cookie-settings-header p{font-size:18px;color:#86868b;line-height:1.5;max-width:600px;margin:0 auto}.cookie-settings-content{display:flex;flex-direction:column;gap:48px}.cookie-settings-section{background:#fffc;border-radius:20px;padding:32px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #0000000d}.cookie-settings-section h2{font-size:24px;font-weight:600;color:#1d1d1f;margin:0 0 12px}.cookie-settings-section p{font-size:16px;color:#86868b;margin:0 0 24px;line-height:1.5}.cookie-categories{display:flex;flex-direction:column;gap:24px}.cookie-category{padding:24px;background:#00000005;border-radius:16px;border:1px solid rgba(0,0,0,.05)}.category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.category-info{flex:1;margin-right:24px}.category-info h3{font-size:18px;font-weight:600;color:#1d1d1f;margin:0 0 8px}.category-info p{font-size:14px;color:#86868b;margin:0;line-height:1.4}.category-details{display:flex;flex-direction:column;gap:8px}.category-details span{font-size:14px;color:#6e6e73;line-height:1.4}.cookie-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px}.stat-card{text-align:center;padding:20px;background:#007aff0d;border-radius:12px;border:1px solid rgba(0,122,255,.1)}.stat-number{font-size:28px;font-weight:700;color:#007aff;margin-bottom:8px}.stat-label{font-size:14px;color:#86868b;font-weight:500}.compliance-status{display:flex;flex-direction:column;gap:20px}.status-item{display:flex;align-items:center;gap:16px;padding:20px;background:#00000005;border-radius:12px;border:1px solid rgba(0,0,0,.05)}.status-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;flex-shrink:0}.status-icon.compliant{background:#34c759}.status-icon.non-compliant{background:#ff3b30}.status-icon.pending{background:#ff9500}.status-info{flex:1}.status-label{font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:4px}.status-description{font-size:14px;color:#86868b;line-height:1.4}.cookie-settings-actions{text-align:center}.action-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:20px}.reset-button,.save-button{padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .3s ease;min-width:160px}.reset-button{background:#f5f5f7;color:#86868b}.reset-button:hover{background:#e5e5e7}.save-button{background:#007aff;color:#fff}.save-button:hover{background:#0056cc}.success-message{background:#34c759;color:#fff;padding:12px 24px;border-radius:8px;font-weight:500;display:inline-block}.cookie-settings-footer{text-align:center;margin-top:32px;padding-top:32px;border-top:1px solid rgba(0,0,0,.1)}.cookie-settings-footer p{font-size:14px;color:#86868b;margin:0;line-height:1.4}.cookie-settings-footer a{color:#007aff;text-decoration:none}.cookie-settings-footer a:hover{text-decoration:underline}@media (max-width: 768px){.cookie-settings-container{padding:24px 16px}.cookie-settings-section{padding:24px}.action-buttons{flex-direction:column;align-items:center}.reset-button,.save-button{min-width:auto;width:100%;max-width:300px}}.container,.wrapper,.content{overflow-x:hidden}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}
