@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--primary:#0b3d91;--primary-dark:#082d6b;--primary-light:#eaf2ff;--success:#2e7d32;--background:#f8fbff;--heading:#1e1e1e;--text:#555;--light-text:#7a7a7a;--border:#d8e3f0;--white:#fff;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 10px 30px #00000014;--shadow-lg:0 20px 50px #0000001f;--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--transition:.35s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{overflow-x:hidden}img{max-width:100%;display:block}button{cursor:pointer;border:none}a{text-decoration:none}ul{list-style:none}body{background:var(--background);color:var(--heading);font-family:Poppins,sans-serif}.wrapper{width:95%;max-width:1400px;margin:auto}.section{padding:100px 0}.navbar{z-index:1000;background:#fff;border-bottom:1px solid #edf1f7;width:100%;position:relative}.navbar-container{justify-content:space-between;align-items:center;width:min(1200px,94%);min-height:100px;margin:0 auto;display:flex}.navbar-logo{color:#0b3d91;font-size:2.2rem;font-weight:800;text-decoration:none}.navbar-menu{align-items:center;gap:38px;display:flex}.navbar-link{color:#171717;padding:10px 0;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.navbar-link:hover,.navbar-link.active{color:#0b3d91}.navbar-link.active:after{content:"";background:#0b3d91;border-radius:10px;width:100%;height:3px;position:absolute;bottom:0;left:0}.navbar-actions{align-items:center;gap:18px;margin-left:25px;display:flex}.navbar-login,.navbar-register{text-align:center;border-radius:10px;min-width:125px;padding:14px 24px;font-weight:700;text-decoration:none;transition:all .3s}.navbar-login{color:#0b3d91;background:#fff;border:2px solid #0b3d91}.navbar-login:hover{color:#fff;background:#0b3d91}.navbar-register{color:#fff;background:#0b3d91;border:2px solid #0b3d91}.navbar-register:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0b3d9133}.navbar-toggle{color:#0b3d91;cursor:pointer;z-index:1100;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.8rem;display:none;position:relative}@media (width<=900px){.navbar-container{box-sizing:border-box;width:100%;min-height:80px;padding:0 24px}.navbar-logo{font-size:2rem}.navbar-toggle{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.navbar-menu{background:#fff;border-top:1px solid #edf1f7;flex-direction:column;align-items:stretch;gap:0;width:100%;padding:20px 6% 30px;display:none;position:absolute;top:80px;left:0;box-shadow:0 15px 30px #00000014}.navbar-menu.navbar-menu-open{display:flex}.navbar-link{width:100%;padding:15px 0;font-size:1.05rem}.navbar-link.active:after{display:none}.navbar-actions{flex-direction:column;align-items:stretch;gap:12px;margin:15px 0 0}.navbar-login,.navbar-register{box-sizing:border-box;width:100%}}@media (width<=600px){.navbar-container{box-sizing:border-box;width:100%;min-height:72px;padding:0 18px}.navbar-logo{font-size:1.8rem}.navbar-toggle{font-size:1.5rem}.navbar-menu{padding:18px 5% 25px;top:72px}}.about-page{color:#171717;background:#f7f9fc;width:100%}.about-hero{text-align:center;background:linear-gradient(#f8fbff 0%,#fff 100%);padding:85px 20px 70px}.about-hero h1{color:#0b3d91;margin:0;font-size:3.2rem;font-weight:800;line-height:1.2}.about-hero p{color:#555;max-width:760px;margin:20px auto 0;font-size:1.15rem;line-height:1.8}.about-story{grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;width:min(1100px,90%);margin:0 auto;padding:90px 0;display:grid}.about-story-content h2,.about-mission h2,.about-vision h2{color:#0b3d91;margin:0 0 20px;font-size:2.4rem;font-weight:800}.about-story-content p{color:#555;margin:0;font-size:1.08rem;line-height:1.9}.about-story-card{background:#fff;border:1px solid #edf1f7;border-radius:20px;padding:40px;box-shadow:0 18px 45px #00000012}.about-story-card h3{color:#0b3d91;margin:0 0 15px;font-size:1.4rem}.about-story-card p{color:#666;margin:0;line-height:1.8}.about-mission{text-align:center;background:#fff;padding:90px 20px}.about-mission h2{margin-bottom:20px}.about-mission p{color:#555;max-width:850px;margin:0 auto;font-size:1.2rem;line-height:1.9}.about-different{background:#f7f9fc;padding:90px 0}.about-section-heading{text-align:center;width:min(850px,90%);margin:0 auto 45px}.about-section-heading h2{color:#171717;margin:0 0 15px;font-size:2.4rem;font-weight:800}.about-section-heading p{color:#666;margin:0;font-size:1.05rem;line-height:1.7}.about-vision{text-align:center;background:#fff;padding:90px 20px}.about-vision p{color:#555;max-width:850px;margin:0 auto;font-size:1.15rem;line-height:1.9}.about-cta{text-align:center;background:#0b3d91;padding:90px 20px}.about-cta h2{color:#fff;margin:0 0 18px;font-size:2.5rem;font-weight:800}.about-cta p{color:#e8f1ff;max-width:700px;margin:0 auto 35px;font-size:1.05rem;line-height:1.8}.about-cta-button{color:#0b3d91;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:210px;padding:16px 30px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.about-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000002e}@media (width<=900px){.about-hero{padding:65px 20px 55px}.about-hero h1{font-size:2.7rem}.about-story{grid-template-columns:1fr;gap:40px;padding:70px 0}.about-story-content{text-align:center}.about-story-content p{max-width:750px;margin:0 auto}.about-mission,.about-different,.about-vision,.about-cta{padding-top:70px;padding-bottom:70px}}@media (width<=600px){.about-hero{padding:50px 20px 45px}.about-hero h1{font-size:2.1rem}.about-hero p{font-size:1rem}.about-story{width:90%;padding:60px 0}.about-story-content h2,.about-mission h2,.about-vision h2{font-size:2rem}.about-story-content p,.about-mission p,.about-vision p{font-size:1rem}.about-story-card{padding:30px 25px}.about-different{padding:60px 0}.about-section-heading h2{font-size:2rem}.about-section-heading p{font-size:1rem}.about-cta{padding:65px 20px}.about-cta h2{font-size:2rem}.about-cta p{font-size:1rem}.about-cta-button{box-sizing:border-box;width:100%;max-width:320px}}.footer{color:#fff;background:#071f4d;padding:70px 0 0}.footer-container{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px;width:min(1200px,90%);margin:0 auto;padding-bottom:60px;display:grid}.footer-brand{max-width:300px}.footer-logo{color:#fff;margin-bottom:20px;font-size:2.2rem;font-weight:800;text-decoration:none;display:inline-block}.footer-brand p{color:#c9d7ed;line-height:1.7}.footer-column{flex-direction:column;gap:13px;display:flex}.footer-column h3{color:#fff;margin-bottom:8px;font-size:1.05rem}.footer-column a{color:#c9d7ed;text-decoration:none;transition:all .3s}.footer-column a:hover{color:#fff;transform:translate(3px)}.footer-bottom{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:20px;width:min(1200px,90%);margin:0 auto;padding:25px 0;display:flex}.footer-bottom p{color:#aebed8;margin:0;font-size:.9rem}.footer-legal{gap:25px;display:flex}.footer-legal a{color:#aebed8;font-size:.9rem;text-decoration:none;transition:all .3s}.footer-legal a:hover{color:#fff}@media (width<=900px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.footer{padding-top:55px}.footer-container{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-legal{flex-direction:column;gap:10px}}.why-elegant{background:#f8fbff}.why-header{text-align:center;margin-bottom:60px}.why-header h2{color:var(--heading);margin-bottom:15px;font-size:2.6rem}.why-header p{max-width:700px;color:var(--text);margin:auto;line-height:1.8}.why-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.why-card{background:var(--white);text-align:center;box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid var(--border);border-radius:20px;padding:35px 25px}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.why-card-icon{background:var(--primary-light);width:75px;height:75px;color:var(--primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 25px;font-size:2rem;display:flex}.why-card:hover .why-card-icon{background:var(--primary);color:var(--white)}.why-card h3{color:var(--heading);margin-bottom:15px;font-size:1.3rem}.why-card p{color:var(--text);font-size:.95rem;line-height:1.7}@media (width<=992px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-grid{grid-template-columns:1fr}.why-header h2{font-size:2rem}}.browse-page{background:#f7f9fc;width:100%;min-height:100vh;padding-bottom:80px}.browse-header{text-align:center;padding:70px 20px 45px}.browse-header h1{color:#171717;margin:0;font-size:3rem;font-weight:800;line-height:1.2}.browse-header p{color:#4b5563;max-width:760px;margin:18px auto 0;font-size:1.15rem;line-height:1.7}.browse-listings{width:min(1200px,94%);margin:70px auto 0}.browse-listings-header{text-align:center;margin-bottom:40px}.browse-listings-header h2{color:#171717;margin:0;font-size:2.3rem;font-weight:800}.browse-listings-header p{color:#4b5563;margin:12px auto 0;font-size:1.05rem}@media (width<=900px){.browse-header{padding:55px 20px 35px}.browse-header h1{font-size:2.5rem}.browse-listings{margin-top:55px}.browse-listings-header h2{font-size:2rem}}@media (width<=600px){.browse-page{padding-bottom:50px}.browse-header{padding:45px 20px 25px}.browse-header h1{font-size:2rem}.browse-header p{font-size:1rem}.browse-listings{width:92%;margin-top:45px}.browse-listings-header{margin-bottom:30px}.browse-listings-header h2{font-size:1.7rem}.browse-listings-header p{font-size:.95rem;line-height:1.6}}.featured-listings{padding:100px 0}.featured-header{text-align:center;margin-bottom:60px}.featured-header h2{color:var(--heading);margin-bottom:15px;font-size:2.6rem}.featured-header p{color:var(--text);max-width:650px;margin:auto;line-height:1.8}.listings-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}@media (width<=992px){.listings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.listings-grid{grid-template-columns:1fr}}.listing-card{box-shadow:var(--shadow-md);background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;transition:all .35s;display:flex;overflow:hidden}.listing-card:hover{transform:translateY(-8px)}.listing-image{height:240px;position:relative;overflow:hidden}.listing-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.listing-card:hover img{transform:scale(1.05)}.verified-badge{color:#fff;background:#16a34a;border-radius:50px;padding:8px 14px;font-size:.85rem;font-weight:600;position:absolute;top:18px;left:18px}.listing-content{padding:25px}.listing-content h3{margin-bottom:10px;font-size:1.4rem}.room-type{color:#666;margin-bottom:12px}.listing-price{color:var(--primary);margin-bottom:12px;font-size:1.15rem;font-weight:700}.listing-rating{margin-bottom:10px}.rooms-left{color:#555;margin-bottom:20px}.details-button{background:var(--primary);color:#fff;border-radius:10px;width:100%;height:50px;margin-top:auto;font-weight:600;transition:all .3s}.details-button:hover{background:var(--primary-dark)}.search-section{z-index:10;margin-top:-70px;position:relative}.search-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:40px}.search-header{text-align:center;margin-bottom:35px}.search-header h2{color:var(--heading);margin-bottom:10px;font-size:2rem}.search-header p{color:var(--text);line-height:1.7}.search-form{grid-template-columns:repeat(5,1fr);align-items:end;gap:20px;display:grid}.search-group{flex-direction:column;display:flex}.search-group label{color:var(--heading);margin-bottom:10px;font-weight:600}.search-group select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);height:55px;transition:var(--transition);padding:0 15px;font-family:inherit;font-size:.95rem}.search-group select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0b3d911f}.search-button{background:var(--primary);height:55px;color:var(--white);border-radius:var(--radius-sm);transition:var(--transition);font-size:1rem;font-weight:600}.search-button:hover{background:var(--primary-dark);transform:translateY(-2px)}@media (width<=992px){.search-form{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.search-section{margin-top:40px}.search-card{padding:25px}.search-form{grid-template-columns:1fr}}.contact-page{color:#171717;background:#f7f9fc;width:100%}.contact-hero{text-align:center;background:linear-gradient(#f8fbff 0%,#fff 100%);padding:85px 20px 70px}.contact-hero h1{color:#0b3d91;margin:0;font-size:3.2rem;font-weight:800;line-height:1.2}.contact-hero p{color:#555;max-width:800px;margin:20px auto 0;font-size:1.15rem;line-height:1.8}.contact-main{grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px;width:min(1100px,90%);margin:0 auto;padding:90px 0;display:grid}.contact-information h2,.contact-form h2{color:#0b3d91;margin:0 0 18px;font-size:2.2rem;font-weight:800}.contact-information>p{color:#555;margin:0 0 40px;font-size:1.05rem;line-height:1.8}.contact-detail{margin-bottom:28px}.contact-detail h3{color:#171717;margin:0 0 7px;font-size:1.1rem}.contact-detail p{color:#666;margin:0;font-size:1rem;line-height:1.6}.contact-form{background:#fff;border:1px solid #e1e8f2;border-radius:20px;padding:40px;box-shadow:0 18px 45px #00000012}.form-group{margin-bottom:22px}.form-group label{color:#171717;margin-bottom:9px;font-size:1rem;font-weight:700;display:block}.form-group input,.form-group textarea{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d8e1ee;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .25s}.form-group input{height:52px}.form-group textarea{resize:vertical;min-height:150px}.form-group input:focus,.form-group textarea:focus{border-color:#0b3d91;box-shadow:0 0 0 3px #0b3d911a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.contact-submit{color:#fff;cursor:pointer;background:#0b3d91;border:none;border-radius:10px;width:100%;padding:15px 20px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s}.contact-submit:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0b3d9133}.contact-help{background:#fff;padding:90px 0}.contact-section-heading{text-align:center;width:min(850px,90%);margin:0 auto 45px}.contact-section-heading h2{color:#171717;margin:0 0 15px;font-size:2.4rem;font-weight:800}.contact-section-heading p{color:#666;margin:0;font-size:1.05rem;line-height:1.7}.contact-help-grid{grid-template-columns:repeat(3,1fr);gap:25px;width:min(1100px,90%);margin:0 auto;display:grid}.contact-help-card{text-align:center;background:#f7f9fc;border:1px solid #e1e8f2;border-radius:18px;padding:35px 30px}.contact-help-card h3{color:#0b3d91;margin:0 0 14px;font-size:1.3rem}.contact-help-card p{color:#666;margin:0;line-height:1.7}.contact-faq{background:#f7f9fc;padding:90px 0}.contact-faq-list{flex-direction:column;gap:18px;width:min(900px,90%);margin:0 auto;display:flex}.contact-faq-item{background:#fff;border:1px solid #e1e8f2;border-radius:15px;padding:25px 30px}.contact-faq-item h3{color:#171717;margin:0 0 10px;font-size:1.1rem}.contact-faq-item p{color:#666;margin:0;line-height:1.7}.contact-cta{text-align:center;background:#0b3d91;padding:90px 20px}.contact-cta h2{color:#fff;margin:0 0 18px;font-size:2.5rem;font-weight:800}.contact-cta p{color:#e8f1ff;max-width:700px;margin:0 auto 35px;font-size:1.05rem;line-height:1.8}.contact-cta-button{color:#0b3d91;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:210px;padding:16px 30px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000002e}@media (width<=900px){.contact-hero{padding:65px 20px 55px}.contact-hero h1{font-size:2.7rem}.contact-main{grid-template-columns:1fr;gap:45px;padding:70px 0}.contact-information{text-align:center}.contact-information>p{max-width:700px;margin-left:auto;margin-right:auto}.contact-help,.contact-faq,.contact-cta{padding-top:70px;padding-bottom:70px}.contact-help-grid{grid-template-columns:1fr;max-width:600px}}@media (width<=600px){.contact-hero{padding:50px 20px 45px}.contact-hero h1{font-size:2.1rem}.contact-hero p{font-size:1rem}.contact-main{width:90%;padding:60px 0}.contact-information h2,.contact-form h2{font-size:2rem}.contact-form{padding:28px 22px}.contact-section-heading h2{font-size:2rem}.contact-section-heading p{font-size:1rem}.contact-help{padding:60px 0}.contact-help-card{padding:30px 25px}.contact-faq{padding:60px 0}.contact-faq-item{padding:22px}.contact-cta{padding:65px 20px}.contact-cta h2{font-size:2rem}.contact-cta p{font-size:1rem}.contact-cta-button{box-sizing:border-box;width:100%;max-width:320px}}.forgot-password-page{background:#f7f9fc;justify-content:center;align-items:center;min-height:70vh;padding:70px 20px;display:flex}.forgot-password-card{background:#fff;border:1px solid #dbe4f0;border-radius:28px;width:min(600px,100%);padding:60px;box-shadow:0 20px 45px #00000014}.forgot-password-header{text-align:center;margin-bottom:45px}.forgot-password-header h1,.forgot-password-success h1{color:#0b3d91;margin:0 0 18px;font-size:2.8rem;font-weight:800}.forgot-password-header p,.forgot-password-success p{color:#596579;margin:0;font-size:1.1rem;line-height:1.7}.forgot-password-form{flex-direction:column;gap:14px;display:flex}.forgot-password-form label{color:#171717;font-size:1rem;font-weight:700}.forgot-password-form input{box-sizing:border-box;border:1px solid #d6e0ed;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:18px 20px;font-size:1rem}.forgot-password-form input:focus{border-color:#0b3d91}.forgot-password-form button{color:#fff;cursor:pointer;background:#0b3d91;border:none;border-radius:12px;width:100%;padding:17px;font-size:1rem;font-weight:700}.forgot-password-footer{text-align:center;margin-top:25px}.forgot-password-footer a{color:#0b3d91;font-weight:700;text-decoration:none}.forgot-password-success{text-align:center}.forgot-password-success p{margin-bottom:18px}.forgot-password-login{color:#fff;background:#0b3d91;border-radius:12px;margin-top:20px;padding:15px 30px;font-weight:700;text-decoration:none;display:inline-block}@media (width<=600px){.forgot-password-page{padding:40px 18px}.forgot-password-card{border-radius:22px;padding:40px 25px}.forgot-password-header h1,.forgot-password-success h1{font-size:2.2rem}}.cta{background:#0b3d91;padding:100px 0}.cta-container{width:min(1100px,90%);margin:0 auto}.cta-content{text-align:center;max-width:850px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:20px;font-size:2.8rem}.cta-content p{color:#e8f1ff;max-width:700px;margin:0 auto 35px;font-size:1.1rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-primary,.cta-secondary{border-radius:10px;justify-content:center;align-items:center;min-width:210px;padding:16px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-primary{color:#0b3d91;background:#fff}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000002e}.cta-secondary{color:#fff;border:2px solid #fff}.cta-secondary:hover{color:#0b3d91;background:#fff}@media (width<=768px){.cta{padding:75px 0}.cta-content h2{font-size:2.1rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:320px}}.hero{background:linear-gradient(#f8fbff 0%,#fff 100%);align-items:center;min-height:95vh;display:flex}.hero-wrapper{width:95%;max-width:1400px;margin:0 auto}.hero-container{justify-content:space-between;align-items:center;gap:80px;padding:80px 0;display:flex}.hero-content{flex:1.2}.hero-image{flex:.8;justify-content:center;display:flex}.hero-tag{color:#0b3d91;background:#e8f1ff;border-radius:50px;margin-bottom:25px;padding:10px 18px;font-weight:600;display:inline-block}.hero-content h1{color:#1d1d1d;margin-bottom:25px;font-size:3.6rem;line-height:1.2}.hero-content h1 span{color:#0b3d91}.hero-description{color:#666;max-width:620px;margin-bottom:40px;font-size:1.1rem;line-height:1.9}.hero-buttons{gap:20px;margin-bottom:40px;display:flex}.hero-btn-primary,.hero-btn-secondary{border-radius:10px;padding:16px 34px;font-weight:600;text-decoration:none;transition:all .35s}.hero-btn-primary{color:#fff;background:#0b3d91}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0b3d9140}.hero-btn-secondary{color:#0b3d91;border:2px solid #0b3d91}.hero-btn-secondary:hover{color:#fff;background:#0b3d91}.hero-features{color:#444;flex-wrap:wrap;gap:30px;font-weight:500;display:flex}.hero-features span{align-items:center;gap:8px;display:flex}.hero-image{justify-content:center;display:flex}.image-placeholder{text-align:center;color:#7a7a7a;background:#fff;border:2px dashed #d0d9e8;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;height:500px;display:flex;box-shadow:0 25px 60px #00000014}.image-placeholder h2{color:#0b3d91;margin-bottom:15px}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-description{margin:auto auto 40px}.hero-buttons,.hero-features{justify-content:center}.hero-content h1{font-size:2.9rem}}@media (width<=768px){.hero{padding:40px 0}.hero-content h1{font-size:2.3rem}.hero-buttons{flex-direction:column}.image-placeholder{height:350px}}.how-it-works{background:#fff;padding:100px 0}.how-header{text-align:center;margin-bottom:60px}.how-header h2{color:var(--heading);margin-bottom:15px;font-size:2.6rem}.how-header p{max-width:700px;color:var(--text);margin:auto;line-height:1.8}.steps-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.step-card{background:var(--white);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-md);transition:var(--transition);border-radius:20px;padding:35px 25px;position:relative}.step-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.step-number{color:var(--primary);font-size:.85rem;font-weight:700;position:absolute;top:20px;right:20px}.step-icon{background:var(--primary-light);width:80px;height:80px;color:var(--primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 25px;font-size:2rem;display:flex}.step-card:hover .step-icon{background:var(--primary);color:var(--white)}.step-card h3{color:var(--heading);margin-bottom:15px}.step-card p{color:var(--text);line-height:1.7}@media (width<=992px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.steps-grid{grid-template-columns:1fr}.how-header h2{font-size:2rem}}.testimonials{background:#f8fbff;padding:100px 0}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-header h2{color:var(--heading);margin-bottom:15px;font-size:2.6rem}.testimonials-header p{max-width:700px;color:var(--text);margin:auto;line-height:1.8}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.testimonial-card{background:var(--white);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--border);transition:var(--transition);border-radius:20px;padding:35px 30px}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.testimonial-image{object-fit:cover;border-radius:50%;width:90px;height:90px;margin-bottom:20px}.testimonial-rating{margin-bottom:20px;font-size:1.1rem}.testimonial-message{color:var(--text);margin-bottom:25px;font-style:italic;line-height:1.8}.testimonial-card h3{color:var(--heading);margin-bottom:6px}.testimonial-card span{color:var(--primary);font-weight:600}@media (width<=992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-header h2{font-size:2rem}}.login-page{background:#f7f9fc;min-height:calc(100vh - 100px)}.login-section{justify-content:center;align-items:center;min-height:720px;padding:80px 20px;display:flex}.login-card{background:#fff;border:1px solid #dce5f2;border-radius:24px;width:100%;max-width:520px;padding:50px;box-shadow:0 15px 35px #0000000f}.login-header{text-align:center;margin-bottom:35px}.login-header h1{color:#0b3d91;margin:0 0 12px;font-size:2.6rem;font-weight:800}.login-header p{color:#5f6b7a;margin:0;font-size:1.05rem}.login-form{flex-direction:column;gap:22px;display:flex}.login-options{justify-content:space-between;align-items:center;gap:15px;display:flex}.remember-me{color:#4f5b6b;cursor:pointer;align-items:center;gap:8px;font-size:.95rem;display:flex}.remember-me input{accent-color:#0b3d91;cursor:pointer;width:16px;height:16px}.forgot-password{color:#0b3d91;font-size:.95rem;font-weight:600;text-decoration:none}.forgot-password:hover{text-decoration:underline}.login-button{color:#fff;cursor:pointer;background:#0b3d91;border:2px solid #0b3d91;border-radius:12px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:all .3s}.login-button:hover{background:#083273;transform:translateY(-1px)}.register-prompt{text-align:center;color:#5f6b7a;margin:28px 0 0;font-size:.98rem}.register-prompt a{color:#0b3d91;font-weight:700;text-decoration:none}.register-prompt a:hover{text-decoration:underline}@media (width<=900px){.login-section{min-height:650px;padding:60px 20px}.login-card{max-width:500px;padding:42px}}@media (width<=600px){.login-section{min-height:auto;padding:45px 18px}.login-card{border-radius:20px;padding:32px 24px}.login-header h1{font-size:2.1rem}.login-options{flex-direction:column;align-items:flex-start}.forgot-password{align-self:flex-end}}.not-found-page{background:#f7f9fc;min-height:70vh}.not-found-section{justify-content:center;align-items:center;min-height:650px;padding:70px 20px;display:flex}.not-found-content{text-align:center;width:min(700px,100%)}.not-found-number{color:#0b3d91;margin-bottom:20px;font-size:7rem;font-weight:900;line-height:1;display:block}.not-found-content h1{color:#171717;margin:0 0 18px;font-size:2.6rem;font-weight:800}.not-found-content p{color:#596579;max-width:600px;margin:0 auto 35px;font-size:1.1rem;line-height:1.8}.not-found-actions{justify-content:center;align-items:center;gap:15px;display:flex}.not-found-home,.not-found-browse{text-align:center;border-radius:10px;min-width:170px;padding:15px 25px;font-weight:700;text-decoration:none;transition:all .3s}.not-found-home{color:#fff;background:#0b3d91}.not-found-home:hover{background:#083273;transform:translateY(-2px)}.not-found-browse{color:#0b3d91;background:#fff;border:2px solid #0b3d91}.not-found-browse:hover{color:#fff;background:#0b3d91}@media (width<=600px){.not-found-section{min-height:550px;padding:50px 20px}.not-found-number{font-size:5rem}.not-found-content h1{font-size:2.1rem}.not-found-content p{font-size:1rem}.not-found-actions{flex-direction:column}.not-found-home,.not-found-browse{box-sizing:border-box;width:100%;max-width:320px}}.privacy-policy-page{background:#f7f9fc;padding-bottom:90px}.privacy-policy-header{text-align:center;background:#fff;padding:80px 20px}.privacy-policy-header h1{color:#0b3d91;margin:0 0 20px;font-size:3.5rem;font-weight:800}.privacy-policy-header p{color:#596579;max-width:850px;margin:0 auto;font-size:1.15rem;line-height:1.7}.privacy-policy-content{width:min(1050px,90%);margin:60px auto 0}.privacy-policy-section{background:#fff;border:1px solid #dbe4f0;border-radius:18px;margin-bottom:22px;padding:30px 35px}.privacy-policy-section h2{color:#171717;margin:0 0 15px;font-size:1.35rem;font-weight:800}.privacy-policy-section p{color:#596579;margin:0;font-size:1.05rem;line-height:1.8}@media (width<=600px){.privacy-policy-header{padding:55px 20px}.privacy-policy-header h1{font-size:2.5rem}.privacy-policy-content{width:90%;margin-top:35px}.privacy-policy-section{padding:25px}.privacy-policy-section h2{font-size:1.2rem}}.register-page{background:#f7f9fc;min-height:calc(100vh - 100px)}.register-section{justify-content:center;align-items:center;min-height:760px;padding:80px 20px;display:flex}.register-card{background:#fff;border:1px solid #dce5f2;border-radius:24px;width:100%;max-width:560px;padding:50px;box-shadow:0 15px 35px #0000000f}.register-header{text-align:center;margin-bottom:32px}.register-header h1{color:#0b3d91;margin:0 0 12px;font-size:2.6rem;font-weight:800}.register-header p{color:#5f6b7a;margin:0;font-size:1.05rem}.account-type{margin-bottom:30px}.account-type h2{color:#171717;margin:0 0 14px;font-size:1rem;font-weight:700}.account-options{grid-template-columns:1fr 1fr;gap:14px;display:grid}.account-option{text-align:left;cursor:pointer;background:#fff;border:2px solid #dce5f2;border-radius:14px;flex-direction:column;align-items:flex-start;min-height:105px;padding:18px;transition:all .3s;display:flex}.account-option strong{color:#171717;margin-bottom:8px;font-size:1.05rem}.account-option span{color:#697586;font-size:.9rem;line-height:1.4}.account-option:hover{border-color:#0b3d91}.account-option.active{background:#f3f7ff;border-color:#0b3d91}.account-option.active strong{color:#0b3d91}.register-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:9px;display:flex}.form-group label{color:#171717;font-size:1rem;font-weight:700}.form-group input{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d6e0ed;border-radius:12px;outline:none;width:100%;padding:16px 18px;font-size:1rem;transition:all .3s}.form-group input:focus{border-color:#0b3d91;box-shadow:0 0 0 3px #0b3d911a}.form-group input::placeholder{color:#9aa5b1}.register-button{color:#fff;cursor:pointer;background:#0b3d91;border:2px solid #0b3d91;border-radius:12px;width:100%;margin-top:5px;padding:16px;font-size:1rem;font-weight:700;transition:all .3s}.register-button:hover{background:#083273;transform:translateY(-1px)}.login-prompt{text-align:center;color:#5f6b7a;margin:28px 0 0;font-size:.98rem}.login-prompt a{color:#0b3d91;font-weight:700;text-decoration:none}.login-prompt a:hover{text-decoration:underline}@media (width<=900px){.register-section{min-height:700px;padding:60px 20px}.register-card{max-width:530px;padding:42px}}@media (width<=600px){.register-section{min-height:auto;padding:45px 18px}.register-card{border-radius:20px;padding:32px 24px}.register-header h1{font-size:2.1rem}.account-options{grid-template-columns:1fr}.account-option{min-height:auto}}.terms-page{background:#f7f9fc;padding-bottom:90px}.terms-header{text-align:center;background:#fff;padding:80px 20px}.terms-header h1{color:#0b3d91;margin:0 0 20px;font-size:3.5rem;font-weight:800}.terms-header p{color:#596579;max-width:850px;margin:0 auto;font-size:1.15rem;line-height:1.7}.terms-content{width:min(1050px,90%);margin:60px auto 0}.terms-section{background:#fff;border:1px solid #dbe4f0;border-radius:18px;margin-bottom:22px;padding:30px 35px}.terms-section h2{color:#171717;margin:0 0 15px;font-size:1.35rem;font-weight:800}.terms-section p{color:#596579;margin:0;font-size:1.05rem;line-height:1.8}@media (width<=600px){.terms-header{padding:55px 20px}.terms-header h1{font-size:2.5rem}.terms-content{width:90%;margin-top:35px}.terms-section{padding:25px}.terms-section h2{font-size:1.2rem}}.dashboard-sidebar{box-sizing:border-box;z-index:1000;background:#fff;border-right:1px solid #e5eaf1;flex-direction:column;width:250px;height:100vh;min-height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.dashboard-sidebar-nav{box-sizing:border-box;scrollbar-width:thin;flex-direction:column;flex:auto;gap:4px;height:0;min-height:0;padding:10px 0;display:flex;overflow:hidden auto}.dashboard-sidebar-logo{color:var(--primary);font-size:1.55rem;font-weight:800}.dashboard-sidebar-nav{scrollbar-width:thin;flex-direction:column;flex:1;gap:6px;min-height:0;padding:10px 0;display:flex;overflow:hidden auto}.dashboard-nav-link{color:#697586;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 14px;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.dashboard-nav-link svg{flex-shrink:0;width:18px;height:18px}.dashboard-nav-link:hover{color:var(--primary);background:#f3f6fa}.dashboard-nav-link.active{color:var(--primary);background:#eef4fc}.dashboard-sidebar-bottom{border-top:1px solid #edf1f7;flex-direction:column;flex-shrink:0;gap:5px;margin-top:auto;padding:14px;display:flex}.dashboard-logout{color:#b91c1c}.dashboard-logout:hover{color:#b91c1c;background:#fef2f2}.dashboard-menu-toggle{cursor:pointer;z-index:1100;background:#fff;border:1px solid #d9e1ec;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none;position:fixed;top:16px;left:16px;box-shadow:0 3px 12px #00000014}.dashboard-menu-toggle span{background:#171717;border-radius:2px;width:19px;height:2px;display:block}.dashboard-sidebar-close{color:#697586;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:none}.dashboard-sidebar-close:hover{color:#171717;background:#f3f6fa}.dashboard-sidebar-close svg{width:20px;height:20px}.dashboard-sidebar-overlay{z-index:950;cursor:pointer;background:#00000059;border:none;display:none;position:fixed;inset:0}@media (width<=992px){.dashboard-sidebar{width:235px}}@media (width<=768px){.dashboard-sidebar{width:270px;height:calc(100vh - 64px);transition:transform .25s;position:fixed;top:64px;left:0;transform:translate(-100%);box-shadow:8px 0 25px #00000014}.dashboard-sidebar.sidebar-open{transform:translate(0)}.dashboard-sidebar-header{min-height:68px;padding:0 18px}.dashboard-sidebar-nav{padding:18px 12px}.dashboard-sidebar-bottom{padding:12px}.dashboard-menu-toggle,.dashboard-sidebar-close{display:flex}.dashboard-sidebar-overlay{display:block;top:64px}}@media (width<=480px){.dashboard-sidebar{width:min(280px,82vw);height:calc(100vh - 64px);top:64px}.dashboard-menu-toggle{width:42px;height:42px;top:12px;left:12px}.dashboard-sidebar-overlay{top:64px}}.dashboard-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5eaf1;justify-content:space-between;align-items:center;width:100%;min-height:72px;padding:0 30px;display:flex}.dashboard-header-brand{align-items:center;min-width:0;display:flex}.dashboard-mobile-logo{display:none}.dashboard-header-title h1{color:#171717;margin:0;font-size:1.25rem;font-weight:800}.dashboard-header-actions{align-items:center;gap:18px;display:flex}.dashboard-notification-button{color:#596579;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex;position:relative}.dashboard-notification-button svg{width:19px;height:19px}.dashboard-notification-button:hover{color:var(--primary)}.notification-dot{background:#dc2626;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:8px}.dashboard-profile-button{color:#39465a;cursor:pointer;background:0 0;border:none;align-items:center;gap:9px;height:44px;padding:0 5px;font-family:inherit;display:flex}.dashboard-profile-icon{width:34px;height:34px;color:var(--primary);background:#eaf0fa;border-radius:50%;justify-content:center;align-items:center;display:flex}.dashboard-profile-icon svg{width:17px;height:17px}.dashboard-profile-name{font-size:.85rem;font-weight:700}.dashboard-profile-arrow{color:#8994a5;font-size:.75rem}@media (width<=992px){.dashboard-header{padding:0 25px}}@media (width<=768px){.dashboard-header{z-index:900;min-height:64px;padding:0 18px 0 72px;position:relative}.dashboard-header-brand{gap:12px}.dashboard-mobile-logo{color:var(--primary);white-space:nowrap;font-size:1.25rem;font-weight:800;display:block}.dashboard-header-title h1{white-space:nowrap;font-size:1.05rem}.dashboard-header-actions{gap:7px}.dashboard-notification-button{width:38px;height:38px}.dashboard-profile-button{gap:6px}.dashboard-profile-name{font-size:.8rem}.dashboard-profile-arrow{display:none}}@media (width<=480px){.dashboard-header{padding-left:66px;padding-right:12px}.dashboard-mobile-logo{font-size:1.1rem}.dashboard-header-brand{gap:8px}.dashboard-header-title h1{font-size:.95rem}.dashboard-header-actions{gap:2px}.dashboard-profile-name{display:none}.dashboard-profile-icon{width:34px;height:34px}}.dashboard-layout{background:#f7f9fc;width:100%;min-height:100vh}.dashboard-main{box-sizing:border-box;width:calc(100% - 250px);min-height:100vh;margin-left:250px}.dashboard-content{box-sizing:border-box;width:100%;max-width:100%;padding:30px}@media (width<=992px){.dashboard-main{width:calc(100% - 235px);margin-left:235px}.dashboard-content{padding:25px}}@media (width<=768px){.dashboard-main{width:100%;margin-left:0}.dashboard-content{padding:75px 20px 25px}}@media (width<=480px){.dashboard-content{padding:70px 15px 20px}}.admin-boarding-houses-page{width:100%;min-width:0}.admin-boarding-houses-header{margin-bottom:22px}.admin-boarding-houses-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-boarding-houses-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-boarding-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-boarding-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-boarding-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-boarding-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-boarding-summary-card small{color:#8994a5;font-size:.68rem}.admin-boarding-overview-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-boarding-mini-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}.admin-boarding-mini-icon{width:39px;height:39px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-boarding-mini-icon svg{width:18px;height:18px}.admin-boarding-mini-card div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-boarding-mini-card span{color:#8994a5;font-size:.68rem}.admin-boarding-mini-card strong{color:#171717;font-size:1.05rem;font-weight:800}.admin-boarding-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-boarding-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-boarding-search{flex:1;max-width:520px;position:relative}.admin-boarding-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-boarding-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-boarding-search input:focus{border-color:var(--primary);background:#fff}.admin-boarding-search input::placeholder{color:#9aa4b2}.admin-boarding-toolbar select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-boarding-toolbar select:focus{border-color:var(--primary)}.admin-boarding-table-wrapper{width:100%;overflow-x:auto}.admin-boarding-table{border-collapse:collapse;width:100%;min-width:980px}.admin-boarding-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-boarding-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-boarding-table tbody tr:last-child td{border-bottom:none}.admin-boarding-table tbody tr:hover{background:#fbfcfe}.admin-boarding-identity{align-items:center;gap:10px;min-width:210px;display:flex}.admin-boarding-avatar{width:38px;height:38px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-boarding-avatar svg{width:17px;height:17px}.admin-boarding-identity>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-boarding-identity strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.admin-boarding-identity small{color:#8994a5;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.admin-boarding-landlord{color:#596579;white-space:nowrap;font-size:.72rem}.admin-boarding-count{color:#39465a;font-size:.76rem;font-weight:700}.admin-boarding-available{color:#15803d;font-size:.76rem;font-weight:700}.admin-boarding-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.64rem;font-weight:700;display:inline-flex}.admin-boarding-status.active{color:#15803d;background:#dcfce7}.admin-boarding-status.pending{color:#9a6700;background:#fff4d6}.admin-boarding-status.suspended{color:#b91c1c;background:#fef2f2}.admin-boarding-verified{color:#15803d;white-space:nowrap;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:inline-flex}.admin-boarding-verified svg{width:14px;height:14px}.admin-boarding-pending{color:#9a6700;font-size:.7rem;font-weight:600}.admin-boarding-added{color:#697586;white-space:nowrap;font-size:.7rem}.admin-boarding-actions{align-items:center;gap:6px;display:flex}.admin-boarding-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-boarding-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-boarding-actions button.suspend:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-boarding-actions button.restore:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-boarding-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-boarding-mobile-list{display:none}.admin-boarding-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-boarding-mobile-card:last-child{border-bottom:none}.admin-boarding-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-boarding-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-boarding-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-boarding-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}@media (width<=992px){.admin-boarding-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-boarding-overview-grid{grid-template-columns:1fr}.admin-boarding-toolbar{flex-direction:column;align-items:stretch}.admin-boarding-search{max-width:none}.admin-boarding-toolbar select{width:100%}}@media (width<=700px){.admin-boarding-houses-header h2{font-size:1.55rem}.admin-boarding-summary-grid{grid-template-columns:1fr}.admin-boarding-table-wrapper{display:none}.admin-boarding-mobile-list{display:block}.admin-boarding-toolbar{padding:12px}.admin-boarding-mobile-card .admin-boarding-actions{width:100%}.admin-boarding-mobile-card .admin-boarding-actions button{flex:1;min-height:38px}}.admin-bookings-page{width:100%;min-width:0}.admin-bookings-header{margin-bottom:22px}.admin-bookings-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-bookings-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-booking-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-booking-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-booking-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-booking-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-booking-summary-card small{color:#8994a5;font-size:.68rem}.admin-booking-overview-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-booking-mini-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}.admin-booking-mini-icon{width:39px;height:39px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-booking-mini-icon svg{width:18px;height:18px}.admin-booking-mini-card div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-booking-mini-card span{color:#8994a5;font-size:.68rem}.admin-booking-mini-card strong{color:#171717;font-size:1.05rem;font-weight:800}.admin-bookings-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-bookings-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-bookings-search{flex:1;max-width:520px;position:relative}.admin-bookings-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-bookings-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-bookings-search input:focus{border-color:var(--primary);background:#fff}.admin-bookings-search input::placeholder{color:#9aa4b2}.admin-bookings-filters{gap:8px;display:flex}.admin-bookings-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:150px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-bookings-filters select:focus{border-color:var(--primary)}.admin-bookings-table-wrapper{width:100%;overflow-x:auto}.admin-bookings-table{border-collapse:collapse;width:100%;min-width:1180px}.admin-bookings-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-bookings-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-bookings-table tbody tr:last-child td{border-bottom:none}.admin-bookings-table tbody tr:hover{background:#fbfcfe}.admin-booking-reference{flex-direction:column;gap:4px;min-width:95px;display:flex}.admin-booking-reference strong{color:#39465a;font-size:.76rem;font-weight:800}.admin-booking-reference small{color:#8994a5;font-size:.63rem}.admin-booking-person{color:#596579;white-space:nowrap;font-size:.72rem}.admin-booking-property{flex-direction:column;gap:3px;min-width:145px;display:flex}.admin-booking-property strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:700;overflow:hidden}.admin-booking-property small{color:#8994a5;font-size:.65rem}.admin-booking-dates{color:#596579;flex-direction:column;gap:3px;min-width:120px;font-size:.68rem;display:flex}.admin-booking-dates small{color:#8994a5;font-size:.63rem}.admin-booking-amount{color:#171717;white-space:nowrap;font-size:.76rem;font-weight:800}.admin-booking-status,.admin-payment-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.63rem;font-weight:700;display:inline-flex}.admin-booking-status.confirmed{color:#15803d;background:#dcfce7}.admin-booking-status.pending{color:#9a6700;background:#fff4d6}.admin-booking-status.completed{color:var(--primary);background:#eef4fc}.admin-booking-status.cancelled{color:#b91c1c;background:#fef2f2}.admin-booking-actions{align-items:center;gap:5px;display:flex}.admin-booking-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.66rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-booking-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-booking-actions button.confirm:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-booking-actions button.cancel:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-bookings-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-bookings-mobile-list{display:none}.admin-booking-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-booking-mobile-card:last-child{border-bottom:none}.admin-booking-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-booking-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-booking-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-booking-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}.admin-booking-mobile-card .admin-booking-actions button{min-height:37px}@media (width<=992px){.admin-booking-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-booking-overview-grid{grid-template-columns:1fr}.admin-bookings-toolbar{flex-direction:column;align-items:stretch}.admin-bookings-search{max-width:none}.admin-bookings-filters{width:100%}.admin-bookings-filters select{flex:1}}@media (width<=700px){.admin-bookings-header h2{font-size:1.55rem}.admin-booking-summary-grid{grid-template-columns:1fr}.admin-bookings-table-wrapper{display:none}.admin-bookings-mobile-list{display:block}.admin-bookings-toolbar{padding:12px}.admin-bookings-filters{flex-direction:column}.admin-bookings-filters select{width:100%}.admin-booking-mobile-card .admin-booking-actions{flex-wrap:wrap;width:100%}.admin-booking-mobile-card .admin-booking-actions button{flex:1;min-width:100px}}.admin-dashboard-page{width:100%}.admin-dashboard-header{margin-bottom:25px}.admin-dashboard-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-dashboard-header p{color:#697586;max-width:760px;margin:0;font-size:.95rem;line-height:1.6}.admin-stat-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px;display:grid}.admin-stat-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;min-width:0;padding:21px}.admin-stat-card span{color:#697586;margin-bottom:8px;font-size:.78rem;font-weight:600;display:block}.admin-stat-card strong{color:#171717;margin-bottom:5px;font-size:1.65rem;font-weight:800;display:block}.admin-stat-card p{color:#8994a5;margin:0;font-size:.7rem}.admin-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.admin-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;min-width:0;overflow:hidden}.admin-panel-header{border-bottom:1px solid #edf1f7;padding:20px 22px}.admin-panel-header h3{color:#171717;margin:0 0 5px;font-size:.98rem;font-weight:800}.admin-panel-header p{color:#8994a5;margin:0;font-size:.73rem;line-height:1.5}.admin-activity-list{flex-direction:column;padding:5px 22px;display:flex}.admin-activity-item{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:20px;min-height:54px;display:flex}.admin-activity-item:last-child{border-bottom:none}.admin-activity-item span{color:#697586;font-size:.78rem}.admin-activity-item strong{color:var(--primary);font-size:.9rem;font-weight:800}.admin-revenue-value{flex-direction:column;gap:5px;padding:24px 22px 15px;display:flex}.admin-revenue-value span{color:#697586;font-size:.75rem;font-weight:600}.admin-revenue-value strong{color:#171717;font-size:1.8rem;font-weight:800}.admin-revenue-value small{color:#8994a5;font-size:.68rem}.admin-revenue-bar{background:#edf1f7;border-radius:50px;height:7px;margin:0 22px 25px;overflow:hidden}.admin-revenue-bar span{border-radius:inherit;background:var(--primary);width:72%;height:100%;display:block}.admin-recent-list{flex-direction:column;display:flex}.admin-recent-item{border-bottom:1px solid #edf1f7;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:13px;padding:17px 22px;display:grid}.admin-recent-item:last-child{border-bottom:none}.admin-recent-icon{width:36px;height:36px;color:var(--primary);background:#eef4fc;border-radius:9px;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:flex}.admin-recent-item strong{color:#39465a;margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}.admin-recent-item p{color:#8994a5;margin:0;font-size:.69rem;line-height:1.5}.admin-recent-item>span{color:#8994a5;flex-shrink:0;font-size:.66rem}@media (width<=992px){.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-overview-grid{grid-template-columns:1fr}}@media (width<=600px){.admin-dashboard-header h2{font-size:1.55rem}.admin-stat-grid{grid-template-columns:1fr}.admin-stat-card,.admin-panel-header{padding:18px}.admin-activity-list{padding:5px 18px}.admin-recent-item{grid-template-columns:36px minmax(0,1fr);padding:16px 18px}.admin-recent-item>span{grid-column:2;margin-top:-5px}.admin-revenue-value{padding:21px 18px 14px}.admin-revenue-bar{margin-left:18px;margin-right:18px}}.admin-fraud-reports-page{width:100%;min-width:0}.admin-fraud-reports-header{margin-bottom:22px}.admin-fraud-reports-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-fraud-reports-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-fraud-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-fraud-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;align-items:flex-start;gap:12px;padding:18px;display:flex}.admin-fraud-summary-icon{width:40px;height:40px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-fraud-summary-icon svg{width:18px;height:18px}.admin-fraud-summary-card>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-fraud-summary-card span{color:#697586;font-size:.7rem;font-weight:600}.admin-fraud-summary-card strong{color:#171717;font-size:1.35rem;font-weight:800}.admin-fraud-summary-card small{color:#8994a5;font-size:.65rem}.admin-fraud-overview{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-fraud-mini-card{color:var(--primary);background:#fff;border:1px solid #e1e7ef;border-radius:11px;align-items:center;gap:11px;padding:15px 17px;display:flex}.admin-fraud-mini-card>svg{flex-shrink:0;width:18px;height:18px}.admin-fraud-mini-card>div{flex-direction:column;gap:2px;display:flex}.admin-fraud-mini-card span{color:#8994a5;font-size:.66rem}.admin-fraud-mini-card strong{color:#171717;font-size:1rem;font-weight:800}.admin-fraud-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-fraud-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-fraud-search{flex:1;max-width:520px;position:relative}.admin-fraud-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-fraud-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-fraud-search input:focus{border-color:var(--primary);background:#fff}.admin-fraud-search input::placeholder{color:#9aa4b2}.admin-fraud-filters{gap:8px;display:flex}.admin-fraud-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:140px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-fraud-filters select:focus{border-color:var(--primary)}.admin-fraud-content{grid-template-columns:minmax(290px,.9fr) minmax(0,1.5fr);min-height:560px;display:grid}.admin-fraud-list{border-right:1px solid #edf1f7;min-width:0;overflow-y:auto}.admin-fraud-list-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #edf1f7;align-items:flex-start;gap:11px;padding:15px;font-family:inherit;transition:background .2s;display:flex}.admin-fraud-list-item:hover{background:#f8fafc}.admin-fraud-list-item.selected{background:#eef4fc}.admin-fraud-severity-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.admin-fraud-severity-icon svg{width:17px;height:17px}.admin-fraud-severity-icon.high{color:#b91c1c;background:#fef2f2}.admin-fraud-severity-icon.medium{color:#9a6700;background:#fff4d6}.admin-fraud-severity-icon.low{color:#697586;background:#f3f4f6}.admin-fraud-list-content{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.admin-fraud-list-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-fraud-list-top strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:800;overflow:hidden}.admin-fraud-list-top small{color:#9aa4b2;flex-shrink:0;font-size:.6rem}.admin-fraud-users{color:#697586;text-overflow:ellipsis;white-space:nowrap;font-size:.63rem;overflow:hidden}.admin-fraud-preview{color:#8994a5;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.65rem;line-height:1.45;display:-webkit-box;overflow:hidden}.admin-fraud-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-fraud-tags span{color:#697586;background:#f3f6fa;border-radius:50px;padding:3px 7px;font-size:.56rem;font-weight:700}.admin-fraud-tags span.high{color:#b91c1c;background:#fef2f2}.admin-fraud-tags span.medium{color:#9a6700;background:#fff4d6}.admin-fraud-tags span.low{color:#697586;background:#f3f4f6}.admin-fraud-tags span.pending{color:var(--primary);background:#eef4fc}.admin-fraud-tags span.investigating{color:#9a6700;background:#fff4d6}.admin-fraud-tags span.resolved{color:#15803d;background:#dcfce7}.admin-fraud-tags span.dismissed{color:#697586;background:#f3f4f6}.admin-fraud-viewer{flex-direction:column;min-width:0;padding:24px;display:flex}.admin-fraud-viewer-header{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:18px;display:flex}.admin-fraud-viewer-label{color:#b91c1c;background:#fef2f2;border-radius:50px;margin-bottom:7px;padding:4px 8px;font-size:.58rem;font-weight:700;display:inline-flex}.admin-fraud-viewer-header h3{color:#171717;margin:0;font-size:1rem;font-weight:800}.admin-fraud-status{border-radius:50px;flex-shrink:0;padding:5px 9px;font-size:.6rem;font-weight:700}.admin-fraud-status.pending{color:var(--primary);background:#eef4fc}.admin-fraud-status.investigating{color:#9a6700;background:#fff4d6}.admin-fraud-status.resolved{color:#15803d;background:#dcfce7}.admin-fraud-status.dismissed{color:#697586;background:#f3f4f6}.admin-fraud-participants{border-bottom:1px solid #edf1f7;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;display:grid}.admin-fraud-participants div{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-fraud-participants span{color:#8994a5;font-size:.62rem}.admin-fraud-participants strong{color:#596579;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.admin-fraud-severity-text.high{color:#b91c1c}.admin-fraud-severity-text.medium{color:#9a6700}.admin-fraud-severity-text.low{color:#697586}.admin-fraud-description{padding:22px 0}.admin-fraud-description>span,.admin-fraud-date>span{color:#8994a5;margin-bottom:8px;font-size:.64rem;font-weight:700;display:block}.admin-fraud-description p{color:#596579;margin:0;font-size:.78rem;line-height:1.7}.admin-fraud-date{padding-bottom:22px}.admin-fraud-date strong{color:#596579;font-size:.7rem}.admin-fraud-actions{border-top:1px solid #edf1f7;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;margin-top:auto;padding-top:18px;display:flex}.admin-fraud-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:37px;padding:0 11px;font-family:inherit;font-size:.66rem;font-weight:700;transition:all .2s;display:inline-flex}.admin-fraud-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-fraud-actions button.resolve:hover{color:#15803d;background:#dcfce7;border-color:#15803d}.admin-fraud-actions button.dismiss:hover{color:#b91c1c;background:#fef2f2;border-color:#b91c1c}.admin-fraud-actions button.view-user:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-fraud-actions svg{width:14px;height:14px}.admin-fraud-empty,.admin-fraud-no-selection{color:#8994a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:300px;padding:30px;display:flex}.admin-fraud-empty svg,.admin-fraud-no-selection svg{color:#b4bdc9;width:28px;height:28px;margin-bottom:5px}.admin-fraud-empty strong,.admin-fraud-no-selection strong{color:#596579;font-size:.8rem}.admin-fraud-empty span,.admin-fraud-no-selection span{font-size:.68rem}@media (width<=1050px){.admin-fraud-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-fraud-overview{grid-template-columns:1fr}.admin-fraud-toolbar{flex-direction:column;align-items:stretch}.admin-fraud-search{max-width:none}.admin-fraud-filters{width:100%}.admin-fraud-filters select{flex:1}.admin-fraud-content{grid-template-columns:1fr}.admin-fraud-list{border-bottom:1px solid #edf1f7;border-right:none;max-height:450px}}@media (width<=700px){.admin-fraud-reports-header h2{font-size:1.55rem}.admin-fraud-summary-grid{grid-template-columns:1fr}.admin-fraud-toolbar{padding:12px}.admin-fraud-filters{flex-direction:column}.admin-fraud-filters select{width:100%}.admin-fraud-list{max-height:390px}.admin-fraud-viewer{padding:18px}.admin-fraud-participants{grid-template-columns:1fr}.admin-fraud-actions{flex-direction:column-reverse;align-items:stretch}.admin-fraud-actions button{width:100%}}.admin-landlords-page{width:100%;min-width:0}.admin-landlords-header{margin-bottom:22px}.admin-landlords-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-landlords-header p{color:#697586;max-width:760px;margin:0;font-size:.95rem;line-height:1.6}.admin-landlord-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-landlord-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-landlord-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-landlord-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-landlord-summary-card small{color:#8994a5;font-size:.68rem}.admin-landlord-overview-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-landlord-mini-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}.admin-landlord-mini-icon{width:39px;height:39px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-landlord-mini-icon svg{width:18px;height:18px}.admin-landlord-mini-card div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-landlord-mini-card span{color:#8994a5;font-size:.68rem}.admin-landlord-mini-card strong{color:#171717;font-size:1.05rem;font-weight:800}.admin-landlords-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-landlords-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-landlords-search{flex:1;max-width:500px;position:relative}.admin-landlords-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-landlords-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-landlords-search input:focus{border-color:var(--primary);background:#fff}.admin-landlords-search input::placeholder{color:#9aa4b2}.admin-landlords-toolbar select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-landlords-toolbar select:focus{border-color:var(--primary)}.admin-landlords-table-wrapper{width:100%;overflow-x:auto}.admin-landlords-table{border-collapse:collapse;width:100%;min-width:900px}.admin-landlords-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-landlords-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-landlords-table tbody tr:last-child td{border-bottom:none}.admin-landlords-table tbody tr:hover{background:#fbfcfe}.admin-landlord-identity{align-items:center;gap:10px;min-width:180px;display:flex}.admin-landlord-avatar{width:37px;height:37px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:flex}.admin-landlord-identity>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-landlord-identity strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.admin-landlord-identity small{color:#8994a5;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.admin-landlord-count{color:#39465a;font-size:.76rem;font-weight:700}.admin-landlord-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.64rem;font-weight:700;display:inline-flex}.admin-landlord-status.active{color:#15803d;background:#dcfce7}.admin-landlord-status.pending{color:#9a6700;background:#fff4d6}.admin-landlord-status.suspended{color:#b91c1c;background:#fef2f2}.admin-landlord-verified{color:#15803d;white-space:nowrap;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:inline-flex}.admin-landlord-verified svg{width:14px;height:14px}.admin-landlord-pending{color:#9a6700;font-size:.7rem;font-weight:600}.admin-landlord-joined{color:#697586;white-space:nowrap;font-size:.7rem}.admin-landlord-actions{align-items:center;gap:6px;display:flex}.admin-landlord-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-landlord-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-landlord-actions button.suspend:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-landlord-actions button.restore:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-landlords-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-landlords-mobile-list{display:none}.admin-landlord-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-landlord-mobile-card:last-child{border-bottom:none}.admin-landlord-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-landlord-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-landlord-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-landlord-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}@media (width<=992px){.admin-landlord-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-landlord-overview-grid{grid-template-columns:1fr}.admin-landlords-toolbar{flex-direction:column;align-items:stretch}.admin-landlords-search{max-width:none}.admin-landlords-toolbar select{width:100%}}@media (width<=700px){.admin-landlords-header h2{font-size:1.55rem}.admin-landlord-summary-grid{grid-template-columns:1fr}.admin-landlords-table-wrapper{display:none}.admin-landlords-mobile-list{display:block}.admin-landlords-toolbar{padding:12px}.admin-landlord-mobile-card .admin-landlord-actions{width:100%}.admin-landlord-mobile-card .admin-landlord-actions button{flex:1;min-height:38px}}.admin-listings-page{width:100%;min-width:0}.admin-listings-header{margin-bottom:22px}.admin-listings-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-listings-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-listing-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-listing-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-listing-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-listing-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-listing-summary-card small{color:#8994a5;font-size:.68rem}.admin-listing-overview-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-listing-mini-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}.admin-listing-mini-icon{width:39px;height:39px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-listing-mini-icon svg{width:18px;height:18px}.admin-listing-mini-card div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-listing-mini-card span{color:#8994a5;font-size:.68rem}.admin-listing-mini-card strong{color:#171717;font-size:1.05rem;font-weight:800}.admin-listings-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-listings-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-listings-search{flex:1;max-width:520px;position:relative}.admin-listings-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-listings-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-listings-search input:focus{border-color:var(--primary);background:#fff}.admin-listings-search input::placeholder{color:#9aa4b2}.admin-listings-filters{gap:8px;display:flex}.admin-listings-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-listings-filters select:focus{border-color:var(--primary)}.admin-listings-table-wrapper{width:100%;overflow-x:auto}.admin-listings-table{border-collapse:collapse;width:100%;min-width:1050px}.admin-listings-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-listings-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-listings-table tbody tr:last-child td{border-bottom:none}.admin-listings-table tbody tr:hover{background:#fbfcfe}.admin-listing-identity{align-items:center;gap:10px;min-width:230px;display:flex}.admin-listing-avatar{width:38px;height:38px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-listing-avatar svg{width:17px;height:17px}.admin-listing-identity>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-listing-identity strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.admin-listing-identity small{color:#8994a5;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.admin-listing-landlord{color:#596579;white-space:nowrap;font-size:.72rem}.admin-listing-price{color:#171717;font-size:.76rem;font-weight:800}.admin-listing-period{color:#8994a5;margin-left:2px;font-size:.65rem}.admin-listing-availability{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.64rem;font-weight:700;display:inline-flex}.admin-listing-availability.available{color:#15803d;background:#dcfce7}.admin-listing-availability.unavailable{color:#697586;background:#f3f4f6}.admin-listing-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.64rem;font-weight:700;display:inline-flex}.admin-listing-status.active{color:#15803d;background:#dcfce7}.admin-listing-status.pending{color:#9a6700;background:#fff4d6}.admin-listing-status.suspended{color:#b91c1c;background:#fef2f2}.admin-listing-verified{color:#15803d;white-space:nowrap;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:inline-flex}.admin-listing-verified svg{width:14px;height:14px}.admin-listing-pending{color:#9a6700;font-size:.7rem;font-weight:600}.admin-listing-posted{color:#697586;white-space:nowrap;font-size:.7rem}.admin-listing-actions{align-items:center;gap:6px;display:flex}.admin-listing-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-listing-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-listing-actions button.suspend:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-listing-actions button.restore:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-listings-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-listings-mobile-list{display:none}.admin-listing-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-listing-mobile-card:last-child{border-bottom:none}.admin-listing-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-listing-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-listing-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-listing-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}@media (width<=992px){.admin-listing-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-listing-overview-grid{grid-template-columns:1fr}.admin-listings-toolbar{flex-direction:column;align-items:stretch}.admin-listings-search{max-width:none}.admin-listings-filters{width:100%}.admin-listings-filters select{flex:1}}@media (width<=700px){.admin-listings-header h2{font-size:1.55rem}.admin-listing-summary-grid{grid-template-columns:1fr}.admin-listings-table-wrapper{display:none}.admin-listings-mobile-list{display:block}.admin-listings-toolbar{padding:12px}.admin-listings-filters{flex-direction:column}.admin-listings-filters select,.admin-listing-mobile-card .admin-listing-actions{width:100%}.admin-listing-mobile-card .admin-listing-actions button{flex:1;min-height:38px}}.admin-messages-page{width:100%;min-width:0}.admin-messages-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.admin-messages-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-messages-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-compose-message-button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-family:inherit;font-size:.72rem;font-weight:700;display:inline-flex}.admin-compose-message-button:hover{opacity:.92}.admin-compose-message-button svg{width:15px;height:15px}.admin-message-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-message-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;align-items:flex-start;gap:12px;padding:18px;display:flex}.admin-message-summary-icon{width:40px;height:40px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-message-summary-icon svg{width:18px;height:18px}.admin-message-summary-card>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-message-summary-card span{color:#697586;font-size:.7rem;font-weight:600}.admin-message-summary-card strong{color:#171717;font-size:1.35rem;font-weight:800}.admin-message-summary-card small{color:#8994a5;font-size:.65rem}.admin-messages-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-messages-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-messages-search{flex:1;max-width:520px;position:relative}.admin-messages-search svg{color:#8994a5;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-messages-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-messages-search input:focus{border-color:var(--primary);background:#fff}.admin-messages-search input::placeholder{color:#9aa4b2}.admin-messages-filters{gap:8px;display:flex}.admin-messages-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:140px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-messages-filters select:focus{border-color:var(--primary)}.admin-messages-content{grid-template-columns:minmax(280px,.9fr) minmax(0,1.5fr);min-height:550px;display:grid}.admin-message-list{border-right:1px solid #edf1f7;min-width:0;overflow-y:auto}.admin-message-list-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #edf1f7;align-items:flex-start;gap:11px;padding:15px;font-family:inherit;transition:background .2s;display:flex}.admin-message-list-item:hover{background:#f8fafc}.admin-message-list-item.selected{background:#eef4fc}.admin-message-list-item.unread{background:#fafdff}.admin-message-list-item.unread:hover{background:#f4faff}.admin-message-avatar{width:38px;height:38px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-message-avatar svg{width:17px;height:17px}.admin-message-list-content{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.admin-message-list-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-message-list-top strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:800;overflow:hidden}.admin-message-list-top small{color:#9aa4b2;flex-shrink:0;font-size:.6rem}.admin-message-subject{color:#596579;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:700;overflow:hidden}.admin-message-preview{color:#8994a5;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.65rem;line-height:1.45;display:-webkit-box;overflow:hidden}.admin-message-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-message-tags span{color:#697586;background:#f3f6fa;border-radius:50px;padding:3px 7px;font-size:.56rem;font-weight:700}.admin-message-tags span.unread{color:var(--primary);background:#eef4fc}.admin-message-tags span.read{color:#15803d;background:#dcfce7}.admin-message-tags span.archived{color:#697586;background:#f3f4f6}.admin-message-viewer{flex-direction:column;min-width:0;padding:24px;display:flex}.admin-message-viewer-header{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:18px;display:flex}.admin-message-viewer-label{color:var(--primary);background:#eef4fc;border-radius:50px;margin-bottom:7px;padding:4px 8px;font-size:.58rem;font-weight:700;display:inline-flex}.admin-message-viewer-header h3{color:#171717;margin:0;font-size:1rem;font-weight:800}.admin-message-viewer-status{border-radius:50px;flex-shrink:0;padding:5px 9px;font-size:.6rem;font-weight:700}.admin-message-viewer-status.unread{color:var(--primary);background:#eef4fc}.admin-message-viewer-status.read{color:#15803d;background:#dcfce7}.admin-message-viewer-status.archived{color:#697586;background:#f3f4f6}.admin-message-participants{border-bottom:1px solid #edf1f7;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;display:grid}.admin-message-participants div{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-message-participants span{color:#8994a5;font-size:.62rem}.admin-message-participants strong{color:#596579;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.admin-message-body{flex:1;padding:22px 0}.admin-message-body p{color:#596579;margin:0 0 16px;font-size:.78rem;line-height:1.7}.admin-message-body p:last-child{color:#8994a5;margin-bottom:0;font-size:.7rem}.admin-message-viewer-actions{border-top:1px solid #edf1f7;justify-content:flex-end;align-items:center;gap:8px;padding-top:18px;display:flex}.admin-message-viewer-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:37px;padding:0 12px;font-family:inherit;font-size:.67rem;font-weight:700;display:inline-flex}.admin-message-viewer-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-message-viewer-actions .admin-message-reply-button{border-color:var(--primary);background:var(--primary);color:#fff}.admin-message-viewer-actions .admin-message-reply-button:hover{opacity:.92;color:#fff}.admin-messages-empty,.admin-message-no-selection{color:#8994a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:300px;padding:30px;display:flex}.admin-messages-empty svg,.admin-message-no-selection svg{color:#b4bdc9;width:28px;height:28px;margin-bottom:5px}.admin-messages-empty strong,.admin-message-no-selection strong{color:#596579;font-size:.8rem}.admin-messages-empty span,.admin-message-no-selection span{font-size:.68rem}@media (width<=1050px){.admin-message-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-messages-header{flex-direction:column}.admin-compose-message-button{width:100%}.admin-messages-toolbar{flex-direction:column;align-items:stretch}.admin-messages-search{max-width:none}.admin-messages-filters{width:100%}.admin-messages-filters select{flex:1}.admin-messages-content{grid-template-columns:1fr}.admin-message-list{border-bottom:1px solid #edf1f7;border-right:none;max-height:440px}}@media (width<=700px){.admin-messages-header h2{font-size:1.55rem}.admin-message-summary-grid{grid-template-columns:1fr}.admin-messages-toolbar{padding:12px}.admin-messages-filters{flex-direction:column}.admin-messages-filters select{width:100%}.admin-message-list{max-height:390px}.admin-message-viewer{padding:18px}.admin-message-participants{grid-template-columns:1fr}.admin-message-viewer-actions{flex-direction:column-reverse}.admin-message-viewer-actions button{width:100%}}.admin-notifications-page{width:100%;min-width:0}.admin-notifications-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.admin-notifications-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-notifications-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-notifications-mark-all{min-height:40px;color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9e1ec;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-family:inherit;font-size:.72rem;font-weight:700;transition:all .2s;display:inline-flex}.admin-notifications-mark-all:hover{border-color:var(--primary);background:#eef4fc}.admin-notifications-mark-all svg{width:15px;height:15px}.admin-notification-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-notification-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;align-items:flex-start;gap:12px;padding:18px;display:flex}.admin-notification-summary-icon{width:40px;height:40px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-notification-summary-icon svg{width:18px;height:18px}.admin-notification-summary-card>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-notification-summary-card span{color:#697586;font-size:.7rem;font-weight:600}.admin-notification-summary-card strong{color:#171717;font-size:1.35rem;font-weight:800}.admin-notification-summary-card small{color:#8994a5;font-size:.65rem}.admin-notification-overview{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-notification-mini-card{color:var(--primary);background:#fff;border:1px solid #e1e7ef;border-radius:11px;align-items:center;gap:11px;padding:15px 17px;display:flex}.admin-notification-mini-card>svg{flex-shrink:0;width:18px;height:18px}.admin-notification-mini-card>div{flex-direction:column;gap:2px;display:flex}.admin-notification-mini-card span{color:#8994a5;font-size:.66rem}.admin-notification-mini-card strong{color:#171717;font-size:1rem;font-weight:800}.admin-notifications-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-notifications-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-notifications-search{flex:1;max-width:520px;position:relative}.admin-notifications-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-notifications-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-notifications-search input:focus{border-color:var(--primary);background:#fff}.admin-notifications-search input::placeholder{color:#9aa4b2}.admin-notifications-filters{gap:8px;display:flex}.admin-notifications-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-notifications-filters select:focus{border-color:var(--primary)}.admin-notification-list{width:100%}.admin-notification-item{border-bottom:1px solid #edf1f7;grid-template-columns:42px minmax(0,1fr) auto;align-items:flex-start;gap:13px;padding:17px;transition:background .2s;display:grid}.admin-notification-item:last-child{border-bottom:none}.admin-notification-item:hover{background:#fbfcfe}.admin-notification-item.unread{background:#fafdff}.admin-notification-item.unread:hover{background:#f7fbff}.admin-notification-icon{width:40px;height:40px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.admin-notification-icon svg{width:18px;height:18px}.admin-notification-icon.verification{background:#eef4fc}.admin-notification-icon.booking{color:#9a6700;background:#fff4d6}.admin-notification-icon.payment{color:#15803d;background:#dcfce7}.admin-notification-icon.listing{color:#7e22ce;background:#f3e8ff}.admin-notification-icon.report{color:#b91c1c;background:#fef2f2}.admin-notification-icon.system{color:#697586;background:#f3f4f6}.admin-notification-content{min-width:0}.admin-notification-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.admin-notification-title-row h3{color:#39465a;margin:0 0 6px;font-size:.8rem;font-weight:800}.admin-notification-meta{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.admin-notification-meta>span:first-child{color:#8994a5;font-size:.63rem;font-weight:600}.admin-notification-priority{border-radius:50px;align-items:center;padding:3px 7px;font-size:.58rem;font-weight:700;display:inline-flex}.admin-notification-priority.high{color:#b91c1c;background:#fef2f2}.admin-notification-priority.medium{color:#9a6700;background:#fff4d6}.admin-notification-priority.low{color:#697586;background:#f3f4f6}.admin-notification-content p{color:#697586;max-width:800px;margin:8px 0 7px;font-size:.72rem;line-height:1.55}.admin-notification-date{color:#9aa4b2;font-size:.62rem}.admin-notification-unread-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.admin-notification-actions{align-items:center;gap:6px;display:flex}.admin-notification-actions button{color:#697586;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9e1ec;border-radius:7px;min-height:32px;padding:0 9px;font-family:inherit;font-size:.64rem;font-weight:600;transition:all .2s}.admin-notification-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-notification-actions .admin-notification-view-button{color:var(--primary)}.admin-notifications-empty{color:#8994a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:260px;padding:30px;display:flex}.admin-notifications-empty svg{color:#b4bdc9;width:28px;height:28px;margin-bottom:5px}.admin-notifications-empty strong{color:#596579;font-size:.8rem}.admin-notifications-empty span{font-size:.68rem}@media (width<=1050px){.admin-notification-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-notification-overview{grid-template-columns:1fr}.admin-notifications-toolbar{flex-direction:column;align-items:stretch}.admin-notifications-search{max-width:none}.admin-notifications-filters{width:100%}.admin-notifications-filters select{flex:1}}@media (width<=700px){.admin-notifications-header{flex-direction:column}.admin-notifications-header h2{font-size:1.55rem}.admin-notifications-mark-all{width:100%}.admin-notification-summary-grid{grid-template-columns:1fr}.admin-notifications-toolbar{padding:12px}.admin-notifications-filters{flex-direction:column}.admin-notifications-filters select{width:100%}.admin-notification-item{grid-template-columns:40px minmax(0,1fr);padding:15px}.admin-notification-actions{flex-wrap:wrap;grid-column:2;width:100%;margin-top:2px}.admin-notification-actions button{flex:1;min-width:105px;min-height:36px}.admin-notification-content p{font-size:.7rem}}.admin-payments-page{width:100%;min-width:0}.admin-payments-header{margin-bottom:22px}.admin-payments-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-payments-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-payment-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-payment-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-payment-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-payment-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.45rem;font-weight:800;display:block}.admin-payment-summary-card small{color:#8994a5;font-size:.68rem}.admin-payment-overview-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-payment-mini-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}.admin-payment-mini-icon{width:39px;height:39px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-payment-mini-icon svg{width:18px;height:18px}.admin-payment-mini-card div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-payment-mini-card span{color:#8994a5;font-size:.68rem}.admin-payment-mini-card strong{color:#171717;font-size:1.05rem;font-weight:800}.admin-payments-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-payments-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-payments-search{flex:1;max-width:520px;position:relative}.admin-payments-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-payments-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-payments-search input:focus{border-color:var(--primary);background:#fff}.admin-payments-search input::placeholder{color:#9aa4b2}.admin-payments-toolbar select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:165px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-payments-toolbar select:focus{border-color:var(--primary)}.admin-payments-table-wrapper{width:100%;overflow-x:auto}.admin-payments-table{border-collapse:collapse;width:100%;min-width:1100px}.admin-payments-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-payments-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-payments-table tbody tr:last-child td{border-bottom:none}.admin-payments-table tbody tr:hover{background:#fbfcfe}.admin-payment-reference{align-items:center;gap:10px;min-width:145px;display:flex}.admin-payment-avatar{width:37px;height:37px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-payment-avatar svg{width:17px;height:17px}.admin-payment-reference>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-payment-reference strong{color:#39465a;white-space:nowrap;font-size:.76rem;font-weight:800}.admin-payment-reference small{color:#8994a5;font-size:.63rem}.admin-payment-person{color:#596579;white-space:nowrap;font-size:.72rem}.admin-payment-booking{color:var(--primary);white-space:nowrap;font-size:.72rem;font-weight:700}.admin-payment-amount{color:#171717;white-space:nowrap;font-size:.76rem;font-weight:800}.admin-payment-method{color:#697586;white-space:nowrap;font-size:.7rem}.admin-payment-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.63rem;font-weight:700;display:inline-flex}.admin-payment-status.paid{color:#15803d;background:#dcfce7}.admin-payment-status.pending{color:#9a6700;background:#fff4d6}.admin-payment-status.failed{color:#b91c1c;background:#fef2f2}.admin-payment-status.refunded{color:#7e22ce;background:#f3e8ff}.admin-payment-date{color:#697586;white-space:nowrap;font-size:.7rem}.admin-payment-actions{align-items:center;gap:6px;display:flex}.admin-payment-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.66rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-payment-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-payment-actions button.confirm:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-payment-actions button.refund:hover{color:#7e22ce;background:#f5f3ff;border-color:#ddd6fe}.admin-payment-refunded-label{color:#7e22ce;font-size:.65rem;font-weight:600}.admin-payments-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-payments-mobile-list{display:none}.admin-payment-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-payment-mobile-card:last-child{border-bottom:none}.admin-payment-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-payment-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-payment-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-payment-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}.admin-payment-mobile-card .admin-payment-actions{flex-wrap:wrap;width:100%}.admin-payment-mobile-card .admin-payment-actions button{min-height:37px}@media (width<=992px){.admin-payment-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-payment-overview-grid{grid-template-columns:1fr}.admin-payments-toolbar{flex-direction:column;align-items:stretch}.admin-payments-search{max-width:none}.admin-payments-toolbar select{width:100%}}@media (width<=700px){.admin-payments-header h2{font-size:1.55rem}.admin-payment-summary-grid{grid-template-columns:1fr}.admin-payments-table-wrapper{display:none}.admin-payments-mobile-list{display:block}.admin-payments-toolbar{padding:12px}.admin-payment-mobile-card .admin-payment-actions button{flex:1;min-width:100px}}.admin-profile-page{width:100%;min-width:0}.admin-profile-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.admin-profile-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-profile-header p{color:#697586;max-width:760px;margin:0;font-size:.95rem;line-height:1.6}.admin-profile-edit-button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-family:inherit;font-size:.72rem;font-weight:700;display:inline-flex}.admin-profile-edit-button:hover{opacity:.92}.admin-profile-edit-button svg{width:15px;height:15px}.admin-profile-layout{grid-template-columns:minmax(280px,.85fr) minmax(0,1.45fr);gap:18px;display:grid}.admin-profile-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;min-width:0;overflow:hidden}.admin-profile-identity-card{position:relative}.admin-profile-cover{background:var(--primary);height:100px}.admin-profile-identity{align-items:center;gap:14px;margin-top:-25px;padding:0 20px;display:flex}.admin-profile-avatar{width:72px;height:72px;color:var(--primary);background:#eef4fc;border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 3px 12px #00000014}.admin-profile-avatar>svg{width:29px;height:29px}.admin-profile-camera{background:var(--primary);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:flex;position:absolute;bottom:-1px;right:-3px}.admin-profile-camera svg{width:12px;height:12px}.admin-profile-identity-info{min-width:0;padding-top:24px}.admin-profile-identity-info h3{color:#171717;text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:1rem;font-weight:800;overflow:hidden}.admin-profile-identity-info span{color:#697586;align-items:center;gap:5px;font-size:.67rem;display:inline-flex}.admin-profile-identity-info span svg{width:13px;height:13px;color:var(--primary)}.admin-profile-account-status{background:#f7fdf9;border:1px solid #dcfce7;border-radius:9px;align-items:flex-start;gap:9px;margin:24px 20px 20px;padding:13px;display:flex}.admin-profile-status-dot{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.admin-profile-account-status div{flex-direction:column;gap:3px;display:flex}.admin-profile-account-status strong{color:#166534;font-size:.68rem}.admin-profile-account-status small{color:#4d7c5a;font-size:.6rem;line-height:1.45}.admin-profile-section-heading{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.admin-profile-section-heading h3{color:#171717;margin:0 0 5px;font-size:.9rem;font-weight:800}.admin-profile-section-heading p{color:#8994a5;margin:0;font-size:.65rem;line-height:1.5}.admin-profile-section-heading>svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.admin-profile-details-card{min-height:100%}.admin-profile-form-grid{grid-template-columns:repeat(2,1fr);gap:17px;padding:20px;display:grid}.admin-profile-field{flex-direction:column;gap:7px;min-width:0;display:flex}.admin-profile-field label{color:#596579;font-size:.66rem;font-weight:700}.admin-profile-input-wrapper{position:relative}.admin-profile-input-wrapper>svg{color:#8994a5;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.admin-profile-input-wrapper input{box-sizing:border-box;color:#39465a;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 11px 0 33px;font-family:inherit;font-size:.72rem}.admin-profile-input-wrapper input:focus{border-color:var(--primary)}.admin-profile-input-wrapper input:disabled{color:#697586;cursor:not-allowed;background:#f8fafc}.admin-profile-contact-card{padding-bottom:20px}.admin-profile-contact-list{flex-direction:column;gap:12px;padding:20px;display:flex}.admin-profile-contact-list>div{background:#fafbfd;border:1px solid #edf1f7;border-radius:9px;align-items:center;gap:11px;padding:12px;display:flex}.admin-profile-contact-icon{width:34px;height:34px;color:var(--primary);background:#eef4fc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-profile-contact-icon svg{width:15px;height:15px}.admin-profile-contact-list>div>div{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-profile-contact-list small{color:#8994a5;font-size:.59rem}.admin-profile-contact-list strong{color:#596579;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.admin-profile-security-card{grid-column:1/-1}.admin-profile-security-item{border-bottom:1px solid #edf1f7;align-items:center;gap:11px;padding:16px 20px;display:flex}.admin-profile-security-item:last-child{border-bottom:none}.admin-profile-security-icon{width:35px;height:35px;color:var(--primary);background:#eef4fc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-profile-security-icon svg{width:15px;height:15px}.admin-profile-security-item>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.admin-profile-security-item strong{color:#596579;font-size:.68rem}.admin-profile-security-item small{color:#8994a5;font-size:.61rem;line-height:1.45}.admin-profile-security-badge{color:#15803d;background:#dcfce7;border-radius:50px;flex-shrink:0;padding:4px 8px;font-size:.57rem;font-weight:700}@media (width<=1050px){.admin-profile-layout{grid-template-columns:1fr}.admin-profile-security-card{grid-column:auto}}@media (width<=700px){.admin-profile-header{flex-direction:column}.admin-profile-header h2{font-size:1.55rem}.admin-profile-edit-button{width:100%}.admin-profile-form-grid{grid-template-columns:1fr}.admin-profile-identity{padding:0 16px}.admin-profile-account-status{margin-left:16px;margin-right:16px}.admin-profile-section-heading,.admin-profile-form-grid,.admin-profile-contact-list{padding:17px}.admin-profile-security-item{align-items:flex-start;padding:15px 17px}.admin-profile-security-badge{margin-left:auto}}.admin-reports-page{width:100%;min-width:0}.admin-reports-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.admin-reports-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-reports-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-reports-header select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-reports-header select:focus{border-color:var(--primary)}.admin-report-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-report-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;align-items:flex-start;gap:13px;padding:18px;display:flex}.admin-report-summary-icon{width:40px;height:40px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-report-summary-icon svg{width:18px;height:18px}.admin-report-summary-card>div:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-report-summary-card span{color:#697586;font-size:.7rem;font-weight:600}.admin-report-summary-card strong{color:#171717;font-size:1.35rem;font-weight:800}.admin-report-summary-card small{font-size:.65rem}.admin-report-summary-card small.positive{color:#15803d}.admin-reports-main-grid{grid-template-columns:minmax(0,1.4fr) minmax(300px,1fr);gap:18px;margin-bottom:18px;display:grid}.admin-report-panel{background:#fff;border:1px solid #e1e7ef;border-radius:14px;min-width:0;padding:20px}.admin-report-panel-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.admin-report-panel-header h3{color:#171717;margin:0 0 5px;font-size:.95rem;font-weight:800}.admin-report-panel-header p{color:#8994a5;margin:0;font-size:.68rem}.admin-report-panel-header>svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.admin-report-chart{align-items:flex-end;gap:15px;height:245px;padding-top:18px;display:flex}.admin-report-chart-column{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;min-width:0;height:100%;display:flex}.admin-report-chart-value{color:#697586;white-space:nowrap;min-height:15px;font-size:.62rem;font-weight:600}.admin-report-chart-track{background:#f1f4f8;border-radius:7px 7px 3px 3px;align-items:flex-end;width:100%;max-width:42px;height:175px;display:flex;overflow:hidden}.admin-report-chart-bar{background:var(--primary);border-radius:7px 7px 3px 3px;width:100%;min-height:5px;transition:height .3s}.admin-report-chart-label{color:#8994a5;font-size:.65rem}.admin-report-activity-list{flex-direction:column;gap:19px;display:flex}.admin-report-activity-row{flex-direction:column;gap:8px;display:flex}.admin-report-activity-row>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-report-activity-row span{color:#697586;font-size:.72rem}.admin-report-activity-row strong{color:#171717;font-size:.75rem;font-weight:800}.admin-report-progress{background:#eef1f5;border-radius:50px;width:100%;height:7px;overflow:hidden}.admin-report-progress span{border-radius:inherit;background:var(--primary);height:100%;display:block}.admin-report-trend-list{flex-direction:column;gap:18px;display:flex}.admin-report-trend-row{grid-template-columns:32px minmax(0,1fr) 30px;align-items:center;gap:10px;display:grid}.admin-report-trend-row>span{color:#8994a5;font-size:.67rem}.admin-report-trend-row strong{color:#39465a;text-align:right;font-size:.7rem}.admin-report-trend-track{background:#eef1f5;border-radius:50px;width:100%;height:8px;overflow:hidden}.admin-report-trend-bar{border-radius:inherit;background:var(--primary);min-width:4px;height:100%;transition:width .3s}.admin-report-performance-list{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.admin-report-performance-list>div{background:#fafbfd;border:1px solid #edf1f7;border-radius:9px;padding:14px}.admin-report-performance-list span{color:#8994a5;margin-bottom:6px;font-size:.65rem;display:block}.admin-report-performance-list strong{color:#171717;font-size:1rem;font-weight:800}@media (width<=1050px){.admin-report-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-reports-main-grid{grid-template-columns:1fr}}@media (width<=700px){.admin-reports-header{flex-direction:column}.admin-reports-header h2{font-size:1.55rem}.admin-reports-header select{width:100%}.admin-report-summary-grid{grid-template-columns:1fr}.admin-report-panel{padding:16px}.admin-report-chart{gap:8px}.admin-report-chart-track{max-width:32px}.admin-report-performance-list{grid-template-columns:1fr}}.admin-reviews-page{width:100%;min-width:0}.admin-reviews-header{margin-bottom:22px}.admin-reviews-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-reviews-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-review-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-review-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;align-items:flex-start;gap:12px;padding:18px;display:flex}.admin-review-summary-icon{width:40px;height:40px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-review-summary-icon svg{width:18px;height:18px}.admin-review-summary-card>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-review-summary-card span{color:#697586;font-size:.7rem;font-weight:600}.admin-review-summary-card strong{color:#171717;font-size:1.35rem;font-weight:800}.admin-review-summary-card small{color:#8994a5;font-size:.65rem}.admin-review-overview{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-review-mini-card{color:var(--primary);background:#fff;border:1px solid #e1e7ef;border-radius:11px;align-items:center;gap:11px;padding:15px 17px;display:flex}.admin-review-mini-card>svg{flex-shrink:0;width:18px;height:18px}.admin-review-mini-card>div{flex-direction:column;gap:2px;display:flex}.admin-review-mini-card span{color:#8994a5;font-size:.66rem}.admin-review-mini-card strong{color:#171717;font-size:1rem;font-weight:800}.admin-reviews-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-reviews-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-reviews-search{flex:1;max-width:520px;position:relative}.admin-reviews-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-reviews-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-reviews-search input:focus{border-color:var(--primary);background:#fff}.admin-reviews-search input::placeholder{color:#9aa4b2}.admin-reviews-filters{gap:8px;display:flex}.admin-reviews-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:140px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-reviews-filters select:focus{border-color:var(--primary)}.admin-reviews-table-wrapper{width:100%;overflow-x:auto}.admin-reviews-table{border-collapse:collapse;width:100%;min-width:1000px}.admin-reviews-table th{color:#697586;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e7ebf1;padding:13px 15px;font-size:.64rem;font-weight:800}.admin-reviews-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:14px 15px;font-size:.68rem}.admin-reviews-table tbody tr:hover{background:#fbfcfe}.admin-review-person{align-items:center;gap:9px;min-width:145px;display:flex}.admin-review-avatar{width:32px;height:32px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-review-avatar svg{width:15px;height:15px}.admin-review-person strong{color:#39465a;font-size:.68rem;font-weight:700}.admin-review-reviewed-user,.admin-review-property{color:#596579;font-size:.67rem}.admin-review-comment{color:#697586;text-overflow:ellipsis;white-space:nowrap;max-width:260px;line-height:1.45;display:block;overflow:hidden}.admin-review-date{color:#8994a5;white-space:nowrap;font-size:.63rem}.admin-review-stars{white-space:nowrap;align-items:center;gap:2px;display:inline-flex}.admin-review-stars svg{color:#d5dbe4;fill:#0000;width:13px;height:13px}.admin-review-stars svg.filled{color:#e2a400;fill:#e2a400}.admin-review-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 8px;font-size:.58rem;font-weight:700;display:inline-flex}.admin-review-status.published{color:#15803d;background:#dcfce7}.admin-review-status.flagged{color:#9a6700;background:#fff4d6}.admin-review-status.hidden{color:#697586;background:#f3f4f6}.admin-review-actions{align-items:center;gap:5px;display:flex}.admin-review-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;width:31px;height:31px;padding:0;transition:all .2s;display:inline-flex}.admin-review-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-review-actions button.approve:hover{color:#15803d;background:#dcfce7;border-color:#15803d}.admin-review-actions button.hide:hover{color:#b91c1c;background:#fef2f2;border-color:#b91c1c}.admin-review-actions button.restore:hover{color:#15803d;background:#dcfce7;border-color:#15803d}.admin-review-actions svg{width:14px;height:14px}.admin-reviews-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important;font-size:.75rem!important}.admin-reviews-mobile-list{display:none}.admin-review-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-review-mobile-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.admin-review-mobile-top .admin-review-person{min-width:0}.admin-review-mobile-top .admin-review-person>div{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-review-mobile-top .admin-review-person small{color:#9aa4b2;font-size:.6rem}.admin-review-mobile-rating{margin:14px 0}.admin-review-mobile-details{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:13px;display:grid}.admin-review-mobile-details span{color:#596579;flex-direction:column;gap:3px;font-size:.66rem;display:flex}.admin-review-mobile-details b{color:#8994a5;font-size:.58rem}.admin-review-mobile-comment{color:#697586;margin:0 0 14px;font-size:.7rem;line-height:1.55}@media (width<=1050px){.admin-review-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-review-overview{grid-template-columns:1fr}.admin-reviews-toolbar{flex-direction:column;align-items:stretch}.admin-reviews-search{max-width:none}.admin-reviews-filters{width:100%}.admin-reviews-filters select{flex:1}}@media (width<=700px){.admin-reviews-header h2{font-size:1.55rem}.admin-review-summary-grid{grid-template-columns:1fr}.admin-reviews-toolbar{padding:12px}.admin-reviews-filters{flex-direction:column}.admin-reviews-filters select{width:100%}.admin-reviews-table-wrapper{display:none}.admin-reviews-mobile-list{display:block}.admin-review-mobile-details{grid-template-columns:1fr}}.admin-settings-page{width:100%;min-width:0}.admin-settings-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.admin-settings-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-settings-header p{color:#697586;max-width:800px;margin:0;font-size:.95rem;line-height:1.6}.admin-settings-save-button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-family:inherit;font-size:.72rem;font-weight:700;display:inline-flex}.admin-settings-save-button:hover{opacity:.92}.admin-settings-save-button svg{width:15px;height:15px}.admin-settings-success{color:#166534;background:#f7fdf9;border:1px solid #dcfce7;border-radius:9px;align-items:center;gap:9px;margin-bottom:18px;padding:12px 14px;font-size:.7rem;font-weight:700;display:flex}.admin-settings-success svg{flex-shrink:0;width:16px;height:16px}.admin-settings-layout{grid-template-columns:205px minmax(0,1fr);align-items:start;gap:18px;display:grid}.admin-settings-navigation{background:#fff;border:1px solid #e1e7ef;border-radius:12px;flex-direction:column;gap:4px;padding:9px;display:flex;position:sticky;top:20px}.admin-settings-navigation a{color:#697586;border-radius:7px;align-items:center;gap:9px;min-height:40px;padding:0 11px;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:flex}.admin-settings-navigation a:hover{color:var(--primary);background:#f3f6fa}.admin-settings-navigation a.active{color:var(--primary);background:#eef4fc}.admin-settings-navigation svg{flex-shrink:0;width:15px;height:15px}.admin-settings-content{flex-direction:column;gap:18px;min-width:0;display:flex}.admin-settings-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;overflow:hidden}.admin-settings-section-heading{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.admin-settings-section-heading h3{color:#171717;margin:0 0 5px;font-size:.9rem;font-weight:800}.admin-settings-section-heading p{color:#8994a5;margin:0;font-size:.65rem;line-height:1.5}.admin-settings-section-heading>svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.admin-settings-option{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:20px;padding:17px 20px;display:flex}.admin-settings-option:last-of-type{border-bottom:none}.admin-settings-option-info{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-settings-option-info strong{color:#596579;font-size:.7rem}.admin-settings-option-info small{color:#8994a5;max-width:650px;font-size:.61rem;line-height:1.5}.admin-settings-toggle{cursor:pointer;background:#d7dde6;border:none;border-radius:50px;flex-shrink:0;width:40px;height:22px;padding:0;transition:background .2s;position:relative}.admin-settings-toggle span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000029}.admin-settings-toggle.on{background:var(--primary)}.admin-settings-toggle.on span{transform:translate(18px)}.admin-settings-info-box{background:#f7faff;border:1px solid #dbe8f8;border-radius:9px;align-items:flex-start;gap:10px;margin:18px 20px;padding:13px;display:flex}.admin-settings-info-box>svg{width:17px;height:17px;color:var(--primary);flex-shrink:0;margin-top:2px}.admin-settings-info-box div{min-width:0}.admin-settings-info-box strong{color:#39465a;margin-bottom:4px;font-size:.67rem;display:block}.admin-settings-info-box p{color:#697586;margin:0;font-size:.62rem;line-height:1.5}.admin-settings-field{border-bottom:1px solid #edf1f7;flex-direction:column;gap:7px;padding:18px 20px;display:flex}.admin-settings-field label{color:#596579;font-size:.66rem;font-weight:700}.admin-settings-field>small{color:#8994a5;font-size:.6rem}.admin-settings-select-wrapper{max-width:360px;position:relative}.admin-settings-select-wrapper>svg{color:#8994a5;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.admin-settings-select-wrapper select{box-sizing:border-box;color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 32px 0 33px;font-family:inherit;font-size:.72rem}.admin-settings-select-wrapper select:focus{border-color:var(--primary)}.admin-settings-security-note{background:#f7fdf9;border:1px solid #dcfce7;border-radius:9px;align-items:flex-start;gap:10px;margin:18px 20px;padding:13px;display:flex}.admin-settings-security-note>svg{color:#15803d;flex-shrink:0;width:17px;height:17px;margin-top:2px}.admin-settings-security-note div{min-width:0}.admin-settings-security-note strong{color:#166534;margin-bottom:4px;font-size:.67rem;display:block}.admin-settings-security-note p{color:#4d7c5a;margin:0;font-size:.62rem;line-height:1.5}.admin-settings-account-row{border-bottom:1px solid #edf1f7;align-items:center;gap:11px;padding:16px 20px;display:flex}.admin-settings-account-row:last-child{border-bottom:none}.admin-settings-account-icon{width:35px;height:35px;color:var(--primary);background:#eef4fc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-settings-account-icon svg{width:15px;height:15px}.admin-settings-account-row>div:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.admin-settings-account-row span{color:#8994a5;font-size:.59rem}.admin-settings-account-row strong{color:#596579;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.admin-settings-account-badge{background:#dcfce7;border-radius:50px;flex-shrink:0;padding:4px 8px;font-weight:700;color:#15803d!important;font-size:.57rem!important}@media (width<=900px){.admin-settings-layout{grid-template-columns:1fr}.admin-settings-navigation{grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:static}.admin-settings-navigation a{justify-content:center}}@media (width<=600px){.admin-settings-header{flex-direction:column}.admin-settings-header h2{font-size:1.55rem}.admin-settings-save-button{width:100%}.admin-settings-navigation{grid-template-columns:repeat(2,1fr)}.admin-settings-navigation a{justify-content:flex-start}.admin-settings-option{align-items:flex-start;padding:16px}.admin-settings-section-heading,.admin-settings-field{padding:17px}.admin-settings-info-box,.admin-settings-security-note{margin-left:16px;margin-right:16px}.admin-settings-account-row{padding:15px 17px}}.admin-students-page{width:100%;min-width:0}.admin-students-header{margin-bottom:22px}.admin-students-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-students-header p{color:#697586;max-width:760px;margin:0;font-size:.95rem;line-height:1.6}.admin-student-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-student-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-student-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-student-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-student-summary-card small{color:#8994a5;font-size:.68rem}.admin-students-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-students-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-students-search{flex:1;max-width:500px;position:relative}.admin-students-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-students-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-students-search input:focus{border-color:var(--primary);background:#fff}.admin-students-search input::placeholder{color:#9aa4b2}.admin-students-toolbar select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-students-toolbar select:focus{border-color:var(--primary)}.admin-students-table-wrapper{width:100%;overflow-x:auto}.admin-students-table{border-collapse:collapse;width:100%;min-width:900px}.admin-students-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-students-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-students-table tbody tr:last-child td{border-bottom:none}.admin-students-table tbody tr:hover{background:#fbfcfe}.admin-student-identity{align-items:center;gap:10px;min-width:180px;display:flex}.admin-student-avatar{width:37px;height:37px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:flex}.admin-student-identity>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-student-identity strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.admin-student-identity small{color:#8994a5;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.admin-student-university{color:#596579;white-space:nowrap;font-size:.72rem}.admin-student-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.64rem;font-weight:700;display:inline-flex}.admin-student-status.active{color:#15803d;background:#dcfce7}.admin-student-status.pending{color:#9a6700;background:#fff4d6}.admin-student-status.suspended{color:#b91c1c;background:#fef2f2}.admin-student-verified{color:#15803d;white-space:nowrap;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:inline-flex}.admin-student-verified svg{width:14px;height:14px}.admin-student-pending{color:#9a6700;font-size:.7rem;font-weight:600}.admin-student-bookings{color:#596579;align-items:center;gap:5px;font-size:.7rem;display:inline-flex}.admin-student-bookings svg{width:14px;height:14px;color:var(--primary)}.admin-student-joined{color:#697586;white-space:nowrap;font-size:.7rem}.admin-student-actions{align-items:center;gap:6px;display:flex}.admin-student-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-student-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-student-actions button.suspend:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-student-actions button.restore:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-students-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-students-mobile-list{display:none}.admin-student-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-student-mobile-card:last-child{border-bottom:none}.admin-student-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-student-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-student-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-student-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}.admin-student-notice{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-top:15px;padding:13px 15px;font-size:.76rem;display:flex}.admin-student-notice svg{flex-shrink:0;width:17px;height:17px}.admin-student-notice strong{font-weight:800}@media (width<=992px){.admin-student-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-students-toolbar{flex-direction:column;align-items:stretch}.admin-students-search{max-width:none}.admin-students-toolbar select{width:100%}}@media (width<=700px){.admin-students-header h2{font-size:1.55rem}.admin-student-summary-grid{grid-template-columns:1fr}.admin-students-table-wrapper{display:none}.admin-students-mobile-list{display:block}.admin-students-toolbar{padding:12px}.admin-student-mobile-card .admin-student-actions{width:100%}.admin-student-mobile-card .admin-student-actions button{flex:1;min-height:38px}.admin-student-notice{align-items:flex-start}}.admin-users-page{width:100%;min-width:0}.admin-users-header{margin-bottom:22px}.admin-users-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-users-header p{color:#697586;max-width:760px;margin:0;font-size:.95rem;line-height:1.6}.admin-user-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-user-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-user-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-user-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-user-summary-card small{color:#8994a5;font-size:.68rem}.admin-users-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-users-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-users-search{flex:1;max-width:500px;position:relative}.admin-users-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-users-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-users-search input:focus{border-color:var(--primary);background:#fff}.admin-users-search input::placeholder{color:#9aa4b2}.admin-users-filters{gap:8px;display:flex}.admin-users-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:135px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-users-filters select:focus{border-color:var(--primary)}.admin-users-table-wrapper{width:100%;overflow-x:auto}.admin-users-table{border-collapse:collapse;width:100%;min-width:800px}.admin-users-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-users-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-users-table tbody tr:last-child td{border-bottom:none}.admin-users-table tbody tr:hover{background:#fbfcfe}.admin-user-identity{align-items:center;gap:10px;min-width:180px;display:flex}.admin-user-avatar{width:37px;height:37px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:flex}.admin-user-identity>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-user-identity strong{color:#39465a;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.admin-user-identity small{color:#8994a5;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.admin-role-badge,.admin-status-badge{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.64rem;font-weight:700;display:inline-flex}.admin-role-badge.student{color:var(--primary);background:#eef4fc}.admin-role-badge.landlord{color:#15803d;background:#ecfdf3}.admin-role-badge.administrator{color:#7e22ce;background:#f3e8ff}.admin-status-badge.active{color:#15803d;background:#dcfce7}.admin-status-badge.pending{color:#9a6700;background:#fff4d6}.admin-status-badge.suspended{color:#b91c1c;background:#fef2f2}.admin-verified{color:#15803d;white-space:nowrap;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:inline-flex}.admin-verified svg{width:14px;height:14px}.admin-unverified{color:#9a6700;font-size:.7rem;font-weight:600}.admin-joined-date{color:#697586;white-space:nowrap;font-size:.7rem}.admin-user-actions{align-items:center;gap:6px;display:flex}.admin-user-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.68rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-user-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-user-actions button.suspend:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-user-actions button.restore:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-users-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-users-mobile-list{display:none}.admin-user-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-user-mobile-card:last-child{border-bottom:none}.admin-user-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-user-mobile-details{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px;display:grid}.admin-user-mobile-details span{color:#697586;flex-direction:column;gap:4px;font-size:.7rem;display:flex}.admin-user-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}@media (width<=992px){.admin-user-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-users-toolbar{flex-direction:column;align-items:stretch}.admin-users-search{max-width:none}.admin-users-filters{width:100%}.admin-users-filters select{flex:1}}@media (width<=700px){.admin-users-header h2{font-size:1.55rem}.admin-user-summary-grid{grid-template-columns:1fr}.admin-users-table-wrapper{display:none}.admin-users-mobile-list{display:block}.admin-users-toolbar{padding:12px}.admin-users-filters{flex-direction:column}.admin-users-filters select{width:100%}.admin-user-mobile-details{grid-template-columns:1fr 1fr}.admin-user-mobile-card .admin-user-actions{width:100%}.admin-user-mobile-card .admin-user-actions button{flex:1;min-height:38px}}.admin-verifications-page{width:100%;min-width:0}.admin-verifications-header{margin-bottom:22px}.admin-verifications-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.admin-verifications-header p{color:#697586;max-width:820px;margin:0;font-size:.95rem;line-height:1.6}.admin-verification-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.admin-verification-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:13px;padding:19px}.admin-verification-summary-card span{color:#697586;margin-bottom:7px;font-size:.75rem;font-weight:600;display:block}.admin-verification-summary-card strong{color:#171717;margin-bottom:4px;font-size:1.55rem;font-weight:800;display:block}.admin-verification-summary-card small{color:#8994a5;font-size:.68rem}.admin-verification-overview-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.admin-verification-mini-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}.admin-verification-mini-icon{width:39px;height:39px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-verification-mini-icon svg{width:18px;height:18px}.admin-verification-mini-card div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-verification-mini-card span{color:#8994a5;font-size:.68rem}.admin-verification-mini-card strong{color:#171717;font-size:1.05rem;font-weight:800}.admin-verifications-panel{background:#fff;border:1px solid #e1e7ef;border-radius:15px;overflow:hidden}.admin-verifications-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.admin-verifications-search{flex:1;max-width:520px;position:relative}.admin-verifications-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-verifications-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:100%;height:41px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.admin-verifications-search input:focus{border-color:var(--primary);background:#fff}.admin-verifications-search input::placeholder{color:#9aa4b2}.admin-verifications-filters{gap:8px;display:flex}.admin-verifications-filters select{color:#596579;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;min-width:145px;height:41px;padding:0 30px 0 11px;font-family:inherit;font-size:.76rem}.admin-verifications-filters select:focus{border-color:var(--primary)}.admin-verifications-table-wrapper{width:100%;overflow-x:auto}.admin-verifications-table{border-collapse:collapse;width:100%;min-width:900px}.admin-verifications-table th{color:#8994a5;text-align:left;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #edf1f7;padding:13px 16px;font-size:.68rem;font-weight:700}.admin-verifications-table td{color:#596579;vertical-align:middle;border-bottom:1px solid #edf1f7;padding:15px 16px;font-size:.75rem}.admin-verifications-table tbody tr:last-child td{border-bottom:none}.admin-verifications-table tbody tr:hover{background:#fbfcfe}.admin-verification-reference{align-items:center;gap:10px;min-width:165px;display:flex}.admin-verification-avatar{width:37px;height:37px;color:var(--primary);background:#eef4fc;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.admin-verification-avatar svg{width:17px;height:17px}.admin-verification-reference>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-verification-reference strong{color:#39465a;white-space:nowrap;font-size:.76rem;font-weight:800}.admin-verification-reference small{color:#8994a5;font-size:.63rem}.admin-verification-subject{color:#39465a;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.72rem;font-weight:600;display:block;overflow:hidden}.admin-verification-submitter{color:#596579;white-space:nowrap;font-size:.72rem}.admin-verification-type{color:#596579;white-space:nowrap;background:#f3f6fa;border-radius:50px;align-items:center;padding:5px 9px;font-size:.63rem;font-weight:700;display:inline-flex}.admin-verification-date{color:#697586;white-space:nowrap;font-size:.7rem}.admin-verification-status{white-space:nowrap;border-radius:50px;align-items:center;padding:5px 9px;font-size:.63rem;font-weight:700;display:inline-flex}.admin-verification-status.pending{color:#9a6700;background:#fff4d6}.admin-verification-status.approved{color:#15803d;background:#dcfce7}.admin-verification-status.rejected{color:#b91c1c;background:#fef2f2}.admin-verification-actions{align-items:center;gap:6px;display:flex}.admin-verification-actions button{color:#697586;cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:32px;min-height:32px;padding:0 7px;font-family:inherit;font-size:.66rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-verification-actions button:hover{border-color:var(--primary);color:var(--primary);background:#eef4fc}.admin-verification-actions button.approve:hover{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.admin-verification-actions button.reject:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-verifications-empty{color:#8994a5!important;text-align:center!important;padding:45px 20px!important}.admin-verifications-mobile-list{display:none}.admin-verification-mobile-card{border-bottom:1px solid #edf1f7;padding:17px}.admin-verification-mobile-card:last-child{border-bottom:none}.admin-verification-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-verification-mobile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px;display:grid}.admin-verification-mobile-details span{color:#697586;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;font-size:.7rem;display:flex}.admin-verification-mobile-details b{color:#8994a5;font-size:.63rem;font-weight:600}.admin-verification-mobile-card .admin-verification-actions{flex-wrap:wrap;width:100%}.admin-verification-mobile-card .admin-verification-actions button{min-height:37px}@media (width<=992px){.admin-verification-summary-grid,.admin-verification-overview-grid{grid-template-columns:repeat(2,1fr)}.admin-verifications-toolbar{flex-direction:column;align-items:stretch}.admin-verifications-search{max-width:none}.admin-verifications-filters{width:100%}.admin-verifications-filters select{flex:1}}@media (width<=700px){.admin-verifications-header h2{font-size:1.55rem}.admin-verification-summary-grid,.admin-verification-overview-grid{grid-template-columns:1fr}.admin-verifications-table-wrapper{display:none}.admin-verifications-mobile-list{display:block}.admin-verifications-toolbar{padding:12px}.admin-verifications-filters{flex-direction:column}.admin-verifications-filters select{width:100%}.admin-verification-mobile-card .admin-verification-actions button{flex:1;min-width:100px}}.active-tenants-page{width:100%}.active-tenants-header{margin-bottom:25px}.active-tenants-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.active-tenants-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.tenant-summary-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.tenant-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;padding:22px}.tenant-summary-card span{color:#697586;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.tenant-summary-card strong{color:#171717;margin-bottom:5px;font-size:1.7rem;font-weight:800;display:block}.tenant-summary-card p{color:#8994a5;margin:0;font-size:.76rem}.tenant-list-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.tenant-section-header{border-bottom:1px solid #edf1f7;padding:24px}.tenant-section-header h3{color:#171717;margin:0 0 6px;font-size:1.1rem;font-weight:800}.tenant-section-header p{color:#697586;margin:0;font-size:.85rem}.tenant-list{flex-direction:column;display:flex}.tenant-card{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:25px;padding:20px 24px;display:flex}.tenant-card:last-child{border-bottom:none}.tenant-main{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.tenant-avatar{width:48px;height:48px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.tenant-information{flex:1;min-width:0}.tenant-title-row{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:17px;display:flex}.tenant-title-row h3{color:#171717;margin:0 0 5px;font-size:.98rem;font-weight:800}.tenant-title-row p{color:#697586;margin:0;font-size:.82rem}.tenant-status{border-radius:50px;flex-shrink:0;padding:6px 10px;font-size:.7rem;font-weight:700}.tenant-status.active{color:#15803d;background:#dcfce7}.tenant-status.ending-soon{color:#9a6700;background:#fff4d6}.tenant-details{flex-wrap:wrap;gap:30px;display:flex}.tenant-details div{flex-direction:column;gap:4px;display:flex}.tenant-details span{color:#8994a5;font-size:.68rem}.tenant-details strong{color:#39465a;font-size:.78rem}.tenant-card-actions{flex-shrink:0;gap:8px;display:flex}.tenant-card-actions button{min-height:39px;color:var(--primary);cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:8px;padding:0 13px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.tenant-card-actions button:hover{border-color:var(--primary);background:#eef4fc}@media (width<=992px){.tenant-summary-grid{grid-template-columns:repeat(3,1fr)}.tenant-card{flex-direction:column;align-items:flex-start}.tenant-main,.tenant-card-actions{width:100%}.tenant-card-actions button{flex:1}}@media (width<=600px){.tenant-summary-grid{grid-template-columns:1fr}.tenant-summary-card{padding:18px}.tenant-section-header{padding:20px 17px}.tenant-card{padding:17px}.tenant-main{align-items:flex-start}.tenant-title-row{flex-direction:column}.tenant-details{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.tenant-card-actions{flex-direction:column}.tenant-card-actions button{width:100%}}.availability-page{width:100%}.availability-header{margin-bottom:25px}.availability-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.availability-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.availability-summary{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.availability-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;padding:22px}.availability-summary-card span{color:#697586;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.availability-summary-card strong{color:#171717;font-size:1.7rem;font-weight:800}.availability-list{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.availability-section-header{border-bottom:1px solid #edf1f7;padding:24px}.availability-section-header h3{color:#171717;margin:0 0 6px;font-size:1.1rem;font-weight:800}.availability-section-header p{color:#697586;margin:0;font-size:.85rem}.availability-table{width:100%}.availability-table-header,.availability-table-row{grid-template-columns:minmax(170px,1.5fr) minmax(130px,1fr) 70px 100px 90px 110px;align-items:center;gap:15px;padding:16px 24px;display:grid}.availability-table-header{color:#8994a5;text-transform:uppercase;background:#f7f9fc;border-bottom:1px solid #edf1f7;font-size:.7rem;font-weight:700}.availability-table-row{border-bottom:1px solid #edf1f7;min-height:70px}.availability-table-row:last-child{border-bottom:none}.availability-property strong{color:#171717;font-size:.84rem}.availability-room-type{color:#697586;font-size:.8rem}.availability-number{color:#39465a;font-size:.85rem;font-weight:600}.availability-number.available{color:var(--primary);font-weight:800}.availability-number input{box-sizing:border-box;color:#39465a;text-align:center;background:#fff;border:1px solid #d9e1ec;border-radius:8px;outline:none;width:70px;height:36px;padding:0 8px;font-family:inherit;font-size:.82rem;font-weight:600}.availability-number input:focus{border-color:var(--primary)}.availability-status{border-radius:50px;justify-content:center;align-items:center;min-width:72px;padding:6px 9px;font-size:.7rem;font-weight:700;display:inline-flex}.availability-status.available{color:#15803d;background:#dcfce7}.availability-status.limited{color:#9a6700;background:#fff4d6}.availability-status.full{color:#b91c1c;background:#fef2f2}@media (width<=992px){.availability-summary{grid-template-columns:repeat(3,1fr)}.availability-table{overflow-x:auto}.availability-table-header,.availability-table-row{min-width:750px}}@media (width<=600px){.availability-summary{grid-template-columns:1fr}.availability-summary-card{padding:18px}.availability-section-header{padding:20px 17px}.availability-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.availability-table-header,.availability-table-row{min-width:750px;padding-left:17px;padding-right:17px}}.boarding-houses-page{width:100%}.boarding-houses-header{justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:30px;display:flex}.boarding-houses-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.boarding-houses-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.add-house-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;min-height:44px;padding:0 18px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s}.add-house-button:hover{background:var(--primary-dark)}.boarding-house-form-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;padding:25px}.boarding-section-header{margin-bottom:22px}.boarding-section-header h3{color:#171717;margin:0 0 6px;font-size:1.15rem;font-weight:800}.boarding-section-header p{color:#697586;margin:0;font-size:.88rem}.boarding-house-form{grid-template-columns:1fr 1fr auto;align-items:end;gap:18px;display:grid}.boarding-form-group{flex-direction:column;gap:8px;display:flex}.boarding-form-group label{color:#39465a;font-size:.85rem;font-weight:600}.boarding-form-group input{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d9e1ec;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-family:inherit;font-size:.88rem}.boarding-form-group input:focus{border-color:var(--primary)}.boarding-form-actions{gap:8px;display:flex}.boarding-form-actions button{cursor:pointer;border-radius:9px;min-height:44px;padding:0 15px;font-family:inherit;font-size:.84rem;font-weight:600}.cancel-house-button{color:#596579;background:#fff;border:1px solid #d5deeb}.cancel-house-button:hover{background:#f7f9fc}.save-house-button{border:1px solid var(--primary);background:var(--primary);color:#fff}.save-house-button:hover{background:var(--primary-dark)}.boarding-houses-list{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.boarding-house-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;flex-direction:column;min-width:0;padding:22px;transition:transform .2s,box-shadow .2s;display:flex}.boarding-house-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000000f}.boarding-house-card-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.boarding-house-icon{background:#eef4fc;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.boarding-house-status{border-radius:50px;padding:6px 10px;font-size:.72rem;font-weight:700}.boarding-house-status.active{color:#15803d;background:#dcfce7}.boarding-house-status.pending{color:#9a6700;background:#fff4d6}.boarding-house-card-content{flex:1}.boarding-house-card-content h3{color:#171717;margin:0 0 6px;font-size:1.05rem;font-weight:800}.boarding-house-location{color:#697586;margin:0 0 20px;font-size:.84rem}.boarding-house-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:22px;display:grid}.boarding-house-stats div{text-align:center;background:#f7f9fc;border-radius:9px;padding:11px 8px}.boarding-house-stats span{color:#8994a5;margin-bottom:4px;font-size:.68rem;display:block}.boarding-house-stats strong{color:#39465a;font-size:1rem}.boarding-house-card-actions{border-top:1px solid #edf1f7;gap:8px;padding-top:18px;display:flex}.boarding-house-card-actions button{min-height:40px;color:var(--primary);cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:8px;flex:1;padding:0 8px;font-family:inherit;font-size:.76rem;font-weight:600;transition:all .2s}.boarding-house-card-actions button:hover{border-color:var(--primary);background:#eef4fc}@media (width<=992px){.boarding-houses-list{grid-template-columns:repeat(2,1fr)}.boarding-house-form{grid-template-columns:1fr 1fr}.boarding-form-actions{grid-column:1/-1}}@media (width<=600px){.boarding-houses-header{flex-direction:column}.add-house-button{width:100%}.boarding-house-form-card{padding:20px 17px}.boarding-house-form{grid-template-columns:1fr}.boarding-form-actions{grid-column:auto;width:100%}.boarding-form-actions button{flex:1}.boarding-houses-list{grid-template-columns:1fr}.boarding-house-card{padding:20px 17px}}.booking-requests-page{width:100%}.booking-requests-header{margin-bottom:25px}.booking-requests-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.booking-requests-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.booking-requests-toolbar{background:#fff;border:1px solid #e1e7ef;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:12px;display:flex}.booking-filter-buttons{flex-wrap:wrap;gap:7px;display:flex}.booking-filter-buttons button{color:#697586;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;min-height:36px;padding:0 13px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.booking-filter-buttons button:hover{color:var(--primary);background:#f3f6fa}.booking-filter-buttons button.active{color:var(--primary);background:#eef4fc;border-color:#d8e5f7}.booking-request-count{color:#8994a5;flex-shrink:0;font-size:.78rem;font-weight:600}.booking-requests-list{flex-direction:column;gap:15px;display:flex}.booking-request-card{background:#fff;border:1px solid #e1e7ef;border-radius:15px;justify-content:space-between;align-items:center;gap:25px;padding:20px;display:flex}.booking-request-main{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.booking-student-avatar{width:48px;height:48px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.booking-request-information{flex:1;min-width:0}.booking-request-title-row{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:17px;display:flex}.booking-request-title-row h3{color:#171717;margin:0 0 5px;font-size:.98rem;font-weight:800}.booking-request-title-row p{color:#697586;margin:0;font-size:.82rem}.booking-status{border-radius:50px;flex-shrink:0;padding:6px 10px;font-size:.7rem;font-weight:700}.booking-status.accepted{color:#15803d;background:#dcfce7}.booking-request-details{flex-wrap:wrap;gap:30px;display:flex}.booking-request-details div{flex-direction:column;gap:4px;display:flex}.booking-request-details span{color:#8994a5;font-size:.68rem}.booking-request-details strong{color:#39465a;font-size:.78rem}.verification-state.verified{color:#15803d}.verification-state.pending{color:#9a6700}.booking-request-actions{flex-shrink:0;gap:8px;display:flex}.booking-request-actions button{cursor:pointer;border-radius:8px;min-height:39px;padding:0 15px;font-family:inherit;font-size:.76rem;font-weight:600;transition:all .2s}.reject-request-button{color:#b91c1c;background:#fff;border:1px solid #fecaca}.reject-request-button:hover{background:#fef2f2}.accept-request-button{border:1px solid var(--primary);background:var(--primary);color:#fff}.accept-request-button:hover{background:var(--primary-dark)}.booking-empty-state{text-align:center;background:#fff;border:1px solid #e1e7ef;border-radius:15px;padding:60px 25px}.booking-empty-state h3{color:#171717;margin:0 0 8px;font-size:1.05rem}.booking-empty-state p{color:#697586;margin:0;font-size:.85rem}@media (width<=992px){.booking-request-card{flex-direction:column;align-items:flex-start}.booking-request-main,.booking-request-actions{width:100%}.booking-request-actions button{flex:1}}@media (width<=600px){.booking-requests-toolbar{flex-direction:column;align-items:flex-start}.booking-filter-buttons{width:100%}.booking-request-count{align-self:flex-end}.booking-request-card{padding:17px}.booking-request-main{align-items:flex-start}.booking-request-title-row{flex-direction:column}.booking-request-details{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.booking-request-actions{flex-direction:column}.booking-request-actions button{width:100%}}.create-listing-page{width:100%}.create-listing-header{margin-bottom:25px}.create-listing-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.create-listing-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.create-listing-form-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.create-listing-section{border-bottom:1px solid #edf1f7;padding:28px}.create-listing-section:last-of-type{border-bottom:none}.create-listing-section-header{margin-bottom:22px}.create-listing-section-header h3{color:#171717;margin:0 0 6px;font-size:1.1rem;font-weight:800}.create-listing-section-header p{color:#697586;margin:0;font-size:.85rem}.create-listing-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.create-listing-form-group{flex-direction:column;gap:8px;display:flex}.create-listing-form-group.full-width{grid-column:1/-1}.create-listing-form-group label{color:#39465a;font-size:.85rem;font-weight:600}.create-listing-form-group input,.create-listing-form-group select,.create-listing-form-group textarea{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d9e1ec;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:.88rem;transition:border-color .2s}.create-listing-form-group input,.create-listing-form-group select{height:45px;padding:0 13px}.create-listing-form-group textarea{resize:vertical;min-height:140px;padding:12px 13px;line-height:1.6}.create-listing-form-group input::placeholder,.create-listing-form-group textarea::placeholder{color:#a0a9b7}.create-listing-form-group input:focus,.create-listing-form-group select:focus,.create-listing-form-group textarea:focus{border-color:var(--primary)}.create-listing-form-actions{background:#fafbfd;border-top:1px solid #edf1f7;justify-content:flex-end;gap:10px;padding:22px 28px;display:flex}.create-listing-form-actions button{cursor:pointer;border-radius:9px;min-height:44px;padding:0 18px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.cancel-listing-button{color:#596579;background:#fff;border:1px solid #d5deeb}.cancel-listing-button:hover{background:#f3f6fa}.save-listing-button{border:1px solid var(--primary);background:var(--primary);color:#fff}.save-listing-button:hover{background:var(--primary-dark)}@media (width<=768px){.create-listing-section{padding:24px 20px}.create-listing-form-grid{gap:16px}.create-listing-form-actions{padding:20px}}@media (width<=600px){.create-listing-header h2{font-size:1.55rem}.create-listing-form-card{border-radius:13px}.create-listing-section{padding:20px 17px}.create-listing-form-grid{grid-template-columns:1fr}.create-listing-form-group.full-width{grid-column:auto}.create-listing-form-actions{flex-direction:column;padding:17px}.create-listing-form-actions button{width:100%}}.landlord-dashboard-page{width:100%}.landlord-welcome{margin-bottom:30px}.landlord-welcome h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-welcome p{color:#697586;margin:0;font-size:.95rem;line-height:1.6}.landlord-stat-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px;display:grid}.landlord-stat-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;padding:22px}.landlord-stat-card span{color:#697586;margin-bottom:10px;font-size:.82rem;font-weight:600;display:block}.landlord-stat-card strong{color:#171717;margin-bottom:5px;font-size:1.8rem;font-weight:800;display:block}.landlord-stat-card p{color:#8994a5;margin:0;font-size:.78rem}.landlord-dashboard-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;padding:25px}.landlord-section-header{margin-bottom:20px}.landlord-section-header h3{color:#171717;margin:0 0 6px;font-size:1.15rem;font-weight:800}.landlord-section-header p{color:#697586;margin:0;font-size:.88rem}.landlord-booking-list{flex-direction:column;display:flex}.landlord-booking-item{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;display:flex}.landlord-booking-item:first-child{padding-top:0}.landlord-booking-item:last-child{border-bottom:none;padding-bottom:0}.landlord-booking-item div{min-width:0}.landlord-booking-item strong{color:#171717;margin-bottom:5px;font-size:.9rem;display:block}.landlord-booking-item span:not(.landlord-status){color:#697586;font-size:.82rem;display:block}.landlord-status{border-radius:50px;flex-shrink:0;padding:7px 12px;font-size:.75rem;font-weight:700}.landlord-status.pending{color:#9a6700;background:#fff4d6}.landlord-status.accepted{color:#15803d;background:#dcfce7}.landlord-activity-list{flex-direction:column;display:flex}.landlord-activity-item{border-bottom:1px solid #edf1f7;align-items:flex-start;gap:13px;padding:16px 0;display:flex}.landlord-activity-item:first-child{padding-top:0}.landlord-activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-icon{width:30px;height:30px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.landlord-activity-item strong{color:#171717;margin-bottom:4px;font-size:.88rem;display:block}.landlord-activity-item p{color:#697586;margin:0;font-size:.82rem;line-height:1.5}@media (width<=992px){.landlord-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.landlord-welcome h2{font-size:1.5rem}.landlord-stat-grid{grid-template-columns:1fr}.landlord-dashboard-section{padding:20px 17px}.landlord-booking-item{flex-direction:column;align-items:flex-start;gap:10px}.landlord-status{align-self:flex-start}}.landlord-listings-page{width:100%}.landlord-listings-header{justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:25px;display:flex}.landlord-listings-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-listings-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.create-listing-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-family:inherit;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.create-listing-button:hover{background:var(--primary-dark)}.listing-toolbar{background:#fff;border:1px solid #e1e7ef;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:12px;display:flex}.listing-filter-buttons{flex-wrap:wrap;gap:7px;display:flex}.listing-filter-buttons button{color:#697586;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;min-height:36px;padding:0 13px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.listing-filter-buttons button:hover{color:var(--primary);background:#f3f6fa}.listing-filter-buttons button.active{color:var(--primary);background:#eef4fc;border-color:#d8e5f7}.listing-count{color:#8994a5;flex-shrink:0;font-size:.78rem;font-weight:600}.landlord-listings-list{flex-direction:column;gap:15px;display:flex}.landlord-listing-card{background:#fff;border:1px solid #e1e7ef;border-radius:15px;justify-content:space-between;align-items:center;gap:25px;padding:20px;display:flex}.listing-card-main{flex:1;align-items:center;gap:18px;min-width:0;display:flex}.listing-placeholder-image{width:105px;height:95px;color:var(--primary);background:#eef4fc;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.listing-card-information{flex:1;min-width:0}.listing-card-title-row{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.listing-card-title-row h3{color:#171717;margin:0 0 5px;font-size:1rem;font-weight:800}.listing-card-title-row p{color:#697586;margin:0;font-size:.82rem}.listing-status{border-radius:50px;flex-shrink:0;padding:6px 10px;font-size:.7rem;font-weight:700}.listing-status.published{color:#15803d;background:#dcfce7}.listing-status.draft{color:#9a6700;background:#fff4d6}.listing-status.withdrawn{color:#64748b;background:#f1f5f9}.listing-details{flex-wrap:wrap;gap:30px;display:flex}.listing-details div{flex-direction:column;gap:4px;display:flex}.listing-details span{color:#8994a5;font-size:.68rem}.listing-details strong{color:#39465a;font-size:.78rem}.listing-card-actions{flex-shrink:0;gap:7px;display:flex}.listing-card-actions button{min-height:38px;color:var(--primary);cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:8px;padding:0 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.listing-card-actions button:hover{border-color:var(--primary);background:#eef4fc}.listings-empty-state{text-align:center;background:#fff;border:1px solid #e1e7ef;border-radius:15px;padding:60px 25px}.listings-empty-state h3{color:#171717;margin:0 0 8px;font-size:1.05rem}.listings-empty-state p{color:#697586;margin:0;font-size:.85rem}@media (width<=992px){.landlord-listing-card{flex-direction:column;align-items:flex-start}.listing-card-main,.listing-card-actions{width:100%}.listing-card-actions button{flex:1}}@media (width<=600px){.landlord-listings-header{flex-direction:column}.create-listing-button{width:100%}.listing-toolbar{flex-direction:column;align-items:flex-start}.listing-filter-buttons{width:100%}.listing-count{align-self:flex-end}.landlord-listing-card{padding:17px}.listing-card-main{flex-direction:column;align-items:flex-start}.listing-placeholder-image{width:100%;height:140px}.listing-card-title-row{flex-direction:column}.listing-details{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.listing-card-actions{flex-direction:column}.listing-card-actions button{width:100%}}.landlord-messages-page{width:100%;min-width:0}.landlord-messages-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.landlord-messages-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-messages-header p{color:#697586;max-width:760px;margin:0;font-size:.95rem;line-height:1.6}.landlord-unread-count{color:var(--primary);background:#eef4fc;border-radius:50px;flex-shrink:0;padding:7px 11px;font-size:.72rem;font-weight:700}.landlord-messages-panel{background:#fff;border:1px solid #e1e7ef;border-radius:16px;grid-template-columns:330px minmax(0,1fr);min-height:620px;display:grid;overflow:hidden}.landlord-conversations{background:#fff;border-right:1px solid #e5eaf1;flex-direction:column;min-width:0;display:flex}.landlord-conversations-header{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.landlord-conversations-header h3{color:#171717;margin:0 0 4px;font-size:.98rem;font-weight:800}.landlord-conversations-header span{color:#8994a5;font-size:.7rem}.landlord-conversations-header>svg{color:var(--primary);font-size:1.05rem}.landlord-message-search{margin:15px;position:relative}.landlord-message-search svg{color:#8994a5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.landlord-message-search input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #dce3ed;border-radius:8px;outline:none;width:100%;height:40px;padding:0 12px 0 35px;font-family:inherit;font-size:.78rem}.landlord-message-search input:focus{border-color:var(--primary);background:#fff}.landlord-message-search input::placeholder{color:#9aa4b2}.landlord-conversation-list{flex:1;overflow-y:auto}.landlord-conversation{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #edf1f7;align-items:flex-start;gap:11px;padding:15px;font-family:inherit;transition:background .2s;display:flex;position:relative}.landlord-conversation:hover{background:#f8fafc}.landlord-conversation.selected{box-shadow:inset 3px 0 0 var(--primary);background:#eef4fc}.landlord-conversation-avatar,.landlord-chat-avatar,.landlord-chat-intro>span{color:var(--primary);background:#eef4fc;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.landlord-conversation-avatar{flex-shrink:0;width:42px;height:42px;font-size:.82rem}.landlord-conversation-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.landlord-conversation-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.landlord-conversation-top strong{color:#171717;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8rem;font-weight:800;overflow:hidden}.landlord-conversation-top small{color:#8994a5;flex-shrink:0;font-size:.64rem}.landlord-conversation-property{color:var(--primary);text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;font-weight:600;overflow:hidden}.landlord-conversation-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.landlord-conversation-bottom>span{color:#8994a5;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.7rem;overflow:hidden}.landlord-conversation-bottom b{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;display:flex}.landlord-online-dot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:47px;left:47px}.landlord-messages-empty{color:#8994a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:250px;padding:25px;display:flex}.landlord-messages-empty svg{font-size:1.8rem}.landlord-messages-empty p{margin:0;font-size:.8rem}.landlord-chat{background:#f8fafc;flex-direction:column;min-width:0;display:flex}.landlord-chat-header{background:#fff;border-bottom:1px solid #e5eaf1;align-items:center;gap:12px;min-height:70px;padding:13px 20px;display:flex}.landlord-chat-back{display:none}.landlord-chat-avatar{flex-shrink:0;width:42px;height:42px;font-size:.82rem}.landlord-chat-person{flex:1;min-width:0}.landlord-chat-person h3{color:#171717;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:.86rem;font-weight:800;overflow:hidden}.landlord-chat-person p{color:#697586;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.68rem;overflow:hidden}.landlord-chat-online{color:#15803d;flex-shrink:0;font-size:.68rem;font-weight:600}.landlord-chat-messages{flex-direction:column;flex:1;gap:12px;padding:25px;display:flex;overflow-y:auto}.landlord-chat-intro{text-align:center;flex-direction:column;align-items:center;gap:6px;margin:5px auto 18px;display:flex}.landlord-chat-intro>span{width:50px;height:50px;font-size:.95rem}.landlord-chat-intro strong{color:#39465a;font-size:.8rem}.landlord-chat-intro p{color:#8994a5;margin:0;font-size:.68rem}.landlord-message-row{width:100%;display:flex}.landlord-message-row.received{justify-content:flex-start}.landlord-message-row.sent{justify-content:flex-end}.landlord-message-bubble{border-radius:12px;max-width:min(70%,520px);padding:10px 13px;box-shadow:0 1px 2px #00000008}.landlord-message-row.received .landlord-message-bubble{background:#fff;border:1px solid #e1e7ef;border-top-left-radius:4px}.landlord-message-row.sent .landlord-message-bubble{background:var(--primary);color:#fff;border-top-right-radius:4px}.landlord-message-bubble p{margin:0;font-size:.78rem;line-height:1.55}.landlord-message-bubble span{margin-top:5px;font-size:.61rem;display:block}.landlord-message-row.received .landlord-message-bubble span{color:#8994a5}.landlord-message-row.sent .landlord-message-bubble span{color:#ffffffbf;text-align:right}.landlord-chat-composer{background:#fff;border-top:1px solid #e5eaf1;align-items:center;gap:10px;padding:13px 17px;display:flex}.landlord-chat-composer input{box-sizing:border-box;color:#171717;background:#f8fafc;border:1px solid #d9e1ec;border-radius:9px;outline:none;flex:1;min-width:0;height:43px;padding:0 13px;font-family:inherit;font-size:.8rem}.landlord-chat-composer input:focus{border-color:var(--primary);background:#fff}.landlord-chat-composer input::placeholder{color:#9aa4b2}.landlord-chat-composer button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;transition:all .2s;display:flex}.landlord-chat-composer button:hover:not(:disabled){background:var(--primary-dark)}.landlord-chat-composer button:disabled{opacity:.45;cursor:not-allowed}.landlord-chat-placeholder{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:9px;padding:30px;display:flex}.landlord-chat-placeholder svg{color:#b0bac8;font-size:2.2rem}.landlord-chat-placeholder h3{color:#39465a;margin:0;font-size:.95rem}.landlord-chat-placeholder p{color:#8994a5;max-width:300px;margin:0;font-size:.75rem;line-height:1.5}@media (width<=992px){.landlord-messages-panel{grid-template-columns:285px minmax(0,1fr);min-height:580px}.landlord-chat-messages{padding:20px}.landlord-message-bubble{max-width:78%}}@media (width<=700px){.landlord-messages-header{flex-direction:column;align-items:flex-start}.landlord-unread-count{align-self:flex-start}.landlord-messages-panel{min-height:600px;display:block;position:relative}.landlord-conversations{border-right:none;width:100%;min-height:600px}.landlord-chat{z-index:2;display:none;position:absolute;inset:0}.landlord-messages-panel.mobile-chat-active .landlord-conversations{display:none}.landlord-messages-panel.mobile-chat-active .landlord-chat{display:flex}.landlord-chat-header{min-height:64px;padding:10px 14px}.landlord-chat-back{color:#39465a;cursor:pointer;background:#f3f6fa;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landlord-chat-messages{padding:18px 14px}.landlord-message-bubble{max-width:85%}.landlord-chat-composer{padding:10px}.landlord-chat-composer input{height:45px;font-size:16px}.landlord-chat-composer button{width:45px;height:45px}}.landlord-notifications-page{width:100%}.landlord-notifications-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.landlord-notifications-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-notifications-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.mark-all-read-button{min-height:42px;color:var(--primary);cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:9px;flex-shrink:0;padding:0 15px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.mark-all-read-button:hover{border-color:var(--primary);background:#eef4fc}.notifications-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.notifications-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:20px;padding:12px;display:flex}.notification-filter-buttons{gap:7px;display:flex}.notification-filter-buttons button{color:#697586;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;min-height:36px;padding:0 13px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.notification-filter-buttons button:hover{color:var(--primary);background:#f3f6fa}.notification-filter-buttons button.active{color:var(--primary);background:#eef4fc;border-color:#d8e5f7}.notification-count{color:#8994a5;flex-shrink:0;font-size:.78rem;font-weight:600}.notifications-list{flex-direction:column;display:flex}.notification-card{border-bottom:1px solid #edf1f7;align-items:flex-start;gap:15px;padding:21px 24px;transition:background .2s;display:flex;position:relative}.notification-card:last-child{border-bottom:none}.notification-card.unread{background:#fbfdff}.notification-card:hover{background:#f8fafc}.notification-type-icon{width:42px;height:42px;color:var(--primary);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;display:flex}.notification-type-icon.booking{background:#eef4fc}.notification-type-icon.payment{color:#15803d;background:#ecfdf3}.notification-type-icon.verification{color:#9a6700;background:#fff4d6}.notification-type-icon.review{color:#be185d;background:#fdf2f8}.notification-type-icon.system{color:#64748b;background:#f1f5f9}.notification-content{flex:1;min-width:0}.notification-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:8px;display:flex}.notification-title-row h3{color:#171717;margin:0 8px 0 0;font-size:.9rem;font-weight:800;display:inline-block}.notification-type{color:#8994a5;font-size:.68rem;font-weight:600}.notification-date{color:#8994a5;flex-shrink:0;font-size:.7rem}.notification-content>p{color:#697586;max-width:800px;margin:0;font-size:.8rem;line-height:1.6}.mark-read-button{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-top:11px;padding:0;font-family:inherit;font-size:.72rem;font-weight:700}.mark-read-button:hover{text-decoration:underline}.notification-unread-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:7px}.notifications-empty-state{text-align:center;padding:60px 25px}.notifications-empty-state h3{color:#171717;margin:0 0 8px;font-size:1.05rem}.notifications-empty-state p{color:#697586;margin:0;font-size:.85rem}@media (width<=768px){.landlord-notifications-header{flex-direction:column}.mark-all-read-button{width:100%}.notification-title-row{flex-direction:column;gap:6px}.notification-date{order:2}}@media (width<=600px){.landlord-notifications-header h2{font-size:1.55rem}.notifications-toolbar{flex-direction:column;align-items:flex-start}.notification-filter-buttons{width:100%}.notification-filter-buttons button{flex:1}.notification-count{align-self:flex-end}.notification-card{gap:12px;padding:18px 17px}.notification-type-icon{width:38px;height:38px}.notification-title-row h3{margin:0 0 4px;display:block}.notification-unread-dot{display:none}}.landlord-profile-page{width:100%}.landlord-profile-header{margin-bottom:25px}.landlord-profile-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-profile-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.landlord-profile-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.landlord-profile-section{padding:28px}.landlord-profile-section-header{border-bottom:1px solid #edf1f7;align-items:center;gap:15px;margin-bottom:28px;padding-bottom:22px;display:flex}.landlord-profile-avatar{width:58px;height:58px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.landlord-profile-section-header h3{color:#171717;margin:0 0 5px;font-size:1.05rem;font-weight:800}.landlord-profile-section-header p{color:#697586;margin:0;font-size:.8rem}.landlord-profile-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.landlord-profile-form-group{flex-direction:column;gap:8px;display:flex}.landlord-profile-form-group.full-width{grid-column:1/-1}.landlord-profile-form-group label{color:#39465a;font-size:.84rem;font-weight:600}.landlord-profile-form-group input,.landlord-profile-form-group textarea{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d9e1ec;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:.88rem;transition:border-color .2s}.landlord-profile-form-group input{height:45px;padding:0 13px}.landlord-profile-form-group textarea{resize:vertical;min-height:125px;padding:12px 13px;line-height:1.6}.landlord-profile-form-group input:focus,.landlord-profile-form-group textarea:focus{border-color:var(--primary)}.landlord-profile-form-group input::placeholder,.landlord-profile-form-group textarea::placeholder{color:#a0a9b7}.landlord-profile-actions{background:#fafbfd;border-top:1px solid #edf1f7;justify-content:flex-end;gap:10px;padding:22px 28px;display:flex}.landlord-profile-actions button{cursor:pointer;border-radius:9px;min-height:44px;padding:0 18px;font-family:inherit;font-size:.84rem;font-weight:600;transition:all .2s}.landlord-profile-cancel{color:#596579;background:#fff;border:1px solid #d5deeb}.landlord-profile-cancel:hover{background:#f3f6fa}.landlord-profile-save{border:1px solid var(--primary);background:var(--primary);color:#fff}.landlord-profile-save:hover{background:var(--primary-dark)}@media (width<=768px){.landlord-profile-section{padding:24px 20px}.landlord-profile-form-grid{gap:16px}.landlord-profile-actions{padding:20px}}@media (width<=600px){.landlord-profile-header h2{font-size:1.55rem}.landlord-profile-section{padding:20px 17px}.landlord-profile-section-header{align-items:flex-start}.landlord-profile-form-grid{grid-template-columns:1fr}.landlord-profile-form-group.full-width{grid-column:auto}.landlord-profile-actions{flex-direction:column;padding:17px}.landlord-profile-actions button{width:100%}}.landlord-reviews-page{width:100%}.landlord-reviews-header{margin-bottom:25px}.landlord-reviews-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-reviews-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.reviews-summary-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.reviews-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;padding:22px}.reviews-summary-card span{color:#697586;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.reviews-summary-card strong{color:#171717;margin-bottom:5px;font-size:1.7rem;font-weight:800;display:block}.reviews-summary-card p{color:#8994a5;margin:0;font-size:.76rem}.reviews-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;overflow:hidden}.reviews-toolbar{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:20px;padding:12px;display:flex}.review-filter-buttons{flex-wrap:wrap;gap:7px;display:flex}.review-filter-buttons button{color:#697586;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;min-height:36px;padding:0 13px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.review-filter-buttons button:hover{color:var(--primary);background:#f3f6fa}.review-filter-buttons button.active{color:var(--primary);background:#eef4fc;border-color:#d8e5f7}.review-count{color:#8994a5;flex-shrink:0;font-size:.78rem;font-weight:600}.reviews-list{flex-direction:column;display:flex}.review-card{border-bottom:1px solid #edf1f7;padding:22px 24px}.review-card:last-child{border-bottom:none}.review-card-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px;display:flex}.review-student{align-items:center;gap:12px;min-width:0;display:flex}.review-avatar{width:42px;height:42px;color:var(--primary);background:#eef4fc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.review-student h3{color:#171717;margin:0 0 4px;font-size:.9rem;font-weight:800}.review-student p{color:#697586;margin:0;font-size:.77rem}.review-meta{flex-shrink:0;align-items:center;gap:9px;display:flex}.review-date{color:#8994a5;font-size:.72rem}.review-status{border-radius:50px;padding:6px 10px;font-size:.68rem;font-weight:700}.review-status.published{color:#15803d;background:#dcfce7}.review-status.pending{color:#9a6700;background:#fff4d6}.review-rating{color:#f59e0b;letter-spacing:2px;margin-bottom:10px;font-size:.95rem}.review-comment{color:#596579;max-width:850px;margin:0;font-size:.84rem;line-height:1.7}.review-actions{margin-top:16px}.review-actions button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;border-radius:8px;min-height:38px;padding:0 14px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.review-actions button:hover{background:var(--primary-dark)}.reviews-empty-state{text-align:center;padding:60px 25px}.reviews-empty-state h3{color:#171717;margin:0 0 8px;font-size:1.05rem}.reviews-empty-state p{color:#697586;margin:0;font-size:.85rem}@media (width<=992px){.reviews-summary-grid{grid-template-columns:repeat(3,1fr)}.review-card-top{flex-direction:column;align-items:flex-start}.review-meta{justify-content:space-between;width:100%}}@media (width<=600px){.reviews-summary-grid{grid-template-columns:1fr}.reviews-summary-card{padding:18px}.reviews-toolbar{flex-direction:column;align-items:flex-start}.review-filter-buttons{width:100%}.review-count{align-self:flex-end}.review-card{padding:19px 17px}.review-meta{flex-direction:column;align-items:flex-start;gap:7px}.review-actions button{width:100%}}.landlord-settings-page{width:100%}.landlord-settings-header{margin-bottom:25px}.landlord-settings-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-settings-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.landlord-settings-form{flex-direction:column;gap:20px;display:flex}.landlord-settings-section{background:#fff;border:1px solid #e1e7ef;border-radius:15px;padding:25px}.landlord-settings-section-header{border-bottom:1px solid #edf1f7;margin-bottom:20px;padding-bottom:18px}.landlord-settings-section-header h3{color:#171717;margin:0 0 6px;font-size:1.05rem;font-weight:800}.landlord-settings-section-header p{color:#697586;margin:0;font-size:.82rem;line-height:1.5}.landlord-settings-options{flex-direction:column;display:flex}.settings-toggle-row{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;display:flex;position:relative}.settings-toggle-row+.settings-toggle-row{border-top:1px solid #edf1f7}.settings-toggle-row>span:first-child{flex-direction:column;gap:4px;min-width:0;display:flex}.settings-toggle-row strong{color:#39465a;font-size:.85rem;font-weight:700}.settings-toggle-row small{color:#8994a5;font-size:.74rem;line-height:1.5}.settings-toggle-row input{opacity:0;pointer-events:none;position:absolute}.settings-toggle{background:#d7dee8;border-radius:50px;flex-shrink:0;width:44px;height:24px;transition:all .2s;position:relative}.settings-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000029}.settings-toggle-row input:checked+.settings-toggle{background:var(--primary)}.settings-toggle-row input:checked+.settings-toggle:after{transform:translate(20px)}.landlord-settings-phone{max-width:560px}.landlord-settings-form-group{flex-direction:column;gap:8px;display:flex}.landlord-settings-form-group label{color:#39465a;font-size:.84rem;font-weight:600}.landlord-settings-form-group input{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d9e1ec;border-radius:9px;outline:none;width:100%;height:46px;padding:0 13px;font-family:inherit;font-size:.88rem;transition:border-color .2s}.landlord-settings-form-group input:focus{border-color:var(--primary)}.landlord-settings-form-group input::placeholder{color:#a0a9b7}.landlord-settings-form-group small{color:#8994a5;font-size:.72rem;line-height:1.5}.landlord-account-actions{flex-wrap:wrap;gap:10px;display:flex}.landlord-account-actions button{cursor:pointer;border-radius:9px;min-height:42px;padding:0 15px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.landlord-settings-secondary-button{color:var(--primary);background:#fff;border:1px solid #d5deeb}.landlord-settings-secondary-button:hover{border-color:var(--primary);background:#eef4fc}.landlord-settings-danger-button{color:#b91c1c;background:#fff;border:1px solid #fecaca}.landlord-settings-danger-button:hover{background:#fef2f2}.landlord-settings-actions{justify-content:flex-end;align-items:center;gap:15px;padding:5px 0 10px;display:flex}.landlord-settings-saved{color:#15803d;font-size:.78rem;font-weight:600}.landlord-settings-save-button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;border-radius:9px;min-height:44px;padding:0 20px;font-family:inherit;font-size:.84rem;font-weight:600;transition:all .2s}.landlord-settings-save-button:hover{background:var(--primary-dark)}@media (width<=768px){.landlord-settings-section{padding:22px 20px}.landlord-settings-phone{max-width:100%}}@media (width<=600px){.landlord-settings-header h2{font-size:1.55rem}.landlord-settings-section{border-radius:13px;padding:19px 17px}.settings-toggle-row{align-items:flex-start;padding:16px 0}.settings-toggle{margin-top:1px}.landlord-settings-form-group input{height:48px;font-size:16px}.landlord-account-actions{flex-direction:column}.landlord-account-actions button{width:100%}.landlord-settings-actions{flex-direction:column;align-items:stretch;padding-bottom:5px}.landlord-settings-save-button{width:100%}.landlord-settings-saved{text-align:center}}.landlord-verification-page{width:100%}.landlord-verification-header{margin-bottom:25px}.landlord-verification-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.landlord-verification-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.verification-summary-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.verification-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;padding:22px}.verification-summary-card span{color:#697586;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.verification-summary-card strong{color:#171717;margin-bottom:5px;font-size:1.7rem;font-weight:800;display:block}.verification-summary-card p{color:#8994a5;margin:0;font-size:.76rem}.verification-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;overflow:hidden}.verification-section-header{border-bottom:1px solid #edf1f7;padding:24px}.verification-section-header p{color:#697586;margin:0;font-size:.85rem}.verification-document-list{flex-direction:column;display:flex}.verification-document-card{border-bottom:1px solid #edf1f7;align-items:center;gap:16px;padding:20px 24px;display:flex}.verification-document-card:last-child{border-bottom:none}.verification-document-icon{width:42px;height:42px;color:var(--primary);background:#eef4fc;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.verification-document-content{flex:1;min-width:0}.verification-document-title{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.verification-document-title h4{color:#171717;margin:0 0 5px;font-size:.9rem;font-weight:800}.verification-document-title p{color:#697586;max-width:600px;margin:0;font-size:.78rem;line-height:1.5}.verification-document-status{border-radius:50px;flex-shrink:0;padding:6px 10px;font-size:.68rem;font-weight:700}.verification-document-status.verified{color:#15803d;background:#dcfce7}.verification-document-status.under-review{color:#9a6700;background:#fff4d6}.verification-document-status.not-submitted{color:#64748b;background:#f1f5f9}.verification-document-actions{flex-shrink:0}.verification-document-actions button{min-width:85px;min-height:38px;color:var(--primary);cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:8px;padding:0 13px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.verification-document-actions button:hover{border-color:var(--primary);background:#eef4fc}.verification-document-actions button:disabled{cursor:default;color:#8994a5;background:#f7f9fc}.verification-notice{background:#eef4fc;border:1px solid #d8e5f7;border-radius:14px;align-items:flex-start;gap:14px;padding:20px;display:flex}.verification-notice-icon{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:800;display:flex}.verification-notice h3{color:#24324a;margin:0 0 5px;font-size:.9rem;font-weight:800}.verification-notice p{color:#596579;margin:0;font-size:.8rem;line-height:1.6}@media (width<=992px){.verification-summary-grid{grid-template-columns:repeat(3,1fr)}.verification-document-card{flex-wrap:wrap;align-items:flex-start}.verification-document-content{flex-basis:calc(100% - 58px)}.verification-document-actions{margin-left:58px}}@media (width<=600px){.verification-summary-grid{grid-template-columns:1fr}.verification-summary-card{padding:18px}.verification-section-header{padding:20px 17px}.verification-document-card{gap:12px;padding:17px}.verification-document-title{flex-direction:column}.verification-document-actions{width:100%;margin-left:0}.verification-document-actions button{width:100%}.verification-notice{padding:17px}}.revenue-page{width:100%}.revenue-header{margin-bottom:25px}.revenue-header h2{color:#171717;margin:0 0 8px;font-size:1.8rem;font-weight:800}.revenue-header p{color:#697586;max-width:700px;margin:0;font-size:.95rem;line-height:1.6}.revenue-summary-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px;display:grid}.revenue-summary-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;padding:22px}.revenue-summary-card span{color:#697586;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.revenue-summary-card strong{color:#171717;margin-bottom:5px;font-size:1.55rem;font-weight:800;display:block}.revenue-summary-card p{color:#8994a5;margin:0;font-size:.76rem}.revenue-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;overflow:hidden}.revenue-section-header{border-bottom:1px solid #edf1f7;padding:24px}.revenue-section-header h3{color:#171717;margin:0 0 6px;font-size:1.1rem;font-weight:800}.revenue-section-header p{color:#697586;margin:0;font-size:.85rem}.revenue-table{width:100%}.revenue-table-header,.revenue-table-row{grid-template-columns:105px minmax(170px,1.5fr) 80px 110px 110px 110px 100px;align-items:center;gap:15px;padding:16px 24px;display:grid}.revenue-table-header{color:#8994a5;text-transform:uppercase;background:#f7f9fc;border-bottom:1px solid #edf1f7;font-size:.68rem;font-weight:700}.revenue-table-row{border-bottom:1px solid #edf1f7;min-height:65px}.revenue-table-row:last-child{border-bottom:none}.revenue-month{color:#697586;font-size:.76rem}.revenue-property strong{color:#171717;font-size:.8rem}.revenue-number{color:#39465a;font-size:.78rem;font-weight:600}.revenue-number.collected{color:#15803d}.revenue-number.outstanding{color:#b45309}.revenue-status{border-radius:50px;justify-content:center;align-items:center;min-width:68px;padding:6px 9px;font-size:.68rem;font-weight:700;display:inline-flex}.revenue-status.collected{color:#15803d;background:#dcfce7}.revenue-status.partial{color:#9a6700;background:#fff4d6}.revenue-overview{grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;display:grid}.revenue-overview-item{background:#f7f9fc;border-radius:12px;padding:18px}.revenue-overview-item>div:first-child{justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px;display:flex}.revenue-overview-item span{color:#697586;font-size:.78rem;font-weight:600}.revenue-overview-item strong{color:#171717;font-size:.9rem}.revenue-progress{background:#e2e8f0;border-radius:50px;width:100%;height:7px;overflow:hidden}.revenue-progress span{border-radius:inherit;height:100%;display:block}.revenue-progress-expected{background:var(--primary);width:100%}.revenue-progress-collected{background:#16a34a;width:91.8%}.revenue-progress-outstanding{background:#d97706;width:8.2%}@media (width<=992px){.revenue-summary-grid{grid-template-columns:repeat(2,1fr)}.revenue-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.revenue-table-header,.revenue-table-row{min-width:850px}.revenue-overview{grid-template-columns:1fr}}@media (width<=600px){.revenue-summary-grid{grid-template-columns:1fr}.revenue-summary-card{padding:18px}.revenue-section-header{padding:20px 17px}.revenue-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.revenue-table-header,.revenue-table-row{min-width:850px;padding-left:17px;padding-right:17px}.revenue-overview{padding:17px}}.fraud-reports-page{width:100%}.fraud-reports-header{margin-bottom:30px}.fraud-reports-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.fraud-reports-header p{color:#697586;max-width:750px;margin:0;font-size:1rem;line-height:1.6}.fraud-reports-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:25px;margin-bottom:25px;display:grid}.fraud-report-form-card,.fraud-report-info-card,.fraud-report-history{background:#fff;border:1px solid #e1e7ef;border-radius:16px;padding:28px}.fraud-section-header{margin-bottom:24px}.fraud-section-header h3{color:#171717;margin:0 0 6px;font-size:1.3rem;font-weight:800}.fraud-section-header p{color:#697586;margin:0;line-height:1.6}.fraud-report-form{flex-direction:column;gap:20px;display:flex}.fraud-form-group{flex-direction:column;gap:8px;display:flex}.fraud-form-group label{color:#39465a;font-size:.9rem;font-weight:600}.fraud-form-group input,.fraud-form-group textarea{box-sizing:border-box;color:#171717;background:#fff;border:1px solid #d9e1ec;border-radius:9px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.fraud-form-group input{height:46px}.fraud-form-group textarea{resize:vertical;min-height:140px}.fraud-form-group input:focus,.fraud-form-group textarea:focus{border-color:#0b3d91}.fraud-report-form>button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;width:fit-content;min-width:145px;height:46px;padding:0 20px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.fraud-report-form>button:hover{background:var(--primary-dark)}.fraud-report-info-card{background:#eef4fc;border-color:#dbe7f8}.fraud-report-info-card h3{color:#0b3d91;margin:0 0 12px;font-size:1.2rem}.fraud-report-info-card p{color:#4c5d75;margin:0 0 20px;line-height:1.6}.fraud-report-info-card ul{color:#4c5d75;margin:0;padding-left:20px}.fraud-report-info-card li{margin-bottom:10px;line-height:1.5}.fraud-report-history{margin-bottom:25px}.fraud-report-list{flex-direction:column;display:flex}.fraud-report-item{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;display:flex}.fraud-report-item:first-child{padding-top:0}.fraud-report-item:last-child{border-bottom:none;padding-bottom:0}.fraud-report-item h4{color:#171717;margin:0 0 6px;font-size:1rem}.fraud-report-item p{color:#697586;margin:0 0 5px;font-size:.9rem}.fraud-report-item small{color:#8994a5;font-size:.78rem}.fraud-report-status{border-radius:50px;flex-shrink:0;padding:8px 14px;font-size:.8rem;font-weight:700}.fraud-report-status.under-review{color:#9a6700;background:#fff4d6}.fraud-report-status.resolved{color:#15803d;background:#dcfce7}.fraud-report-status.dismissed{color:#64748b;background:#f1f5f9}.fraud-empty-state{text-align:center;border:2px dashed #dbe4f0;border-radius:14px;padding:45px 25px}.fraud-empty-state h4{color:#171717;margin:0 0 8px}.fraud-empty-state p{color:#697586;margin:0}@media (width<=900px){.fraud-reports-grid{grid-template-columns:1fr}}@media (width<=600px){.fraud-reports-header h2{font-size:1.6rem}.fraud-report-form-card,.fraud-report-info-card,.fraud-report-history{padding:22px 18px}.fraud-report-form>button{width:100%}.fraud-report-item{flex-direction:column;align-items:flex-start}.fraud-report-status{align-self:flex-start}}.saved-listings-page{width:100%}.saved-listings-header{margin-bottom:30px}.saved-listings-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.saved-listings-header p{color:#697586;margin:0;font-size:1rem}.saved-listings-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.saved-listings-empty{text-align:center;background:#fff;border:1px solid #e1e7ef;border-radius:16px;padding:60px 30px}.saved-listings-empty h3{color:#171717;margin:0 0 10px;font-size:1.3rem;font-weight:800}.saved-listings-empty p{color:#697586;max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.saved-listings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.saved-listings-header h2{font-size:1.6rem}.saved-listings-grid{grid-template-columns:1fr}.saved-listings-empty{padding:45px 20px}}.student-bookings-page{width:100%}.student-bookings-header{margin-bottom:30px}.student-bookings-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.student-bookings-header p{color:#697586;margin:0;font-size:1rem}.booking-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;padding:28px}.booking-section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.booking-section-header h3{color:#171717;margin:0;font-size:1.3rem;font-weight:800}.booking-section-header span{color:#0b3d91;background:#eaf0fa;border-radius:50px;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 8px;font-size:.85rem;font-weight:700;display:flex}.booking-list{flex-direction:column;gap:15px;display:flex}.booking-card{background:#fff;border:1px solid #e5eaf1;border-radius:14px;justify-content:space-between;align-items:center;gap:25px;padding:22px;display:flex}.booking-card-content h4{color:#171717;margin:0 0 7px;font-size:1.1rem;font-weight:700}.booking-card-content>p{color:#697586;margin:0 0 15px}.booking-details{color:#596579;flex-wrap:wrap;gap:20px;font-size:.9rem;display:flex}.booking-details strong{color:#39465a}.booking-card-status{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:15px;display:flex}.booking-status{border-radius:50px;justify-content:center;align-items:center;padding:7px 13px;font-size:.82rem;font-weight:700;display:inline-flex}.booking-status.pending{color:#9a6700;background:#fff4d6}.booking-status.confirmed{color:#15803d;background:#dcfce7}.booking-status.rejected{color:#b91c1c;background:#fee2e2}.booking-status.cancelled{color:#64748b;background:#f1f5f9}.booking-status.completed{color:#0b3d91;background:#eaf0fa}.booking-card-status button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;min-width:125px;height:42px;padding:0 16px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.booking-card-status button:hover{background:var(--primary-dark)}.booking-empty-state{text-align:center;border:2px dashed #dbe4f0;border-radius:14px;padding:45px 25px}.booking-empty-state h4{color:#171717;margin:0 0 8px;font-size:1.1rem}.booking-empty-state p{color:#697586;margin:0;line-height:1.6}@media (width<=900px){.booking-card{align-items:flex-start}}@media (width<=600px){.student-bookings-header h2{font-size:1.6rem}.booking-section{padding:20px 18px}.booking-card{flex-direction:column;align-items:stretch;gap:20px}.booking-card-status{align-items:stretch}.booking-card-status button{width:100%}.booking-details{flex-direction:column;gap:8px}}.student-dashboard{width:100%}.student-welcome{margin-bottom:30px}.student-welcome h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.student-welcome p{color:#697586;margin:0;font-size:1rem}.student-stats{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}.student-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e1e7ef;border-radius:16px;padding:25px}.student-stat-card span,.student-stat-card small{color:#697586;display:block}.student-stat-card span{margin-bottom:12px;font-size:.95rem;font-weight:600}.student-stat-card strong{color:#0b3d91;margin-bottom:8px;font-size:2.2rem;line-height:1;display:block}.student-stat-card small{font-size:.85rem}.student-dashboard-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;padding:28px}.student-section-header{margin-bottom:22px}.student-section-header h3{color:#171717;margin:0 0 6px;font-size:1.35rem;font-weight:800}.student-section-header p{color:#697586;margin:0;font-size:.95rem}.student-activity-list{flex-direction:column;display:flex}.student-activity-item{border-bottom:1px solid #edf1f7;align-items:flex-start;gap:15px;padding:18px 0;display:flex}.student-activity-item:first-child{padding-top:0}.student-activity-item:last-child{border-bottom:none;padding-bottom:0}.student-activity-icon{color:#0b3d91;background:#eaf0fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;display:flex}.student-activity-item strong{color:#171717;margin-bottom:4px;font-size:.98rem;display:block}.student-activity-item p{color:#596579;margin:0 0 4px;font-size:.92rem}.student-activity-item small{color:#8994a5;font-size:.8rem}.student-recommended-listings{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=900px){.student-stats,.student-recommended-listings{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.student-welcome h2{font-size:1.6rem}.student-stats{grid-template-columns:1fr;gap:14px}.student-dashboard-section{padding:22px 18px}.student-recommended-listings{grid-template-columns:1fr}}.student-messages-page{width:100%}.student-messages-header{margin-bottom:30px}.student-messages-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.student-messages-header p{color:#697586;margin:0;font-size:1rem}.messages-container{background:#fff;border:1px solid #e1e7ef;border-radius:16px;grid-template-columns:320px 1fr;min-height:600px;display:grid;overflow:hidden}.conversation-list{background:#fff;border-right:1px solid #e5eaf1}.conversation-list-header{border-bottom:1px solid #e5eaf1;padding:22px}.conversation-list-header h3{color:#171717;margin:0;font-size:1.1rem;font-weight:800}.conversation-items{flex-direction:column;display:flex}.conversation-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #edf1f7;align-items:center;gap:12px;width:100%;padding:17px;font-family:inherit;transition:background-color .2s;display:flex}.conversation-item:hover{background:#f7f9fc}.conversation-item.active{background:#eef4fc}.conversation-avatar{color:#0b3d91;background:#eaf0fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.95rem;font-weight:700;display:flex}.conversation-info{flex:1;min-width:0}.conversation-top,.conversation-bottom{justify-content:space-between;align-items:center;gap:10px;display:flex}.conversation-top strong{color:#171717;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.conversation-top span{color:#8994a5;flex-shrink:0;font-size:.72rem}.conversation-bottom{margin-top:5px}.conversation-bottom p{color:#697586;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.82rem;overflow:hidden}.unread-count{color:#fff;background:#0b3d91;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex}.conversation-panel{flex-direction:column;min-width:0;display:flex}.conversation-panel-header{border-bottom:1px solid #e5eaf1;align-items:center;gap:12px;min-height:76px;padding:15px 22px;display:flex}.conversation-panel-header h3{color:#171717;margin:0 0 3px;font-size:1rem;font-weight:700}.conversation-panel-header p{color:#697586;margin:0;font-size:.82rem}.message-list{background:#f7f9fc;flex-direction:column;flex:1;gap:15px;padding:25px;display:flex;overflow-y:auto}.message-row{display:flex}.student-message{justify-content:flex-end}.landlord-message{justify-content:flex-start}.message-bubble{background:#fff;border-radius:14px;max-width:65%;padding:12px 15px;box-shadow:0 1px 3px #0000000a}.student-message .message-bubble{color:#fff;background:#0b3d91;border-bottom-right-radius:4px}.landlord-message .message-bubble{border-bottom-left-radius:4px}.message-bubble p{margin:0 0 6px;font-size:.9rem;line-height:1.5}.message-bubble span{opacity:.65;text-align:right;font-size:.7rem;display:block}.message-form{background:#fff;border-top:1px solid #e5eaf1;gap:10px;padding:15px;display:flex}.message-form input{color:#171717;border:1px solid #d9e1ec;border-radius:9px;outline:none;flex:1;min-width:0;height:46px;padding:0 15px;font-family:inherit;font-size:.9rem}.message-form input:focus{border-color:#0b3d91}.message-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;height:46px;padding:0 22px;font-family:inherit;font-weight:600;transition:all .2s}.message-form button:hover{background:var(--primary-dark)}@media (width<=900px){.messages-container{grid-template-columns:280px 1fr}.message-bubble{max-width:75%}}@media (width<=600px){.student-messages-header h2{font-size:1.6rem}.messages-container{grid-template-columns:1fr;min-height:550px}.conversation-list{border-bottom:1px solid #e5eaf1;border-right:none;max-height:250px}.conversation-item{padding:13px 15px}.message-list{min-height:280px;padding:18px}.message-bubble{max-width:85%}.message-form{padding:12px}.message-form button{padding:0 16px}}.student-profile-page{width:100%}.student-profile-header{margin-bottom:30px}.student-profile-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.student-profile-header p{color:#697586;margin:0;font-size:1rem}.student-profile-grid{grid-template-columns:280px 1fr;gap:25px;margin-bottom:25px;display:grid}.student-profile-card{box-sizing:border-box;background:#fff;border:1px solid #e1e7ef;border-radius:16px;padding:28px}.student-profile-summary{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.student-profile-avatar{color:#0b3d91;background:#eaf0fa;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:18px;font-size:1.5rem;font-weight:800;display:flex}.student-profile-summary h3{color:#171717;margin:0 0 6px;font-size:1.3rem}.student-profile-role{color:#697586;margin:0 0 15px;font-size:.9rem;line-height:1.5}.student-profile-badge{color:#15803d;background:#dcfce7;border-radius:50px;padding:7px 13px;font-size:.78rem;font-weight:700}.student-profile-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.student-profile-card-header h3{color:#171717;margin:0 0 6px;font-size:1.2rem;font-weight:800}.student-profile-card-header p{color:#697586;margin:0;font-size:.9rem}.student-profile-card-header button{color:#0b3d91;cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:8px;flex-shrink:0;height:40px;padding:0 15px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.student-profile-card-header button:hover{background:#eef4fc;border-color:#0b3d91}.student-profile-details{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.profile-detail{flex-direction:column;gap:6px;display:flex}.profile-detail span{color:#8994a5;font-size:.78rem;font-weight:600}.profile-detail strong{color:#39465a;word-break:break-word;font-size:.95rem;font-weight:600}.academic-details{grid-template-columns:repeat(4,1fr)}.account-status-row{background:#f7f9fc;border-radius:12px;align-items:center;gap:14px;padding:17px;display:flex}.account-status-indicator{background:#16a34a;border-radius:50%;flex-shrink:0;width:11px;height:11px}.account-status-row strong{color:#171717;margin-bottom:4px;font-size:.95rem;display:block}.account-status-row p{color:#697586;margin:0;font-size:.85rem}@media (width<=900px){.student-profile-grid{grid-template-columns:1fr}.academic-details{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.student-profile-header h2{font-size:1.6rem}.student-profile-card{padding:22px 18px}.student-profile-card-header{flex-direction:column}.student-profile-card-header button{width:100%}.student-profile-details,.academic-details{grid-template-columns:1fr}}.student-settings-page{width:100%}.student-settings-header{margin-bottom:30px}.student-settings-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.student-settings-header p{color:#697586;margin:0;font-size:1rem}.student-settings-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;padding:28px}.student-settings-card-header{margin-bottom:25px}.student-settings-card-header h3{color:#171717;margin:0 0 6px;font-size:1.2rem;font-weight:800}.student-settings-card-header p{color:#697586;margin:0;font-size:.9rem}.settings-options{flex-direction:column;display:flex}.settings-option{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:25px;padding:20px 0;display:flex}.settings-option:first-child{padding-top:0}.settings-option:last-child{border-bottom:none;padding-bottom:0}.settings-option h4,.settings-action h4{color:#171717;margin:0 0 5px;font-size:.95rem}.settings-option p,.settings-action p{color:#697586;max-width:700px;margin:0;font-size:.85rem;line-height:1.5}.settings-switch{cursor:pointer;flex-shrink:0;width:48px;height:26px;position:relative}.settings-switch input{opacity:0;width:0;height:0}.settings-switch span{background:#cbd5e1;border-radius:50px;transition:all .2s;position:absolute;inset:0}.settings-switch span:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.settings-switch input:checked+span{background:var(--primary)}.settings-switch input:checked+span:before{transform:translate(22px)}.settings-action{justify-content:space-between;align-items:center;gap:25px;display:flex}.settings-action button{color:#0b3d91;cursor:pointer;background:#fff;border:1px solid #d5deeb;border-radius:9px;flex-shrink:0;min-width:145px;height:42px;padding:0 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.settings-action button:hover{background:#eef4fc;border-color:#0b3d91}.danger-zone{border-color:#f1d1d1}.danger-zone .student-settings-card-header h3{color:#991b1b}.delete-account-button{color:#b91c1c!important;background:#fff!important;border-color:#fecaca!important}.delete-account-button:hover{background:#fef2f2!important;border-color:#ef4444!important}@media (width<=900px){.settings-action{align-items:flex-start}}@media (width<=600px){.student-settings-header h2{font-size:1.6rem}.student-settings-card{padding:22px 18px}.settings-option{align-items:flex-start}.settings-action{flex-direction:column;align-items:stretch}.settings-action button{width:100%}}.student-verification-page{width:100%}.student-verification-header{margin-bottom:30px}.student-verification-header h2{color:#171717;margin:0 0 8px;font-size:2rem;font-weight:800}.student-verification-header p{color:#697586;max-width:700px;margin:0;font-size:1rem;line-height:1.6}.verification-status-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px;padding:28px;display:flex}.verification-status-content{max-width:700px}.verification-label{color:#697586;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.verification-status-content h3{color:#171717;margin:0 0 8px;font-size:1.5rem;font-weight:800}.verification-status-content p{color:#697586;margin:0;line-height:1.6}.verification-status-badge{border-radius:50px;flex-shrink:0;padding:9px 16px;font-size:.85rem;font-weight:700}.verification-status-badge.not-started{color:#64748b;background:#f1f5f9}.verification-status-badge.pending{color:#9a6700;background:#fff4d6}.verification-status-badge.verified{color:#15803d;background:#dcfce7}.verification-status-badge.rejected{color:#b91c1c;background:#fee2e2}.verification-section{background:#fff;border:1px solid #e1e7ef;border-radius:16px;margin-bottom:25px;padding:28px}.verification-section-header{margin-bottom:25px}.verification-section-header h3{color:#171717;margin:0 0 6px;font-size:1.3rem;font-weight:800}.verification-section-header p{color:#697586;margin:0}.verification-requirements{flex-direction:column;display:flex}.verification-requirement{border-bottom:1px solid #edf1f7;align-items:center;gap:16px;padding:20px 0;display:flex}.verification-requirement:first-child{padding-top:0}.verification-requirement:last-child{border-bottom:none;padding-bottom:0}.verification-requirement-icon{color:#0b3d91;background:#eaf0fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;font-weight:700;display:flex}.verification-requirement>div:nth-child(2){flex:1}.verification-requirement h4{color:#171717;margin:0 0 5px;font-size:1rem}.verification-requirement p{color:#697586;margin:0;font-size:.9rem;line-height:1.5}.requirement-status{color:#596579;flex-shrink:0;font-size:.82rem;font-weight:600}.verification-info-card{background:#eef4fc;border:1px solid #dbe7f8;border-radius:16px;padding:28px}.verification-info-card h3{color:#0b3d91;margin:0 0 8px;font-size:1.15rem}.verification-info-card p{color:#4c5d75;max-width:750px;margin:0;line-height:1.6}@media (width<=900px){.verification-status-card{align-items:flex-start}}@media (width<=600px){.student-verification-header h2{font-size:1.6rem}.verification-status-card{flex-direction:column;align-items:flex-start;padding:22px 18px}.verification-section{padding:22px 18px}.verification-requirement{flex-wrap:wrap;align-items:flex-start}.requirement-status{margin-left:54px}.verification-info-card{padding:22px 18px}}
