File size: 14,159 Bytes
bbcfe72 666aab6 bbcfe72 666aab6 bbcfe72 527d436 bbcfe72 527d436 a20767f 527d436 666aab6 527d436 666aab6 a20767f 527d436 666aab6 a20767f 527d436 666aab6 527d436 666aab6 527d436 a20767f 666aab6 527d436 bbcfe72 527d436 bbcfe72 666aab6 527d436 bbcfe72 527d436 bbcfe72 666aab6 527d436 a20767f 527d436 bbcfe72 527d436 666aab6 527d436 bbcfe72 666aab6 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 666aab6 bbcfe72 666aab6 bbcfe72 527d436 666aab6 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 bbcfe72 527d436 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
/* βββ Theme Variables βββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
/* DARK (default) */
:root,
[data-theme="dark"] {
--void: #05060d;
--surface-1: #0a0c16;
--surface-2: #0e1121;
--surface-3: #131729;
--surface-4: #191e32;
--surface-5: #1f263b;
--border: rgba(255,255,255,0.06);
--border-hover: rgba(255,255,255,0.12);
--text-primary: #e8eaf0;
--text-secondary: #8892a4;
--text-muted: #4a5568;
--accent: #7c3aed;
--accent-bright: #8b5cf6;
--accent-glow: rgba(124,58,237,0.25);
}
/* AMOLED */
[data-theme="amoled"] {
--void: #000000;
--surface-1: #050505;
--surface-2: #0a0a0a;
--surface-3: #0f0f0f;
--surface-4: #141414;
--surface-5: #1a1a1a;
--border: rgba(255,255,255,0.05);
--border-hover: rgba(255,255,255,0.10);
--text-primary: #ffffff;
--text-secondary: #888888;
--text-muted: #444444;
--accent: #6d28d9;
--accent-bright: #7c3aed;
--accent-glow: rgba(109,40,217,0.3);
}
/* NEON */
[data-theme="neon"] {
--void: #020010;
--surface-1: #06001a;
--surface-2: #0a0025;
--surface-3: #0e0030;
--surface-4: #130040;
--surface-5: #180050;
--border: rgba(139,92,246,0.2);
--border-hover: rgba(139,92,246,0.4);
--text-primary: #f0e8ff;
--text-secondary: #a78bfa;
--text-muted: #6d28d9;
--accent: #a855f7;
--accent-bright: #d946ef;
--accent-glow: rgba(168,85,247,0.4);
}
/* GLASS */
[data-theme="glass"] {
--void: #1a1a2e;
--surface-1: rgba(255,255,255,0.05);
--surface-2: rgba(255,255,255,0.08);
--surface-3: rgba(255,255,255,0.1);
--surface-4: rgba(255,255,255,0.12);
--surface-5: rgba(255,255,255,0.15);
--border: rgba(255,255,255,0.12);
--border-hover: rgba(255,255,255,0.2);
--text-primary: #ffffff;
--text-secondary: #cbd5e1;
--text-muted: #94a3b8;
--accent: #818cf8;
--accent-bright: #a5b4fc;
--accent-glow: rgba(129,140,248,0.3);
}
/* Shorthand aliases */
:root {
--purple: var(--accent);
--purple-bright: var(--accent-bright);
--purple-glow: var(--accent-glow);
--blue: #3b82f6;
--blue-bright: #60a5fa;
--cyan: #22d3ee;
--green: #22c55e;
--amber: #f59e0b;
--pink: #ec4899;
--red: #ef4444;
}
/* βββ Base Reset ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
background: var(--void);
color: var(--text-primary);
font-family: 'Inter', system-ui, -apple-system, sans-serif;
overflow: hidden;
height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* βββ Scrollbar βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
::-webkit-scrollbar { width: 3px; height: 3px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.15); }
/* βββ Mono Font βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
code, pre, .font-mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
/* βββ Glass Morphism ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.glass {
background: rgba(255,255,255,0.04);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,0.07);
}
.glass-hover:hover {
background: rgba(255,255,255,0.06);
border-color: rgba(255,255,255,0.12);
}
.glass-purple {
background: rgba(124,58,237,0.08);
backdrop-filter: blur(20px);
border: 1px solid rgba(124,58,237,0.2);
}
.glass-card {
background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
backdrop-filter: blur(24px);
border: 1px solid rgba(255,255,255,0.07);
border-radius: 16px;
}
/* βββ Card ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.card {
background: var(--surface-2);
border: 1px solid var(--border);
border-radius: 14px;
transition: border-color 0.2s;
}
.card:hover { border-color: var(--border-hover); }
/* βββ Nav Item ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.nav-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 10px;
border-radius: 9px;
font-size: 13px;
color: var(--text-secondary);
cursor: pointer;
transition: all 0.15s;
border: none;
background: transparent;
white-space: nowrap;
}
.nav-item:hover {
background: rgba(255,255,255,0.05);
color: var(--text-primary);
}
.nav-item.active {
background: rgba(124,58,237,0.12);
color: var(--accent-bright);
border: 1px solid rgba(124,58,237,0.2);
}
/* βββ Button ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
border-radius: 9px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all 0.15s;
border: none;
}
.btn-primary {
background: linear-gradient(135deg, var(--accent), #4f46e5);
color: #fff;
box-shadow: 0 0 20px rgba(124,58,237,0.3);
}
.btn-primary:hover {
transform: translateY(-1px);
box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}
.btn-secondary {
background: rgba(255,255,255,0.06);
color: var(--text-secondary);
border: 1px solid var(--border);
}
.btn-secondary:hover {
background: rgba(255,255,255,0.08);
color: var(--text-primary);
}
/* βββ Input βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.input {
background: var(--surface-3);
border: 1px solid var(--border);
border-radius: 10px;
padding: 9px 14px;
color: var(--text-primary);
font-size: 14px;
outline: none;
width: 100%;
transition: border-color 0.2s, box-shadow 0.2s;
}
.input:focus {
border-color: rgba(124,58,237,0.4);
box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
}
.input::placeholder { color: var(--text-muted); }
/* βββ Badge / Pill ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.badge {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 3px 8px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
}
.badge-green { background: rgba(34,197,94,0.12); color: #4ade80; border: 1px solid rgba(34,197,94,0.2); }
.badge-red { background: rgba(239,68,68,0.12); color: #f87171; border: 1px solid rgba(239,68,68,0.2); }
.badge-yellow { background: rgba(245,158,11,0.12); color: #fbbf24; border: 1px solid rgba(245,158,11,0.2); }
.badge-purple { background: rgba(124,58,237,0.12); color: #a78bfa; border: 1px solid rgba(124,58,237,0.2); }
.badge-cyan { background: rgba(34,211,238,0.12); color: #22d3ee; border: 1px solid rgba(34,211,238,0.2); }
/* βββ Toggle Switch βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.toggle {
position: relative;
width: 44px;
height: 24px;
border-radius: 999px;
cursor: pointer;
transition: background 0.2s;
flex-shrink: 0;
border: none;
}
.toggle-thumb {
position: absolute;
top: 2px;
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
transition: left 0.2s cubic-bezier(0.4,0,0.2,1);
}
/* βββ Computer Use Panel (Manus-style) ββββββββββββββββββββββββββββββββββββββ */
.computer-use-panel {
background: var(--surface-1);
border-left: 1px solid var(--border);
height: 100%;
overflow-y: auto;
width: 360px;
flex-shrink: 0;
}
.computer-use-step {
padding: 10px 14px;
border-bottom: 1px solid var(--border);
display: flex;
gap: 10px;
align-items: flex-start;
}
.computer-use-step-icon {
width: 28px;
height: 28px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 14px;
}
/* βββ Status Dot ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.status-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.status-dot.online { background: #22c55e; box-shadow: 0 0 6px #22c55e88; }
.status-dot.offline { background: #ef4444; }
.status-dot.pending { background: #f59e0b; animation: pulse 1.5s infinite; }
/* βββ Code Block ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.code-block {
background: var(--surface-3);
border: 1px solid var(--border);
border-radius: 10px;
padding: 14px;
font-family: 'JetBrains Mono', monospace;
font-size: 12.5px;
overflow-x: auto;
white-space: pre-wrap;
word-break: break-word;
color: #e2e8f0;
}
/* βββ Animations ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes slideIn { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: none; } }
@keyframes slideRight { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes shimmer {
0% { background-position: -200% 0; }
100% { background-position: 200% 0; }
}
.animate-fade-in { animation: fadeIn 0.2s ease forwards; }
.animate-slide-in { animation: slideIn 0.2s ease forwards; }
.animate-blink { animation: blink 1s infinite; }
.shimmer {
background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.06) 50%, transparent 100%);
background-size: 200% 100%;
animation: shimmer 1.5s infinite;
}
/* βββ Streaming cursor ββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.streaming-cursor::after {
content: 'β';
color: var(--accent-bright);
animation: blink 1s infinite;
margin-left: 2px;
}
/* βββ Prose (Markdown) ββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
.prose-god {
line-height: 1.75;
font-size: 14px;
color: var(--text-primary);
}
.prose-god h1,.prose-god h2,.prose-god h3 {
font-weight: 700;
color: #fff;
margin: 1.2em 0 0.5em;
}
.prose-god h1 { font-size: 1.5em; }
.prose-god h2 { font-size: 1.25em; }
.prose-god h3 { font-size: 1.1em; }
.prose-god p { margin-bottom: 0.8em; }
.prose-god code {
background: var(--surface-3);
color: #c4b5fd;
padding: 1px 6px;
border-radius: 5px;
font-family: 'JetBrains Mono', monospace;
font-size: 0.88em;
}
.prose-god pre {
background: var(--surface-3);
border: 1px solid var(--border);
border-radius: 10px;
padding: 14px;
overflow-x: auto;
margin: 0.8em 0;
}
.prose-god pre code { background: none; padding: 0; color: #e2e8f0; font-size: 0.87em; }
.prose-god ul,.prose-god ol { padding-left: 1.5em; margin-bottom: 0.8em; }
.prose-god li { margin-bottom: 0.3em; }
.prose-god strong { color: #fff; font-weight: 600; }
.prose-god blockquote {
border-left: 3px solid var(--accent);
padding-left: 1em;
color: var(--text-secondary);
margin: 0.8em 0;
}
.prose-god a { color: var(--accent-bright); text-decoration: underline; }
.prose-god hr { border: none; border-top: 1px solid var(--border); margin: 1.5em 0; }
/* βββ Neon glow effects βββββββββββββββββββββββββββββββββββββββββββββββββββββ */
[data-theme="neon"] .card {
box-shadow: 0 0 0 1px rgba(168,85,247,0.15), inset 0 0 20px rgba(168,85,247,0.05);
}
[data-theme="neon"] .nav-item.active {
box-shadow: 0 0 12px rgba(168,85,247,0.3);
}
[data-theme="neon"] .btn-primary {
box-shadow: 0 0 20px rgba(168,85,247,0.5);
}
/* βββ Glass theme backdrop ββββββββββββββββββββββββββββββββββββββββββββββββββ */
[data-theme="glass"] body {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
[data-theme="glass"] .card {
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
|