.cookie-notice-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.cookie-notice{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;animation:slideIn .3s ease-out}.cookie-notice-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.cookie-icon{font-size:24px}.cookie-notice-header h3{margin:0;color:#1e293b;font-size:20px;font-weight:600}.cookie-notice p{margin-bottom:24px;color:#475569;line-height:1.6}.cookie-notice-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn-outline{padding:12px 24px;border:2px solid #2563eb;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;background:transparent;color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}*{box-sizing:border-box;margin:0;padding:0}body,.app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.6;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:#1e293b}.logo-icon{font-size:24px}.nav{display:flex;gap:30px}.nav a{color:#64748b;text-decoration:none;font-weight:500;padding:8px 0;border-bottom:2px solid transparent;transition:all .2s ease}.nav a:hover,.nav a.active{color:#2563eb;border-bottom-color:#2563eb}.container{max-width:1200px;margin:0 auto;padding:40px 20px}.breadcrumb{margin-bottom:30px;font-size:14px;color:#64748b}.breadcrumb-link{color:#2563eb;cursor:pointer;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.content-section{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}h1{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:16px}h2{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:16px}h3{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:12px}.lead{font-size:18px;color:#64748b;margin-bottom:30px}p{margin-bottom:16px;color:#475569}ul{margin-bottom:16px;padding-left:20px}li{margin-bottom:8px;color:#475569}.policy-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e2e8f0}.policy-section:last-child{border-bottom:none;margin-bottom:0}.cookie-types{display:grid;gap:20px;margin-top:20px}.cookie-type{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.cookie-type.essential{background:#f0f9ff;border-color:#0ea5e9}.cookie-type h3{margin-bottom:8px;color:#1e293b}.cookie-status{display:flex;align-items:center;gap:10px;margin-top:12px}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.status-badge.always-active{background:#10b981;color:#fff}.status-desc{font-size:12px;color:#64748b}.cookie-toggle{display:flex;align-items:center;gap:12px;margin-top:12px}.toggle-label{font-weight:500;color:#1e293b}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.slider{background-color:#2563eb}input:checked+.slider:before{transform:translate(20px)}.preferences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:30px 0}.preference-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.preference-card.essential{background:#f0f9ff;border-color:#0ea5e9}.preference-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.preference-details{margin-top:12px;font-size:14px;color:#64748b;line-height:1.5}.secure-content{max-width:500px;margin:0 auto;text-align:center;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.secure-icon{font-size:48px;margin-bottom:20px}.secure-form{margin:30px 0}.form-group{margin-bottom:20px;text-align:left}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;background:#fff;transition:border-color .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:120px}.secure-info{margin:30px 0;display:grid;gap:15px}.info-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#64748b}.info-icon{font-size:16px}.footer-links{margin-top:30px;font-size:14px}.footer-links a{color:#2563eb;text-decoration:none}.footer-links a:hover{text-decoration:underline}.separator{margin:0 8px;color:#cbd5e1}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:#64748b;color:#fff}.btn-secondary:hover{background:#475569}.btn-full{width:100%}.action-buttons{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.report-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:30px 0}.info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;text-align:center}.info-card .info-icon{font-size:32px;margin-bottom:12px;display:block}.info-card h3{margin-bottom:8px;color:#1e293b}.form-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e2e8f0}.form-section:last-child{border-bottom:none}.form-section h2{margin-bottom:20px;color:#1e293b}.checkbox-group{display:flex;flex-direction:column;gap:15px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:#475569}.checkbox-label input[type=checkbox]{margin:0;width:18px;height:18px;accent-color:#2563eb}.error-content{max-width:500px;margin:0 auto;text-align:center;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.error-icon{font-size:48px;margin-bottom:20px}.error-details{margin:30px 0;text-align:left;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:20px}.error-details p{margin-bottom:15px;color:#dc2626;font-weight:500}.error-details ul{margin:0;padding-left:20px}.error-details li{color:#dc2626;margin-bottom:8px}.success-content{max-width:600px;margin:0 auto;text-align:center;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.success-icon{font-size:48px;margin-bottom:20px}.success-details{margin:30px 0;display:grid;gap:20px}.detail-item{display:flex;align-items:flex-start;gap:15px;text-align:left;padding:20px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.detail-icon{font-size:24px;flex-shrink:0}.detail-item h3{margin-bottom:8px;color:#1e293b}.detail-item p{margin:0;color:#64748b}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin:20px 0;color:#dc2626;display:flex;align-items:center;gap:8px}.error-icon{font-size:16px}.terms-content{margin:30px 0}.terms-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.terms-section:last-child{border-bottom:none}.contact-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-top:15px}.contact-info p{margin-bottom:8px}.contact-info p:last-child{margin-bottom:0}.footer{background:#1e293b;color:#f1f5f9;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.footer-section h4{margin-bottom:15px;color:#fff;font-weight:600}.footer-section a{color:#cbd5e1;text-decoration:none;display:block;margin-bottom:8px;transition:color .2s ease}.footer-section a:hover{color:#fff}.footer-section p{color:#cbd5e1;margin-bottom:8px}.footer-bottom{border-top:1px solid #334155;padding:20px;text-align:center;color:#94a3b8}@media (max-width: 768px){.header-content{padding:0 15px}.nav{gap:20px}.container{padding:20px 15px}.content-section{padding:20px}.preferences-grid,.report-info{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.footer-content{grid-template-columns:1fr;text-align:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page.active{animation:fadeIn .3s ease-out}
