:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{min-height:100vh}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em}p,ul,ol{margin-bottom:1em}li{margin-bottom:.25em}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:2rem;font-weight:700;color:#2563eb;text-decoration:none}.login-btn{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.login-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.main{flex:1;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:4rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.feature{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.feature h3{font-size:1.25rem;margin-bottom:.5rem}.feature p{opacity:.9}.telegram-feature{position:relative}.telegram-content{display:flex;align-items:center;gap:1.5rem;height:100%}.telegram-text{flex:1}.telegram-text h3{margin-bottom:.5rem}.telegram-text p{margin:0}.telegram-text a{color:#60a5fa!important;text-decoration:none;font-weight:600;background:#ffffff26;padding:2px 6px;border-radius:4px;border:1px solid rgba(96,165,250,.3);transition:all .3s ease}.telegram-text a:hover{color:#93c5fd!important;background:#ffffff40;border-color:#60a5fa80;transform:translateY(-1px)}.qr-container{display:flex;justify-content:center;align-items:center;flex-shrink:0}.qr-code{max-width:100px;max-height:100px;width:auto;height:auto;border-radius:8px;border:2px solid rgba(255,255,255,.3);background:#fff;padding:6px;box-shadow:0 4px 12px #0003}.app .cta-btn,.hero .cta-btn{background:#10b981!important;color:#fff!important;border:none!important;padding:1rem 2rem!important;font-size:1.125rem!important;font-weight:600!important;border-radius:12px!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 4px 15px #10b9814d!important}.app .cta-btn:hover,.hero .cta-btn:hover{background:#059669!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #10b98166!important}.services{padding:4rem 0;background:#fff}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#2563eb}.service-card h3{color:#2563eb;margin-bottom:.5rem;font-size:1.25rem}.service-card p{color:#6b7280;margin-bottom:1rem;font-weight:500}.service-card ul{list-style:none}.service-card li{color:#4b5563;position:relative;padding:.25rem 0 .25rem 1.5rem}.service-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.how-it-works{padding:4rem 0;background:#f8fafc}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem}.step p{color:#6b7280}.faq{padding:4rem 0;background:#f8fafc}.faq h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;border-left:4px solid #2563eb}.faq-item h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.faq-item p{color:#6b7280;line-height:1.6;margin:0}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#2563eb;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{margin-bottom:1rem;color:#f3f4f6}.footer-section p{color:#d1d5db;margin-bottom:.5rem}.footer-link{display:block;color:#d1d5db;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease;background:none;border:none;padding:0;font-size:inherit;font-family:inherit;cursor:pointer;text-align:left}.footer-link:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features,.services-grid,.steps{grid-template-columns:1fr}.header-content{flex-direction:column;gap:1rem}.container{padding:0 15px}.faq h2{font-size:2rem}.faq-item{padding:1rem}.faq-item h3{font-size:1.125rem}.telegram-content{flex-direction:column;gap:1rem;text-align:center}.qr-code{max-width:80px;max-height:80px}}.login-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:400px;position:relative}.registration-link{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid #e1e5e9}.registration-link p{margin:0;color:#666;font-size:14px}.link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline;padding:0}.link-btn:hover{color:#5a6fd8}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.login-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:500px;position:relative}.login-header{text-align:center;margin-bottom:30px}.login-header h1{color:#333;margin:0 0 10px;font-size:28px;font-weight:600}.login-header p{color:#666;margin:0;font-size:16px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input[type=text],.form-group input[type=tel]{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .2s,box-shadow .2s;background-color:#fff}.form-group input[type=text]:focus,.form-group input[type=tel]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.captcha-container{display:flex;flex-direction:column;gap:12px}.captcha-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;padding:20px;text-align:center;color:#6c757d}.captcha-placeholder p{margin:0 0 8px;font-weight:500}.captcha-placeholder small{font-size:12px;color:#adb5bd}.checkbox-group{margin-top:10px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;line-height:1.4;color:#333}.checkbox-label input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid #e1e5e9;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;margin-top:2px}.checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#667eea;border-color:#667eea}.checkbox-label input[type=checkbox]:checked+.checkmark:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.checkbox-label input[type=checkbox].error+.checkmark{border-color:#e74c3c}.checkbox-label a{color:#667eea;text-decoration:none;font-weight:500}.checkbox-label a:hover{text-decoration:underline}.inline-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;font-family:inherit;text-decoration:underline;padding:0;margin:0}.inline-link:hover{color:#5a6fd8}@media (max-width: 600px){.login-page{padding:10px}.login-container{padding:30px 20px}.back-btn{position:static;margin-bottom:20px;align-self:flex-start}.login-header h1{font-size:24px}.login-header p{font-size:14px}}.info-message{background:#dbeafe;border:1px solid #93c5fd;border-radius:8px;padding:12px 16px;margin:16px 0;color:#1e40af;font-size:14px;text-align:center}.info-message p{margin:0;font-weight:500}.phone-verification-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.phone-verification-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:400px;position:relative}.verification-header{text-align:center;margin-bottom:30px}.verification-header h1{color:#333;margin:0 0 10px;font-size:28px;font-weight:600}.verification-subtitle{color:#666;margin:0;font-size:16px;line-height:1.5}.verification-subtitle strong{color:#333;font-weight:600}.verification-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:#333;margin-bottom:8px;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:18px;text-align:center;letter-spacing:2px;transition:border-color .2s,box-shadow .2s;background-color:#fff}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.error-message{color:#e74c3c;font-size:12px;margin-top:4px;font-weight:500}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.api-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-top:16px}.api-error p{color:#dc2626;margin:0;font-size:14px;font-weight:500}.resend-section{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid #e1e5e9}.resend-section p{margin:0 0 10px;color:#666;font-size:14px}.resend-btn{background:none;border:1px solid #667eea;color:#667eea;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.resend-btn:hover:not(:disabled){background-color:#667eea;color:#fff}.resend-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:20px;text-align:center}.error-message h2{color:#dc2626;margin:0 0 10px;font-size:20px}.error-message p{color:#666;margin:0 0 20px}@media (max-width: 600px){.phone-verification-page{padding:10px}.phone-verification-container{padding:30px 20px}.back-btn{position:static;margin-bottom:20px;align-self:flex-start}.verification-header h1{font-size:24px}.verification-subtitle{font-size:14px}.form-group input{font-size:16px}}.storage-gallery{margin:20px 0;padding:0}.storage-gallery h4{margin:0 0 15px;font-size:18px;font-weight:600;color:#1f2937}.gallery-scroll{overflow-x:auto;overflow-y:hidden;padding:5px 0;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.gallery-scroll::-webkit-scrollbar{height:8px}.gallery-scroll::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.gallery-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.gallery-scroll::-webkit-scrollbar-thumb:hover{background:#9ca3af}.gallery-container{display:flex;gap:12px;padding:0 5px;min-width:max-content}.gallery-item{flex-shrink:0;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000001a}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.gallery-image{width:200px;height:150px;object-fit:cover;display:block;transition:transform .2s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.photo-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-modal{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.modal-close-btn{position:absolute;top:-50px;right:0;background:#fff3;border:none;color:#fff;font-size:32px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1001}.modal-close-btn:hover{background:#ffffff4d}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:32px;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1001}.modal-nav-btn:hover{background:#ffffff4d}.modal-nav-prev{left:-70px}.modal-nav-next{right:-70px}.modal-image-container{position:relative;max-width:100%;max-height:100%}.modal-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0000004d}.photo-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}@media (max-width: 768px){.gallery-image{width:150px;height:112px}.modal-nav-prev{left:10px}.modal-nav-next{right:10px}.modal-close-btn{top:10px;right:10px}.modal-image{max-height:70vh}.photo-counter{bottom:-30px}}@media (max-width: 480px){.gallery-image{width:120px;height:90px}.gallery-container{gap:8px}.modal-nav-btn{width:40px;height:40px;font-size:24px}.modal-close-btn{width:35px;height:35px;font-size:24px}}.warehouse-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.map-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.zoom-controls{display:flex;gap:4px}.zoom-btn{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.zoom-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.zoom-btn:disabled{opacity:.5;cursor:not-allowed}.floor-selector,.level-selector{display:flex;align-items:center;gap:8px}.floor-selector label,.level-selector label{color:#6b7280;font-size:14px;font-weight:500;white-space:nowrap}.floor-selector select,.level-selector select{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;cursor:pointer;transition:border-color .2s ease}.floor-selector select:focus,.level-selector select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.warehouse-map{flex:1;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative;min-height:400px;-webkit-user-select:none;user-select:none}.map-content{width:100%;height:100%;transition:transform .1s ease-out}@media (max-width: 768px){.warehouse-map-container{padding:16px}.warehouse-map-header{flex-direction:column;align-items:flex-start;gap:12px}.map-controls{width:100%;justify-content:space-between;flex-wrap:wrap;gap:12px}.zoom-controls{order:1}.floor-selector,.level-selector{order:2}.warehouse-map{min-height:300px}.placeholder-grid{grid-template-columns:repeat(4,1fr);max-width:250px}.grid-cell{min-height:40px}.cell-number{font-size:10px}}@media (max-width: 480px){.warehouse-map-container{padding:12px}.warehouse-map-header h4{font-size:16px}.map-controls{flex-direction:column;align-items:stretch;gap:8px}.zoom-controls{align-self:center}.floor-selector,.level-selector{justify-content:space-between}.placeholder-grid{grid-template-columns:repeat(3,1fr);max-width:200px}}.dashboard-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.dashboard-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:16px;position:relative;min-height:80px}.dashboard-header .back-btn,.dashboard-header .logout-btn{width:130px;height:48px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700;line-height:1;text-align:center;letter-spacing:.5px;border-radius:8px;border:2px solid;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0003}.dashboard-header .back-btn{background:#fffffff2;color:#1f2937;border-color:#ffffffe6}.dashboard-header .back-btn:hover{background:#fff;color:#1f2937;border-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.dashboard-header .back-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.dashboard-header h1{margin:0;font-size:28px;font-weight:600;flex:1;text-align:center;line-height:1;display:flex;align-items:center;justify-content:center}.dashboard-header .logout-btn{background:#dc2626;color:#fff;border-color:#dc2626}.dashboard-header .logout-btn:hover{background:#b91c1c;border-color:#b91c1c;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.dashboard-header .logout-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.dashboard-content{padding:32px}.user-info-section{margin-bottom:32px}.user-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px}.user-details h2{margin:0 0 8px;color:#1f2937;font-size:24px;font-weight:600}.user-details p{margin:0 0 16px;color:#6b7280;font-size:16px}.cells-section{padding:0}.storage-details{margin-bottom:32px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.storage-info{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.storage-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.storage-info h3{margin:0;color:#1f2937;font-size:20px;font-weight:600}.storage-address{margin:0;color:#6b7280;font-size:16px}.cell-sizes h4{margin:0 0 20px;color:#1f2937;font-size:18px;font-weight:600}.sizes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.size-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease}.size-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#667eea}.size-header{margin-bottom:16px}.size-header h5{margin:0 0 4px;color:#1f2937;font-size:18px;font-weight:600}.size-description{color:#6b7280;font-size:14px}.size-price{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.price-label{color:#6b7280;font-size:14px}.price-value{color:#1f2937;font-size:24px;font-weight:700}.price-period{color:#6b7280;font-size:14px}.size-availability{margin-bottom:16px}.available-count{color:#059669;font-size:14px;font-weight:500}.rent-size-btn{width:100%;padding:12px 20px;background:#059669;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.rent-size-btn:hover{background:#047857}.cell-sizes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.back-btn-small{padding:8px 16px;background:#6b7280;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.back-btn-small:hover{background:#4b5563}.rent-lengths h5{margin:0 0 20px;color:#1f2937;font-size:18px;font-weight:600}.rent-lengths-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.rent-length-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;text-align:center;transition:all .3s ease}.rent-length-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#667eea}.rent-length-header h6{margin:0 0 12px;color:#1f2937;font-size:16px;font-weight:600}.rent-length-price{margin-bottom:16px}.rent-length-price .price-value{color:#1f2937;font-size:20px;font-weight:700}.rent-length-price .price-period{color:#6b7280;font-size:14px}.rent-length-btn{width:100%;padding:10px 16px;background:#059669;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.rent-length-btn:hover{background:#047857}.cta-btn{padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;min-width:200px}.cta-btn.primary{background:#667eea;color:#fff}.cta-btn.primary:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.cta-btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cta-btn.secondary:hover{background:#e5e7eb;transform:translateY(-2px)}.dashboard-main h3{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:20px}.my-cells-section{padding:0}.rentals-list{display:flex;flex-direction:column;gap:20px}.rental-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;box-shadow:0 1px 4px #0000000d;transition:all .3s ease}.rental-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.rental-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cell-info h4{margin:0;color:#1f2937;font-size:16px;font-weight:600}.status-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.expiring{background:#fef3c7;color:#92400e}.status-badge.expired{background:#fee2e2;color:#991b1b}.status-badge.completed{background:#e0f2fe;color:#0369a1}.payment-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.payment-badge.paid{background:#dcfce7;color:#166534}.payment-badge.overdue{background:#fee2e2;color:#991b1b}.payment-badge.pending{background:#fef3c7;color:#92400e}.payment-badge.failed{background:#fee2e2;color:#991b1b}.rental-details{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.warehouse-info p{margin:0 0 2px;color:#374151;font-size:14px}.warehouse-info p:first-child{font-weight:600;color:#1f2937;font-size:15px}.rental-info{display:flex;flex-direction:column;gap:4px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:1px 0;font-size:14px}.info-row span:first-child{color:#6b7280;font-size:13px}.info-row span:last-child{color:#1f2937;font-weight:500}.rental-actions{display:flex;gap:8px;flex-wrap:wrap}.purchases-list{display:flex;flex-direction:column;gap:20px}.purchase-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;box-shadow:0 1px 4px #0000000d;transition:all .3s ease}.purchase-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.purchase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.purchase-info h4{margin:0 0 2px;color:#1f2937;font-size:15px;font-weight:600}.purchase-date{color:#6b7280;font-size:13px}.purchase-status{display:flex;align-items:center}.purchase-details{margin-bottom:0}.purchase-info-details{display:flex;flex-direction:column;gap:4px}.load-more-container{display:flex;justify-content:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.load-more-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.load-more-btn:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner.small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.action-btn{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.action-btn.primary{background:#667eea;color:#fff}.action-btn.primary:hover{background:#5a67d8}.action-btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.action-btn.secondary:hover{background:#e5e7eb}.action-btn.danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.action-btn.danger:hover{background:#fecaca}.action-btn.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.action-btn.success:hover{background:#bbf7d0}.overdue-warning{width:100%;color:#991b1b;background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;padding:8px 10px;font-size:12px}.history-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr;gap:16px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;color:#374151;font-size:14px}.table-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr;gap:16px;padding:16px 24px;border-bottom:1px solid #f3f4f6;align-items:center}.table-row:last-child{border-bottom:none}.table-row div{color:#374151;font-size:14px}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h4{margin:0 0 8px;color:#374151;font-size:18px;font-weight:600}.empty-state p{margin:0 0 24px;font-size:16px}.cta-btn{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.cta-btn:hover{background:#5a67d8}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#64748b;font-size:16px;margin:0}.codes-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.codes-popup{background:#fff;border-radius:12px;padding:0;max-width:500px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 20px 40px #00000026}.codes-popup-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.codes-popup-header h3{margin:0;color:#1f2937;font-size:20px;font-weight:600}.close-btn{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.close-btn:hover{background:#e5e7eb}.codes-popup-content{padding:24px}.code-item{margin-bottom:20px}.code-item:last-child{margin-bottom:0}.code-item label{display:block;margin-bottom:8px;color:#374151;font-weight:500;font-size:14px}.code-value{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-family:Courier New,monospace;font-size:18px;font-weight:600;color:#1f2937;text-align:center;letter-spacing:2px;-webkit-user-select:all;user-select:all}.codes-popup-footer{padding:20px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;text-align:right}.close-popup-btn{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.close-popup-btn:hover{background:#5a67d8}.notification-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:1001;padding-top:20px}.notification-popup{background:#fff;border-radius:12px;padding:0;max-width:400px;width:90%;box-shadow:0 20px 40px #00000026;animation:slideDown .3s ease-out}.notification-popup.success{border-left:4px solid #10b981}.notification-popup.error{border-left:4px solid #ef4444}.notification-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.notification-icon{font-size:20px;margin-right:12px}.notification-header h3{margin:0;flex:1;color:#1f2937;font-size:16px;font-weight:600}.notification-close{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.notification-close:hover{background:#e5e7eb}.notification-content{padding:16px 20px}.notification-content p{margin:0;color:#374151;font-size:14px;line-height:1.5}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.dashboard-page{padding:10px}.dashboard-header{padding:20px;flex-direction:row;justify-content:space-between;align-items:center}.dashboard-header h1{font-size:20px;margin:0 10px}.dashboard-header .back-btn,.dashboard-header .logout-btn{width:100px;height:44px;font-size:13px}.dashboard-content{padding:20px}.user-info-card{flex-direction:column;text-align:center;gap:16px}.edit-input{width:100%}.rental-details{grid-template-columns:1fr;gap:16px}.rental-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}.table-header,.table-row{grid-template-columns:1fr;gap:8px}.table-header{display:none}.table-row{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px}.table-row div{display:flex;justify-content:space-between;align-items:center}.table-row div:before{content:attr(data-label);font-weight:500;color:#6b7280}.rent-features{grid-template-columns:1fr}.feature-item{flex-direction:column;text-align:center;gap:12px}.rent-actions{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px}.sizes-grid{grid-template-columns:1fr}.storage-details{padding:16px}.rent-lengths-grid{grid-template-columns:1fr}.cell-sizes-header{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 480px){.dashboard-header h1{font-size:18px}.dashboard-header .back-btn,.dashboard-header .logout-btn{width:80px;height:40px;font-size:12px}.dashboard-content,.user-info-card,.rental-card,.settings-card{padding:16px}}.cells-section,.rentals-section{margin-top:24px}.tabs-container{margin-top:20px}.tabs-header{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:24px}.tab-btn{padding:12px 24px;background:none;border:none;color:#6b7280;font-size:16px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;position:relative}.tab-btn:hover{color:#374151;background:#f9fafb}.tab-btn.active{color:#667eea;border-bottom-color:#667eea;background:#fff}.tabs-content{min-height:200px}.tab-panel{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cells-selection-container{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;align-items:start}.cells-selection-left,.cells-selection-right{min-width:0}.warehouse-map-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000d}.warehouse-map-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.warehouse-map-header h4{margin:0;color:#1f2937;font-size:18px;font-weight:600}.warehouse-map{flex:1;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative;min-height:400px}.map-content{width:100%;height:100%}.map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);position:relative}.placeholder-content{text-align:center;padding:20px}.placeholder-icon{font-size:48px;margin-bottom:16px}.placeholder-content h3{margin:0 0 8px;color:#1f2937;font-size:20px;font-weight:600}.placeholder-content p{margin:0 0 24px;color:#6b7280;font-size:16px}.placeholder-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;max-width:300px;margin:0 auto}.grid-cell{aspect-ratio:1;background:#fff;border:1px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.grid-cell:hover{background:#667eea;border-color:#667eea;transform:scale(1.05)}.grid-cell:hover .cell-number{color:#fff}.cell-number{font-size:12px;font-weight:600;color:#6b7280;transition:color .2s ease}.cells-header h4{margin:0 0 20px;color:#1f2937;font-size:20px;font-weight:600}.filters-section{margin-bottom:24px;display:flex;flex-direction:row;gap:32px;align-items:flex-start;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:8px;min-width:0}.filter-group h5{margin:0;color:#374151;font-size:16px;font-weight:500;white-space:nowrap}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:#667eea;border-color:#667eea;color:#fff}.cells-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.cells-grid.compact{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.cell-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.cell-card.compact{padding:16px;border-radius:8px}.cell-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#667eea}.cell-header{margin-bottom:16px}.cell-title{width:100%}.cell-header h5{margin:0 0 2px;color:#1f2937;font-size:16px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cell-card.compact .cell-header{margin-bottom:12px}.cell-card.compact .cell-header h5{font-size:14px;line-height:1.2}.cell-volume{color:#6b7280;font-size:13px;line-height:1.2;flex:1;min-width:0}.cell-price{display:flex;align-items:baseline;gap:4px;margin-bottom:16px;flex-shrink:0}.price-main{display:flex;align-items:baseline;gap:2px;white-space:nowrap}.cell-card.compact .cell-price{margin-bottom:12px}.cell-card.compact .cell-price .price-value{font-size:18px}.cell-card.compact .cell-volume{font-size:12px}.cell-select-btn{width:100%;padding:16px 12px;background:#059669;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease;display:flex;flex-direction:column;align-items:center;gap:4px}.cell-card.compact .cell-select-btn{padding:12px 10px;gap:3px}.cell-card.compact .btn-price{font-size:16px}.cell-card.compact .btn-text{font-size:13px}.cell-select-btn:hover{background:#047857}.btn-price{display:flex;align-items:baseline;gap:4px;font-size:18px;font-weight:700;color:#fff}.btn-price .price-label,.btn-price .price-value,.btn-price .price-period{color:#fff}.btn-text{font-size:14px;font-weight:500;opacity:.9;color:#fff}.rent-options-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.rent-options-popup{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #00000026}.rent-options-header{padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;position:relative}.rent-options-header h3{margin:0 0 8px;color:#1f2937;font-size:24px;font-weight:600}.rent-options-header p{margin:0;color:#6b7280;font-size:16px}.rent-options-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.rent-options-close:hover{background:#f3f4f6;color:#374151}.rent-options-content{padding:24px}.rent-options-grid{display:grid;gap:16px}.rent-option-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s ease}.rent-option-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.rent-option-header h4{margin:0 0 16px;color:#1f2937;font-size:18px;font-weight:600}.rent-option-prices{margin-bottom:20px}.monthly-price,.total-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.monthly-price .price-label,.total-price .price-label{color:#6b7280;font-size:14px}.monthly-price .price-value,.total-price .price-value{color:#1f2937;font-size:16px;font-weight:600}.total-price .price-value{font-size:18px;color:#059669}.rent-option-btn{width:100%;padding:12px;background:#059669;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.rent-option-btn:hover{background:#047857}.no-rent-options{text-align:center;padding:40px 20px;color:#6b7280}@media (max-width: 768px){.cells-grid{grid-template-columns:1fr}.cells-grid.compact{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.volume-types-buttons{flex-direction:column}.volume-type-btn{text-align:center}.rent-options-popup{margin:20px;max-height:90vh}.rent-options-header{padding:20px 20px 16px}.rent-options-content{padding:20px}.tabs-header{flex-direction:column;border-bottom:none}.tab-btn{width:100%;text-align:center;border-bottom:1px solid #e5e7eb;border-radius:0}.tab-btn.active{border-bottom-color:#667eea;background:#f8fafc}.load-more-btn{width:100%;max-width:300px}.filters-section{flex-direction:column;gap:16px}.filter-group{width:100%}.filter-buttons{flex-direction:row;flex-wrap:wrap}.filter-btn{text-align:center}.placeholder-grid{grid-template-columns:repeat(4,1fr);max-width:250px}.cells-selection-container{grid-template-columns:1fr;gap:16px}}.offer-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.offer-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;max-width:800px;margin:0 auto;position:relative}.offer-header{text-align:center;margin-bottom:40px;border-bottom:2px solid #f0f0f0;padding-bottom:30px}.offer-header h1{color:#333;margin:0 0 10px;font-size:32px;font-weight:600}.offer-subtitle{color:#666;margin:0;font-size:18px;font-weight:500}.offer-content{line-height:1.6;color:#333}.offer-section{margin-bottom:30px}.offer-section h2{color:#667eea;font-size:24px;font-weight:600;margin:0 0 15px;border-left:4px solid #667eea;padding-left:15px}.offer-section h3{color:#555;font-size:18px;font-weight:600;margin:20px 0 10px}.offer-section p{margin:0 0 15px;font-size:16px;text-align:justify}.offer-section ul{margin:10px 0 15px;padding-left:20px}.offer-section li{margin:8px 0;font-size:16px}.offer-footer{background:#f8f9fa;border-radius:8px;padding:20px;margin-top:40px;border-left:4px solid #667eea}.offer-footer p{margin:5px 0;font-size:14px}.offer-footer strong{color:#333}@media (max-width: 900px){.offer-page{padding:10px}.offer-container{padding:30px 20px}.back-btn{position:static;margin-bottom:20px;align-self:flex-start}.offer-header h1{font-size:28px}.offer-subtitle{font-size:16px}.offer-section h2{font-size:20px}.offer-section h3{font-size:16px}.offer-section p,.offer-section li{font-size:14px}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.privacy-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;max-width:800px;margin:0 auto;position:relative}.privacy-header{text-align:center;margin-bottom:40px;border-bottom:2px solid #f0f0f0;padding-bottom:30px}.back-btn{position:absolute;top:20px;left:20px;background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;padding:8px 12px;border-radius:6px;transition:background-color .2s}.back-btn:hover{background-color:#f5f5f5}.privacy-header h1{color:#333;margin:0 0 10px;font-size:32px;font-weight:600}.privacy-subtitle{color:#666;margin:0;font-size:18px;font-weight:500}.privacy-content{line-height:1.6;color:#333}.privacy-section{margin-bottom:30px}.privacy-section h2{color:#667eea;font-size:24px;font-weight:600;margin:0 0 15px;border-left:4px solid #667eea;padding-left:15px}.privacy-section h3{color:#555;font-size:18px;font-weight:600;margin:20px 0 10px}.privacy-section p{margin:0 0 15px;font-size:16px;text-align:justify}.privacy-section ul{margin:10px 0 15px;padding-left:20px}.privacy-section li{margin:8px 0;font-size:16px}.privacy-footer{background:#f8f9fa;border-radius:8px;padding:20px;margin-top:40px;border-left:4px solid #667eea}.privacy-footer p{margin:5px 0;font-size:14px}.privacy-footer strong{color:#333}@media (max-width: 900px){.privacy-page{padding:10px}.privacy-container{padding:30px 20px}.back-btn{position:static;margin-bottom:20px;align-self:flex-start}.privacy-header h1{font-size:28px}.privacy-subtitle{font-size:16px}.privacy-section h2{font-size:20px}.privacy-section h3{font-size:16px}.privacy-section p,.privacy-section li{font-size:14px}}.environment-info{position:fixed;bottom:20px;right:20px;z-index:1000}.env-toggle-btn{background:#2563eb;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:16px;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .2s}.env-toggle-btn:hover{background:#1d4ed8;transform:scale(1.1)}.env-panel{position:absolute;bottom:50px;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 4px 12px #00000026;min-width:250px;max-width:300px}.env-panel h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.env-details{font-size:12px;line-height:1.4}.env-details p{margin:4px 0;color:#6b7280}.env-details strong{color:#374151}.env-close-btn{position:absolute;top:8px;right:8px;background:none;border:none;color:#9ca3af;cursor:pointer;font-size:14px;padding:4px;line-height:1}.env-close-btn:hover{color:#6b7280}@media (max-width: 768px){.environment-info{bottom:10px;right:10px}.env-panel{bottom:50px;right:-10px;min-width:200px;max-width:250px}}.reviews{padding:4rem 0;background:#fff}.reviews h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.reviews-scroll{overflow-x:auto;padding:1rem 0;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.reviews-scroll::-webkit-scrollbar{height:8px}.reviews-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.reviews-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.reviews-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.reviews-container{display:flex;gap:2rem;padding:0 1rem;min-width:max-content}.review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;min-width:350px;max-width:400px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;flex-shrink:0}.review-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a;border-color:#2563eb}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.review-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;transition:border-color .3s ease}.review-card:hover .review-avatar{border-color:#2563eb}.review-info{flex:1}.review-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.review-rating{display:flex;gap:.25rem}.star{font-size:1.25rem;color:#d1d5db;transition:color .2s ease}.star.filled{color:#fbbf24}.review-text{color:#4b5563;line-height:1.6;font-size:1rem;margin:0;font-style:italic}@media (max-width: 768px){.reviews h2{font-size:2rem;margin-bottom:2rem}.review-card{min-width:300px;padding:1.5rem}.reviews-container{gap:1.5rem;padding:0 .5rem}.review-avatar{width:50px;height:50px}.review-name,.star{font-size:1rem}}@media (max-width: 480px){.reviews{padding:3rem 0}.reviews h2{font-size:1.75rem}.review-card{min-width:280px;padding:1.25rem}.review-header{gap:.75rem;margin-bottom:1rem}.review-avatar{width:45px;height:45px}}
