@import url('https://fonts.googleapis.com/css2?family=Gilroy:wght@400;500;600;700&display=swap');.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff!important;backdrop-filter:blur(20px);border-top:1px solid #86788e;padding:20px;z-index:10000;transform:translateY(100%);transition:transform .4s ease;font-family:Gilroy,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.cookie-banner.show{transform:translateY(0)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-text{flex:1;color:#171719;font-size:.9rem;line-height:1.5}.cookie-text strong{color:#171719}.cookie-text a{color:#86788e;text-decoration:none;transition:color .3s ease}.cookie-text a:hover{color:#86788e;opacity:.8}.cookie-buttons{display:flex;gap:12px;align-items:center}.cookie-btn{padding:12px 24px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.cookie-btn-accept{background:#000!important;color:#fff!important;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cookie-btn-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.cookie-btn-decline{background:#f0f0f0;color:#171719;border:1px solid #ddd}.cookie-btn-decline:hover{background:#e0e0e0;color:#171719}.cookie-btn-settings{background:transparent;color:#000!important;border:1px solid #000}.cookie-btn-settings:hover{background:rgba(0,0,0,.1)}.cookie-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);z-index:10001;display:none;align-items:center;justify-content:center;padding:20px}.cookie-modal.show{display:flex}.cookie-modal-content{background:#fff!important;border-radius:15px;border:1px solid #ddd;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;padding:30px;font-family:Gilroy,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;box-shadow:0 10px 40px rgba(0,0,0,.2)}.cookie-modal-header{margin-bottom:25px}.cookie-modal-title{font-size:1.5rem;color:#000;margin-bottom:10px;font-weight:600}.cookie-category{margin-bottom:25px;padding:20px;background:#f8f9fa!important;border-radius:10px;border:1px solid #e9ecef}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cookie-category-title{font-weight:600;color:#171719}.cookie-switch{position:relative;width:50px;height:24px}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc!important;transition:.3s;border-radius:24px}.cookie-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.cookie-slider{background-color:#000!important}input:checked+.cookie-slider:before{transform:translateX(26px)}input:disabled+.cookie-slider{opacity:.5;cursor:not-allowed;background-color:#86788e!important}.cookie-category-description{color:#171719;font-size:.9rem;line-height:1.5}.cookie-modal-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:30px;border-top:1px solid #e9ecef;padding-top:20px}@media (max-width:768px){.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{width:100%;justify-content:center;flex-wrap:wrap}.cookie-btn{flex:1;min-width:120px}.cookie-modal-content{margin:10px;padding:20px}.cookie-category-header{flex-direction:column;align-items:flex-start;gap:10px}}