body{background:#0b0e14;color:#e0e6ed;font-family:Inter,sans-serif;margin:0;overflow:hidden}.dashboard{display:flex;flex-direction:column;height:100vh}.app-header{background:#151921;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #232936;box-shadow:0 4px 20px #00000080}.app-header h1{margin:0;font-size:1.5rem}.app-header .badge{font-size:.8rem;color:#00a3ff;opacity:.8}.app-header .header-meta{font-size:.9rem;opacity:1}.btn-premium{background:linear-gradient(135deg,#00c6ff,#0072ff);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-weight:800;cursor:pointer;transition:.3s;box-shadow:0 0 20px #0072ff66}.btn-premium:hover:not(:disabled){transform:scale(1.05);filter:brightness(1.1)}.btn-premium:disabled{background:#374151;box-shadow:none;opacity:.5;cursor:not-allowed}.content-single{flex:1;padding:20px;display:flex;flex-direction:column;overflow:hidden}#log-screen{flex:1;padding:20px;overflow-y:auto;background:#05070a;border:1px solid #232936;border-radius:6px;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.6}.log-entry{margin-bottom:8px;display:flex}.log-entry.log-cmd{background:#11141b;margin:5px 0 10px 130px;padding:10px;border-left:4px solid #00a3ff;border-radius:4px}.log-entry.log-cmd code{color:#58a6ff;font-size:1.1rem}.log-entry.log-error{color:#ff5252}.log-entry.log-success{color:#00e676}.log-time{color:#00a3ff;width:110px;flex-shrink:0;border-right:1px solid #232936;margin-right:20px}.log-step{background:#00a3ff;color:#e0e6ed;border:1px solid #e0e6ed;border-radius:4px;padding:2px 8px}.inline-file-list{background:#0d1117;border:1px solid #30363d;border-radius:8px;margin:0 0 20px 130px;padding:15px;max-width:500px}.inline-file-list .file-row{display:flex;justify-content:space-between;font-size:.8rem;padding:5px 0;border-bottom:1px solid #21262d}.inline-file-list .file-row b{color:#00a3ff}.inline-file-list .file-row:last-child{border-bottom:none}.highlight-speed{font-weight:800;color:#00e676;text-shadow:0 0 8px rgba(0,230,118,.3)}.global-progress-container{position:fixed;top:0;left:0;width:100%;height:4px;z-index:1000}.global-progress-container .progress-bar{height:100%;background:#00a3ff;width:0%;transition:width .2s;box-shadow:0 0 10px #00a3ff}
