@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOutUp{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.passport-confirm-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.passport-confirm-dialog{background:linear-gradient(135deg,#1e2332fa,#282d41fa);border:1px solid rgba(139,157,195,.25);border-radius:16px;box-shadow:0 20px 60px #0009,0 8px 24px #0006,inset 0 1px #ffffff14;padding:32px;max-width:420px;width:90%;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}.passport-confirm-icon{width:56px;height:56px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#ef444433,#dc262633);border:2px solid rgba(239,68,68,.4);display:flex;align-items:center;justify-content:center;color:#ef4444;font-size:28px}.passport-confirm-title{font-size:20px;font-weight:600;color:#f8fafc;text-align:center;margin-bottom:12px;letter-spacing:.02em}.passport-confirm-message{font-size:14px;color:#cbd5e1;text-align:center;line-height:1.6;margin-bottom:28px}.passport-confirm-buttons{display:flex;gap:12px}.passport-confirm-btn{flex:1;padding:12px 24px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.passport-confirm-btn:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .25s ease}.passport-confirm-btn:hover:before{opacity:1}.passport-confirm-btn-cancel{background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.15)}.passport-confirm-btn-cancel:before{background:#ffffff0d}.passport-confirm-btn-cancel:hover{background:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.passport-confirm-btn-confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:1px solid rgba(239,68,68,.5)}.passport-confirm-btn-confirm:before{background:linear-gradient(135deg,#fff3,#ffffff1a)}.passport-confirm-btn-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.passport-confirm-btn-confirm:active,.passport-confirm-btn-cancel:active{transform:translateY(0) scale(.98)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.passport-container{max-width:1200px;margin:0 auto;padding:20px}.passport-form{max-width:400px;margin:0 auto}.passport-form-group{margin-bottom:20px}.passport-label{display:block;margin-bottom:8px;font-weight:500;color:#e5e7eb;font-size:14px}.passport-input{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;transition:all .3s;box-sizing:border-box;background:#ffffff0d;color:#f8fafc;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.passport-input::placeholder{color:#f8fafc66}.passport-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;background:#ffffff14}.passport-input-error{border-color:#ef4444!important}.passport-input-error:focus{box-shadow:0 0 0 3px #ef444433!important}.passport-field-error{display:block!important;min-height:0!important;margin-top:4px!important;margin-bottom:0!important;padding:0!important;font-size:12px!important;line-height:1.4!important;color:#ff6b6b!important;opacity:0!important;max-height:0!important;overflow:hidden!important;transition:all .2s ease!important}.passport-field-error:not(:empty){opacity:1!important;min-height:17px!important;max-height:50px!important;margin-bottom:4px!important}.passport-general-error{display:block!important;min-height:0!important;margin-bottom:8px!important;font-size:13px!important;line-height:1.4!important;color:#ff6b6b!important;text-align:center!important;opacity:0!important;max-height:0!important;overflow:hidden!important;transition:all .2s ease!important}.passport-general-error:not(:empty){opacity:1!important;min-height:18px!important;max-height:100px!important;margin-bottom:12px!important}.passport-general-error.success{color:#10b981!important}.passport-input.error{border-color:#ef4444}.passport-input.error:focus{box-shadow:0 0 0 3px #ef444433}.passport-success-message{margin-top:6px;font-size:12px;color:#10b981}.passport-input-hint{margin-top:6px;font-size:12px;color:#f8fafc80;line-height:1.4}.passport-file-input-wrapper{position:relative;display:flex;flex-direction:column;gap:8px}.passport-file-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden;z-index:-1}.passport-file-label{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#667eea26,#764ba226);border:2px dashed rgba(102,126,234,.4);border-radius:8px;color:#a5b4fc;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:48px}.passport-file-label:hover{background:linear-gradient(135deg,#667eea40,#764ba240);border-color:#667eea99;color:#c7d2fe;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.passport-file-label:active{transform:translateY(0)}.passport-file-icon{font-size:20px;color:inherit}.passport-file-text{user-select:none}.passport-file-name{display:none;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#cbd5e1;font-size:13px;font-weight:500;word-break:break-all;line-height:1.4}.passport-file-name:not(:empty){display:inline-block}.passport-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-block;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.passport-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.passport-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.passport-btn-primary:active:not(:disabled){transform:translateY(0)}.passport-btn-primary:disabled{background:linear-gradient(135deg,#667eea80,#764ba280);box-shadow:none;cursor:not-allowed;opacity:.6}.passport-btn-secondary{background:#ffffff0d;color:#f8fafc;border:1px solid rgba(255,255,255,.1)}.passport-btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.passport-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.passport-btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef444466}.passport-btn-full{width:100%}.passport-btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.passport-btn-loading{position:relative;color:transparent}.passport-btn-loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:passport-spin .6s linear infinite}@keyframes passport-spin{to{transform:rotate(360deg)}}.passport-google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;font-weight:600;color:#f8fafc;cursor:pointer;transition:all .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.passport-google-btn:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.passport-google-btn img{width:20px;height:20px}.passport-divider{display:flex;align-items:center;margin:24px 0;color:#f8fafc80;font-size:13px}.passport-divider:before,.passport-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.passport-divider:before{margin-right:16px}.passport-divider:after{margin-left:16px}.passport-link{appearance:none;padding:0;color:#a855f7;background:none;border:0;cursor:pointer;font:inherit;text-decoration:none;transition:all .3s;font-weight:500}.passport-link:hover{color:#c084fc;text-decoration:underline}.passport-footer-links{text-align:center;margin-top:20px}.passport-footer-links p{margin:8px 0;color:#f8fafcb3;font-size:14px}.passport-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;backdrop-filter:blur(8px);z-index:9999;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.passport-modal.active{display:flex;opacity:1}.passport-modal-content{background:linear-gradient(135deg,#14141ef2,#1e1e2df2);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;position:absolute;box-shadow:0 20px 60px #00000080;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.passport-modal-content.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.passport-modal-content h2{text-align:center;margin-bottom:32px;font-size:28px;font-weight:700;background:linear-gradient(135deg,#60a5fa,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.passport-modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border:none;background:#ffffff0d;border-radius:8px;font-size:20px;color:#f8fafc99;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.passport-modal-close:hover{background:#ffffff1a;color:#f8fafc;transform:rotate(90deg)}@keyframes passport-fade-in{0%{opacity:0}to{opacity:1}}@keyframes passport-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.passport-account-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.passport-account-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.passport-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;background:#f5f5f5}.passport-account-info{flex:1}.passport-account-name{font-size:20px;font-weight:600;margin-bottom:8px}.passport-account-email{color:#666;font-size:14px}.passport-info-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0}.passport-info-row:last-child{border-bottom:none}.passport-info-label{color:#666;font-size:14px}.passport-info-value{color:#333;font-size:14px;font-weight:500}.passport-sidebar{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000001a}.passport-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:4px;color:#333;text-decoration:none;transition:all .3s;cursor:pointer}.passport-menu-item:hover{background:#f5f5f5}.passport-menu-item.active{background:#e3f2fd;color:#4285f4}.passport-menu-icon{width:20px;height:20px}@media(max-width:768px){.passport-modal-content{padding:24px;width:95%}.passport-account-header{flex-direction:column;text-align:center}.passport-info-row{flex-direction:column;align-items:flex-start;gap:8px}}.passport-loading{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #4285f4;border-radius:50%;animation:passport-spin .6s linear infinite}.passport-captcha-group{margin-bottom:20px}.passport-captcha-btn{white-space:nowrap;min-width:100px}.passport-confirm-dialog{text-align:center}.passport-confirm-title{font-size:20px;font-weight:600;margin-bottom:16px}.passport-confirm-message{color:#666;margin-bottom:24px;line-height:1.6}.passport-confirm-actions{display:flex;gap:12px;justify-content:center}.passport-terms-group{margin-top:16px;margin-bottom:24px}.passport-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;user-select:none;position:relative;padding-left:32px}.passport-checkbox{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.passport-checkbox-label:before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:#ffffff0d;transition:all .3s ease;flex-shrink:0}.passport-checkbox-label:after{content:"";position:absolute;left:7px;top:6px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:all .2s ease;opacity:0}.passport-checkbox-label:hover:before{border-color:#60a5fa80;background:#60a5fa1a}.passport-checkbox:checked+.passport-checkbox-text:before,.passport-checkbox-label:has(.passport-checkbox:checked):before{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.passport-checkbox:checked+.passport-checkbox-text:after,.passport-checkbox-label:has(.passport-checkbox:checked):after{transform:rotate(45deg) scale(1);opacity:1}.passport-checkbox:focus-visible+.passport-checkbox-text:before,.passport-checkbox-label:has(.passport-checkbox:focus-visible):before{outline:2px solid #60a5fa;outline-offset:2px}.passport-checkbox-text{font-size:14px;line-height:1.6;color:#d1d5db}.passport-terms-link{color:#60a5fa;text-decoration:none;transition:color .2s;font-weight:500}.passport-terms-link:hover{color:#93c5fd;text-decoration:underline}.passport-captcha-input-wrapper{display:flex;gap:12px;align-items:center}.passport-captcha-input{flex:1}.passport-btn-send-captcha{flex-shrink:0;padding:12px 24px!important;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap;min-width:100px;text-align:center;box-sizing:border-box;display:inline-flex!important;align-items:center;justify-content:center;line-height:1!important}.passport-btn-send-captcha:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.passport-btn-send-captcha:disabled{background:linear-gradient(135deg,#3b82f680,#2563eb80);cursor:not-allowed;opacity:.6}.passport-password-group{margin-bottom:20px}.passport-password-input-wrapper{position:relative}.passport-password-input{padding-right:48px}.passport-password-toggle{position:absolute;right:12px;top:12px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#f8fafc99;transition:color .2s;z-index:1}.passport-password-toggle:hover{color:#f8fafce6}.passport-eye-icon{width:20px;height:20px}.account-settings-layout{display:flex;gap:32px;max-width:1400px;margin:0 auto;padding:100px 24px 32px;min-height:calc(100vh - 200px);align-items:flex-start}@media(min-width:640px){.account-settings-layout{padding-top:110px}}@media(min-width:768px){.account-settings-layout{padding-top:120px}}@media(min-width:1024px){.account-settings-layout{padding-top:130px}}.account-section-card .passport-form{max-width:none}.account-section-card .passport-form+.passport-form{margin-top:32px;padding-top:32px;border-top:1px solid rgba(139,157,195,.2)}.account-section-card .passport-btn{margin-top:12px;padding:12px 24px;font-size:14px}.account-section-card .passport-btn-send-captcha{margin-top:0!important}.account-section-card .passport-form-group{margin-bottom:0}.account-section-card .passport-form-group:last-child{margin-bottom:0}.account-section-card .passport-field-message{display:block!important;min-height:21px!important;margin-top:6px!important;margin-bottom:0!important;padding:0!important;font-size:12px!important;line-height:1.4!important;opacity:0!important;transition:opacity .2s ease!important}.account-section-card .passport-field-message:not(:empty){opacity:1!important}.account-section-card .passport-field-message.error{color:#ff6b6b!important}.account-section-card .passport-field-message.success{color:#10b981!important}.account-section-card .passport-input-hint{margin-top:8px;font-size:12px;color:#94a3b8;line-height:1.5}.profile-layout{display:flex;gap:60px;align-items:flex-start}.profile-left{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-avatar-wrapper{cursor:pointer;position:relative;transition:transform .3s ease}.profile-avatar-wrapper:hover{transform:scale(1.05)}.profile-avatar-wrapper:after{content:"";position:absolute;inset:0;border-radius:50%;background:#0000004d;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.profile-avatar-wrapper:hover:after{opacity:1}.profile-avatar-image{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid rgba(139,157,195,.3);box-shadow:0 4px 16px #0000004d}.profile-user-id{font-size:16px;font-weight:500;color:#94a3b8;letter-spacing:.5px}.profile-right{flex:1;display:flex;flex-direction:column;gap:24px;padding-top:20px}.profile-info-row{display:flex;align-items:center;gap:16px}.profile-info-label{font-size:15px;font-weight:500;color:#cbd5e1;min-width:80px}.profile-info-value{flex:1;font-size:15px;color:#e2e8f0;font-weight:400}.profile-update-btn,.profile-connect-btn{padding:6px 20px;font-size:14px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:144px}.profile-update-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.profile-update-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.profile-connect-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.profile-connect-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.profile-modal{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.profile-modal-content{background:#1e2332f2;backdrop-filter:blur(10px);border:1px solid rgba(139,157,195,.3);border-radius:16px;padding:32px;max-width:400px;width:100%;box-shadow:0 8px 32px #0006;position:relative}.profile-modal-content h3{font-size:20px;font-weight:600;color:#f8fafc;margin-bottom:24px;text-align:center}.profile-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#94a3b8;font-size:28px;line-height:1;cursor:pointer;transition:color .3s ease;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.profile-modal-close:hover{color:#f8fafc}.avatar-preview-wrapper{display:flex;justify-content:center;margin-bottom:24px}.avatar-preview-image{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid rgba(139,157,195,.3);box-shadow:0 4px 16px #0000004d}.passport-btn-block{width:100%;margin-top:0}.profile-modal .passport-field-message{display:block!important;min-height:0!important;margin-top:6px!important;margin-bottom:0!important;padding:0!important;font-size:12px!important;line-height:1.4!important;text-align:center!important;opacity:0!important;max-height:0!important;overflow:hidden!important;transition:all .2s ease!important}.profile-modal .passport-field-message:not(:empty){opacity:1!important;min-height:17px!important;max-height:50px!important;margin-bottom:4px!important}.profile-modal .passport-field-message.error{color:#ff6b6b!important}.profile-modal .passport-field-message.success{color:#10b981!important}@media(max-width:768px){.profile-layout{flex-direction:column;gap:32px;align-items:center}.profile-right{width:100%;padding-top:0}.profile-info-row{flex-wrap:wrap}.profile-info-label{min-width:60px}.profile-update-btn,.profile-connect-btn{width:100%;margin-top:8px}}.passport-label-hint{font-size:12px;font-weight:400;color:#94a3b8;margin-left:6px}.account-section-card .passport-info-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(139,157,195,.2);transition:background .2s ease;border-radius:6px;padding:16px 12px;margin-left:-12px;margin-right:-12px}.account-section-card .passport-info-row:hover{background:#ffffff08}.account-section-card .passport-info-row:last-child{border-bottom:none}.account-section-card .passport-info-label{color:#cbd5e1;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.account-section-card .passport-info-value{color:#e2e8f0;font-size:14px;font-weight:500}.account-sidebar{width:260px;flex-shrink:0;background:#1e233299;backdrop-filter:blur(10px);border:1px solid rgba(139,157,195,.2);border-radius:12px;padding:24px;box-shadow:0 4px 16px #0003;height:fit-content;position:static;margin:0}.sidebar-title{font-size:18px;font-weight:600;color:#f8fafc;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(139,157,195,.25);letter-spacing:.02em}.account-menu{display:flex;flex-direction:column;gap:6px;margin-bottom:0}.passport-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#cbd5e1;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;background:#ffffff08;border:1px solid transparent;font-size:14px;font-weight:500}.passport-menu-item:hover{background:#ffffff14;color:#fff;transform:translate(4px);border-color:#8b9dc333}.passport-menu-item.active{background:linear-gradient(135deg,#8b9dc333,#818cf833);color:#fff;border-color:#8b9dc34d;box-shadow:0 2px 8px #8b9dc333}.passport-menu-icon{width:20px;height:20px;font-size:20px;color:inherit;flex-shrink:0}.account-content{flex:1;min-width:0}.account-section{display:none}.account-section.active{display:block}.account-section-card{background:#1e233299;backdrop-filter:blur(10px);border:1px solid rgba(139,157,195,.2);border-radius:12px;padding:32px;box-shadow:0 4px 16px #0003;margin-bottom:24px;transition:all .3s ease}.account-section-card:hover{border-color:#8b9dc34d;box-shadow:0 6px 20px #00000040}.account-section-card h3{font-size:22px;font-weight:600;color:#f8fafc;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(139,157,195,.25);letter-spacing:.01em}.account-section-card h4{font-size:17px;font-weight:600;color:#e2e8f0;margin-bottom:10px;margin-top:20px;letter-spacing:.01em}.account-section-card p{color:#cbd5e1;font-size:14px;line-height:1.6;margin-bottom:16px}.change-password-step{margin-top:20px}.password-step{display:none}.password-step.active{display:block;animation:fadeIn .3s ease}.delete-account-warning{background:linear-gradient(135deg,#ef444426,#dc262626);border:1px solid rgba(239,68,68,.3);border-radius:10px;padding:16px;margin-bottom:20px;backdrop-filter:blur(5px)}.delete-account-warning p{color:#fca5a5;margin:0;font-size:14px;line-height:1.6}.passport-account-header{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(139,157,195,.25)}.passport-avatar{width:72px;height:72px;border:3px solid rgba(139,157,195,.3);box-shadow:0 4px 12px #0003;transition:all .3s ease}.passport-avatar:hover{transform:scale(1.05);border-color:#8b9dc380;box-shadow:0 6px 16px #8b9dc34d}.passport-account-name{font-size:20px;font-weight:600;margin-bottom:6px;color:#f8fafc}.passport-account-email{font-size:14px;color:#94a3b8}.account-section-card .passport-form button[type=submit]{margin-top:12px}@media(max-width:1024px){.account-settings-layout{flex-direction:column;gap:20px;padding:100px 16px 24px}.account-sidebar{width:100%}.account-content{margin-left:0}.account-menu{flex-direction:row;overflow-x:auto;gap:8px;margin-bottom:16px;padding-bottom:12px}.passport-menu-item{white-space:nowrap;flex-shrink:0;padding:10px 14px;font-size:13px}.sidebar-title{font-size:16px;margin-bottom:16px;padding-bottom:12px}}@media(max-width:768px){.account-settings-layout{padding:90px 12px 20px;gap:16px}.account-sidebar{padding:20px}.account-content{margin-left:0}.account-section-card{padding:24px}.account-section-card h3{font-size:18px;margin-bottom:20px;padding-bottom:12px}.account-section-card h4{font-size:16px;margin-top:16px;margin-bottom:8px}.account-menu{flex-direction:column;gap:4px}.passport-account-header{margin-bottom:20px;padding-bottom:20px}.passport-avatar{width:56px;height:56px}.passport-account-name{font-size:18px}.account-section-card .passport-form-group{margin-bottom:16px}.account-section-card .passport-btn{padding:10px 20px;font-size:13px}.passport-file-label{padding:10px 16px;font-size:13px;min-height:44px}.passport-file-icon{font-size:18px}.passport-file-name{font-size:12px;padding:6px 10px}}.assets-credits-display{display:flex;flex-direction:column;gap:24px}.credits-balance-wrapper{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;background:linear-gradient(135deg,#8b9dc31a,#818cf81a);border:1px solid rgba(139,157,195,.25);border-radius:12px;transition:all .3s ease}.credits-balance-wrapper:hover{border-color:#8b9dc359;box-shadow:0 4px 12px #8b9dc326}.credits-info{flex:1}.credits-label{font-size:13px;color:#94a3b8;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.credits-value{font-size:36px;font-weight:700;background:linear-gradient(135deg,#60a5fa,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:2px}.credits-unit{font-size:14px;color:#94a3b8;font-weight:500}.credits-breakdown{margin-top:16px;padding-top:16px;border-top:1px solid rgba(139,157,195,.15)}.credits-breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.credits-breakdown-item .breakdown-label{font-size:13px;color:#94a3b8;font-weight:500}.credits-breakdown-item .breakdown-value{font-size:15px;color:#e2e8f0;font-weight:600}.credits-breakdown-item.credits-reset-info .breakdown-value{color:#60a5fa}.record-type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;margin-right:8px}.record-type-badge.badge-free{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.record-type-badge.badge-paid{background:#60a5fa26;color:#60a5fa;border:1px solid rgba(96,165,250,.3)}.deduct-value-positive{color:#22c55e!important}.deduct-value-negative{color:#ef4444!important}.credits-stats{padding:24px;background:#1e233266;border:1px solid rgba(139,157,195,.2);border-radius:12px}.credits-stats h4{font-size:16px;font-weight:600;color:#e2e8f0;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(139,157,195,.2)}.stats-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(139,157,195,.1)}.stats-item:last-child{border-bottom:none}.stats-label{font-size:14px;color:#cbd5e1;font-weight:500}.stats-value{font-size:16px;color:#60a5fa;font-weight:600}.credits-actions{display:flex;align-items:center;flex-shrink:0}.credits-buy-btn{padding:6px 20px;font-size:14px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:144px;text-decoration:none;display:inline-block;text-align:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.credits-buy-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.credits-simulate-wrapper{display:flex;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid rgba(139,157,195,.1)}.credits-simulate-btn{padding:6px 16px;border-radius:6px;border:1px solid rgba(148,163,184,.3);font-size:12px;font-weight:400;cursor:pointer;transition:all .2s ease;display:inline-block;text-align:center;background:#47556933;color:#94a3b8}.credits-simulate-btn:hover{background:#4755694d;border-color:#94a3b880;color:#cbd5e1}.credits-simulate-btn:disabled{opacity:.4;cursor:not-allowed}#order-history-container{min-height:200px}.order-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(139,157,195,.2);border-top-color:#60a5fa;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-loading p{color:#cbd5e1;font-size:14px;margin:0}.order-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.order-empty .material-icons{font-size:48px!important;color:#cbd5e14d!important;margin-bottom:12px!important}.order-empty p{color:#94a3b8;font-size:14px;margin:0;max-width:400px;line-height:1.5}.order-list{display:flex;flex-direction:column;gap:8px}.order-item{padding:14px 20px;background:#1e233266;border:1px solid rgba(139,157,195,.2);border-radius:10px;transition:all .3s ease}.order-item:hover{background:#1e233299;border-color:#8b9dc34d;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.order-row{display:grid;grid-template-columns:180px 140px 1fr 110px 120px;gap:16px;align-items:center}.order-cell{font-size:14px;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis}.order-id{display:flex;align-items:center;gap:6px}.order-id-label{color:#94a3b8;font-weight:500;font-size:13px;white-space:nowrap}.order-id-value{color:#60a5fa;font-weight:600;font-family:Courier New,monospace}.order-date{color:#94a3b8;font-weight:500}.order-product{color:#e2e8f0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-amount{color:#fff;font-weight:700;text-align:right}.order-status-cell{display:flex;justify-content:flex-end}.order-status{display:inline-block;padding:3px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.order-status.status-completed{background:#22c55e14;color:#6ee7b7}.order-status.status-processing{background:#fbbf2414;color:#fcd34d}.order-status.status-failed{background:#ef444414;color:#fca5a5}.order-load-more{display:flex;justify-content:center;margin-top:24px}.order-load-more .passport-btn{min-width:200px}.deduct-list{display:flex;flex-direction:column;gap:8px}.deduct-item{padding:14px 20px;background:#1e233266;border:1px solid rgba(139,157,195,.2);border-radius:10px;transition:all .3s ease}.deduct-item:hover{background:#1e233299;border-color:#8b9dc34d;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.deduct-row{display:grid;grid-template-columns:180px 1fr 120px 120px;gap:16px;align-items:center}.deduct-cell{font-size:14px;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis}.deduct-date{color:#94a3b8;font-weight:500}.deduct-reason{color:#e2e8f0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deduct-value{color:#fca5a5;font-weight:700;text-align:right}.deduct-balance{color:#6ee7b7;font-weight:600;text-align:right}.deduct-empty{padding:24px;text-align:center}.deduct-empty p{color:#94a3b8;font-size:14px;margin:0;line-height:1.5}.deduct-load-more{display:flex;justify-content:center;margin-top:24px}.deduct-load-more .passport-btn{min-width:200px}@media(max-width:768px){.credits-balance-wrapper{flex-direction:column;align-items:stretch;padding:20px;gap:16px}.credits-value{font-size:32px}.credits-actions{width:100%}.credits-buy-btn{width:100%;min-width:auto}.credits-simulate-wrapper{justify-content:center;margin-top:12px;padding-top:12px}.credits-simulate-btn{font-size:11px;padding:5px 12px}.order-item{padding:12px 16px}.order-row{grid-template-columns:1fr;gap:8px}.order-cell{font-size:13px}.order-id{order:1}.order-id-label,.order-id-value{font-size:12px}.order-date{order:2}.order-product{order:3;white-space:normal;margin:4px 0}.order-amount{order:4;text-align:left}.order-status-cell{order:5;justify-content:flex-start;margin-top:4px}.order-empty{padding:32px 20px}.order-empty .material-icons{font-size:40px!important;margin-bottom:10px!important}.order-empty p{font-size:13px}.deduct-item{padding:12px 16px}.deduct-row{grid-template-columns:1fr;gap:8px}.deduct-cell{font-size:13px}.deduct-date{order:1;font-size:12px}.deduct-reason{order:2;white-space:normal;margin:4px 0}.deduct-value{order:3;text-align:left}.deduct-balance{order:4;text-align:left}.deduct-empty{padding:20px}.deduct-empty p{font-size:13px}}.security-email-row{display:flex;align-items:center;gap:12px;padding:12px 0}.security-email-label{font-size:15px;font-weight:500;color:#cbd5e1;white-space:nowrap}.security-email-value{font-size:15px;font-weight:600;color:#60a5fa;word-break:break-all;flex:1}.security-submit-wrapper{display:flex;justify-content:center;align-items:center;margin-top:8px}.security-submit-wrapper .passport-btn{min-width:200px}.passport-info-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.passport-info-dialog{background:linear-gradient(135deg,#1e2332fa,#282d41fa);border:1px solid rgba(139,157,195,.25);border-radius:16px;box-shadow:0 20px 60px #0009,0 8px 24px #0006,inset 0 1px #ffffff14;padding:32px;max-width:420px;width:90%;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}.passport-info-icon{width:56px;height:56px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#3b82f633,#2563eb33);border:2px solid rgba(59,130,246,.4);display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:28px}.passport-info-title{font-size:20px;font-weight:600;color:#f8fafc;text-align:center;margin-bottom:12px;letter-spacing:.02em}.passport-info-message{font-size:14px;color:#cbd5e1;text-align:center;line-height:1.6;margin-bottom:28px}.passport-info-buttons{display:flex;gap:12px}.passport-info-btn{flex:1;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;outline:none}.passport-info-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.passport-info-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}.passport-info-btn-secondary{background:#94a3b81a;color:#cbd5e1;border:1px solid rgba(148,163,184,.2)}.passport-info-btn-secondary:hover{background:#94a3b826;border-color:#94a3b84d}.passport-info-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.passport-info-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 6px 16px #ef444466}.passport-info-btn-danger:disabled{opacity:.5;cursor:not-allowed}
