*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f7f3e9;min-height:100vh}.btn{min-width:98px;height:56px}.btn-primary{padding:12px 16px;border-radius:24px;font-size:16px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;box-shadow:0 4px 4px #0003;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 8px #00000040}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.btn-primary{background:#d88c3a;color:#f7f3e9}.btn-secondary{padding:12px 16px;border-radius:24px;font-size:16px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;box-shadow:0 4px 4px #0003;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 8px #00000040}.btn-secondary:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.btn-secondary{background:#f7f3e9;color:#d88c3a;outline:2px solid #D88C3A;outline-offset:-2px}.icon-btn{background:none;border:none;color:#4b2e2e;cursor:pointer;padding:.5rem;transition:transform .2s ease,opacity .2s ease;opacity:.4;display:flex;align-items:center;justify-content:center}.icon-btn:hover{opacity:.7;transform:scale(1.1)}.icon-btn img{width:38px;height:38px;object-fit:contain}.auth-header{position:absolute;top:25px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 57px;z-index:10}.logo{font-family:Bitter,serif;font-size:40px;font-weight:700;color:#d88c3a;text-decoration:none}.header-buttons{display:flex;gap:16px}.form-input{width:300px;height:50px;padding:12px 16px;border:none;border-radius:24px;font-size:16px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:opacity .2s ease}.form-input::placeholder{font-weight:700}.form-input:focus{outline:none}.form-textarea{width:300px;height:50px;padding:12px 16px;border:none;border-radius:24px;font-size:16px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:opacity .2s ease}.form-textarea::placeholder{font-weight:700}.form-textarea:focus{outline:none}.form-textarea{resize:vertical;min-height:120px}.error-message,.success-message{padding:12px 16px;border-radius:24px;font-size:14px;font-weight:600;width:300px;box-shadow:0 4px 4px #0003;color:#f7f3e9}.error-message{background:#d83c3ce6}.success-message{background:#4caf50e6}.profile-circle{width:50px;height:50px;background-color:#f4d35e40;border-radius:50%;border:1px solid #F4D35E;display:flex;align-items:center;justify-content:center;position:relative}.profile-circle img{width:70%;height:70%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-container{width:100vw;height:100vh;position:relative;overflow:hidden;background:#f7f3e9}.beer-background{width:100%;height:100%;position:fixed;top:119px;left:0;background:#f4d35e;overflow:hidden}.beer-background:before{content:"";position:absolute;width:100%;height:0px;top:0;left:0;background:#f7f3e9;z-index:2}.bubble{position:absolute;background:#f7f3e9;border-radius:50%;z-index:0}.bubble-1{top:-6rem;width:150px;height:150px;left:0%}.bubble-2{top:-6rem;width:120px;height:120px;left:4%}.bubble-3{top:-7rem;width:180px;height:180px;left:8%}.bubble-4{top:-6rem;width:140px;height:140px;left:12%}.bubble-5{top:-8rem;width:100px;height:100px;left:16%}.bubble-6{top:-7rem;width:160px;height:160px;left:20%}.bubble-7{top:-6rem;width:130px;height:130px;left:24%}.bubble-8{top:-6rem;width:150px;height:150px;left:28%}.bubble-9{top:-7rem;width:140px;height:140px;left:32%}.bubble-10{top:-8rem;width:120px;height:120px;left:36%}.bubble-11{top:-6rem;width:110px;height:110px;left:40%}.bubble-12{top:-7rem;width:130px;height:130px;left:44%}.bubble-13{top:-6rem;width:145px;height:145px;left:48%}.bubble-14{top:-6rem;width:125px;height:125px;left:52%}.bubble-15{top:-8rem;width:155px;height:155px;left:56%}.bubble-16{top:-6rem;width:135px;height:135px;left:60%}.bubble-17{top:-6rem;width:115px;height:115px;left:64%}.bubble-18{top:-7rem;width:140px;height:140px;left:68%}.bubble-19{top:-6rem;width:150px;height:150px;left:72%}.bubble-20{top:-8rem;width:120px;height:120px;left:76%}.bubble-21{top:-7rem;width:165px;height:165px;left:80%}.bubble-22{top:-6rem;width:135px;height:135px;left:84%}.bubble-23{top:-6rem;width:125px;height:125px;left:88%}.bubble-24{top:-7rem;width:145px;height:145px;left:92%}.auth-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;text-align:center;width:100%;max-width:400px;padding:20px}.auth-title{font-family:Bitter,serif;font-size:64px;font-weight:700;color:#d88c3a;margin-bottom:40px}.auth-form{display:flex;flex-direction:column;gap:20px;align-items:center}.auth-form .form-input{background-color:#f7f3e9!important;border:none;border-radius:20px;padding:16px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;color:#d88c3a;width:80%;box-sizing:border-box;margin:0;box-shadow:inset 0 4px 3px #0000002e!important;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;line-height:1.5}.auth-form .form-input::placeholder{color:#d88c3a;opacity:.6}.auth-form .form-input:focus{outline:none;background-color:#f7f3e9!important;box-shadow:none}.auth-form .form-input.full-width{margin-bottom:0;width:100%}.auth-form .form-input:disabled{cursor:not-allowed;background-color:#f7f3e9!important}.submit-btn{width:107px;height:44px;padding:12px 16px;background:#f7f3e9;color:#d88c3a;border:none;border-radius:24px;box-shadow:0 4px 4px #0003;outline:2px solid #F7F3E9;outline-offset:-2px;font-size:16px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;cursor:pointer;opacity:.9;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;margin-top:20px}.submit-btn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 6px 8px #0000004d}.submit-btn:active{transform:translateY(0);box-shadow:0 4px 4px #0003}@media(max-width:768px){.auth-title{font-size:48px}.logo{font-size:32px}.auth-header{padding:0 20px}.bubble{transform:scale(.7)}.form-input,.error-message,.success-message{width:280px}}@media(max-width:480px){.auth-title{font-size:36px}.header-buttons{flex-direction:column;gap:8px}.btn{min-width:70px;height:40px;font-size:14px}}
