:root{--color-primary: #1a1a1a;--color-secondary: #666;--color-accent: #2a5a3a;--color-bg: #ffffff;--color-bg-alt: #f5f5f5;--color-border: #e0e0e0;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-primary);background-color:var(--color-bg);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--color-border);background:var(--color-bg);position:sticky;top:0;z-index:100}.header__logo{font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none;letter-spacing:.02em}.header__logo:hover{text-decoration:none}.header__nav{display:flex;gap:2rem}.header__nav a{color:var(--color-secondary);text-decoration:none;font-size:.95rem;transition:color .2s}.header__nav a:hover,.header__nav a.active{color:var(--color-primary)}.header__right{display:flex;align-items:center;gap:1.5rem}.header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-secondary);text-decoration:none;transition:color .2s}.header__icon:hover{color:var(--color-primary);text-decoration:none}.header__icon-svg{width:22px;height:22px}.header__icon:hover .header__icon-svg{color:var(--color-accent)}.header__icon[href*=wishlist]:hover .header__icon-svg{color:#b82828}.header__wishlist-badge{position:absolute;top:-2px;right:-2px;background:#b82828;color:#fff;font-size:.65rem;font-weight:600;padding:.1rem .35rem;border-radius:10px;min-width:1rem;text-align:center}.header__icon .header__cart-badge{position:absolute;top:-2px;right:-2px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:600;padding:.1rem .35rem;border-radius:10px;min-width:1rem;text-align:center}.footer{text-align:center;padding:2rem 1rem;padding-right:calc(1rem + 196px);border-top:1px solid var(--color-border);color:var(--color-secondary);font-size:.85rem;margin-top:auto}@media(max-width:640px){.footer{padding-right:calc(1rem + 128px)}}.home-page{text-align:center;max-width:700px;margin:0 auto;padding:4rem 1rem}.home-page__hero{margin-bottom:3rem}.home-page__title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.home-page__tagline{font-size:1.2rem;color:var(--color-secondary);font-style:italic}.home-page__about{text-align:left;margin-bottom:2.5rem;line-height:1.8}.home-page__about p{margin-bottom:1rem}.home-page__cta{display:inline-block;text-decoration:none;font-size:1.05rem;padding:.8rem 2rem}.home-page__cta:hover{text-decoration:none}.gallery-filters{position:sticky;top:calc(1rem + 60px);align-self:flex-start;min-width:200px;padding:1.25rem;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px}.gallery-filters__block{margin-bottom:1.5rem}.gallery-filters__block:last-child{margin-bottom:0}.gallery-filters__title{font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:var(--color-primary)}.gallery-filters__options{display:flex;flex-direction:column;gap:.5rem}.gallery-filters__option{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer;color:var(--color-secondary)}.gallery-filters__option:hover{color:var(--color-primary)}.gallery-filters__option input{accent-color:var(--color-accent)}.product-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.product-card__image-wrapper{aspect-ratio:1;background:var(--color-bg-alt);overflow:hidden;position:relative}.product-card__link{display:block;width:100%;height:100%}.product-card__link:hover{text-decoration:none}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;z-index:2;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.product-card__badge--discount{top:8px;left:8px;z-index:2;background:var(--color-accent);color:#fff}.product-card__badge--type{top:8px;right:8px;background:#0009;color:#fff}.product-card__wishlist{position:absolute;bottom:8px;right:8px;z-index:2;width:36px;height:36px;border:none;border-radius:50%;background:#ffffffe6;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.product-card__wishlist:hover{background:#fff;color:#b82828}.product-card__wishlist--active{color:#b82828}.product-card__wishlist-icon{width:20px;height:20px}.product-card__carousel{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.product-card__carousel>*{pointer-events:auto}.product-card__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;z-index:2;opacity:0;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.product-card:hover .product-card__carousel-btn{opacity:1}.product-card__carousel-btn--prev{left:8px}.product-card__carousel-btn--prev:after{content:"";width:0;height:0;margin-left:3px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid #333}.product-card__carousel-btn--next{right:8px}.product-card__carousel-btn--next:after{content:"";width:0;height:0;margin-right:3px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #333}.product-card__carousel-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.product-card__carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff9;cursor:pointer;padding:0;transition:background .2s}.product-card__carousel-dot:hover{background:#ffffffe6}.product-card__carousel-dot--active{background:#fff}.product-card__content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:1.05rem;font-weight:600;line-height:1.35;margin-bottom:.5rem}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--color-accent)}.product-card__price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.product-card__price{font-size:1.1rem;font-weight:700;color:var(--color-primary)}.product-card__price-old{font-size:.9rem;font-weight:400;text-decoration:line-through;color:var(--color-secondary);opacity:.8}.product-card .btn{margin-top:auto;width:100%;padding:.65rem 1rem}.product-card--print:hover{border-color:#8b5a2b;box-shadow:0 12px 32px #8b5a2b26}.product-card--original:hover{border-color:#4682b4;box-shadow:0 12px 32px #4682b426}.product-card--postcard:hover{border-color:#556b2f;box-shadow:0 12px 32px #556b2f26}.featured-carousel{position:relative;width:100%;max-width:var(--max-width);margin:0 auto 1.5rem;overflow:hidden;border-radius:8px}.featured-carousel__track{display:flex;transition:transform .6s ease-in-out;will-change:transform}.featured-carousel__slide{aspect-ratio:5 / 1;min-height:180px}.featured-carousel__image{width:100%;height:100%;object-fit:cover;display:block}.featured-carousel__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.featured-carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:#fff9;cursor:pointer;padding:0;transition:background .2s}.featured-carousel__dot:hover{background:#ffffffe6}.featured-carousel__dot--active{background:#fff}.gallery-page h1{font-size:2rem;margin-bottom:1.5rem}.gallery-page__error,.gallery-page__empty{padding:2rem;text-align:center;color:var(--color-secondary)}.gallery-page__error{color:#c00}.gallery-page__layout{display:flex;gap:2rem;align-items:flex-start}.gallery-page__main{flex:1;min-width:0}.artwork-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.gallery-page__loader{display:flex;align-items:center;justify-content:center;min-height:300px}.gallery-page__spinner{width:48px;height:48px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:gallery-spin .8s linear infinite}@keyframes gallery-spin{to{transform:rotate(360deg)}}.gallery-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.gallery-page__page-info{color:var(--color-secondary);font-size:.95rem}@media(max-width:768px){.gallery-page__layout{flex-direction:column}.gallery-filters{position:static;width:100%}}.product-detail{max-width:900px}.product-detail__back{display:inline-flex;align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.95rem}.product-detail__back:hover{text-decoration:underline}.product-detail__breadcrumb{margin-bottom:1rem;font-size:.9rem;color:var(--color-secondary)}.product-detail__breadcrumb a:hover{text-decoration:underline}.product-detail__loading,.product-detail__error{padding:2rem;text-align:center}.product-detail__error{color:#c00}.product-detail__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:768px){.product-detail__content{grid-template-columns:1fr}}.product-detail__gallery{position:sticky;top:1rem}.product-detail__main-image{aspect-ratio:1;background:var(--color-bg-alt);border-radius:8px;overflow:hidden;margin-bottom:.75rem}.product-detail__main-image img{width:100%;height:100%;object-fit:cover}.product-detail__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-detail__thumb{width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:var(--color-bg-alt);transition:border-color .2s}.product-detail__thumb:hover{border-color:var(--color-border)}.product-detail__thumb--active{border-color:var(--color-accent)}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__title{font-size:1.75rem;margin-bottom:.25rem}.product-detail__article{font-size:.9rem;color:var(--color-secondary);margin-bottom:.25rem}.product-detail__type{font-size:.9rem;color:var(--color-secondary);margin-bottom:.5rem}.product-detail__price{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.product-detail__price-old{margin-left:.5rem;font-weight:400;text-decoration:line-through;opacity:.7}.product-detail__description{margin-bottom:1rem;line-height:1.6}.product-detail__availability{font-size:.95rem;color:var(--color-secondary);margin-bottom:1rem}.product-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.product-detail__wishlist{padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg-alt);color:var(--color-secondary);font-size:.95rem;cursor:pointer;transition:color .2s,border-color .2s}.product-detail__wishlist:hover,.product-detail__wishlist--active{color:#b82828;border-color:#b82828}.product-detail__wishlist-icon{width:18px;height:18px;margin-right:.35rem;vertical-align:middle}.product-detail__add{padding:.75rem 1.5rem}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;background:none;border:none;font-size:1rem;font-weight:500;color:var(--color-primary);cursor:pointer;text-align:left;font-family:inherit}.faq-item__question:hover{color:var(--color-accent)}.faq-item__icon{font-size:1.3rem;flex-shrink:0;margin-left:1rem}.faq-item__answer{padding:0 0 1.2rem;color:var(--color-secondary);line-height:1.7}.faq-page h1{font-size:2rem;margin-bottom:1.5rem}.faq-page__list{max-width:700px}.contact-form{max-width:500px}.contact-form--success{text-align:center;padding:2rem 0}.contact-form--success p{margin-bottom:1rem;font-size:1.1rem}.contact-form__field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem;font-size:.9rem;color:var(--color-secondary)}.contact-form__field input,.contact-form__field textarea{padding:.6rem .8rem;border:1px solid var(--color-border);border-radius:6px;font-size:1rem;font-family:inherit;color:var(--color-primary);background:var(--color-bg);transition:border-color .2s}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:var(--color-accent)}.contact-form .btn{margin-top:.5rem}.contacts-page h1{font-size:2rem;margin-bottom:2rem}.contacts-page__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contacts-page__info h2,.contacts-page__form h2{font-size:1.3rem;margin-bottom:1rem}.contacts-page__details{line-height:1.8}.contacts-page__details dt{font-weight:600;margin-top:1rem;color:var(--color-secondary);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.contacts-page__details dd{margin-left:0}@media(max-width:700px){.contacts-page__content{grid-template-columns:1fr;gap:2rem}}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image-link{display:block;flex-shrink:0}.cart-item__image-link:hover{text-decoration:none}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:6px;background:var(--color-bg-alt)}.cart-item__title-link{color:inherit}.cart-item__title-link:hover{color:var(--color-accent)}.cart-item__info{flex:1}.cart-item__title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.cart-item__price{color:var(--color-secondary);font-size:.9rem}.cart-item__quantity{display:flex;align-items:center;gap:.5rem}.cart-item__qty-btn{width:2rem;height:2rem;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item__qty-btn:hover{border-color:var(--color-primary)}.cart-item__qty-value{min-width:2rem;text-align:center;font-weight:600}.cart-item__total{font-weight:600;min-width:6rem;text-align:right}.cart-item__remove{background:none;border:none;font-size:1.4rem;color:var(--color-secondary);cursor:pointer;padding:.25rem;line-height:1}.cart-item__remove:hover{color:#c00}.cart-page h1{font-size:2rem;margin-bottom:1.5rem}.cart-page--empty{text-align:center;padding:4rem 1rem}.cart-page--empty p{color:var(--color-secondary);margin-bottom:1.5rem;font-size:1.1rem}.cart-page--empty .btn{display:inline-block;text-decoration:none}.cart-items{margin-bottom:2rem}.cart-summary__error{color:#c00;margin-bottom:.5rem}.cart-summary__actions{display:flex;gap:.75rem;flex-wrap:wrap}.cart-summary{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:2px solid var(--color-primary)}.cart-total{font-size:1.3rem;font-weight:700}.checkout-page{max-width:700px}.checkout-page h1{font-size:1.75rem;margin-bottom:1.5rem}.checkout__cart{background:var(--color-bg-alt);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.checkout__cart h2,.checkout__form h2{font-size:1.1rem;margin-bottom:1rem}.checkout__items{margin-bottom:1rem}.checkout__total{font-weight:700;font-size:1.1rem}.checkout__form{display:flex;flex-direction:column;gap:1rem}.checkout__addresses{display:flex;flex-direction:column;gap:.5rem}.checkout__address-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--color-bg-alt);border-radius:8px;cursor:pointer}.checkout__address-option input{flex-shrink:0}.checkout__fields{display:flex;flex-direction:column;gap:1rem}.checkout__fields label{display:flex;flex-direction:column;gap:.35rem}.checkout__fields input,.checkout__fields textarea{padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:6px}.checkout__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout__error{color:#c00}.checkout__submit{padding:.75rem 1.5rem;margin-top:.5rem}.auth-page{max-width:400px;margin:0 auto;padding:2rem 0}.auth-page h1{font-size:1.75rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form__error{color:#c00;font-size:.9rem}.auth-form__label{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem}.auth-form__input{padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:1rem}.auth-form__input:focus{outline:none;border-color:var(--color-accent)}.auth-form__submit{margin-top:.5rem;padding:.7rem}.auth-divider{text-align:center;margin:1.5rem 0;color:var(--color-secondary);font-size:.9rem}.auth-social{display:flex;flex-direction:column;gap:.75rem}.btn-social{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border-radius:6px;font-size:1rem;cursor:pointer;border:1px solid var(--color-border);background:var(--color-bg)}.btn-social:hover{background:var(--color-bg-alt)}.btn-social--google{color:#333}.btn-social--instagram{color:#333;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;border:none}.btn-social--instagram:hover{opacity:.95}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.95rem;color:var(--color-secondary)}.profile-page{max-width:var(--max-width);margin:0 auto;width:100%}.profile-hero{display:flex;align-items:center;justify-content:space-between;padding:0 0 2rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border)}.profile-hero h1{font-size:1.75rem;margin:0}.profile-hero__logout{flex-shrink:0}.profile-hero--guest{flex-direction:column;text-align:center;padding:3rem}.profile-hero--guest h1{margin-bottom:1rem}.profile-hero--guest p{margin-bottom:1.5rem;color:var(--color-secondary)}.profile-grid{display:grid;gap:2rem}.profile-section{background:var(--color-bg)}.profile-section__title{font-size:1.15rem;margin-bottom:1rem;font-weight:600}.profile-section__card{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem}.profile-dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 2rem}.profile-dl dt{font-weight:600;color:var(--color-secondary)}.profile-dl dd{margin:0}.profile-section__hint{font-size:.9rem;color:var(--color-secondary);margin-top:1rem}.profile-section__empty{color:var(--color-secondary)}.address-list{list-style:none;padding:0;margin:0 0 1rem}.address-list__item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.address-list__item:last-of-type{border-bottom:none}.address-list__content{flex:1}.address-list__badge{display:inline-block;font-size:.7rem;background:var(--color-accent);color:#fff;padding:.2rem .5rem;border-radius:4px;margin-bottom:.5rem}.address-list__name{font-weight:600;margin:0 0 .25rem}.address-list__line{margin:0;font-size:.95rem;color:var(--color-secondary)}.address-list__actions{display:flex;gap:.5rem;flex-shrink:0}.address-list__btn{background:none;border:none;color:var(--color-accent);font-size:.9rem;cursor:pointer}.address-list__btn:hover{text-decoration:underline}.address-list__btn--danger{color:#c00}.address-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.address-form input{padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:6px}.address-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.address-form__default{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.address-form__actions{display:flex;gap:.5rem}.btn--block{width:100%}.order-list{list-style:none;padding:0;margin:0}.order-list__item{border:1px solid var(--color-border);border-radius:8px;margin-bottom:.5rem}.order-list__link{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;padding:1rem;text-decoration:none;color:inherit;align-items:center}.order-list__link:hover{background:var(--color-bg);text-decoration:none}.order-list__id{font-weight:600}.order-list__status{font-size:.9rem;color:var(--color-secondary)}.order-list__total{font-weight:600}.order-list__date{font-size:.9rem;color:var(--color-secondary)}@media(min-width:768px){.profile-grid{grid-template-columns:1fr 1fr}.profile-section--orders{grid-column:1 / -1}}.order-detail{max-width:600px}.order-detail__back{display:inline-block;margin-bottom:1rem;font-size:.95rem}.order-detail__back:hover{text-decoration:underline}.order-detail h1{font-size:1.75rem;margin-bottom:1rem}.order-detail__error{color:#c00}.order-detail__status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-bg-alt);border-radius:8px;margin-bottom:1rem}.order-detail__status-label{font-weight:600}.order-detail__delivery{margin-bottom:1.5rem}.order-detail__delivery h2{font-size:1rem;margin-bottom:.5rem}.order-detail__delivery p{margin:0;line-height:1.6;color:var(--color-secondary)}.order-detail__tracking{margin-bottom:1.5rem}.order-detail__tracking-label{font-weight:600;margin-right:.5rem}.order-detail__operator{color:var(--color-secondary)}.order-detail__items{margin-bottom:1.5rem}.order-detail__items h2,.order-detail__comments h2{font-size:1.1rem;margin-bottom:.75rem}.order-detail__item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.order-detail__item-name{flex:1}.order-detail__item-name:hover{color:var(--color-accent)}.order-detail__total{font-weight:700;margin-top:.75rem}.order-detail__comments{margin-bottom:1.5rem}.order-detail__comment{padding:.75rem;background:var(--color-bg-alt);border-radius:6px;margin-bottom:.5rem}.order-detail__comment time{font-size:.85rem;color:var(--color-secondary)}.order-detail__payment-note{font-size:.9rem;color:var(--color-secondary);padding:1rem;background:var(--color-bg-alt);border-radius:6px}.wishlist-page--guest{text-align:center;padding:3rem 1rem}.wishlist-page--guest p{margin-bottom:1.5rem;color:var(--color-secondary)}.wishlist-page__empty{color:var(--color-secondary)}.wishlist-page__empty a:hover{text-decoration:underline}.wishlist-page__grid{margin-top:1.5rem}.wishlist-page__grid.artwork-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.not-found-page{text-align:center;padding:6rem 1rem}.not-found-page h1{font-size:5rem;font-weight:700;margin-bottom:.5rem}.not-found-page p{color:var(--color-secondary);font-size:1.2rem;margin-bottom:2rem}.not-found-page .btn{display:inline-block;text-decoration:none}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--color-bg);border-top:1px solid var(--color-border);box-shadow:0 -4px 24px #00000014;padding:1rem 1.5rem}.cookie-consent__content{max-width:var(--max-width);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cookie-consent__text{flex:1;min-width:200px;margin:0;font-size:.9rem;color:var(--color-secondary);line-height:1.5}.cookie-consent__link{color:var(--color-primary)}.cookie-consent__link:hover{text-decoration:underline}.cookie-consent__actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-consent__btn{padding:.5rem 1rem;font-size:.9rem}.logo-corner{position:fixed;bottom:6rem;right:1rem;z-index:100;pointer-events:none}.logo-corner img{width:180px;height:180px;object-fit:contain}@media(max-width:640px){.logo-corner img{width:112px;height:112px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:var(--max-width);margin:0 auto;padding:2rem 1rem;width:100%}.btn{padding:.6rem 1.4rem;border:none;border-radius:6px;font-size:.95rem;font-family:inherit;cursor:pointer;transition:opacity .2s}.btn:hover{opacity:.85}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{background:var(--color-bg-alt);color:var(--color-primary);border:1px solid var(--color-border)}
