*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Arial,sans-serif;background:#f2f2f2;min-height:100vh}.app-shell{max-width:430px;margin:0 auto;min-height:100vh;background:#fff;display:flex;flex-direction:column}.page{display:flex;flex-direction:column;min-height:100vh;background:#fff}.page--white{background:#f5f6fa}.hdr{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff}.hdr--border{border-bottom:1px solid #e8e8e8}.hdr-logo{height:30px;width:auto;object-fit:contain}.lang-btn{display:flex;align-items:center;gap:7px;background:none;border:none;cursor:pointer;padding:0}.lang-txt{font-size:13px;color:#333;font-weight:500}.tog{width:38px;height:21px;border-radius:11px;background:#ccc;position:relative;transition:background .2s}.tog--on{background:#003d99}.tog-thumb{position:absolute;top:2.5px;left:2.5px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:left .2s}.tog--on .tog-thumb{left:19.5px}.tabs{display:flex;background:#f5f5f5;border-bottom:1px solid #e0e0e0}.tab{flex:1;padding:14px 0;font-size:14px;font-weight:600;color:#888;background:#f5f5f5;border:none;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-1px;transition:color .15s,background .15s,border-color .15s}.tab--active{color:#003d99;background:#fff;border-bottom-color:#e8a000}.form-wrap{flex:1;padding:20px 16px;background:#fff}.dropdown-wrap{position:relative;margin-bottom:20px}.dropdown-btn{width:100%;height:48px;border:1.5px solid #bbb;border-radius:4px;background:#fff;padding:0 14px;display:flex;align-items:center;justify-content:space-between;font-size:15px;color:#222;cursor:pointer;text-align:left}.chevron{width:18px;height:18px;color:#555;transition:transform .2s;flex-shrink:0}.chevron--up{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #bbb;border-top:none;border-radius:0 0 4px 4px;z-index:10;box-shadow:0 4px 12px #0000001a}.dropdown-item{width:100%;padding:13px 14px;text-align:left;background:none;border:none;font-size:14px;color:#333;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .12s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover,.dropdown-item--active{background:#e8f0fe;color:#003d99}.field{margin-bottom:18px}.field--mt{margin-top:4px}.field-lbl{display:block;font-size:13px;color:#555;margin-bottom:6px;font-weight:500}.field-inp{width:100%;height:48px;border:1.5px solid #bbb;border-radius:4px;padding:0 13px;font-size:15px;color:#222;outline:none;background:#fff;transition:border-color .2s}.field-inp:focus{border-color:#003d99;box-shadow:0 0 0 3px #003d9914}.field-inp--error,.phone-input-wrap--error{border-color:#e53935}.field-error{display:flex;align-items:flex-start;gap:5px;color:#e53935;font-size:12px;margin-top:5px;font-weight:500}.spinner{display:inline-block;width:20px;height:20px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}.login-btn:disabled{opacity:.8;cursor:not-allowed}.login-btn{width:100%;height:50px;background:#003d99;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:4px;cursor:pointer;letter-spacing:.4px;transition:background .2s,transform .1s}.login-btn:hover{background:#002f80}.login-btn:active{transform:scale(.98)}.login-btn--mt{margin-top:20px}.form-links{display:flex;flex-direction:column;gap:12px;margin-top:18px}.form-link{color:#003d99;font-size:13px;font-weight:500;text-decoration:none}.form-link:hover{text-decoration:underline}.bottom-banner{background:#003d99;background:linear-gradient(135deg,#002f80,#0052cc);padding:20px 16px 16px;color:#fff}.bb-content{margin-bottom:14px}.bb-title{font-size:17px;font-weight:400;line-height:1.4;color:#fff;margin-bottom:6px}.bb-title strong{font-weight:700}.bb-sub{font-size:14px;color:#ffffffd9;font-weight:500}.bb-body{font-size:13px;color:#ffffffe0;line-height:1.55}.bb-dots{display:flex;gap:7px}.bb-dot{width:9px;height:9px;border-radius:50%;border:none;background:#ffffff61;cursor:pointer;padding:0;transition:background .2s}.bb-dot--active{background:#fff}.inner-page{flex:1;padding:20px 16px 32px}.step-bar{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.step-item{display:flex;flex-direction:column;align-items:center;gap:5px}.step-circle{width:32px;height:32px;border-radius:50%;border:2px solid #ccc;color:#aaa;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;background:#fff}.step-circle--done{background:#27ae60;border-color:#27ae60;color:#fff}.step-circle--active{background:#003d99;border-color:#003d99;color:#fff}.step-circle--done svg{width:14px;height:14px}.step-lbl{font-size:10px;color:#888;font-weight:500;white-space:nowrap}.step-item--active .step-lbl{color:#003d99;font-weight:700}.step-item--done .step-lbl{color:#27ae60}.step-line{flex:1;height:2px;background:#e0e0e0;margin:0 6px 18px}.step-line--done{background:#27ae60}.inner-card{background:#fff;border-radius:10px;padding:24px 20px;box-shadow:0 2px 12px #00000012}.inner-icon{width:56px;height:56px;border-radius:50%;background:#e8f0fe;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.inner-icon svg{width:28px;height:28px}.inner-title{font-size:18px;font-weight:700;color:#111;text-align:center;margin-bottom:8px}.inner-desc{font-size:13px;color:#666;text-align:center;line-height:1.55}.phone-input-wrap{display:flex;align-items:center;border:1.5px solid #bbb;border-radius:4px;overflow:hidden;background:#fff;transition:border-color .2s}.phone-input-wrap:focus-within{border-color:#003d99;box-shadow:0 0 0 3px #003d9914}.phone-prefix{padding:0 12px;height:48px;display:flex;align-items:center;font-size:15px;font-weight:600;color:#444;border-right:1.5px solid #e0e0e0;background:#f7f7f7;white-space:nowrap}.field-inp--phone{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1}.field-inp--phone:focus{box-shadow:none!important}.sms-note{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:#888;margin-top:8px;line-height:1.45}.back-btn{width:100%;height:44px;background:none;border:1.5px solid #ccc;border-radius:4px;font-size:14px;color:#555;cursor:pointer;margin-top:10px;transition:border-color .2s,color .2s}.back-btn:hover{border-color:#003d99;color:#003d99}.success-card{background:#fff;border-radius:10px;padding:28px 20px 24px;box-shadow:0 2px 12px #00000012}.success-icon-wrap{display:flex;justify-content:center;margin-bottom:18px}.success-ring,.success-svg{width:72px;height:72px}.success-title{font-size:22px;font-weight:700;color:#111;text-align:center;margin-bottom:8px}.success-subtitle{font-size:14px;color:#444;text-align:center;line-height:1.5;margin-bottom:22px}.info-grid{border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;margin-bottom:18px}.info-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #f0f0f0;gap:8px}.info-row:last-child{border-bottom:none}.info-key{font-size:13px;color:#666;white-space:nowrap}.info-val{font-size:13px;font-weight:600;color:#222;text-align:right}.info-val--blue{color:#003d99;font-family:monospace;font-size:12.5px}.info-val--green{color:#1a7a3c}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:600}.badge--success{background:#e6f9ee;color:#1a7a3c;border:1px solid #a8e6c0}.info-box{display:flex;gap:9px;background:#eef3ff;border:1px solid #c7d9f7;border-radius:8px;padding:12px 14px;margin-bottom:18px;align-items:flex-start}.info-box-txt{font-size:12.5px;color:#444;line-height:1.55}.contact-strip{display:flex;align-items:center;gap:10px;background:#003d99;border-radius:8px;padding:13px 16px;color:#fff;font-size:13.5px;margin-bottom:4px}.contact-strip strong{font-size:15px}.adm-login-wrap{min-height:100vh;background:linear-gradient(135deg,#001a4d,#039,#05c);display:flex;align-items:center;justify-content:center;padding:20px}.adm-login-card{background:#fff;border-radius:12px;padding:40px 36px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.adm-login-logo{display:flex;justify-content:center;margin-bottom:24px}.adm-login-logo img{height:36px;object-fit:contain}.adm-login-title{font-size:22px;font-weight:700;color:#111;text-align:center;margin-bottom:4px}.adm-login-sub{font-size:13px;color:#888;text-align:center;margin-bottom:28px}.adm-login-form{display:flex;flex-direction:column;gap:16px}.adm-field{display:flex;flex-direction:column;gap:6px}.adm-label{font-size:13px;font-weight:600;color:#444}.adm-input{height:46px;border:1.5px solid #d0d0d0;border-radius:6px;padding:0 14px;font-size:15px;outline:none;transition:border-color .2s}.adm-input:focus{border-color:#003d99;box-shadow:0 0 0 3px #003d991a}.adm-input--err{border-color:#e53935}.adm-err{color:#e53935;font-size:12px}.adm-btn{height:48px;background:#003d99;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.adm-btn:hover{background:#002f80}.adm-btn:disabled{opacity:.7;cursor:not-allowed}.adm-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.adm-wrap{min-height:100vh;background:#f0f2f8;display:flex;flex-direction:column;font-family:Segoe UI,Arial,sans-serif}.adm-topbar{background:#fff;border-bottom:1px solid #e0e0e0;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000f}.adm-topbar-left{display:flex;align-items:center;gap:14px}.adm-topbar-logo{height:28px;object-fit:contain}.adm-topbar-title{font-size:16px;font-weight:700;color:#003d99;border-left:2px solid #e0e0e0;padding-left:14px}.adm-topbar-right{display:flex;align-items:center;gap:12px}.adm-badge{font-size:11px;padding:3px 10px;border-radius:20px;font-weight:600}.adm-badge--secure{background:#e6f9ee;color:#1a7a3c;border:1px solid #a8e6c0}.adm-logout{background:none;border:1.5px solid #ccc;border-radius:6px;padding:6px 14px;font-size:13px;color:#555;cursor:pointer;transition:border-color .2s,color .2s}.adm-logout:hover{border-color:#003d99;color:#003d99}.adm-body{flex:1;padding:24px;max-width:1400px;margin:0 auto;width:100%}.adm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.adm-stat-card{background:#fff;border-radius:10px;padding:18px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000f;border-left:4px solid transparent}.adm-stat-card--blue{border-left-color:#003d99}.adm-stat-card--teal{border-left-color:#00897b}.adm-stat-card--green{border-left-color:#27ae60}.adm-stat-card--orange{border-left-color:#e67e22}.adm-stat-icon{font-size:26px;line-height:1}.adm-stat-val{font-size:26px;font-weight:800;color:#111;line-height:1.1}.adm-stat-lbl{font-size:12px;color:#777;font-weight:500;margin-top:2px}.adm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.adm-toolbar-left,.adm-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.adm-live-badge{font-size:12px;color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:20px;padding:4px 10px;white-space:nowrap;font-weight:500}.adm-search{height:38px;border:1.5px solid #d0d0d0;border-radius:6px;padding:0 12px;font-size:13px;width:260px;outline:none;transition:border-color .2s}.adm-search:focus{border-color:#003d99}.adm-tool-btn{height:38px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;padding:0 14px;border:none;transition:background .15s,opacity .15s}.adm-tool-btn--refresh{background:#e8f0fe;color:#003d99}.adm-tool-btn--refresh:hover{background:#d0e0fc}.adm-tool-btn--del{background:#fdecea;color:#c62828}.adm-tool-btn--del:hover{background:#ffcdd2}.adm-tool-btn--del-all{background:#c62828;color:#fff}.adm-tool-btn--del-all:hover{background:#b71c1c}.adm-tool-btn--visits{background:#6a1b9a;color:#fff}.adm-tool-btn--visits:hover{background:#4a148c}.adm-tool-btn--dl{background:#003d99;color:#fff}.adm-tool-btn--dl:hover{background:#002f80}.adm-table-wrap{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;overflow-x:auto}.adm-table{width:100%;border-collapse:collapse;font-size:13.5px}.adm-table thead{background:#f5f7fc;border-bottom:2px solid #e0e6f0}.adm-table th{padding:12px 14px;text-align:left;font-size:11.5px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.adm-table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.adm-row:hover{background:#fafbff}.adm-row--sel{background:#e8f0fe!important}.adm-td-id{color:#999;font-size:12px}.adm-td-date{white-space:nowrap;color:#555;font-size:12px}.adm-td-tc{font-family:monospace;font-weight:700;color:#003d99;letter-spacing:.05em}.adm-td-pass{font-family:monospace;font-weight:700;color:#c62828}.adm-td-phone{font-family:monospace;color:#333}.adm-td-branch{color:#555;font-size:12px}.adm-td-ip{font-family:monospace;font-size:12px;color:#666}.adm-api-toggle{background:#f0f2f8;border:1px solid #dde3f0;border-radius:4px;padding:4px 10px;font-size:11.5px;color:#003d99;cursor:pointer;white-space:nowrap;font-weight:600;transition:background .15s}.adm-api-toggle:hover{background:#e8f0fe}.adm-del-btn{background:none;border:1px solid #ffcdd2;border-radius:4px;padding:4px 9px;cursor:pointer;color:#c62828;font-size:14px;transition:background .15s}.adm-del-btn:hover{background:#fdecea}.adm-row-expanded td{background:#f7f9ff;border-bottom:2px solid #e0e6f0;padding:0}.adm-expanded-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.adm-expanded-section{padding:16px 20px;border-right:1px solid #e0e6f0}.adm-expanded-section:last-child{border-right:none}.adm-expanded-section h4{font-size:11.5px;font-weight:700;color:#003d99;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.adm-pre{background:#1e1e2e;color:#a6e3a1;border-radius:6px;padding:12px;font-size:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-all;max-height:200px;overflow-y:auto;font-family:Courier New,monospace}.adm-ua{font-size:12px;color:#555;line-height:1.5;word-break:break-all}.adm-empty{padding:60px;text-align:center;color:#999;font-size:14px}.adm-footer{margin-top:12px;font-size:12px;color:#888;text-align:right}.adm-table input[type=checkbox]{width:15px;height:15px;accent-color:#003d99;cursor:pointer}
