.device-list-page{min-height:100%;background:#f3f4f6;color:#1f2937;padding:16px 20px 24px}.device-list-topbar{margin-bottom:16px}.device-list-breadcrumb{color:#6b7280;font-size:13px;margin-bottom:6px}.device-list-title{margin:0;font-size:22px;font-weight:600}.device-list-filters{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px}.device-list-filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,140px));gap:10px 12px}.device-list-filter-grid label{display:block}.device-list-filter-grid input,.device-list-filter-grid select{width:100%;max-width:140px;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;padding:6px 8px;background:#fff;color:#111827;font-size:13px}.device-list-filter-grid select:invalid,.device-list-filter-grid select option[value=""]{color:#9ca3af}.device-list-filter-actions{display:flex;align-items:center;gap:10px;margin-top:14px}.device-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:8px 16px;cursor:pointer}.device-btn:disabled{opacity:.5;cursor:not-allowed}.device-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.device-list-status{color:#6b7280;font-size:13px}.device-list-error{color:#dc2626;font-size:13px}.device-list-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:auto}.device-list-table{width:100%;border-collapse:collapse;min-width:1280px;font-size:13px}.device-list-table th,.device-list-table td{border-bottom:1px solid #eef2f7;padding:10px 12px;vertical-align:top;text-align:left}.device-list-table th{background:#f9fafb;color:#374151;font-weight:600;white-space:nowrap}.device-cell-block{min-width:180px;line-height:1.6}.device-cell-label{color:#6b7280;margin-right:6px}.device-empty-row{text-align:center;color:#6b7280;padding:32px 12px!important}.tag{display:inline-block;padding:1px 8px;border-radius:999px;font-size:12px;background:#f3f4f6;color:#374151}.tag-info{background:#dbeafe;color:#1d4ed8}.tag-success{background:#dcfce7;color:#15803d}.tag-danger{background:#fee2e2;color:#b91c1c}.tag-muted{background:#e5e7eb;color:#6b7280}.device-action-grid{display:grid;grid-template-columns:repeat(2,minmax(88px,1fr));gap:8px;min-width:190px}.device-action-btn{border:none;border-radius:6px;color:#fff;padding:8px 6px;font-size:12px;cursor:pointer}.device-action-btn-blue{background:#3b82f6}.device-action-btn-green{background:#22c55e}.device-action-btn-orange{background:#f97316}.device-action-btn-teal{background:#14b8a6}.device-action-btn-red{background:#ef4444}.device-action-btn-yellow{background:#eab308;color:#1f2937}.device-list-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:0 4px;color:#374151;font-size:13px}.device-list-pagination select{margin-left:8px;border:1px solid #d1d5db;border-radius:6px;padding:4px 8px}.device-pagination-pages{display:flex;align-items:center;gap:10px}@media(max-width:1200px){.device-list-filter-grid{grid-template-columns:repeat(auto-fill,minmax(120px,140px))}}@media(max-width:768px){.device-list-filter-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.device-list-filter-grid input,.device-list-filter-grid select{max-width:none}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,rgba(79,140,255,.18),transparent 42%),var(--color-bg)}.login-card{width:min(420px,100%);display:grid;gap:16px;padding:28px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-bg-elevated);box-shadow:0 24px 60px #00000047}.login-brand h1{margin:0 0 8px;font-size:24px}.login-brand p{margin:0;color:var(--color-text-muted);font-size:14px}.login-field{display:grid;gap:8px}.login-field span{font-size:13px;color:var(--color-text-muted)}.login-field input{width:100%;height:42px;padding:0 12px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);color:var(--color-text)}.login-field input:focus{outline:none;border-color:var(--color-primary)}.login-error{padding:10px 12px;border-radius:10px;background:#ff6b6b1f;color:var(--color-danger);font-size:13px}.login-submit{height:44px;border:none;border-radius:10px;background:var(--color-primary);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.login-submit:hover:not(:disabled){background:var(--color-primary-hover)}.login-submit:disabled{opacity:.6;cursor:not-allowed}:root{--color-bg: #0f1419;--color-bg-elevated: #1a2332;--color-bg-hover: #243044;--color-border: #2f3f56;--color-text: #e8eef7;--color-text-muted: #93a4bd;--color-primary: #4f8cff;--color-primary-hover: #3d78e6;--color-success: #3ecf8e;--color-danger: #ff6b6b;--color-warning: #f5a623;--color-online: #3ecf8e;--color-offline: #6b7c93;--color-keyboard: #b388ff;--color-command: #ffd166;--color-sms: #4dd0e1}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text)}.app-loading{min-height:100vh;display:grid;place-items:center;color:var(--color-text-muted)}.admin-layout-content{min-height:calc(100vh - 56px)}.admin-menu-link{all:unset;display:block;width:100%;cursor:pointer}a.secondary-button{text-decoration:none;display:inline-flex;align-items:center}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-rows:auto 1fr;min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--color-border);background:var(--color-bg-elevated)}.app-header-start{display:flex;align-items:center;gap:12px}.app-header-start h1{margin:0;font-size:20px}.connection-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--color-bg-hover);color:var(--color-text-muted);font-size:13px}.connection-badge.online{color:var(--color-success)}.connection-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.app-main{display:grid;grid-template-columns:240px minmax(720px,1fr) 300px;gap:16px;padding:16px;min-height:0}.app-main-remote{grid-template-columns:minmax(720px,1fr) 320px}.screen-panel-wide{grid-column:span 1}.screen-panel-body{padding:12px}.screen-viewer{display:flex;flex-direction:column;gap:12px;min-height:0;height:100%}.screen-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.screen-toolbar-start{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.screen-toolbar-end{display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex-shrink:0}.screen-toolbar label{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted)}.screen-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-muted);-webkit-user-select:none;user-select:none}.screen-toggle input{margin:0}.screen-toolbar select{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:8px;padding:6px 10px}.screen-meta{font-size:12px;color:var(--color-text-muted)}.screen-meta.screen-error{color:#f87171}.screen-meta.screen-keyguard{color:#fbbf24}.screen-unlock-input{width:140px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:8px;padding:6px 10px;font-size:13px}.screen-frame-wrap{display:flex;flex-direction:column;gap:8px;min-height:0;flex:1}.screen-dual-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;flex:1;min-height:0;align-items:start}.screen-stage{position:relative;width:100%;max-height:min(calc(100vh - 300px),72vw);margin:0 auto;border:1px solid var(--color-border);border-radius:12px;background:#000;overflow:hidden}.screen-stage-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;text-align:center;color:var(--color-text-muted);font-size:13px}.screen-stage--mirror .screen-interaction-surface{position:absolute;top:0;right:0;bottom:0;left:0}.screen-stage--mirror .screen-frame{width:100%;height:100%;max-height:none;object-fit:contain;border:none;border-radius:0;background:transparent}.screen-stage--assistant .screen-assistant-surface{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;border-radius:0}.screen-pane{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:0}.screen-pane-label{font-size:12px;font-weight:600;color:var(--color-text-muted)}.screen-pane-empty{min-height:280px}.screen-assistant-wrap{display:flex;flex-direction:column;gap:8px;min-width:0}.screen-assistant-meta{display:flex;flex-wrap:wrap;gap:8px}.screen-assistant-surface{position:relative;width:100%;background:linear-gradient(rgba(63,207,122,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(63,207,122,.12) 1px,transparent 1px),#000;background-size:36px 36px;border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.screen-assistant-node{position:absolute;margin:0;padding:2px 4px;border:1px solid rgba(63,207,122,.65);background:#00000059;color:#e8eef7;text-align:left;overflow:hidden;box-sizing:border-box;cursor:pointer}.screen-assistant-node--clickable{border-color:#4f8cffd9}.screen-assistant-node--labeled{background:#0000008c}.screen-assistant-node-label{display:block;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen-interaction-surface{position:relative;width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none;cursor:none}.screen-frame{display:block;width:100%;height:100%;max-height:calc(100vh - 220px);object-fit:contain;border:1px solid var(--color-border);border-radius:12px;background:#000;pointer-events:none}.screen-cursor-dot{position:absolute;border-radius:50%;background:#ffffff47;border:2px solid rgba(255,255,255,.55);box-shadow:0 0 8px #00000059;transform:translate(-50%,-50%);pointer-events:none;z-index:2}.screen-swipe-trail{position:absolute;height:4px;margin-top:-2px;background:linear-gradient(90deg,#60a5fa26,#60a5fabf);border-radius:999px;pointer-events:none;z-index:1;transform-origin:left center}.screen-hint{font-size:12px;color:var(--color-text-muted);text-align:center}.right-panel-body{display:flex;flex-direction:column;gap:16px;padding:12px}.right-log-section{min-height:0;flex:1;overflow:auto}.panel{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:12px;min-height:0;display:flex;flex-direction:column}.panel-header{padding:14px 16px;border-bottom:1px solid var(--color-border);font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.panel-header-sub{font-size:12px;font-weight:400;color:var(--color-text-muted)}.panel-body{padding:16px;overflow:auto;min-height:0;flex:1}.device-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.device-item{width:100%;text-align:left;border:1px solid var(--color-border);background:var(--color-bg);color:inherit;border-radius:10px;padding:12px;cursor:pointer}.device-item:hover,.device-item.active{background:var(--color-bg-hover);border-color:var(--color-primary)}.device-item-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.device-status{font-size:12px;padding:2px 8px;border-radius:999px}.device-status.online{background:#3ecf8e26;color:var(--color-online)}.device-status.offline{background:#6b7c9326;color:var(--color-offline)}.device-meta{font-size:12px;color:var(--color-text-muted);word-break:break-all}.form-grid{display:grid;gap:12px}.form-grid label{display:grid;gap:6px;font-size:13px;color:var(--color-text-muted)}.command-hint{margin:0;font-size:12px;color:var(--color-text-muted);line-height:1.5}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:8px;padding:10px 12px}.primary-button,.secondary-button{border:none;border-radius:8px;padding:10px 14px;cursor:pointer}.primary-button{background:var(--color-primary);color:#fff}.primary-button:hover{background:var(--color-primary-hover)}.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{background:var(--color-bg-hover);color:var(--color-text)}.toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.log-list{display:flex;flex-direction:column;gap:8px}.log-item{border:1px solid var(--color-border);border-radius:8px;padding:10px 12px;background:var(--color-bg)}.log-item.keyboard{border-left:3px solid var(--color-keyboard)}.log-item.sms{border-left:3px solid var(--color-sms)}.log-item.command{border-left:3px solid var(--color-command)}.log-item.system{border-left:3px solid var(--color-primary)}.log-meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--color-text-muted);margin-bottom:6px}.log-type{font-weight:600}.log-content{font-size:14px;white-space:pre-wrap;word-break:break-word}.empty-state{color:var(--color-text-muted);font-size:14px}@media(max-width:1100px){.app-main{grid-template-columns:1fr}}
