@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box}a,button,code,div,h1,h2,h3,h4,label,legend,li,p,select,span,tbody,textarea,thead{margin:0;font-family:Poppins,sans-serif;text-decoration:none}body{margin:0;padding:0;overflow-x:hidden;min-height:100vh}body,body>div{display:flex;flex-direction:column}body>div,main{flex:1 1}ul{list-style-type:none;margin:0;padding:0}h1,h2,h3,h4{color:#222}h1{font-size:28px;font-weight:600}h2{font-size:20px;font-weight:500}p{font-size:16px;color:#666}.text-color{color:#ff914d}img{height:auto}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a1a1a;border-top:3px solid #ff914d;padding:20px 24px;animation:cookieSlideUp .4s ease-out}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.cookie-text p{color:#e0e0e0;font-size:14px;line-height:1.6;margin:0}.cookie-text a{color:#ff914d;text-decoration:underline;font-weight:500}.cookie-text a:hover{color:#ffb380}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s;white-space:nowrap}.cookie-btn-reject{background:transparent;color:#ccc;border:1px solid #555}.cookie-btn-reject:hover{background:#333;border-color:#888;color:#fff}.cookie-btn-accept{background:#ff914d;color:#fff}.cookie-btn-accept:hover{background:#e07a3a}@media (max-width:600px){.cookie-banner{padding:16px}.cookie-banner-inner{flex-direction:column;text-align:center;gap:16px}.cookie-actions{width:100%}.cookie-btn{flex:1 1}}:root{--dash-primary:#ff914d;--dash-primary-hover:#e67828;--dash-primary-disabled:#f7b78a;--dash-primary-gradient-start:#f0790a;--dash-primary-gradient-end:#ffb27a;--dash-primary-bg:#fff5ef;--dash-primary-bg-hover:#fff6f0;--dash-primary-bg-active:#fff0e6;--dash-primary-bg-card:#fff4ef;--dash-primary-bg-subtle:#fff8f3;--dash-primary-drag:#ffcba8;--dash-primary-border:#f0c5b4;--dash-primary-border-light:#f0d9cc;--dash-primary-border-lighter:#f5e0d6;--dash-text:#222;--dash-text-secondary:#333;--dash-text-tertiary:#444;--dash-text-muted:#555;--dash-text-light:#666;--dash-text-lighter:#888;--dash-text-placeholder:#999;--dash-text-black:#000;--dash-border:#ddd;--dash-border-dark:#ccc;--dash-border-input:#d1d5db;--dash-border-light:#e0e0e0;--dash-border-divider:#ececec;--dash-bg:#fff;--dash-bg-subtle:#f5f5f5;--dash-bg-hover:#f0f0f0;--dash-success:#2e8b57;--dash-success-gradient-start:#40a76c;--dash-success-gradient-end:#67c08b;--dash-danger:#e53935;--dash-danger-hover:#c62828;--dash-danger-disabled:#f5b5b5;--dash-danger-text:#ff4d4d;--dash-danger-link:#bf2d2d;--dash-danger-link-hover:#8e1f1f;--dash-danger-delete:#dc3545;--dash-error:#c00;--dash-danger-bg:#fff0f0;--dash-info:#3498db;--dash-info-hover:#2980b9;--dash-info-bg:#f0f4ff;--dash-info-border:#c7d5ff;--dash-warning-bg:#fff8e1;--dash-warning-border:#ffc107;--dash-warning-text:#5a4a00;--dash-accent-brown:#8c4b23;--dash-status-confirmed:green;--dash-status-declined:red;--dash-status-pending:orange}