:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;line-height:1.5;font-weight:400;color:#1d1721;background-color:#fbf7fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#f8f5ff 0,#fbf7fc,#ebe2f0 80%);color:#1d1721}a{color:inherit;text-decoration:none}button{font-family:inherit}.app{min-height:100vh;color:#1d1721}main{max-width:1120px;margin:0 auto;padding:1rem 1.5rem 4rem}.navbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(to bottom,#fbf7fcf5,#f8f5ffe6);border-bottom:1px solid rgba(233,232,234,.8)}.navbar__inner{max-width:1120px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.navbar__brand{display:flex;align-items:center;gap:.5rem;font-weight:700;letter-spacing:-.02em;color:#9506e6;text-decoration:none;transition:opacity .16s ease-out}.navbar__brand:hover{opacity:.8}.navbar__logo{font-size:1.4rem}.navbar__title{font-size:1.1rem}.navbar__nav{display:flex;gap:1.25rem;font-size:.95rem;color:#847b8b}.navbar__link{position:relative}.navbar__link:after{content:"";position:absolute;left:0;bottom:-.3rem;width:0;height:2px;border-radius:999px;background:linear-gradient(to right,#9506e6,#9506e6);transition:width .16s ease-out}.navbar__link:hover{color:#1d1721}.navbar__link:hover:after{width:100%}.navbar__actions{display:flex;align-items:center;gap:.75rem}.navbar__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#1d1721;font-size:1.5rem;line-height:1;z-index:100;transition:color .16s ease-out;position:relative}.navbar__mobile-toggle:hover{color:#9506e6}.navbar__mobile-toggle__icon{display:block;font-size:1.5rem;font-weight:300;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.navbar__overlay{display:none;position:fixed;inset:0;background:#0f172a99;z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out;opacity:0;transition:opacity .3s ease-out}.navbar__overlay.navbar__overlay--visible{opacity:1}.navbar__mobile-menu{display:none;position:fixed;top:0;right:-100%;left:auto;width:100%;max-width:400px;height:100vh;height:100dvh;background:#fff;box-shadow:-4px 0 24px #0f172a33;z-index:999;transition:right .3s cubic-bezier(.4,0,.2,1),visibility .3s ease-out,opacity .3s ease-out;overflow:hidden;flex-direction:column;visibility:hidden;opacity:0;margin:0;padding:0}.navbar__mobile-menu--open{right:0;left:0;visibility:visible;opacity:1}.navbar__mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #E9E8EA;background:#fff;position:sticky;top:0;z-index:10}.navbar__mobile-menu-title{font-size:1.25rem;font-weight:700;color:#1d1721;letter-spacing:-.02em}.navbar__mobile-menu-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#1d1721;font-size:1.5rem;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .16s ease-out,color .16s ease-out}.navbar__mobile-menu-close:hover{background-color:#f8f5ff;color:#9506e6}.navbar__mobile-nav{display:flex;flex-direction:column;padding:0;flex:1;overflow-y:auto;overflow-x:hidden}.navbar__mobile-nav-section{padding:0;border-bottom:1px solid #F0EDF2}.navbar__mobile-nav-section--actions{margin-top:auto;padding-top:1rem;border-top:2px solid #E9E8EA;border-bottom:none;background:#fbf7fc}.navbar__mobile-link{display:block;width:100%;padding:1rem 1.5rem;background:none;border:none;text-align:left;font-size:1rem;font-weight:500;color:#1d1721;cursor:pointer;transition:background-color .16s ease-out,color .16s ease-out;border-bottom:1px solid #F0EDF2;text-decoration:none}.navbar__mobile-link:last-child{border-bottom:none}.navbar__mobile-link:hover{background-color:#f8f5ff;color:#9506e6}.navbar__mobile-link:active{background-color:#f0edf2}.navbar__mobile-actions{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.navbar__mobile-user{padding:.75rem 0;text-align:center}.navbar__mobile-user-label{font-size:.95rem;color:#847b8b;font-weight:500}.btn--full{width:100%;justify-content:center}.language-switcher{display:flex;align-items:center}.language-switcher__select{padding:.4rem 2rem .4rem .75rem;border:1px solid rgba(233,232,234,.8);border-radius:6px;background:#fffc;color:#1d1721;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .16s ease-out;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231D1721' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:12px}.language-switcher__select:hover{border-color:#9506e6;background-color:#fff}.language-switcher__select:focus{outline:none;border-color:#9506e6;box-shadow:0 0 0 3px #9506e61a}.btn{border-radius:999px;border:1px solid transparent;padding:.45rem 1.2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out,transform .12s ease-out,border-color .16s ease-out}.btn--ghost{background-color:transparent;color:#1d1721;border-color:#e9e8ea}.btn--ghost:hover{background-color:#f8f5ff}.btn--primary{background:linear-gradient(135deg,#9506e6,#3b1ade);color:#fff;box-shadow:0 10px 20px #9506e659}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 18px 30px #9506e673}.hero{display:flex;flex-direction:column;gap:2rem;padding-top:1.5rem}.hero__slideshow-wrapper{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #1d17211a}.hero__search-section{width:100%;display:flex;justify-content:center}.hero__content{max-width:800px;width:100%;text-align:center}.hero__title{font-size:2.5rem;line-height:1.1;letter-spacing:-.03em;margin:0 0 .75rem}.hero__subtitle{margin:0 0 1.5rem;color:#847b8b;font-size:.98rem}.hero-slideshow{position:relative;width:100%;height:400px;overflow:hidden;border-radius:16px;background:#f8f5ff}.hero-slideshow__container{position:relative;width:100%;height:100%}.hero-slideshow__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;pointer-events:none}.hero-slideshow__slide--active{opacity:1;pointer-events:auto;z-index:1}.hero-slideshow__image{width:100%;height:100%;object-fit:cover;display:block}.hero-slideshow__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(29,23,33,.85),rgba(29,23,33,.3),transparent);padding:2rem;color:#fff;z-index:2}.hero-slideshow__title{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-slideshow__subtitle{font-size:1.1rem;margin:0;color:#fffffff2;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-slideshow__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.hero-slideshow__dot{width:10px;height:10px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;padding:0;transition:all .2s ease-out;box-shadow:0 2px 4px #0003}.hero-slideshow__dot:hover{background:#ffffff80;transform:scale(1.2)}.hero-slideshow__dot--active{background:#fff;width:12px;height:12px}.hero-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:48px;height:48px;border-radius:50%;font-size:2rem;color:#1d1721;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:all .2s ease-out;box-shadow:0 4px 12px #00000026}.hero-slideshow__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.hero-slideshow__arrow--prev{left:1rem}.hero-slideshow__arrow--next{right:1rem}.hero-slideshow__arrow:active{transform:translateY(-50%) scale(.95)}.hero__search{display:flex;gap:.75rem;max-width:600px;margin:0 auto;align-items:center;padding:.45rem;border-radius:999px;background-color:#fff;box-shadow:0 20px 40px #0f172a14;border:1px solid #E9E8EA}.hero__input{flex:1;border:none;outline:none;padding:.6rem .9rem;font-size:.95rem;border-radius:999px}.hero__button{white-space:nowrap}.hero__meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;font-size:.86rem;color:#b5b0b9}.hero__meta span{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;border-radius:999px;background-color:#f8f5ff;color:#9506e6}.hero__image{position:relative;height:260px}.hero__blob{position:absolute;inset:0;border-radius:36px;background:conic-gradient(from 180deg at 50% 50%,#f8f5ff,#f3e5f5,#ebe2f0,#f8f5ff);opacity:.4;filter:blur(1px)}.hero__card{position:absolute;right:8%;left:8%;padding:.85rem 1rem;border-radius:16px;background-color:#fff;box-shadow:0 20px 40px #0f172a26;font-size:.9rem;font-weight:500;color:#1d1721}.hero__card--top{top:12%}.hero__card--bottom{bottom:10%}.content{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.filters{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.filters__categories{display:flex;flex-wrap:wrap;gap:.5rem}.chip{border-radius:999px;border:1px solid #E9E8EA;padding:.35rem .85rem;font-size:.85rem;display:inline-flex;align-items:center;gap:.25rem;background-color:#fff;color:#847b8b;cursor:pointer;transition:background-color .14s ease-out,color .14s ease-out,border-color .14s ease-out,box-shadow .14s ease-out,transform .12s ease-out}.chip--active{border-color:#9506e6;background-color:#f8f5ff;color:#9506e6;box-shadow:0 10px 20px #9506e62e;transform:translateY(-1px)}.chip__icon{font-size:1rem}.filters__sort{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#b5b0b9}.filters__select{border-radius:999px;border:1px solid #E9E8EA;padding:.25rem .8rem;font-size:.85rem;background-color:#fff}.merchants{padding-bottom:2rem}.merchants__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.merchants__header h2{font-size:1.3rem;margin:0}.merchants__count{font-size:.85rem;color:#b5b0b9}.merchants__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.merchant-card{background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 18px 35px #0f172a1f;border:1px solid #E9E8EA;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;cursor:pointer}.merchant-card:hover{transform:translateY(-4px);box-shadow:0 26px 50px #0f172a2e;border-color:#9506e6}.merchant-card__image-wrapper{position:relative;overflow:hidden;height:150px}.merchant-card__image{width:100%;height:100%;object-fit:cover;display:block}.merchant-card__promo{position:absolute;left:.75rem;bottom:.75rem;padding:.25rem .6rem;border-radius:999px;background:#0f172ae6;color:#fff;font-size:.75rem}.merchant-card__body{padding:.75rem .9rem .9rem}.merchant-card__name{margin:0 0 .25rem;font-size:1rem}.merchant-card__cuisines{margin:0 0 .5rem;font-size:.8rem;color:#b5b0b9}.merchant-card__meta{display:flex;gap:.5rem;font-size:.8rem;color:#847b8b}.advertisement-section--home-middle{margin:3rem auto;max-width:1120px;padding:0 1.5rem}.advertisement-section--home-middle .advertisement-banner,.advertisement-section--home-middle .google-ads{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0f172a14}.news-section{padding:3rem 0;margin-top:2rem;background:linear-gradient(to bottom,#fbf7fc,#fff)}.news-section .container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.news-section__header{text-align:center;margin-bottom:2rem}.news-section__title{font-size:1.5rem;font-weight:700;color:#1d1721;margin:0 0 .5rem}.news-section__subtitle{font-size:.95rem;color:#847b8b;margin:0}.news-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.news-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0f172a14;border:1px solid #E9E8EA;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a26;border-color:#9506e6}.news-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.news-card__image-wrapper{position:relative;overflow:hidden;height:200px;background:#f8f5ff}.news-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease-out}.news-card:hover .news-card__image{transform:scale(1.05)}.news-card__badge{position:absolute;top:.75rem;right:.75rem;padding:.35rem .75rem;border-radius:999px;background:#9506e6f2;color:#fff;font-size:.75rem;font-weight:600;box-shadow:0 4px 12px #9506e64d}.news-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.news-card__title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#1d1721;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__excerpt{margin:0 0 1rem;font-size:.9rem;color:#847b8b;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#b5b0b9;margin-top:auto;padding-top:.75rem;border-top:1px solid #F0EDF2}.news-card__author{font-weight:500;color:#847b8b}.news-card__date{color:#b5b0b9}.news-card__views{display:flex;align-items:center;gap:.25rem}.news-section__footer{text-align:center;margin-top:1.5rem}.news-section__view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;background:linear-gradient(135deg,#9506e6,#7c05c2);color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;transition:transform .15s ease-out,box-shadow .15s ease-out;box-shadow:0 4px 16px #9506e64d}.news-section__view-all:hover{transform:translateY(-2px);box-shadow:0 6px 24px #9506e666}.news-section__view-all:active{transform:translateY(0)}@media(max-width:768px){.news-section{padding:2rem 0;margin-top:1.5rem}.news-section__grid{grid-template-columns:1fr;gap:1.25rem}.news-card__image-wrapper{height:180px}.news-section__title{font-size:1.3rem}}.news-page{max-width:1120px;margin:0 auto;padding:2rem 1.5rem}.news-page__header{text-align:center;margin-bottom:3rem}.news-page__title{font-size:2rem;font-weight:700;color:#1d1721;margin:0 0 .75rem}.news-page__subtitle{font-size:1.1rem;color:#847b8b;margin:0}.news-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}@media(max-width:1024px){.news-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.news-page__grid{grid-template-columns:1fr}}.news-page__card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0f172a14;border:1px solid #E9E8EA;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;display:flex;flex-direction:column}.news-page__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a26;border-color:#9506e6}.news-page__card-image-wrapper{position:relative;overflow:hidden;height:220px;background:#f8f5ff}.news-page__card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease-out}.news-page__card:hover .news-page__card-image{transform:scale(1.05)}.news-page__card-badge{position:absolute;top:.75rem;right:.75rem;padding:.35rem .75rem;border-radius:999px;background:#9506e6f2;color:#fff;font-size:.75rem;font-weight:600;box-shadow:0 4px 12px #9506e64d}.news-page__card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.news-page__card-title{margin:0 0 .75rem;font-size:1.2rem;font-weight:600;color:#1d1721;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-page__card-excerpt{margin:0 0 1rem;font-size:.95rem;color:#847b8b;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-page__card-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#b5b0b9;margin-top:auto;padding-top:1rem;border-top:1px solid #F0EDF2}.news-page__card-author{font-weight:500;color:#847b8b}.news-page__card-date{color:#b5b0b9}.news-page__card-views{display:flex;align-items:center;gap:.25rem}.news-page__pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #E9E8EA}.news-page__pagination-info{font-size:.9rem;color:#847b8b;font-weight:500}.news-detail__meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem}.news-detail__content{font-size:1rem;line-height:1.8}.news-detail__content h1,.news-detail__content h2,.news-detail__content h3{color:#1d1721;margin-top:1.5rem;margin-bottom:.75rem}.news-detail__content h1{font-size:1.75rem}.news-detail__content h2{font-size:1.5rem}.news-detail__content h3{font-size:1.25rem}.news-detail__content p{margin-bottom:1rem}.news-detail__content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.news-detail__content a{color:#9506e6;text-decoration:underline}.news-detail__content a:hover{color:#7c05c2}.news-detail__content ul,.news-detail__content ol{margin:1rem 0;padding-left:2rem}.news-detail__content li{margin-bottom:.5rem}@media(max-width:768px){.news-page{padding:1.5rem 1rem}.news-page__title{font-size:1.5rem}.news-page__subtitle{font-size:1rem}.news-page__grid{grid-template-columns:1fr;gap:1.5rem}.news-page__card-image-wrapper{height:200px}.news-page__pagination{flex-direction:column;gap:1rem}}.footer{border-top:1px solid #E9E8EA;background-color:#fff;margin-top:2rem}.footer__inner{max-width:1120px;margin:0 auto;padding:1.75rem 1.5rem 1.25rem;display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between}.footer__brand{max-width:260px}.footer__logo{font-size:1.4rem}.footer__title{font-weight:700;margin:0 0 .4rem;font-size:1.1rem}.footer__caption{margin-top:.75rem;font-size:.86rem;color:#b5b0b9}.footer__links{display:flex;flex-wrap:wrap;gap:2.5rem;font-size:.86rem}.footer__links h4{margin:0 0 .7rem;font-size:.9rem}.footer__links a{display:block;margin-bottom:.35rem;color:#b5b0b9}.footer__links a:hover{color:#1d1721}.footer__bottom{border-top:1px solid #E9E8EA;font-size:.8rem;color:#9a9696;padding:.9rem 1.5rem 1.4rem;text-align:center}.register{margin-top:2.5rem}.register__card{background-color:#fff;border-radius:20px;padding:1.75rem 1.5rem 1.9rem;box-shadow:0 18px 35px #0f172a14;border:1px solid #E9E8EA}.register__title{margin:0 0 .35rem;font-size:1.3rem}.register__subtitle{margin:0 0 1.25rem;font-size:.9rem;color:#b5b0b9}.register__form{display:flex;flex-direction:column;gap:.9rem}.register__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.register__field{display:flex;flex-direction:column;gap:.3rem;font-size:.86rem;color:#847b8b}.register__field input,.register__field select{border-radius:10px;border:1px solid #E9E8EA;padding:.5rem .7rem;font-size:.9rem}.register__submit{align-self:flex-start;margin-top:.4rem}.register__message{margin-top:.6rem;font-size:.85rem}.register__message--success{color:#00740c}.register__message--error{color:#c52300}.modal-overlay{position:fixed;inset:0;background:#1d1721bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:16px;padding:2rem;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #1d17214d;animation:slideUp .2s ease-out}.modal--large{max-width:600px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal__title{font-size:1.5rem;font-weight:700;color:#1d1721;margin:0}.modal__close{background:none;border:none;font-size:1.5rem;color:#847b8b;cursor:pointer;padding:.25rem;line-height:1;transition:color .16s ease-out}.modal__close:hover{color:#1d1721}.modal__form{display:flex;flex-direction:column;gap:1.25rem}.modal__field{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#1d1721;font-weight:500}.modal__field input,.modal__field select,.modal__field textarea{padding:.75rem 1rem;border:1px solid #D2CED4;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .16s ease-out;background:#fff;color:#1d1721}.modal__field input:focus,.modal__field select:focus,.modal__field textarea:focus{outline:none;border-color:#9506e6;box-shadow:0 0 0 3px #9506e61a}.modal__field input:disabled,.modal__field select:disabled,.modal__field textarea:disabled{opacity:.6;cursor:not-allowed;background:#f8f5ff}.modal__field textarea{resize:vertical;min-height:80px}.modal__error{background:#fff0f0;color:#c52300;padding:.875rem 1rem;border-radius:8px;font-size:.9rem;border-left:3px solid #C52300}.modal__submit{margin-top:.5rem;width:100%;padding:.875rem;font-size:1rem}.modal__footer{text-align:center;margin-top:.5rem;color:#847b8b;font-size:.9rem}.modal__link{background:none;border:none;color:#9506e6;cursor:pointer;text-decoration:underline;font-size:inherit;font-weight:600;padding:0;margin:0}.modal__link:hover{color:#3b1ade}.modal__link:disabled{opacity:.6;cursor:not-allowed}.modal__actions{display:flex;gap:1rem;margin-top:.5rem}.modal__actions .btn{flex:1}.orders-view{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;margin-top:1.5rem}.orders{margin:0 auto}.orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.orders__header h2{font-size:1.75rem;font-weight:700;color:#1d1721;margin:0}.orders__filters{display:flex;gap:.75rem;flex-wrap:wrap}.orders__loading,.orders__error,.orders__empty{text-align:center;padding:3rem 2rem;color:#847b8b}.orders__error{display:flex;flex-direction:column;align-items:center;gap:1rem}.orders__list{display:grid;gap:1rem}.order-card{background:#fff;border:1px solid #EBE2F0;border-radius:12px;padding:1.5rem;transition:all .2s ease-out}.order-card:hover{border-color:#9506e6;box-shadow:0 8px 20px #9506e614}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.order-card__service{font-size:1.1rem;font-weight:600;color:#1d1721;margin:0;flex:1}.order-card__status{padding:.375rem .875rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.order-card__description{color:#847b8b;margin:0 0 1rem;font-size:.95rem;line-height:1.5}.order-card__meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.9rem;color:#847b8b}.order-card__meta span{display:flex;align-items:center;gap:.375rem}.navbar__user{display:flex;align-items:center;gap:.5rem;color:#1d1721;font-weight:500;padding:0 1rem}.products-view{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;margin-top:1.5rem}.products{margin:0 auto}.products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.products__header h2{font-size:1.75rem;font-weight:700;color:#1d1721;margin:0}.products__count{font-size:.9rem;color:#847b8b;font-weight:500}.products__loading,.products__error,.products__empty{text-align:center;padding:3rem 2rem;color:#847b8b}.products__error,.products__empty{display:flex;flex-direction:column;align-items:center;gap:1rem}.products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:#fff;border:1px solid #EBE2F0;border-radius:12px;overflow:hidden;transition:all .2s ease-out;cursor:pointer;display:flex;flex-direction:column}.product-card:hover{border-color:#9506e6;box-shadow:0 8px 20px #9506e61f;transform:translateY(-2px)}.product-card:focus{outline:2px solid #9506E6;outline-offset:2px}.product-card__image-wrapper{position:relative;width:100%;height:200px;background:#f8f5ff;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff}.product-card__badge--inactive{background:#847b8b}.product-card__share-icons{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #EBE2F0}.product-card__share-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #EBE2F0;background:#fff;color:#847b8b;cursor:pointer;transition:all .2s ease-out;padding:0;flex-shrink:0}.product-card__share-icon-btn:hover{background:#f8f5ff;border-color:#9506e6;color:#9506e6;transform:translateY(-2px);box-shadow:0 4px 8px #9506e626}.product-card__share-icon-btn svg{width:18px;height:18px}.product-card__share-icon-btn:active{transform:translateY(0)}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__name{font-size:1.1rem;font-weight:600;color:#1d1721;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-card__description-wrapper{margin:.5rem 0;min-height:2.5rem}.product-card__description{font-size:.9rem;color:#1d1721;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6;font-weight:400}.product-card__description--empty{color:#b5b0b9;font-style:italic;-webkit-line-clamp:1}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid #EBE2F0}.product-card__price{font-size:1.25rem;font-weight:700;color:#9506e6}.product-card__merchant{font-size:.8rem;color:#847b8b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.product-card__category{font-size:.8rem;color:#847b8b;display:inline-block;margin-top:.5rem}.product-modal{max-width:900px;max-height:90vh;overflow-y:auto}.product-modal__loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:16px}.product-modal__content{display:flex;flex-direction:column;gap:1.5rem}.product-modal__image-container{width:100%;height:400px;background:#f8f5ff;border-radius:12px;overflow:hidden}.product-modal__image{width:100%;height:100%;object-fit:cover}.product-modal__info{display:flex;flex-direction:column;gap:1rem}.product-modal__name{font-size:1.75rem;font-weight:700;color:#1d1721;margin:0}.product-modal__price{font-size:2rem;font-weight:700;color:#9506e6;margin:0}.product-modal__merchant,.product-modal__category{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#1d1721}.product-modal__label{font-weight:600}.product-modal__section{margin-top:1rem}.product-modal__section h4{font-size:1.1rem;font-weight:600;color:#1d1721;margin:0 0 .75rem}.product-modal__section-title{font-size:1.1rem;font-weight:600;color:#1d1721;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #EBE2F0}.product-modal__description-wrapper{background:#f8f5ff;padding:1rem;border-radius:8px;border:1px solid #EBE2F0}.product-modal__description{font-size:1rem;color:#1d1721;line-height:1.7;margin:0;white-space:pre-wrap;word-wrap:break-word}.product-modal__description--empty{color:#847b8b;font-style:italic;background:transparent;padding:0}.product-modal__details{display:flex;flex-direction:column;gap:.75rem;background:#f8f5ff;padding:1rem;border-radius:8px}.product-modal__detail-row{display:flex;justify-content:space-between;align-items:center}.product-modal__detail-label{font-size:.9rem;color:#847b8b}.product-modal__detail-value{font-size:.9rem;color:#1d1721;font-weight:500}.product-modal__status{font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.product-modal__status--active{color:#00740c}.product-modal__status--inactive{color:#c52300}.product-modal__buy-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-modal__buy-btn:disabled{background:#b5b0b9;cursor:not-allowed;opacity:.6}.product-modal__notice{text-align:center;color:#847b8b;font-size:.9rem;margin:.5rem 0 0}@media(max-width:768px){.modal{width:95%;padding:1.5rem}.orders-view,.products-view{padding:1rem}.orders__header,.products__header{flex-direction:column;align-items:flex-start;gap:.5rem}.navbar__user{display:none}.products__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.product-card__image-wrapper{height:180px}.product-modal__image-container{height:300px}.product-modal__name{font-size:1.5rem}.product-modal__price{font-size:1.75rem}}@media(max-width:960px){.hero{grid-template-columns:minmax(0,1fr)}.hero__image{order:-1}main{padding-top:5rem}}@media(max-width:768px){.navbar__inner{padding-inline:1rem;position:relative}.navbar__mobile-toggle{display:block;order:3}.navbar__nav--desktop,.navbar__actions--desktop{display:none}.navbar__mobile-menu{display:flex;max-width:100%!important;width:100%!important;left:0!important;right:0!important;top:0!important;height:100vh!important;height:100dvh!important;margin:0!important;padding:0!important}.navbar__mobile-menu:not(.navbar__mobile-menu--open){right:-100%!important;visibility:hidden!important;opacity:0!important}main{padding-inline:1rem}.hero__title{font-size:2.1rem}.hero__search{flex-direction:column;align-items:stretch}.hero__title{font-size:2rem}.hero__search{flex-direction:column;max-width:100%}.hero__button{width:100%}.hero-slideshow{height:300px}.hero-slideshow__title{font-size:1.5rem}.hero-slideshow__subtitle{font-size:1rem}.hero-slideshow__overlay{padding:1.5rem}.hero-slideshow__arrow{width:40px;height:40px;font-size:1.5rem}.hero-slideshow__arrow--prev{left:.5rem}.hero-slideshow__arrow--next{right:.5rem}.filters{align-items:flex-start}.register__grid{grid-template-columns:minmax(0,1fr)}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#f8f5ff 0,#fbf7fc,#ebe2f0 80%);padding:2rem}.admin-login__container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px;width:100%;max-width:400px}.admin-login__header{text-align:center;margin-bottom:2rem}.admin-login__title{font-size:28px;font-weight:700;color:#333;margin:0 0 8px}.admin-login__subtitle{color:#666;margin:0;font-size:14px}.admin-login__form{display:flex;flex-direction:column;gap:1.25rem}.admin-login__field{display:flex;flex-direction:column;gap:.5rem}.admin-login__field label{font-size:.9rem;font-weight:500;color:#1d1721}.admin-login__field input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.admin-login__field input:focus{outline:none;border-color:#667eea}.admin-login__field input:disabled{opacity:.6;cursor:not-allowed;background:#f8f5ff}.admin-login__error{padding:12px;background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px;margin-bottom:16px}.admin-login__submit{width:100%;padding:.875rem;font-size:1rem;margin-top:.5rem}.admin-login__info{font-size:12px;color:#555;background:#f8f9fa;border:1px dashed #ccc;padding:12px;border-radius:6px;margin-top:8px;line-height:1.4;text-align:center}.admin-login__info p{margin:.25rem 0}.admin-login__info strong{color:#1d1721}.cms-container{min-height:100vh;background:#f5f5f5}.cms-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d}.cms-header-left{display:flex;align-items:center;gap:16px}.cms-header-title{font-size:24px;font-weight:600;color:#333;margin:0}.cms-header-right{display:flex;align-items:center;gap:16px}.cms-user-info{display:flex;align-items:center;gap:12px}.cms-user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.cms-user-name{font-size:14px;font-weight:500;color:#333}.cms-user-role{font-size:12px;color:#666;text-transform:capitalize}.cms-logout-button{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.cms-logout-button:hover{background:#c82333}.cms-content{display:flex;max-width:1400px;margin:0 auto;padding:24px;gap:24px;position:relative}.cms-mobile-menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1000;background:#fff;border:1px solid #EBE2F0;border-radius:8px;padding:.75rem;cursor:pointer;box-shadow:0 2px 8px #1d17211a;transition:all .16s ease-out}.cms-mobile-menu-toggle:hover{background:#f8f5ff;border-color:#9506e6}.cms-mobile-menu-toggle__icon{font-size:1.5rem;color:#1d1721;display:block}.cms-sidebar{width:250px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000000d;height:fit-content;position:sticky;top:24px}.cms-sidebar-menu{list-style:none;padding:0;margin:0}.cms-sidebar-menu-item{margin-bottom:4px}.cms-sidebar-menu-link{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#666;text-decoration:none;border-radius:6px;transition:all .2s;font-size:14px;font-weight:500;background:none;border:none;width:100%;text-align:left;cursor:pointer}.cms-sidebar-menu-link:hover{background:#f5f5f5;color:#333}.cms-sidebar-menu-link.active{background:#667eea;color:#fff}.cms-sidebar__overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cms-main-content{flex:1;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000000d}.cms-page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.cms-page-title{font-size:28px;font-weight:600;color:#333;margin:0 0 8px}.cms-page-description{color:#666;font-size:14px;margin:0}.cms-placeholder{text-align:center;padding:3rem}.cms-placeholder h3{font-size:1.5rem;color:#333;margin:0 0 1rem}.cms-placeholder p{color:#666;margin:0}.cms-table-container{overflow-x:auto}.cms-table{width:100%;border-collapse:collapse}.cms-table thead{background:#f8f9fa}.cms-table th{padding:12px;text-align:left;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #e0e0e0}.cms-table td{padding:12px;border-bottom:1px solid #e0e0e0;font-size:14px;color:#666}.cms-table tbody tr:hover{background:#f8f9fa}.cms-form{display:flex;flex-direction:column;gap:20px}.cms-form-group{display:flex;flex-direction:column;gap:8px}.cms-form-label{font-size:14px;font-weight:500;color:#333}.cms-form-input,.cms-form-textarea,.cms-form-select{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s;font-family:inherit}.cms-form-input:focus,.cms-form-textarea:focus,.cms-form-select:focus{outline:none;border-color:#667eea}.cms-form-textarea{min-height:120px;resize:vertical}.cms-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.cms-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cms-button-primary{background:#667eea;color:#fff}.cms-button-primary:hover{background:#5568d3}.cms-button-secondary{background:#6c757d;color:#fff}.cms-button-secondary:hover{background:#5a6268}.cms-button-danger{background:#dc3545;color:#fff}.cms-button-danger:hover{background:#c82333}.cms-button-success{background:#28a745;color:#fff}.cms-button-success:hover{background:#218838}.product-management{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #1d172114}.product-management__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-management__header h2{font-size:1.75rem;font-weight:700;color:#1d1721;margin:0}.product-management__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.product-management__stat{background:#f8f5ff;padding:1.5rem;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.product-management__stat-label{font-size:.9rem;color:#847b8b}.product-management__stat-value{font-size:2rem;font-weight:700;color:#9506e6}.product-management__table-wrapper{overflow-x:auto}.product-management__table{width:100%;border-collapse:collapse}.product-management__table thead{background:#f8f5ff}.product-management__table th{padding:1rem;text-align:left;font-weight:600;color:#1d1721;font-size:.9rem;text-transform:uppercase;letter-spacing:.02em}.product-management__table td{padding:1rem;border-top:1px solid #EBE2F0;vertical-align:middle}.product-management__image{width:60px;height:60px;object-fit:cover;border-radius:8px;background:#f8f5ff}.product-management__description{font-size:.85rem;color:#847b8b;margin:.25rem 0 0;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-management__url{color:#9506e6;text-decoration:none;word-break:break-all;font-size:.9rem}.product-management__url:hover{text-decoration:underline}.product-management__status{padding:.375rem .875rem;border-radius:20px;font-size:.8rem;font-weight:600;display:inline-block}.product-management__status--active{background:#e8f5e9;color:#00740c}.product-management__status--inactive{background:#f5f5f5;color:#847b8b}.product-management__actions{display:flex;gap:.5rem}.product-management__actions .btn{padding:.375rem .75rem;font-size:.85rem}.product-management__loading,.product-management__error,.product-management__empty{text-align:center;padding:3rem 2rem;color:#847b8b}.product-management__error{display:flex;flex-direction:column;align-items:center;gap:1rem}.product-management__table .product-management__empty{text-align:center;padding:2rem}@media(max-width:768px){.admin-login__container{padding:2rem 1.5rem;margin:1rem}.admin-login__title{font-size:1.5rem}.admin-login__subtitle{font-size:.9rem}}@media(max-width:768px){.product-form-modal{padding:1rem}.product-form-modal__header{padding:1rem 0}.product-form-modal__header h3{font-size:1.25rem}.product-form-modal__body{padding:1rem 0}.product-form-modal__field{margin-bottom:1rem}.product-form-modal__actions{flex-direction:column-reverse;gap:.75rem;padding-top:1rem}.product-form-modal__actions .btn{width:100%;padding:.875rem}}.ql-container{font-family:inherit;font-size:14px;min-height:300px}.ql-editor{min-height:300px;max-height:500px;overflow-y:auto}.ql-editor.ql-blank:before{font-style:normal;color:#999}.ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:1px solid #ddd;background:#f8f9fa}.ql-container{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border:1px solid #ddd}.ql-toolbar .ql-stroke{stroke:#333}.ql-toolbar .ql-fill{fill:#333}.ql-toolbar button:hover,.ql-toolbar button.ql-active{color:#667eea}.ql-toolbar button:hover .ql-stroke,.ql-toolbar button.ql-active .ql-stroke{stroke:#667eea}.ql-toolbar button:hover .ql-fill,.ql-toolbar button.ql-active .ql-fill{fill:#667eea}@media(max-width:768px){.ql-toolbar{padding:8px}.ql-toolbar .ql-formats{margin-right:8px}.ql-editor{min-height:250px;max-height:400px;padding:12px}}.DraftEditor-root{font-family:inherit;font-size:1rem;line-height:1.6;color:#333}.DraftEditor-editorContainer{position:relative}.DraftEditor-editor{min-height:300px;padding:12px;outline:none}.DraftEditor-editor .public-DraftEditorPlaceholder-root{color:#999;position:absolute;pointer-events:none}.DraftEditor-editor .public-DraftStyleDefault-block{margin:.5em 0}.DraftEditor-editor h1{font-size:2em;font-weight:700;margin:.67em 0}.DraftEditor-editor h2{font-size:1.5em;font-weight:700;margin:.75em 0}.DraftEditor-editor h3{font-size:1.17em;font-weight:700;margin:.83em 0}.DraftEditor-editor ul,.DraftEditor-editor ol{margin:1em 0;padding-left:2em}.DraftEditor-editor li{margin:.5em 0}@media(max-width:768px){.DraftEditor-editor{font-size:.9rem;padding:8px}}.content-page{max-width:1000px;margin:0 auto;padding:2rem 1.5rem;position:relative}.content-page__header{text-align:center;margin-bottom:3rem;position:relative}.content-page__icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(149,6,230,.2))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.content-page__title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#9506e6,#3b1ade);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem;padding:0;border:none;letter-spacing:-.02em;position:relative;display:inline-block}.content-page__title-accent{width:80px;height:4px;background:linear-gradient(90deg,#9506e6,#3b1ade);border-radius:2px;margin:0 auto;position:relative}.content-page__title-accent:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,transparent,#9506E6,transparent);opacity:.5}.content-page__container{background:linear-gradient(135deg,#fff,#f8f5ff);border-radius:24px;padding:3.5rem;box-shadow:0 10px 40px #9506e61a,0 4px 12px #1d172114,inset 0 1px #ffffffe6;border:1px solid rgba(149,6,230,.1);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.content-page__container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9506e6,#3b1ade,#9506e6);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.content-page__container:hover{transform:translateY(-2px);box-shadow:0 15px 50px #9506e626,0 6px 16px #1d17211a,inset 0 1px #ffffffe6}.content-page__body{font-size:1.125rem;line-height:1.9;color:#1d1721;position:relative;z-index:1}.content-page__body h1,.content-page__body h2,.content-page__body h3{color:#1d1721;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:700;position:relative;padding-left:1rem}.content-page__body h1:before,.content-page__body h2:before,.content-page__body h3:before{content:"";position:absolute;left:0;top:.3em;width:4px;height:1.2em;background:linear-gradient(135deg,#9506e6,#3b1ade);border-radius:2px}.content-page__body h1{font-size:2.25rem}.content-page__body h2{font-size:1.875rem}.content-page__body h3{font-size:1.5rem}.content-page__body p{margin-bottom:1.5rem;color:#2d1f35}.content-page__body p:first-of-type{font-size:1.2rem;font-weight:500;color:#1d1721;line-height:1.8}.content-page__body ul,.content-page__body ol{margin-bottom:1.5rem;padding-left:2rem}.content-page__body li{margin-bottom:.5rem}.content-page__body a{color:#9506e6;text-decoration:none;font-weight:600;border-bottom:2px solid rgba(149,6,230,.3);transition:all .2s ease;position:relative}.content-page__body a:hover{color:#7a05b8;border-bottom-color:#9506e6;transform:translateY(-1px)}.content-page__body img{max-width:100%;height:auto;border-radius:16px;margin:2rem 0;box-shadow:0 8px 24px #1d17211f;transition:transform .3s ease,box-shadow .3s ease}.content-page__body img:hover{transform:scale(1.02);box-shadow:0 12px 32px #9506e633}.content-view{max-width:1120px;margin:0 auto;padding:0 1.5rem 2rem;margin-top:1.5rem}.content-page--about .content-page__icon{background:linear-gradient(135deg,#9506e6,#3b1ade);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--contact .content-page__icon{background:linear-gradient(135deg,#3b1ade,#9506e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--terms .content-page__icon{background:linear-gradient(135deg,#9506e6,#e63946);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--privacy .content-page__icon{background:linear-gradient(135deg,#3b1ade,#06a77d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--help .content-page__icon{background:linear-gradient(135deg,#9506e6,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--faqs .content-page__icon{background:linear-gradient(135deg,#4ecdc4,#44a08d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--career .content-page__icon{background:linear-gradient(135deg,#f7971e,#ffd200);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--offers .content-page__icon{background:linear-gradient(135deg,#ff6b6b,#ffe66d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-page--services .content-page__icon{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.content-page{padding:1rem}.content-page__header{margin-bottom:2rem}.content-page__icon{font-size:3rem;margin-bottom:1rem}.content-page__title{font-size:2.25rem}.content-page__container{padding:2rem 1.5rem;border-radius:20px}.content-page__body{font-size:1rem}.content-page__body h1{font-size:1.875rem}.content-page__body h2{font-size:1.5rem}.content-page__body h3{font-size:1.25rem}.content-page__body p:first-of-type{font-size:1.1rem}}.content-page__loading,.content-page__error,.content-page__empty{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff,#f8f5ff);border-radius:24px;box-shadow:0 10px 40px #9506e61a}.content-page__loading-spinner{width:50px;height:50px;border:4px solid #EBE2F0;border-top-color:#9506e6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.content-page__loading p{color:#847b8b;font-size:1.1rem;margin:0}.content-page__error-icon,.content-page__empty-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block;filter:drop-shadow(0 4px 8px rgba(149,6,230,.2))}.content-page__error h2,.content-page__empty h2{font-size:2rem;font-weight:700;color:#1d1721;margin:0 0 1rem}.content-page__error p{color:#c33;font-size:1.1rem;margin:0}.content-page__empty p{color:#847b8b;font-size:1.1rem;margin:0}.google-ads{margin:2rem 0;border:1px solid #EBE2F0;border-radius:12px;background:#f8f5ff;overflow:hidden;position:relative}.google-ads__label{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;background:#9506e614;color:#847b8b;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;border-radius:4px;z-index:1;pointer-events:none}.google-ads--horizontal{min-height:100px;padding-top:0}.google-ads--vertical{min-height:250px;max-width:300px;margin-left:auto;margin-right:auto;padding-top:0}.google-ads ins.adsbygoogle{display:block!important;width:100%;min-height:100px}.google-ads--vertical ins.adsbygoogle{min-height:250px}.google-ads__placeholder{display:flex;align-items:center;justify-content:center;min-height:100px;padding:2rem 1rem;background:#fff;margin-top:0}.google-ads--vertical .google-ads__placeholder{min-height:250px}.google-ads__placeholder-content{text-align:center;color:#847b8b}.google-ads__placeholder-content p{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:#1d1721}.google-ads__placeholder-content small{font-size:.75rem;color:#b5b0b9;display:block}@media(max-width:768px){.google-ads{margin:1.5rem 0}.google-ads--vertical{max-width:100%}.google-ads__label{font-size:.6rem;padding:.2rem .4rem;top:.4rem;right:.4rem}.google-ads--horizontal{min-height:90px;padding-top:0}.google-ads--vertical{min-height:200px;padding-top:2rem}}.advertisement-banner{margin:2rem 0;border:1px solid #EBE2F0;border-radius:12px;background:#f8f5ff;overflow:hidden;position:relative}.advertisement-banner__label{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;background:#9506e614;color:#847b8b;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;border-radius:4px;z-index:1;pointer-events:none}.advertisement-banner--horizontal{min-height:100px;padding-top:0}.advertisement-banner--vertical{min-height:250px;max-width:300px;margin-left:auto;margin-right:auto;padding-top:0}.advertisement-banner__container{display:flex;flex-direction:column;gap:1rem;padding:1rem;margin-top:.5rem}.advertisement-banner__item{position:relative;width:100%;border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.advertisement-banner__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9506e626}.advertisement-banner__item[role=button]:focus{outline:2px solid #9506E6;outline-offset:2px}.advertisement-banner__image{width:100%;height:auto;display:block;object-fit:contain;background:#fff;border-radius:8px}.advertisement-banner--horizontal .advertisement-banner__image{max-height:200px;min-height:100px}.advertisement-banner--vertical .advertisement-banner__image{max-height:400px;min-height:250px}.advertisement-banner__title{padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:#1d1721;background:#fff;border-top:1px solid #EBE2F0}.advertisement-banner__description{padding:.5rem .75rem;font-size:.75rem;color:#847b8b;background:#fff;line-height:1.4}.advertisement-banner__loading{display:flex;align-items:center;justify-content:center;min-height:100px;padding:2rem 1rem;background:#fff;margin-top:0;color:#847b8b;font-size:.9rem}.advertisement-banner--vertical .advertisement-banner__loading{min-height:250px}@media(max-width:768px){.advertisement-banner{margin:1.5rem 0}.advertisement-banner--vertical{max-width:100%}.advertisement-banner__label{font-size:.6rem;padding:.2rem .4rem;top:.4rem;right:.4rem}.advertisement-banner--horizontal{min-height:80px}.advertisement-banner--horizontal .advertisement-banner__image{max-height:150px;min-height:80px}}.merchant-detail{display:flex;gap:1rem;align-items:flex-start}.merchant-detail__image{width:120px;height:120px;object-fit:cover;border-radius:12px;box-shadow:0 6px 18px #0000001a}.merchant-detail__info h3{margin:0 0 .4rem}.merchant-detail__info p{margin:.2rem 0;color:#4a4a4a}.merchant-detail__promo{display:inline-block;margin-top:.4rem;background:#f0e6ff;color:#5a189a;padding:.25rem .5rem;border-radius:8px;font-weight:600}@media(max-width:600px){.merchant-detail{flex-direction:column;align-items:center;text-align:center}.merchant-detail__image{width:100%;max-width:320px;height:auto}}
