*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f7;color:#333}.sidebar{width:240px;min-height:100vh;background:#1a1a2e;color:#e0e0e0;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100}.sidebar-header{padding:24px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo{font-size:22px;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:12px 8px}.sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:#b0b0c0;text-decoration:none;font-size:14px;font-weight:400;transition:background .15s,color .15s}.sidebar-link:hover{background:#ffffff0f;color:#e0e0e0}.sidebar-link--active{background:#6366f126;color:#818cf8;font-weight:600}.sidebar-icon{font-size:18px;width:24px;text-align:center}.sidebar-label{white-space:nowrap}.app-layout{display:flex;min-height:100vh}.app-content{margin-left:240px;flex:1;padding:32px;background:#f5f5f7;min-height:100vh}.stats-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s}.stats-card:hover{box-shadow:0 4px 12px #0000001a}.stats-card-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0f0ff;border-radius:12px}.stats-card-body{display:flex;flex-direction:column}.stats-card-value{font-size:28px;font-weight:700;color:#1a1a2e;line-height:1}.stats-card-label{font-size:13px;color:#888;margin-top:4px}.stats-card--skeleton{pointer-events:none}.skeleton-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-value{width:48px;height:28px;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-label{width:80px;height:14px;border-radius:4px;margin-top:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.alerts-section{margin-top:32px}.alerts-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 12px}.alerts-empty{background:#fff;border-radius:10px;padding:24px;text-align:center;color:#888;font-size:14px}.alerts-list{display:flex;flex-direction:column;gap:8px}.alert-item{display:flex;align-items:center;gap:12px;background:#fff;border-radius:10px;padding:14px 16px;border-left:4px solid #e0e0e0}.alert-item--captcha{border-left-color:#f59e0b}.alert-item--failed_application{border-left-color:#ef4444}.alert-item--manual_action{border-left-color:#8b5cf6}.alert-icon{font-size:20px;width:28px;text-align:center;flex-shrink:0}.alert-content{flex:1;display:flex;flex-direction:column;gap:2px}.alert-message{font-size:14px;color:#333}.alert-time{font-size:12px;color:#999}.alert-dismiss{background:none;border:none;color:#aaa;cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px;transition:background .15s,color .15s}.alert-dismiss:hover{background:#f0f0f0;color:#333}.error-banner{display:flex;align-items:center;gap:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:14px 18px;margin-bottom:24px}.error-banner-icon{font-size:20px}.error-banner-message{flex:1;font-size:14px;color:#991b1b}.error-banner-retry{background:#ef4444;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}.error-banner-retry:hover{background:#dc2626}.dashboard-page{max-width:1000px}.page-title{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.last-run-section{margin-top:32px}.section-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 12px}.last-run-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.last-run-item{background:#fff;border-radius:10px;padding:16px 20px;display:flex;flex-direction:column;gap:4px}.last-run-label{font-size:13px;color:#888}.last-run-value{font-size:15px;font-weight:500;color:#1a1a2e}.not-found-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.not-found-code{font-size:72px;font-weight:800;color:#d1d5db;margin:0;line-height:1}.not-found-text{font-size:18px;color:#666;margin:12px 0 24px}.not-found-link{color:#6366f1;text-decoration:none;font-weight:500;font-size:15px}.not-found-link:hover{text-decoration:underline}
