:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#15213a;background:#f4f6fb;font-synthesis:none;--navy: #14213d;--blue: #2563eb;--blue-soft: #e8f0ff;--amber: #f59e0b;--red: #dc2626;--border: #dfe5ef;--muted: #667085;--card: #ffffff;--shadow: 0 10px 32px rgba(20, 33, 61, .08)}*{box-sizing:border-box}html{background:#f4f6fb}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6fb}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}.app-shell{min-height:100vh;padding-bottom:calc(82px + env(safe-area-inset-bottom))}.app-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;min-height:68px;padding:calc(10px + env(safe-area-inset-top)) 18px 10px;color:#fff;background:#14213df7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-header>div:first-child{display:flex;flex-direction:column;gap:2px}.app-header span{font-size:10px;font-weight:800;letter-spacing:.18em;color:#93c5fd}.app-header strong{font-size:17px}.header-actions{display:flex;gap:8px}.header-actions button,.icon-button{min-height:44px;border:1px solid rgba(255,255,255,.25);border-radius:12px;color:inherit;background:#ffffff1a;padding:0 12px;font-weight:700}.app-main{width:min(100%,1040px);margin:0 auto;padding:22px 15px 36px}.offline-banner{position:sticky;top:0;z-index:40;padding:8px;text-align:center;color:#7c2d12;background:#ffedd5;font-size:13px;font-weight:700}.screen-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.screen-title h1{margin:2px 0 0;color:var(--navy);font-size:clamp(26px,8vw,38px);line-height:1.05;letter-spacing:-.04em}.eyebrow{display:block;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.screen-actions .icon-button{color:var(--navy);border-color:var(--border);background:#fff;font-size:20px}.text-link{display:inline-flex;min-height:44px;align-items:center;color:var(--blue);font-weight:800;text-decoration:none}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:24px}.summary-grid.two{grid-template-columns:repeat(2,1fr)}.summary-card{display:flex;min-height:90px;flex-direction:column;justify-content:center;padding:14px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.summary-card strong{font-size:28px;line-height:1}.summary-card span{margin-top:7px;color:var(--muted);font-size:11px;font-weight:700}.summary-card.primary{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.summary-card.danger{color:#b91c1c;background:#fff1f2;border-color:#fecdd3}.section-block{margin:24px 0}.section-block h2,.section-card h2{margin:0 0 14px;color:var(--navy);font-size:18px;letter-spacing:-.02em}.section-card{margin:14px 0;padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--card);box-shadow:var(--shadow)}.candidate-list{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.candidate-row{display:flex;min-height:96px;flex-direction:column;justify-content:center;padding:14px 16px;border-bottom:1px solid #edf0f5;text-decoration:none;transition:background .15s}.candidate-row:last-child{border-bottom:0}.candidate-row:active{background:#f1f5f9}.candidate-row__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.candidate-row__top strong{font-size:15px;line-height:1.35}.candidate-row__meta{margin-top:7px;color:#334155;font-size:13px;font-weight:700}.candidate-row__date{margin-top:3px;color:var(--muted);font-size:12px}.stage-pill{max-width:48%;padding:5px 8px;border-radius:999px;color:#1e40af;background:#dbeafe;font-size:10px;font-weight:800;text-align:right}.stage-support{color:#92400e;background:#fef3c7}.stage-terminal{color:#475569;background:#e2e8f0}.filter-panel{display:grid;gap:12px;margin-bottom:16px;padding:15px;border-radius:20px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}.field{display:flex;flex-direction:column;gap:7px;margin:10px 0}.field>span{color:#475569;font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #cfd7e5;border-radius:13px;color:var(--navy);background:#fff;outline:none}.field textarea{min-height:94px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}.result-count{margin:10px 2px;color:var(--muted);font-size:12px;font-weight:700}.pagination{display:flex;align-items:center;justify-content:space-between;margin:16px 0}.pagination button,.row-actions button,.sync-row button,.secret-card button{min-height:44px;padding:0 13px;border:1px solid var(--border);border-radius:12px;color:#334155;background:#fff;font-weight:700}.pagination button:disabled{opacity:.4}.primary-button,.secondary-button,.call-button{display:inline-flex;width:100%;min-height:50px;align-items:center;justify-content:center;margin-top:10px;border:0;border-radius:14px;padding:0 16px;font-weight:850;text-decoration:none}.primary-button,.call-button{color:#fff;background:var(--blue);box-shadow:0 8px 18px #2563eb38}.secondary-button{color:#1d4ed8;background:var(--blue-soft);border:1px solid #bfdbfe}button:disabled{cursor:default;opacity:.55}.hero-card{padding:20px;border-radius:24px;color:#fff;background:linear-gradient(145deg,#14213d,#1e3a6d);box-shadow:0 18px 40px #14213d38}.hero-card__stage{font-size:20px;font-weight:850}.hero-card__meta{margin-top:7px;color:#cbd5e1;font-size:13px}.hero-card .call-button{margin-top:18px;color:var(--navy);background:#fbbf24;box-shadow:none}.warning-box{margin-top:15px;padding:12px;border-radius:12px;color:#7c2d12;background:#ffedd5}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.detail-grid>div{display:flex;min-height:82px;flex-direction:column;justify-content:center;padding:13px;border:1px solid var(--border);border-radius:16px;background:#fff}.detail-grid span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.detail-grid strong{margin-top:5px;font-size:13px;line-height:1.35}.two-column-actions{display:grid;gap:0}.timeline-item{position:relative;display:grid;grid-template-columns:20px 1fr;gap:11px;padding:11px 0 15px;border-bottom:1px solid #edf0f5}.timeline-item:last-child{border:0}.timeline-icon{width:12px;height:12px;margin-top:4px;border:3px solid #93c5fd;border-radius:50%;background:#fff}.timeline-attempt{border-color:#fbbf24}.timeline-audit{border-color:#94a3b8}.timeline-item p{margin:5px 0;color:#475569;font-size:13px;white-space:pre-wrap}.timeline-item small{color:var(--muted);font-size:11px}.problem-list{display:grid;gap:9px}.problem-row{display:flex;min-height:90px;flex-direction:column;justify-content:center;padding:13px;border:1px solid #fecdd3;border-radius:15px;text-decoration:none;background:#fff7f7}.problem-row>span:not(.problem-badge),.user-row span,.sync-row span{margin-top:4px;color:var(--muted);font-size:12px}.problem-row small{margin-top:3px;color:#9f1239}.problem-badge{align-self:flex-start;margin-bottom:5px;padding:3px 7px;border-radius:99px;color:#9f1239;background:#ffe4e6;font-size:10px;font-weight:850}.system-row{display:flex;flex-direction:column;gap:5px;padding:12px 0;border-bottom:1px solid var(--border)}.system-row span{color:var(--muted);font-size:12px;word-break:break-word}.user-list,.sync-list{display:grid;gap:10px}.user-row,.sync-row{display:grid;gap:10px;padding:13px;border:1px solid var(--border);border-radius:15px}.user-row>div:first-child,.sync-row>div:first-child{display:flex;flex-direction:column}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.danger-text{color:var(--red)!important}.secret-card{display:flex;flex-direction:column;gap:8px;margin:14px 0;padding:16px;border:1px solid #fde68a;border-radius:18px;color:#713f12;background:#fffbeb}.secret-card code{padding:8px;border-radius:8px;background:#fff;font-weight:800;word-break:break-all}.sync-counts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.sync-counts span{display:flex;gap:5px;padding:7px 9px;border-radius:9px;background:#f1f5f9;font-size:11px}.sync-row small{color:var(--red);word-break:break-word}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:flex;justify-content:center;min-height:calc(66px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav a{display:flex;width:min(20%,120px);min-height:54px;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:12px;color:#64748b;font-size:9px;font-weight:750;text-decoration:none}.bottom-nav a span{font-size:20px;font-weight:900}.bottom-nav a.active{color:var(--blue);background:#eff6ff}.login-page{min-height:100vh;display:grid;align-content:center;gap:24px;padding:max(24px,env(safe-area-inset-top)) 18px max(24px,env(safe-area-inset-bottom));background:linear-gradient(160deg,#14213d 0 45%,#f4f6fb 45%)}.login-brand{display:flex;align-items:flex-start;gap:14px;color:#fff}.brand-mark{display:grid;width:52px;height:52px;place-items:center;flex:0 0 auto;border-radius:16px;color:var(--navy);background:#fbbf24;font-size:20px;font-weight:950}.login-brand>div>span{font-size:10px;font-weight:900;letter-spacing:.15em;color:#93c5fd}.login-brand h1{margin:5px 0 7px;font-size:34px;line-height:1;letter-spacing:-.04em}.login-brand p{margin:0;color:#cbd5e1;font-size:13px}.login-card{width:min(100%,430px);margin:0 auto;padding:22px;border-radius:24px;background:#fff;box-shadow:0 24px 70px #0f172a33}.login-card h1,.login-card h2{margin:0 0 16px;color:var(--navy)}.login-card p{color:var(--muted)}.login-card small{display:block;margin-top:14px;color:var(--muted);text-align:center}.centered{display:grid;min-height:100vh;place-items:center;padding:20px}.loading{display:flex;min-height:150px;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-weight:700}.loading span{width:20px;height:20px;border:3px solid #cbd5e1;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{padding:24px 14px;color:var(--muted);text-align:center;font-size:13px}.toast{position:fixed;right:14px;bottom:calc(82px + env(safe-area-inset-bottom));left:14px;z-index:60;padding:13px 16px;border-radius:14px;color:#fff;background:#166534;box-shadow:0 12px 30px #0003;font-weight:750;text-align:center}.toast-error{background:#991b1b}@media(min-width:720px){.app-main{padding:30px 24px 50px}.filter-panel{grid-template-columns:2fr 1fr;align-items:end}.two-column-actions{grid-template-columns:1fr 1fr;gap:14px}.detail-grid{grid-template-columns:repeat(4,1fr)}.login-page{grid-template-columns:1fr 430px;align-items:center;padding:8vw;background:linear-gradient(105deg,#14213d 0 55%,#f4f6fb 55%)}.login-brand h1{font-size:52px}.toast{right:24px;left:auto;width:380px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important}}
