.auth-container{flex-direction:column;min-height:100vh;display:flex}.auth-header{color:#fff;background:#000}.header-top{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:.75rem 2rem;font-size:.85rem;display:flex}.promo{text-align:center;flex:1}.lang-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:.85rem}.navbar{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700}.nav-links{flex:1;justify-content:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#fff;font-size:.95rem;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#ccc}.search-icon{cursor:pointer;font-size:1.2rem}.auth-main{background:#fff;flex:1;display:flex}.auth-image{flex:1;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.shopping-illustration{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.phone-frame{background:#333;border-radius:20px;width:180px;height:320px;position:absolute;right:60px;box-shadow:-10px 10px 30px #0003}.cart-graphic{opacity:.7;background:#c0e7d6;border-radius:50%;width:120px;height:120px;position:absolute;bottom:80px;left:40px}.shopping-bag{opacity:.6;background:#f5a1a1;border-radius:10px;width:80px;height:100px;position:absolute;bottom:40px;right:120px}.auth-form-container{flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.form-wrapper{width:100%;max-width:350px}.form-wrapper h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.form-wrapper>p{color:#666;margin-bottom:2rem;font-size:.9rem}.error-box{color:#991b1b;background:#fee2e2;border-radius:4px;margin-bottom:1rem;padding:.75rem;font-size:.85rem}form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;display:flex}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.form-group input{border:none;border-bottom:1px solid #999;padding:.75rem 0;font-size:.95rem;transition:border-color .3s}.form-group textarea{resize:vertical;border:none;border-bottom:1px solid #999;min-height:72px;padding:.75rem 0;font-size:.95rem;transition:border-color .3s}.form-group textarea:focus{border-bottom-color:#000;outline:none}.form-group input::placeholder{color:#999}.form-group input:focus{border-bottom-color:#000;outline:none}.form-group input.error,.form-group textarea.error{border-bottom-color:#dc2626}.error-text{color:#dc2626;margin-top:.25rem;font-size:.75rem}.form-buttons{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.btn-primary{color:#fff;cursor:pointer;cursor:pointer;text-align:center;text-shadow:0 0 4px #00000080;background:linear-gradient(135deg,#a06f1f 0%,#fc6 45% 55%,#a06f1f 100%) 0 0/200% 200%;border:1px solid #ffd70099;border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-block;position:relative}.btn-primary:hover{filter:drop-shadow(0 0 9px #ffc800cc);transform:scale(1.05)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-google{color:#000;cursor:pointer;background:#fff;border:1px solid #999;border-radius:4px;padding:.75rem;font-size:.95rem;transition:background .3s}.btn-google:hover{background:#f9f9f9}.auth-toggle{text-align:center;margin-top:1rem;font-size:.9rem}.auth-toggle button{color:#db4444;cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.auth-toggle button:hover{text-decoration:none}@media (max-width:1024px){.auth-main{flex-direction:column}.auth-image{min-height:300px}.phone-frame{width:140px;height:250px;right:30px}.footer-content{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.navbar{padding:.75rem 1rem}.nav-links{display:none}.auth-form-container{padding:2rem 1rem}.form-wrapper{max-width:100%}.footer-content{grid-template-columns:repeat(2,1fr)}.form-row{flex-direction:column}}@media (max-width:480px){.header-top{flex-direction:column;gap:.5rem}.promo{font-size:.75rem}.form-wrapper h1{font-size:1.25rem}.footer-content{grid-template-columns:1fr;gap:1rem}.phone-frame,.cart-graphic,.shopping-bag{display:none}}
