:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.sidebar{--sidebar-bg: #0f2744;--sidebar-text: #fff;--sidebar-text-muted: #a8c5e6;--sidebar-accent: #5b9bd5;--sidebar-lang-current: #e6c84a;--sidebar-badge-bg: #2563eb;--sidebar-active-bg: rgba(255, 255, 255, .12);--sidebar-active-border: rgba(255, 255, 255, .2);position:fixed;left:0;top:0;bottom:0;width:260px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;z-index:100}.sidebar-inner{display:flex;flex-direction:column;height:100%;padding:1rem 0}.sidebar-langs{display:flex;flex-wrap:wrap;gap:.25rem .5rem;justify-content:flex-end;padding:0 1rem .5rem}.sidebar-lang{padding:.25rem .5rem;font-size:.875rem;background:none;border:none;color:var(--sidebar-text-muted);cursor:pointer}.sidebar-lang:hover{color:var(--sidebar-text)}.sidebar-lang-current{color:var(--sidebar-lang-current);font-weight:600;cursor:default}.sidebar-profile{display:flex;flex-direction:column;align-items:center;padding:1rem 1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-avatar{width:64px;height:64px;border-radius:50%;background:#fff;color:var(--sidebar-accent);border:2px solid var(--sidebar-accent);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.sidebar-avatar svg{width:36px;height:36px}.sidebar-user-name{margin:0 0 .25rem;font-size:.95rem;font-weight:500;color:var(--sidebar-text);text-align:center}.sidebar-user-id{margin:0 0 .5rem;font-size:.8rem;color:var(--sidebar-text-muted)}.sidebar-balance{margin:0 0 .35rem;font-size:.95rem;color:var(--sidebar-text)}.sidebar-topup{font-size:.85rem;color:var(--sidebar-accent);text-decoration:none}.sidebar-topup:hover{text-decoration:underline}.sidebar-nav{flex:1;overflow-y:auto;padding:.75rem 0}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu li{margin:0}.sidebar-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;font-size:.9rem;color:var(--sidebar-text-muted);text-decoration:none;border:none;background:none;cursor:pointer;text-align:left;border-left:3px solid transparent;box-sizing:border-box}.sidebar-item:hover{color:var(--sidebar-text);background:#ffffff0f}.sidebar-item-active{color:var(--sidebar-text);background:var(--sidebar-active-bg);border-left-color:var(--sidebar-accent)}.sidebar-item svg{flex-shrink:0}.sidebar-item span:first-of-type{flex:1}.sidebar-badge{flex-shrink:0;min-width:1.5rem;padding:.15rem .5rem;font-size:.75rem;font-weight:500;color:#fff;background:var(--sidebar-badge-bg);border-radius:999px;text-align:center}.sidebar-item-logout{margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.cabinet-layout{display:flex;min-height:100vh}.cabinet-main{flex:1;margin-left:260px;min-height:100vh;background:#f5f6f8}.mock-page{padding:1.5rem 2rem;color:#1a1a1a}.mock-page h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#333}.mock-page p{margin:0;font-size:1rem;color:#555}.shipments-page{color:#1a1a1a}.shipments-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.shipments-title{margin:0;font-size:1.5rem;font-weight:600;color:#333}.shipments-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:background .2s,border-color .2s}.shipments-btn:disabled{opacity:.6;cursor:not-allowed}.shipments-btn-edit{background:#fff;color:#1a4d8c;border-color:#1a4d8c}.shipments-btn-edit:hover:not(:disabled){background:#1a4d8c14}.shipments-btn-secondary{background:#fff;color:#444;border-color:#ccc}.shipments-btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#999}.shipments-btn-primary{background:#c82333;color:#fff;border-color:#c82333}.shipments-btn-primary:hover:not(:disabled){background:#a71d2a;border-color:#a71d2a}.shipments-btn-icon{min-width:2rem;padding:.25rem .5rem;font-size:1.25rem;line-height:1;background:#fff;border-color:#ddd;color:#666}.shipments-btn-icon:hover:not(:disabled){background:#fee;color:#c82333}.shipments-alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.shipments-alert-success{background:#28a7451f;color:#1e7e34}.shipments-stepper{display:flex;flex-direction:column;gap:1.5rem}.shipment-step-strip{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#e8ecf0;border-radius:8px}.shipment-step-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0;background:#1a4d8c;color:#fff;font-weight:700;font-size:1.25rem;border-radius:8px}.shipment-step-strip .shipments-step-title{margin:0;font-size:1.1rem;font-weight:600;color:#333;white-space:normal}.shipment-step-body{margin-top:.5rem}.shipment-hr{margin:1.5rem 0;border:none;border-top:1px solid #333}.shipment-section-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1a4d8c;text-transform:uppercase;letter-spacing:.02em}.shipment-divider{height:1px;background:#e0e0e0;margin:1.5rem 0}.shipment-block{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1.25rem;margin-bottom:1rem}.shipment-block:last-child{margin-bottom:0}.shipment-block-legend{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#444}.shipment-block fieldset.shipment-address-block{border:none;padding:0;margin:0;min-width:0}.shipment-block fieldset:disabled{opacity:.85}.shipment-fields{display:flex;flex-direction:column;gap:1rem}.shipment-fields-inline{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.shipment-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.shipment-row-name-phone{grid-template-columns:2fr 1fr}.shipment-field-full{grid-column:1 / -1}.shipment-row-address{grid-template-columns:20% 20% 130px 1fr 80px 80px;gap:.75rem}.shipment-field-zip{max-width:130px}.shipment-field-street{min-width:0}.shipment-field-house,.shipment-field-flat{max-width:80px}.shipment-field{display:flex;flex-direction:column;gap:.25rem}.shipment-label{font-size:.9rem;font-weight:500;color:#444}.shipment-required{color:#c82333}.shipment-input{width:100%;box-sizing:border-box;padding:.6rem .75rem;font-size:1rem;line-height:1.4;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#1a1a1a;transition:border-color .2s,box-shadow .2s}.shipment-input:hover:not(:disabled){border-color:#d0d0d0}.shipment-input:focus{outline:none;border-color:#1a4d8c;box-shadow:0 0 0 2px #1a4d8c1f}.shipment-input:disabled{background:#f5f5f5;color:#666;cursor:not-allowed}.shipment-input.shipment-select{cursor:pointer}.shipment-input-narrow{max-width:8rem}.shipment-error{font-size:.85rem;color:#c82333}.shipment-hint{margin:0;font-size:.9rem;color:#666}.shipment-delivery-cards{display:flex;flex-wrap:wrap;gap:1rem}.shipment-delivery-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:140px;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;background:#fff;transition:border-color .2s,background .2s}.shipment-delivery-card input{position:absolute;opacity:0;pointer-events:none}.shipment-delivery-card-selected{border-color:#1a4d8c;background:#1a4d8c0f}.shipment-delivery-card:hover:not(.shipment-delivery-card-selected){border-color:#b0b0b0}.shipment-delivery-card-title{font-size:1rem;font-weight:600;color:#333}.shipment-delivery-card-sub{font-size:.9rem;color:#666;margin-top:.25rem}.shipment-box-legend{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.shipment-box-icon{width:100px;height:84px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 84' fill='none' stroke='%23666' stroke-width='1.5'%3E%3Cpath d='M10 20 L50 5 L90 20 L90 60 L50 75 L10 60 Z'/%3E%3Cpath d='M50 5 L50 75'/%3E%3Cpath d='M10 20 L50 35 L90 20'/%3E%3Cpath d='M10 60 L50 75 L90 60'/%3E%3C/svg%3E") no-repeat center;flex-shrink:0}.shipment-dimension-legend{font-size:.9rem;color:#444}.shipment-dimension-legend td:first-child{font-weight:600;padding-right:.25rem}.shipment-volumetric-note{font-size:.85rem;color:#555;line-height:1.5;margin:0 0 1rem}.shipment-volumetric-note a{color:#1a4d8c}.shipment-block-calculate{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.shipments-btn-calculate{min-width:300px;min-height:80px;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.shipment-btn-icon{font-size:1.25rem}.shipments-btn-big{min-width:300px;min-height:80px;font-size:1.1rem}.shipment-cn23-wrap{overflow-x:auto}.shipment-cn23-table{width:100%;border-collapse:collapse;font-size:.9rem}.shipment-cn23-table th,.shipment-cn23-table td{padding:.5rem;text-align:left;border-bottom:1px solid #eee}.shipment-cn23-table th{font-weight:600;color:#444}.shipment-cn23-table .shipment-input{min-width:0}.shipment-cn23-table td .shipment-input-narrow{max-width:6rem}.shipment-cn23-wrap>.shipments-btn-secondary{margin-top:.75rem}.shipment-price-display{margin:1rem 0 0;font-size:1.25rem;font-weight:600;color:#1a4d8c}.shipment-confirm{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.shipment-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.shipment-checkbox input{margin:0}.shipment-actions{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:900px){.shipment-row-address{grid-template-columns:1fr 1fr 100px 1fr 70px 70px}}@media(max-width:640px){.shipment-row,.shipment-row-name-phone,.shipment-row-address{grid-template-columns:1fr}.shipment-field-zip,.shipment-field-house,.shipment-field-flat{max-width:none}.shipment-fields-inline{grid-template-columns:1fr 1fr}.shipment-input-narrow{max-width:none}.shipment-cn23-table th,.shipment-cn23-table td{padding:.35rem;font-size:.85rem}.shipments-btn-calculate,.shipments-btn-big{min-width:100%;width:100%}}.settings-page{padding:1.75rem 2rem 2.5rem;color:#1a1a1a;max-width:640px}.settings-page h1{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:#1a1a1a}.settings-section{margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000a;border:1px solid rgba(0,0,0,.06)}.settings-section h2{margin:0 0 1.25rem;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:#333}.settings-profile-view{display:flex;align-items:center;gap:1.25rem}.settings-profile-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1a4d8c,#2d6ab3);color:#fff;font-size:1.25rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings-profile-info{min-width:0}.settings-profile-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.settings-profile-line{font-size:.95rem;color:#555}.settings-profile-line.settings-profile-muted{color:#999}.settings-profile-actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.settings-btn-edit{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#1a4d8c;background:transparent;border:1px solid rgba(26,77,140,.35);border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.settings-btn-edit:hover{background:#1a4d8c14;border-color:#1a4d8c}.settings-form-row{margin-bottom:1rem}.settings-form-row:last-of-type{margin-bottom:0}.settings-form-row label{display:block;margin-bottom:.4rem;font-size:.875rem;font-weight:500;color:#444}.settings-form-row input{width:100%;box-sizing:border-box;padding:.65rem .85rem;font-size:1rem;border:1px solid #e2e5e9;border-radius:10px;background:#fff;color:#1a1a1a;transition:border-color .2s ease,box-shadow .2s ease}.settings-form-row input::placeholder{color:#aaa}.settings-form-row input:hover{border-color:#d0d4d9}.settings-form-row input:focus{outline:none;border-color:#1a4d8c;box-shadow:0 0 0 3px #1a4d8c1f}.settings-form-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.settings-form-actions-end{justify-content:flex-end}.settings-btn{padding:.55rem 1.1rem;font-size:.95rem;font-weight:500;border-radius:10px;cursor:pointer;border:none;transition:opacity .15s ease,background .15s ease}.settings-btn-primary{background:#1a4d8c;color:#fff}.settings-btn-primary:hover:not(:disabled){background:#153a6b}.settings-btn-primary:disabled{opacity:.6;cursor:not-allowed}.settings-btn-secondary{background:#f0f2f5;color:#333}.settings-btn-secondary:hover{background:#e4e6ea}.settings-btn-danger{background:#dc3545;color:#fff}.settings-btn-danger:hover:not(:disabled){background:#c82333}.settings-btn-sm{padding:.4rem .75rem;font-size:.875rem}.settings-btn-icon{padding:.4rem;background:transparent;color:#666;border-radius:8px}.settings-btn-icon:hover{background:#0000000f;color:#333}.settings-btn-icon-danger:hover{background:#dc35451a;color:#c82333}.settings-btn-icon svg{display:block}.settings-message{margin:0 0 1rem;font-size:.9rem}.settings-message.success{color:#0d6e0d}.settings-message.error{color:#c82333;padding:.6rem .75rem;background:#dc354514;border-radius:8px}.settings-address-subsection{margin-bottom:1.75rem}.settings-address-subsection:last-child{margin-bottom:0}.settings-address-subsection h3{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#444}.settings-add-btn{margin-bottom:.75rem}.settings-address-list{display:flex;flex-direction:column;gap:.75rem}.settings-address-card{padding:1rem 1.1rem;background:#f8f9fb;border-radius:12px;border:1px solid #e8eaee;transition:border-color .15s ease,box-shadow .15s ease}.settings-address-card:hover{border-color:#dce0e6;box-shadow:0 1px 3px #0000000a}.settings-address-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.settings-address-card-badges{display:flex;gap:.35rem;flex-wrap:wrap}.settings-address-badge{padding:.2rem .5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:6px;background:#1a4d8c1f;color:#1a4d8c}.settings-address-card-actions{display:flex;gap:.25rem}.settings-address-card-body{font-size:.9rem;color:#444;line-height:1.5}.settings-address-phone{color:#555}.settings-empty{padding:1rem 1.1rem;font-size:.9rem;color:#666;background:#f5f6f8;border-radius:12px;border:1px dashed #ddd}.settings-empty.warning{background:#fffbf0;color:#8b6914;border-color:#f0e0b8}.settings-modal-backdrop{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:settings-fadeIn .2s ease}@keyframes settings-fadeIn{0%{opacity:0}to{opacity:1}}.settings-modal{width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 12px 40px #00000026;animation:settings-modalIn .25s ease}@keyframes settings-modalIn{0%{opacity:0;transform:scale(.97) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.settings-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #eee}.settings-modal-head h3{margin:0;font-size:1.15rem;font-weight:600;letter-spacing:-.02em;color:#1a1a1a}.settings-modal-close{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#888;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:color .15s ease,background .15s ease}.settings-modal-close:hover{color:#333;background:#f0f2f5}.settings-modal-address{max-width:440px}.settings-modal-address .settings-message.error{margin:0 1.5rem 1rem}.settings-address-form{padding:1.5rem}.settings-form-group{margin-bottom:1.5rem}.settings-form-group:last-of-type{margin-bottom:1rem}.settings-form-group-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.settings-form-row-inline{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.settings-form-row-inline .settings-form-row{margin-bottom:0}.settings-form-row-checkbox{margin-top:.5rem}.settings-checkbox-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#444}.settings-checkbox-label input{width:auto;margin:0;accent-color:#1a4d8c}.settings-modal-confirm{max-width:380px}.settings-modal-confirm .settings-modal-head{padding:1.25rem 1.5rem}.settings-confirm-text{margin:0 1.5rem 1rem;font-size:.95rem;color:#555;line-height:1.5}.settings-modal-confirm .settings-form-actions{padding:0 1.5rem 1.5rem}.settings-modal-confirm .settings-empty.warning{margin:0 1.5rem 1rem}.settings-loading,.settings-error-block{padding:2rem 1.5rem;text-align:center;font-size:.95rem;color:#666}.settings-error-block{color:#c82333;background:#dc35450f;border-radius:12px;margin:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.login-page{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:1rem;box-sizing:border-box;background:#fff}.login-block{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;text-align:center}.login-brand{margin:0 0 2rem;font-size:1.25rem;font-weight:600;color:#1a4d8c;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.08)}.login-error{width:100%;margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;background:#dc35451a;color:#c82333;font-size:.9rem}.login-field-group{width:100%;margin-bottom:1rem;text-align:left}.login-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.9rem;font-weight:500;color:#444}.login-field-icon{flex-shrink:0;color:#666}.login-input{width:100%;box-sizing:border-box;padding:.75rem 1rem;font-size:1rem;line-height:1.4;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#1a1a1a;transition:border-color .2s ease,box-shadow .2s ease}.login-input::placeholder{color:#9ca3af}.login-input:hover{border-color:#d0d0d0}.login-input:focus{outline:none;border-color:#1a4d8c;box-shadow:0 0 0 3px #1a4d8c1f}.login-info{width:100%;margin:0 0 1.25rem;font-size:.95rem;line-height:1.5;color:#444}.login-phone-accent{color:#1a4d8c;font-weight:600}.login-btn{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer}.login-btn-primary{margin-bottom:1.5rem;background:#c82333;color:#fff}.login-btn-primary:hover:not(:disabled){background:#a71d2a}.login-btn-primary:disabled{opacity:.6;cursor:not-allowed}.login-secondary{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center;margin-bottom:1.5rem}.login-link{padding:0;font-size:.9rem;background:none;border:none;color:#1a4d8c;cursor:pointer;text-decoration:none}.login-link:hover:not(:disabled){text-decoration:underline}.login-link:disabled{color:#999;cursor:not-allowed}.login-langs{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center;margin-top:auto;padding-top:1rem}.login-lang{padding:.25rem .5rem;font-size:.9rem;background:none;border:none;color:#999;cursor:pointer;text-decoration:none}.login-lang:hover{color:#666}.login-lang-current{color:#1a4d8c;font-weight:600;cursor:default}.login-footer{margin-top:2rem;padding-top:1rem;font-size:.75rem;color:#999}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.auth-card{width:100%;max-width:360px;padding:2rem;border-radius:12px;background:var(--auth-card-bg, rgba(255, 255, 255, .05));border:1px solid var(--auth-card-border, rgba(255, 255, 255, .1));box-shadow:0 4px 24px #00000026}.auth-card h1{margin:0 0 .5rem;font-size:1.5rem}.auth-subtitle{margin:0 0 1.5rem;font-size:.9rem;color:var(--auth-subtitle, #888)}.auth-error{margin-bottom:1rem;padding:.75rem;border-radius:8px;background:#dc354526;color:#dc3545;font-size:.9rem}.auth-input{width:100%;box-sizing:border-box;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--input-border, #444);border-radius:8px;background:var(--input-bg, #1a1a1a);color:inherit}.auth-input:focus{outline:none;border-color:#646cff}.auth-button{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:none;background:#646cff;color:#fff;cursor:pointer;font-weight:500}.auth-button:hover:not(:disabled){background:#535bf2}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-resend{margin-top:1rem}.auth-link{display:inline-block;margin-top:.5rem;padding:0;font-size:.9rem;background:none;border:none;color:#646cff;cursor:pointer;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-link:disabled{opacity:.7;cursor:not-allowed}.auth-back{margin-top:1rem}.auth-loading,.auth-forbidden{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1.1rem;color:var(--muted, #888)}.cabinet-page{max-width:960px;margin:0 auto;padding:1.5rem;text-align:left}.cabinet-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border, rgba(255, 255, 255, .1))}.cabinet-user{flex:1;font-size:.95rem;color:var(--muted, #888)}@media(prefers-color-scheme:light){.auth-card{--auth-card-bg: #fff;--auth-card-border: #e0e0e0;--auth-subtitle: #666}.auth-input{--input-border: #ccc;--input-bg: #fff}.cabinet-header{--border: #e0e0e0}.cabinet-user{--muted: #666}}
