:root{--bg-color: #1a1a1a;--text-color: #ffffff;--accent-color: #ff5f1f;--secondary-bg: #222222;--success-color: #4caf50;--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}.card{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.5;font-weight:400;min-height:100vh}button{cursor:pointer;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.manual-log-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;align-items:end}.form-group label{display:block;margin-bottom:.4rem;font-size:.75rem;color:#666}.form-group input{width:100%;padding:10px;border-radius:6px;background:#1a1a1a;border:1px solid #333;color:#fff;font-family:inherit;height:42px}.form-actions button{background:#333;color:#fff;padding:0 20px;border-radius:6px;border:1px solid #444;height:42px;font-weight:600;width:100%;transition:background .2s}.logger-card{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.form-actions button:hover{background:#333;border-color:#555}
