
.splashscreen{z-index:99999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.splashscreen__content{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.splashscreen__logo{perspective:1000px}.splashscreen__logo img{width:100%;max-width:600px;height:auto;display:block}@media (max-width:768px){.splashscreen__logo img{max-width:280px}}
.cookie-banner{z-index:9999;background:#fff;padding:1.5rem 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.cookie-banner__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.cookie-banner__content{flex:1}.cookie-banner__text{color:#333;margin:0;font-size:.95rem;line-height:1.5}.cookie-banner__actions{flex-shrink:0;gap:1rem;display:flex}.cookie-banner__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.cookie-banner__btn--decline{color:#666;background:#f5f5f5}.cookie-banner__btn--decline:hover{background:#e0e0e0}.cookie-banner__btn--accept{color:#fff;background:#667eea}.cookie-banner__btn--accept:hover{background:#5568d3}@media (max-width:768px){.cookie-banner__container{flex-direction:column;align-items:stretch;gap:1rem}.cookie-banner__actions{width:100%}.cookie-banner__btn{flex:1}}
