@charset "UTF-8";.toast-container{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;gap:10px;z-index:1000;top:10}.toast{padding:10px 20px;border-radius:5px;color:#fff;font-weight:700;box-shadow:0 4px 8px #0003;opacity:0;transform:translate(-100%);animation:slideIn .5s ease-out forwards,fadeOut .5s ease-in-out forwards 2.5s}.toast--success{background-color:#28a745}.toast--error{background-color:#dc3545}.toast--info{background-color:#007bff}.toast--warning{background-color:#ffc107;color:#000}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}:root{--primary: #9579da;--primary-hover: #14957f;--secondary: white;--danger: #dc3545;--text: black;--text2: #333333;--placeholder: rgb(0, 0, 0, .3);--bg: rgb(255, 255, 255);--bg2: #42419e}:root:has(.dark){--text: white;--placeholder: rgb(255, 255, 255, .3);--bg: rgb(51, 51, 51);--bg2: black;--danger: #dc3545}@font-face{font-family:Futura LT W01 Book;src:url(/font/FuturaLT-Book.ttf) format("truetype");font-weight:400;font-style:normal}body{font-family:Futura LT W01 Book,sans-serif;font-weight:400}body{scroll-behavior:smooth;scroll-padding:10rem}body::-webkit-scrollbar{width:.4vw;max-height:10px}body::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:5px}body::-webkit-scrollbar-track{border-radius:5px;background-color:#d3d5d7}html,body{background:var(--bg);color:var(--text);overflow-x:hidden;max-width:1700px;margin-inline:auto}*{padding:0;margin:0}h1,h2,h3,h4,h5,h6,p{padding:0;margin:0;font-weight:400}a{color:inherit;text-decoration:none!important;cursor:pointer}button,svg{cursor:pointer}.hero{display:flex;justify-content:center;align-items:flex-start;background:#433a91;color:#fff;padding:6rem 8rem;min-height:600px}.hero__content{display:flex;flex-direction:column;align-items:flex-start;width:min-content;min-width:36%}.hero__title{font-size:2.5rem;width:70%;font-weight:400}.hero__subtitle{font-size:1.2rem;margin-top:.5rem}.hero__buttons{display:flex;gap:1rem;margin-top:1.5rem}.hero__store-button{width:150px;height:50px;object-fit:contain;cursor:pointer}.hero__coming-soon{margin-top:1rem;font-style:italic}.hero__media{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.hero__tablet{position:relative;width:400px;height:500px;background:#000;border:16px solid black;border-radius:15px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__video{width:100%;height:100%;object-fit:cover}.hero__phone{width:200px;height:400px;background:#fff;border:16px solid black;border-radius:15px}.hero__phone img{width:100%;height:100%;object-fit:contain}.hero__video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#00000080;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.hero__play-button{color:#fff;font-size:2rem}@media (max-width: 1100px){.hero{flex-direction:column;align-items:center}.hero__content{width:100%;justify-content:center;align-items:center;margin-bottom:50px}.hero__title{text-align:center;font-size:3rem}}@media (max-width: 750px){.hero{padding:2rem}.hero__tablet{width:60%;height:400px}.hero__phone{width:30%;height:300px}}@media (max-width: 500px){.hero{padding:1rem}.hero__tablet{width:60%;height:300px;border-radius:7px;border:8px solid black}.hero__phone{width:25%;height:200px;border-radius:7px;border:8px solid black}}.landing-container{display:flex;justify-content:space-between;background-color:#fff;color:#000;padding:6rem 12rem}.landing-container .left-section{width:50%;display:flex;flex-direction:column;gap:3rem}.landing-container .left-section h1{font-size:40px;margin-bottom:20px;width:80%}.landing-container .left-section .mailing-list h3{font-size:20px;margin-bottom:10px}.landing-container .left-section .mailing-list label{font-size:14px;display:block;margin:5px 0}.landing-container .left-section .mailing-list input[type=email]{width:100%;padding:10px;border:none;border-bottom:1px solid black;margin-bottom:10px;outline:none}.landing-container .left-section .mailing-list .subscribe-container{display:flex;align-items:center;margin-bottom:10px}.landing-container .left-section .mailing-list .subscribe-container input{margin-right:10px}.landing-container .left-section .mailing-list .subscribe-container label{font-size:14px}.landing-container .left-section .mailing-list .input-container{display:flex;gap:1rem}.landing-container .left-section .mailing-list .subscribe-button{padding:10px 40px;border:1px solid black;background:transparent;cursor:pointer;font-size:14px;transition:.3s}.landing-container .left-section .mailing-list .subscribe-button:hover{background:#000;color:#fff}.landing-container .right-section{width:35%;display:flex;flex-direction:column;gap:10px}.landing-container .right-section h3{font-size:22px;margin-bottom:10px}.landing-container .right-section p{font-size:16px;line-height:1.8}.landing-container .right-section .signup-button{margin-top:20px;padding:10px 30px;width:fit-content;border:1px solid black;background:transparent;cursor:pointer;font-size:14px;transition:.3s}.landing-container .right-section .signup-button:hover{background:#1c7962;color:#fff}@media (max-width: 1100px){.landing-container{padding:6rem;flex-direction:column;gap:40px}.landing-container .left-section,.landing-container .right-section{width:100%}}@media (max-width: 600px){.landing-container{padding:2rem}}@media (max-width: 460px){.landing-container .left-section{gap:1rem}.landing-container .left-section h1{font-size:20px;margin-bottom:10px}.landing-container .left-section .mailing-list h3{font-size:18px}.landing-container .left-section .mailing-list input[type=email]{width:90%}.landing-container .left-section .mailing-list .input-container{flex-direction:column}.landing-container .left-section .mailing-list .subscribe-button{margin-bottom:20px}.landing-container .right-section p{font-size:13px;line-height:1.8}.landing-container .right-section .signup-button{margin-top:20px;padding:10px 30px;width:fit-content;border:1px solid black;background:transparent;cursor:pointer;font-size:14px;transition:.3s}.landing-container .right-section .signup-button:hover{background:#1c7962;color:#fff}}.expo-container{display:flex;align-items:center;background:#e8e6e6;padding:20px}.expo-container .right-side-container{display:flex;flex-direction:column;width:60%;justify-content:center;align-items:center}.expo-container .right-side-container h3{margin-bottom:30px}.expo-container .right-side-container h1{font-size:3rem}.expo-container .header{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;width:30%}.expo-container .header .image-container .logo{width:100%;height:250px;object-fit:contain}.expo-container .header .info h2{font-size:20px;margin:10px 0}.expo-container .header .info p{font-size:18px;margin:5px 0}.expo-container .formContainer{background:#fff;padding:20px;border-radius:8px;width:100%;box-shadow:0 4px 10px #0000001a;margin-top:20px;text-align:center}.expo-container .formContainer h2{font-size:22px;margin-bottom:15px;color:#000050;font-weight:700}.expo-container .form{display:flex;gap:15px;margin-bottom:20px;width:100%}.expo-container .form .inputGroup{display:flex;flex-direction:column;text-align:left;flex:1}.expo-container .form .inputGroup label{font-size:14px;margin-bottom:5px}.expo-container .form .inputGroup input{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px;background:#f4f4ff}.expo-container .button{background:#000050;color:#fff;padding:10px 15px;font-size:18px;width:100%;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease-in-out}.expo-container .button:hover{background:#303080}@media (max-width: 1100px){.expo-container{flex-direction:column}.expo-container .right-side-container{display:flex;flex-direction:column;width:90%;justify-content:center;align-items:center}.expo-container .right-side-container h3{margin-bottom:30px}.expo-container .right-side-container h1{font-size:3rem}.formContainer form{flex-direction:column}}@media (max-width: 600px){.expo-container .right-side-container{display:flex;flex-direction:column;width:90%;justify-content:center;align-items:center}.expo-container .right-side-container h3{margin-bottom:30px}.expo-container .right-side-container h1{font-size:2rem}.expo-container .header{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;width:80%}}.sports-container{text-align:start;background:linear-gradient(to right,#3a2f72,#0a0a28);padding:20px;color:#fff;padding:3rem 6rem}.sports-container .title{font-size:2.3rem;margin-bottom:50px}.sports-container .video-grid{display:flex;flex-wrap:wrap;gap:20px}.sports-container .video-grid .video-item{position:relative;width:340px;height:250px;cursor:pointer;transition:transform .3s ease-in-out;margin-bottom:10px;display:flex;justify-content:center;align-items:center;flex-grow:1;min-width:200px}.sports-container .video-grid .video-item:hover{transform:scale(1.01)}.sports-container .video-grid .video-item .thumbnail{width:100%;height:100%;object-fit:cover}.sports-container .video-grid .video-item .controls{display:none;z-index:10}.sports-container .video-grid .video-item .controls .control-btn{background:transparent;color:#fff;border:none;font-size:24px;margin:0 10px;padding:10px;border-radius:50%;cursor:pointer;transition:opacity .3s}.sports-container .video-grid .video-item:hover .controls{display:flex}.mute-unmute{position:absolute;right:0;bottom:10%}.play-pause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width: 800px){.sports-container{text-align:start;background:linear-gradient(to right,#3a2f72,#0a0a28);color:#fff;padding:3rem}.sports-container .title{font-size:1.5rem}.sports-container .video-grid .video-item{height:150px}}.navbar{padding:.3rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:fixed}.navbar.not{position:relative;background-color:transparent}.navbar.not .navbar__links a{color:#000!important}.navbar.not .navbar__links a:hover{color:var(--primary)!important}.navbar{z-index:1000;top:0;left:0;width:97%;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease}.navbar__logo-container{display:flex;align-items:center;gap:.5rem}.navbar__logo{height:60px;width:60px}.navbar__title{font-size:1.25rem;font-weight:600;color:var(--text)}.navbar__links{display:flex;gap:5rem;margin-inline:10%}.navbar__link{color:#fff;text-decoration:none;transition:color .3s}.navbar__link:hover{color:var(--primary)}.navbar__user-section{display:flex;align-items:center}.navbar__profile-image{height:40px;width:40px;border-radius:50%;cursor:pointer;transition:transform .3s ease;object-fit:cover}.navbar__profile-image:hover{transform:scale(1.1)}.navbar__login-button{background-color:var(--primary);color:#fff;border:none;border-radius:5px;padding:18px 20px;font-size:.8rem;cursor:pointer;font-size:1rem;font-weight:600}.navbar__login-button:hover{background-color:var(--primary-hover);transition:.5s}.sticky{background-color:#fff;box-shadow:0 2px 4px #0000000d;color:var(--text)!important}.sticky .navbar__links a{color:var(--text)!important}.sticky .navbar__links a:hover{color:var(--primary)!important}.sticky .navbar__login-button{background-color:var(--primary);color:#fff;border:none;border-radius:5px}.categories{display:flex;flex-wrap:wrap;gap:.5rem;background:var(--primary);padding:1rem 3rem}.category-item{padding:.5rem 1rem;border-radius:5px;font-size:.9rem;color:#fff;cursor:pointer;transition:background .3s}@media (max-width: 800px){.navbar__links{display:none}}@media (max-width: 800px){.categories{gap:.2rem;padding:1rem}.category-item{padding:.2rem .5rem;border-radius:5px;font-size:.6rem}.drawer .navbar__links{display:flex;flex-direction:column;margin-top:40px;gap:1rem}.drawer .navbar__links a{color:#000;background-color:var(--primary);color:#fff;border-radius:5px;padding:10px;font-size:.8rem}.drawer .navbar__links a:hover{scale:1.03;transition:.5s}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:3rem 2rem 1rem;font-family:Arial,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#4a90e2,transparent)}.footer__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;align-items:start}.footer__brand{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{display:flex;align-items:center}.footer__logo img{width:50px;height:50px;object-fit:contain}.footer__logo h2{font-size:1.2rem;font-weight:700;color:var(--primary);margin:0;letter-spacing:.5px}.footer__apps h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer__app-buttons{display:flex}.footer__app-button{display:block;transition:transform .2s ease}.footer__app-button:hover{transform:translateY(-2px)}.footer__app-button img{width:140px;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000004d}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__section h3{font-size:1.1rem;font-weight:600;color:var(--primary);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.footer__links,.footer__social,.footer__policies{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__links li button,.footer__social li a,.footer__policies li a{color:#ccc;text-decoration:none;font-size:.9rem;transition:all .2s ease;background:none;border:none;cursor:pointer;text-align:left;padding:0}.footer__links li button:hover,.footer__social li a:hover,.footer__policies li a:hover{color:var(--primary);transform:translate(5px)}.footer__contact p{margin:.5rem 0;font-size:.9rem;line-height:1.4}.footer__contact p strong{color:var(--primary);font-weight:600}.footer__address{margin-top:1rem}.footer__address p{margin:.25rem 0}.footer__bottom{border-top:1px solid #333;margin-top:2rem;padding-top:1.5rem;text-align:center}.footer__copyright{font-size:.85rem;color:#888;margin:0}@media (max-width: 1024px){.footer{padding:2rem 1.5rem 1rem}.footer__container{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:flex-start}.footer__app-buttons{flex-direction:row;gap:1rem}.footer__app-button img{width:120px}}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer__container{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__brand{grid-column:1/-1;flex-direction:column;align-items:center;text-align:center}.footer__logo{flex-direction:column;text-align:center;gap:.5rem}.footer__logo h2{font-size:1rem}.footer__app-buttons{flex-direction:column;align-items:center}.footer__app-button img{width:140px}}@media (max-width: 480px){.footer{padding:1.5rem 1rem 1rem}.footer__container{grid-template-columns:1fr;gap:1.5rem}.footer__brand{grid-column:1}.footer__section{text-align:center}.footer__logo h2{font-size:.9rem}.footer__app-button img{width:120px}.footer__links,.footer__social,.footer__policies{align-items:center}.footer__contact{text-align:center}}*{scroll-behavior:smooth}.privacy-policy-container{padding:4rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif}.privacy-policy-container h1{text-align:center;color:#333;font-size:4rem;margin-bottom:20px}.privacy-policy-container h3{color:#000;font-size:1.8rem;margin-top:30px;margin-bottom:20px}.privacy-policy-container p{color:#555;line-height:1.9;font-size:1.1rem;margin-bottom:20px}.privacy-policy-container ul{padding-left:20px;margin-bottom:20px}.privacy-policy-container ul li{font-size:1rem;color:#555;line-height:1.6}@media (max-width: 900px){.privacy-policy-container{padding:3rem 6rem}.privacy-policy-container h1{font-size:2.5rem}.privacy-policy-container h3{font-size:1.6rem}.privacy-policy-container p{font-size:.8rem}}@media (max-width: 550px){.privacy-policy-container{padding:3rem 2rem}.privacy-policy-container h1{font-size:2rem}.privacy-policy-container h3{font-size:1.3rem}.privacy-policy-container p{font-size:.7rem}}.terms-container{padding:4rem;max-width:800px;margin:0 auto}.terms-container h1{text-align:center;color:#333;font-size:4rem;margin-bottom:20px}.terms-container h3{color:#000;font-size:1.8rem;margin-top:30px;margin-bottom:20px}.terms-container p{color:#555;line-height:1.9;font-size:1.1rem;margin-bottom:20px}@media (max-width: 900px){.terms-container{padding:3rem 6rem}.terms-container h1{font-size:2.5rem}.terms-container h3{font-size:1.6rem}.terms-container p{font-size:.8rem}}@media (max-width: 550px){.terms-container{padding:3rem 2rem}.terms-container h1{font-size:2rem}.terms-container h3{font-size:1.3rem}.terms-container p{font-size:.7rem}}.hero-section{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;animation:heroSlideShow 20s infinite;z-index:1}.hero-section__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#00000080,#0006);z-index:1}.hero-section__content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 2rem;animation:fadeInUp 1s ease-out}.hero-section__content h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.3)}.hero-section__content h1 .brand-name{color:#9579da;display:block;margin-bottom:.5rem}.hero-section__content h1 .tagline{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:#fff;display:block}.hero-section__content p{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.6;margin-bottom:2.5rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.hero-section__content .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.hero-section__content .cta-buttons .btn{padding:1rem 3rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:180px;text-align:center;box-sizing:border-box}.hero-section__content .cta-buttons .btn--primary{background:linear-gradient(135deg,#667eea,#9579da);color:#fff}.hero-section__content .cta-buttons .btn--secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-section__content .cta-buttons .btn--secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.hero-section__indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:2}.hero-section__indicators .indicator{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.hero-section__indicators .indicator.active{background:#fff;transform:scale(1.2)}.hero-section__indicators .indicator:hover{background:#ffffffb3}@keyframes heroSlideShow{0%,20%{background-image:url(/home/hero4.jpg)}25%,45%{background-image:url(/home/hero5.jpg)}50%,70%{background-image:url(/home/hero6.jpg)}75%,95%{background-image:url(/home/hero7.jpg)}to{background-image:url(/home/hero8.jpg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{min-height:500px;padding:0 1rem}.hero-section__content h1{margin-bottom:1rem}.hero-section__content p{margin-bottom:2rem}.hero-section__content .cta-buttons{flex-direction:column;align-items:center}.hero-section__content .cta-buttons .btn{width:100%;max-width:280px}}@media (max-width: 480px){.hero-section__content{padding:0 1rem}.hero-section__content .cta-buttons .btn{padding:.875rem 1.5rem;font-size:1rem}}.home-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid #f1f5f9}.home-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#e2e8f0}.home-card__image-container{position:relative;width:100%;height:240px;overflow:hidden;background:#f8fafc}.home-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-card:hover .home-card__image{transform:scale(1.05)}.home-card__badge{position:absolute;top:12px;right:12px;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.home-card__badge--featured{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#92400e;box-shadow:0 4px 12px #fbbf244d}.home-card__badge--new{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.home-card__content{padding:1.5rem}.home-card__title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-card__details{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.home-card__price{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}.home-card__price-amount{font-size:1.75rem;font-weight:800;color:#1e293b;line-height:1}.home-card__price-period{font-size:.875rem;color:#64748b;font-weight:500}.home-card__location{font-size:.875rem;color:#64748b;margin:0;font-weight:500;display:flex;align-items:center;gap:.25rem}.home-card__location:before{content:"📍";font-size:.75rem}.home-card__description{font-size:.875rem;color:#64748b;margin:0;font-weight:500;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-top:1px solid #f1f5f9}.home-card__description:before{content:"🏠";font-size:.875rem}.home-card__actions{margin-top:1rem;display:flex;gap:.75rem}.home-card__button{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.home-card__button--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-card__button--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.home-card__button--secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.home-card__button--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}@media (max-width: 768px){.home-card__content{padding:1.25rem}.home-card__title{font-size:1.125rem}.home-card__price-amount{font-size:1.5rem}.home-card__details{flex-direction:column;align-items:flex-start;gap:.5rem}.home-card__actions{flex-direction:column}}@media (max-width: 480px){.home-card__image-container{height:200px}.home-card__content{padding:1rem}}.home-page{background:#f8fafc;min-height:100vh}.home-page__header{background:#fff;padding:4rem 2rem;text-align:center;border-bottom:1px solid #e2e8f0}.home-page__header-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#1a202c;margin-bottom:1rem;line-height:1.2}.home-page__header-subtitle{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.home-page__search{background:#fff;padding:2rem;margin:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.home-page__listings{padding:2rem;max-width:1400px;margin:0 auto}.search-bar{display:flex;align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:.75rem;transition:all .3s ease;gap:1rem}.search-bar:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-bar__input{flex:1;border:none;outline:none;background:transparent;font-size:1.1rem;padding:.5rem;color:#1a202c}.search-bar__input::placeholder{color:#94a3b8;font-weight:500}.search-bar__filters{display:flex;gap:.75rem;align-items:center}.search-bar__filter{border:1px solid #cbd5e1;border-radius:8px;padding:.5rem 1rem;background:#fff;font-size:.9rem;color:#475569;cursor:pointer;outline:none;transition:all .2s ease;font-weight:500}.search-bar__filter:hover{border-color:#94a3b8;background:#f8fafc}.search-bar__filter:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.listings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}@media (min-width: 768px){.listings-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (min-width: 1200px){.listings-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1400px){.listings-grid{grid-template-columns:repeat(4,1fr)}}.stats-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;margin:2rem;border-radius:16px;text-align:center}.stats-section__title{font-size:2.5rem;font-weight:800;margin-bottom:2rem}.stats-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.stats-section__stat-number{font-size:3rem;font-weight:800;display:block;margin-bottom:.5rem}.stats-section__stat-label{font-size:1.1rem;opacity:.9}@media (max-width: 768px){.home-page__header{padding:2rem 1rem}.home-page__search{margin:1rem;padding:1.5rem}.home-page__listings{padding:1rem}.search-bar{flex-direction:column;gap:1rem}.search-bar__filters{width:100%;justify-content:space-between}.search-bar__filter{flex:1;text-align:center}.listings-grid{grid-template-columns:1fr;gap:1.5rem}.stats-section{margin:1rem;padding:2rem 1rem}.stats-section__title{font-size:2rem}.stats-section__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.search-bar__filters{flex-direction:column;gap:.5rem}.stats-section__grid{grid-template-columns:1fr}}.drawer{position:fixed;top:0;right:-200px;width:200px;height:100%;background-color:#fff;transition:right .3s ease;z-index:1000;box-shadow:-4px 0 10px #00000080}.drawer.open{right:0}.drawer .drawer-content{color:#000;padding:20px;position:relative}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.toggle-btn{background-color:transparent;color:#fff;padding:10px;border:none;cursor:pointer;font-size:24px;transition:.3s}.toggle-btn,.drawer,.overlay{display:none}@media (max-width: 800px){.toggle-btn,.overlay,.drawer{display:block}}.drawer__logo-container{display:flex;align-items:center;justify-content:center}.chat-layout{display:flex;height:100vh;overflow:hidden}.chat-main{flex:1;position:relative;display:flex;flex-direction:column}.typing-indicator{position:absolute;bottom:72.8px;left:0;z-index:10;background-color:var(--bg);padding:.5rem 1rem;font-size:.85rem;color:#666;font-style:italic}.sidebar{width:25%;background:#fff;border-right:1px solid #d1d1d1;display:flex;flex-direction:column}.sidebar__header{padding:1rem;background:var(--primary);color:#fff;display:flex;justify-content:space-between;align-items:center}.sidebar__header h1{font-size:1.5rem;font-weight:600}.sidebar__header .menu-btn{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;align-items:center;justify-content:center;display:none}.sidebar__header .menu-dropdown{position:absolute;right:10px;top:60px;background:#fff;border:1px solid #ccc;padding:.5rem;border-radius:6px;display:flex;flex-direction:column;gap:.4rem}.sidebar__header .menu-dropdown a{padding:.3rem .5rem;cursor:pointer;color:#333}.sidebar__header .menu-dropdown a:hover{color:#666}.sidebar__contacts{overflow-y:auto;padding:1rem}.sidebar-overlay{display:none}@media (max-width: 800px){.sidebar{width:50%;position:absolute;top:142px;left:0;z-index:20;height:calc(100vh - 140px);transform:translate(-100%);transition:transform .3s ease-in-out}.sidebar--open{transform:translate(0)}.sidebar__header{position:sticky;top:0;z-index:1}.sidebar__header .menu-btn{display:flex}}@media (max-width: 480px){.sidebar{width:100%}}.contact-item{display:flex;align-items:center;padding:.6rem;border-radius:8px;cursor:pointer;margin-bottom:.5rem}.contact-item:hover{background:#f3f3f3}.contact-item img{width:48px;height:48px;border-radius:50%;margin-right:.8rem}.contact-item h3{font-size:1.1rem;font-weight:600}.contact-item p{font-size:.85rem;color:#666}.avatar{position:relative}.avatar .dot{position:absolute;bottom:8px;right:10px;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.avatar .dot.online{background:#22c55e}.avatar .dot.offline{background:#9ca3af}.top{display:flex;justify-content:space-between;align-items:center}.unread-badge{background:#4f46e5;color:#fff;font-size:12px;min-width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center}.chat-header{background:#fff;padding:1rem;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:1rem}.chat-header__menu-btn{display:none;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#333;padding:.25rem .5rem}.chat-header h1{font-size:1.6rem;font-weight:600}.chat-header .status{font-size:12px}.chat-header .status.online{color:#22c55e}.chat-header .status.offline{color:#9ca3af}@media (max-width: 800px){.chat-header__menu-btn{display:block}}.message-list{flex:1;overflow-y:auto;padding:1rem 1rem 6rem}.message-list::-webkit-scrollbar{width:.4vw;max-height:10px}.message-list::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:5px}.message-list::-webkit-scrollbar-track{border-radius:5px;background-color:#d3d5d7}.message{display:flex;margin-bottom:1rem}.message.in .bubble{background:#eeeded;color:#333}.message.out{justify-content:flex-end}.message.out .bubble{background:var(--primary);color:#fff}.message .bubble{padding:.8rem;border-radius:10px;max-width:350px;display:flex;flex-direction:column}.message .bubble .name{font-size:.7rem;font-weight:600;opacity:.7;margin-bottom:2px}.message .avatar{width:34px;height:34px;border-radius:50%;margin:0 .5rem}.message-status{font-size:12px;opacity:.7}.message-status.read{color:#6ac6ff}.chat-input{position:absolute;bottom:0;width:100%;box-sizing:border-box;padding:1rem;background:#fff;border-top:1px solid #ccc;display:flex;gap:.5rem}.chat-input input{flex:1;padding:.7rem;border:1px solid #aaa;border-radius:6px}.chat-input input:focus{outline:none;border-color:var(--primary)}.chat-input button{padding:.7rem 1.3rem;background:var(--primary);color:#fff;border:none;border-radius:6px;cursor:pointer}.chat-input button:hover{opacity:.9}
