.dm-profile-wrap{margin:40px auto;max-width:500px;padding:20px}.dm-profile-card{border:1px solid #ddd;border-radius:8px;padding:20px}.dm-avatar{border-radius:50%;height:90px;margin-bottom:15px;width:90px}.dm-logout-btn{background:#000;border:none;border-radius:5px;cursor:pointer}.dm-profile-msg{color:green;margin-top:10px}.dm-profile-modern{color:#2c2c2c;display:flex;gap:40px;padding:32px}@media(max-width:768px){.dm-profile-modern{flex-direction:column;gap:24px;padding:20px}}.dm-profile-left{width:240px}@media(max-width:768px){.dm-profile-left{width:100%}}.dm-nav{list-style:none;margin:0;padding:0}.dm-nav li{border-radius:3px;color:#444;cursor:pointer;font-size:.95rem;padding:10px 14px;transition:.15s ease}.dm-nav li.active,.dm-nav li:hover{background:#f0f6ff}@media(max-width:768px){.dm-nav{display:flex;gap:10px;overflow-x:auto}.dm-nav li{margin-bottom:0;white-space:nowrap}}.dm-divider{background:#eaeaea;width:1px}@media(max-width:768px){.dm-divider{height:1px;width:100%}}.dm-profile-right{flex:1}.dm-profile-right h2{color:#1b1b1b;font-size:1.4rem;font-weight:600;margin:0 0 20px}.dm-tab-content{display:none}.dm-tab-content.active{display:block}.dm-edit-form{display:flex;flex-direction:column;gap:22px;max-width:480px}.dm-edit-form label{color:#444;font-size:.85rem;font-weight:600;margin-bottom:-8px}.dm-edit-form input{background:#fff;border:1px solid #dcdcdc;border-radius:8px;font-size:.95rem;padding:10px 12px;transition:border-color .2s}.dm-edit-form input:focus{border-color:#7a9eff;outline:none}.dm-edit-form button{background:#1e1e1e;border:none;color:#fff;cursor:pointer;font-size:.95rem;padding:10px 20px;transition:.2s ease;width:-moz-fit-content;width:fit-content}.dm-edit-form button:hover{background:#000}.dm-auth-change-password-wrapper a{color:#1164d1;cursor:pointer;font-size:.85rem}.dm-auth-change-password-wrapper a:hover{text-decoration:underline}.dm-auth-change-password-form{gap:16px}.dm-auth-change-password-form input{border:1px solid #ddd;border-radius:8px;padding:10px}.dm-auth-change-password-form button,.dm-logout-btn{padding:10px 16px}.dm-logout-btn{background:#d33;border-radius:8px;color:#fff;display:inline-block;font-weight:500;text-decoration:none;transition:.2s ease}.dm-logout-btn:hover{background:#c11}.dm-edit-msg{font-size:14px;line-height:1.4;margin-top:10px;opacity:0;transform:translateY(4px);transition:.25s ease}.dm-edit-msg.show{opacity:1;transform:translateY(0)}.dm-edit-msg.success{color:#1a7f37}.dm-edit-msg.error{color:#d63638}.dm-nav li.loading{cursor:not-allowed;opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dm-user-box{margin-bottom:30px;padding:22px;position:relative;text-align:center;transition:box-shadow .2s ease}.dm-user-box .dm-avatar-wrapper{border-radius:50%;cursor:pointer;height:100px;margin:0 auto 24px;overflow:hidden;position:relative;width:100px}.dm-user-box .dm-avatar-wrapper .dm-pic{border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s;width:100%}.dm-user-box .dm-avatar-wrapper .dm-avatar-edit-icon{border-radius:50%;color:#fff;font-size:16px;left:50%;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s,transform .3s}.dm-user-box .dm-avatar-wrapper:hover .dm-pic{opacity:.7}.dm-user-box .dm-avatar-wrapper:hover .dm-avatar-edit-icon{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.dm-user-box h3{color:#1d1d1d;font-size:1rem;font-weight:600;margin:0}.dm-auth-no-scroll{height:100vh;overflow:hidden!important}#dm-auth-modal{display:none;inset:0;position:fixed;z-index:999999}#dm-auth-modal.active{display:block}#dm-auth-modal .dmauth-turnstile-wrapper{margin-bottom:24px}.dm-auth-overlay{animation:dmFadeIn .25s forwards;backdrop-filter:blur(2px);background:rgba(0,0,0,.55);cursor:pointer;inset:0;opacity:0;position:absolute}.dm-auth-box{animation:dmSlideUp .25s ease-out;inset:0;overflow:hidden}.dm-auth-box,.dm-auth-close{background:#fff;display:flex;position:absolute}.dm-auth-close{align-items:center;border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.12);cursor:pointer;font-size:22px;height:38px;justify-content:center;right:20px;top:20px;transition:.2s ease;width:38px;z-index:20}.dm-auth-close:hover{box-shadow:0 6px 16px rgba(0,0,0,.15);transform:scale(1.05)}.dm-auth-left{background:#f5f5f5;display:flex;flex-direction:column;justify-content:center;min-width:300px;padding:60px 40px;width:38%}.dm-auth-left h2{font-size:32px;font-weight:600;margin-bottom:15px}.dm-auth-left p{color:#666;font-size:15px;line-height:1.5;max-width:80%}.dm-auth-right{align-items:center;background:#fff;display:flex;flex:1;flex-direction:column;justify-content:center;overflow-y:auto;padding:60px 40px;-webkit-overflow-scrolling:touch}.dm-auth-right::-webkit-scrollbar{width:6px}.dm-auth-right::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.dm-auth-forms .dm-auth-form{animation:fadeIn .25s ease}.dm-auth-forms{align-items:center;gap:30px;justify-content:center}.dm-auth-forms,.dm-auth-forms .dm-auth-form{display:flex;flex-direction:column;width:100%}.dm-auth-forms .dm-auth-form{animation:fadeIn .3s ease;background:#fff;border-radius:12px;gap:20px;max-width:400px;padding:40px}.dm-auth-forms .dm-auth-form input[type=email],.dm-auth-forms .dm-auth-form input[type=password],.dm-auth-forms .dm-auth-form input[type=text]{margin-bottom:24px;transition:.2s;width:100%}.dm-auth-forms .dm-auth-form input[type=email]:focus,.dm-auth-forms .dm-auth-form input[type=password]:focus,.dm-auth-forms .dm-auth-form input[type=text]:focus{border-color:#0073aa;box-shadow:0 0 0 2px rgba(0,115,170,.15);outline:none}.dm-auth-forms .dm-auth-form .dmauth-msg{color:red;font-size:13px;min-height:18px}.dm-auth-switch{font-size:14px;margin-top:20px;text-align:center}.dm-auth-switch a{color:#515152;text-decoration:none;transition:.2s ease}.dm-auth-switch a:hover{color:#7c01fc}.dm-auth-switch .dm-switch-separator{color:#e5e5e5;margin:0 6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dmSlideUp{0%{opacity:.7;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.dm-auth-left{display:none}.dm-auth-right{padding:40px 25px}}@media(max-width:500px){.dm-auth-close{right:10px;top:10px}}.dm-feedback-left{align-items:center;display:flex;flex-direction:column;gap:20px;text-align:center}.dm-feedback-left .login-modal-text{font-size:16px;font-weight:500}.dm-auth-change-password-wrapper{background:#f0f0f0;border-radius:3px;cursor:pointer;margin-top:20px;padding:11px;text-align:center}.dm-auth-change-password-wrapper.hidden{display:none}.dm-auth-change-password-wrapper a{color:#e20b58;font-size:14px;font-weight:500;text-decoration:none;transition:.2s ease}.dm-auth-change-password-wrapper a:hover{color:#e20b58;text-decoration:none}.dm-auth-change-password-form{border-radius:3px;display:none;flex-direction:column;gap:15px;max-height:0;opacity:0;overflow:hidden;transition:all .35s ease}.dm-auth-change-password-form.show{background:#f0f8ff;display:flex;max-height:300px;opacity:1;padding:20px}.dm-auth-change-password-form .dmauth-input{background:#fff;border:1px solid #ddd;border-radius:6px;padding:12px;transition:.2s;width:100%}.dm-auth-change-password-form .dmauth-input:focus{border-color:#0073aa;box-shadow:0 0 0 2px rgba(0,115,170,.15)}.dm-auth-change-password-form .dmauth-btn{margin-top:5px}.dm-auth-change-password-form .dmauth-msg{color:#666;font-size:14px;margin-block-end:0}
