Design System v2.0.0 — Console Launch Edition
디자인 시스템 v2.0.0 — 콘솔 런치 에디션
デザインシステム v2.0.0 — コンソールランチエディション
System Initialization
시스템 초기화
システム初期化
Loading typography module
타이포그래피 모듈 로딩
タイポグラフィモジュール読込
100%
Loading color system
컬러 시스템 로딩
カラーシステム読込
100%
Loading layout engine
레이아웃 엔진 로딩
レイアウトエンジン読込
100%
Loading component library
컴포넌트 라이브러리 로딩
コンポーネントライブラリ読込
100%
Initializing motion system
모션 시스템 초기화
モーションシステム初期化
100%
Verifying accessibility compliance
접근성 규정 검증
アクセシビリティ準拠確認
100%
$ design-system --info
───────────────────────────────────
System Design System v2.0
Edition Console Launch
Status ● Active
───────────────────────────────────
Modules:
✓ Typography — JetBrains Mono + IBM Plex Sans
✓ Color — 7 tokens, dark palette
✓ Layout — Layered panels, grid system
✓ Components — Tabs, keys, status bars
✓ Motion — Cursor blink, progress fill
───────────────────────────────────
$
───────────────────────────────────
System Design System v2.0
Edition Console Launch
Status ● Active
───────────────────────────────────
Modules:
✓ Typography — JetBrains Mono + IBM Plex Sans
✓ Color — 7 tokens, dark palette
✓ Layout — Layered panels, grid system
✓ Components — Tabs, keys, status bars
✓ Motion — Cursor blink, progress fill
───────────────────────────────────
$
colors.css
typography.css
layout.css
config.json
1/* ── Console Launch: Color Tokens ── */
2
3:root {
4 --bg: #05070c;
5 --panel: #11131a;
6 --surface: #181c25;
7 --line: #22293a;
8 --text: #d7dbe6;
9 --muted: #8890a2;
10 --green: #1ece79;
11}
12
13/* ── Surface Layers ── */
14.workspace {
15 background: linear-gradient(180deg, #0c111a, #0a0f18);
16 border-radius: 14px;
17 border: 1px solid var(--line);
18}
Live Preview
실시간 미리보기
ライブプレビュー
--bg
--panel
--surface
--green
Typography
타이포그래피
タイポグラフィ
JetBrains Mono 400
IBM Plex Sans KR
AI Request Prompt
Design a landing page in Console Launch style — IDE-inspired layered dark panels with tab navigation and keycap UI elements. COLOR TOKENS: --bg: #05070c --panel: #11131a --surface: #181c25 --border: #22293a --text: #d7dbe6 --text-muted: #8890a2 --accent-1: #1ece79 --workspace-bg-start: #0c111a --workspace-bg-end: #0a0f18 --onboard-bg: #121722 --tab-bg: #1b202b --tab-border: #252d3f --key-bg: #0f131c --key-border: #2e3649 Background: radial-gradient(circle at 50% -20%, #0f1522 0%, transparent 40%), #05070c. No other colors. TYPOGRAPHY: Heading: "IBM Plex Sans" 700 Body: "IBM Plex Sans" 400 Code/Labels: "JetBrains Mono" 700 (brand), 600 (headings), 400 (keys/footer) Scale: clamp(1.35rem, 3vw, 2rem) for headline, 1.05rem for h2, 0.88rem tabs, 0.84rem keys, 0.78rem footer Body line-height: 1.75 Heading line-height: default UI: Workspace: border-radius 14px, border 1px solid #1b2231, bg linear-gradient(180deg, #0c111a, #0a0f18), min-height 64vh. Onboard card: border-radius 14px, border 1px solid #21283a, bg #121722, padding clamp(20px, 3.6vw, 34px), max-width min(720px, 92vw). Tab bar: border-bottom 1px solid #1a2131, tabs with border-radius 9px, border 1px solid #252d3f, bg #1b202b, active bg #242a37. Quick section: border-radius 12px, border 1px solid #242c40, bg #171b26, padding 14px. Keycap tags: border-radius 6px, border 1px solid #2e3649, bg #0f131c, padding 4px 8px, mono font 0.84rem. Terminal icon: 42x42px, border-radius 8px, border 1px solid rgba(30,206,121,0.65), color var(--accent-1). Cursor: width 10px, height 1.1em, border-radius 2px, bg var(--accent-1), blink animation 1.05s steps(1, end) infinite. Buttons: pill shape (border-radius 999px), border 1px solid rgba(30,206,121,0.65), color #9ef2c6, bg transparent. Prompt box: border-radius 12px, border 1px solid #243047, bg #0f141f. LAYOUT: Content max-width: min(1280px, 95vw) Shell padding: 12px 0 36px Workspace padding: 26px, display grid place-items center Onboard width: min(720px, 92vw) Keys: flex-wrap, gap 8px MOTION: Cursor blink only: opacity 1↔0, 1050ms steps(1, end) infinite. No entrance animations — keep static and tool-like. Respect prefers-reduced-motion. RESPONSIVE: 720px: tab padding 6px 8px, font-size 0.8rem; panels and keys stack; content width 92vw 1024px: full layout with max-width 1280px, workspace with generous 26px padding FORBIDDEN: - Light or white backgrounds - Multiple accent colors (green #1ece79 only) - Heavy gradients or blur effects (flat layered surfaces only) - Entrance animations (cursor blink is the sole animation) - Horizontal scroll at any viewport - Serif fonts OUTPUT: 1) Color + typography tokens as CSS custom properties 2) Tab bar / Workspace / Onboard panel (headline + intro + quick guide + keys) / Footer structure 3) Semantic HTML + CSS with responsive support
Console Launch 스타일의 랜딩 페이지를 디자인해줘 — IDE에서 영감받은 계층적 다크 패널에 탭 내비게이션과 키캡 UI 요소. 색상 토큰: --bg: #05070c --panel: #11131a --surface: #181c25 --border: #22293a --text: #d7dbe6 --text-muted: #8890a2 --accent-1: #1ece79 --workspace-bg-start: #0c111a --workspace-bg-end: #0a0f18 --onboard-bg: #121722 --tab-bg: #1b202b --tab-border: #252d3f --key-bg: #0f131c --key-border: #2e3649 배경: radial-gradient(circle at 50% -20%, #0f1522 0%, transparent 40%), #05070c. 다른 색상 사용 금지. 타이포그래피: 제목: "IBM Plex Sans" 700 본문: "IBM Plex Sans" 400 코드/라벨: "JetBrains Mono" 700 (브랜드), 600 (제목), 400 (키/푸터) 스케일: headline에 clamp(1.35rem, 3vw, 2rem), h2에 1.05rem, 탭 0.88rem, 키 0.84rem, 푸터 0.78rem 본문 줄간격: 1.75 제목 줄간격: 기본값 UI: 워크스페이스: border-radius 14px, border 1px solid #1b2231, bg linear-gradient(180deg, #0c111a, #0a0f18), min-height 64vh. 온보드 카드: border-radius 14px, border 1px solid #21283a, bg #121722, padding clamp(20px, 3.6vw, 34px), max-width min(720px, 92vw). 탭 바: border-bottom 1px solid #1a2131, 탭에 border-radius 9px, border 1px solid #252d3f, bg #1b202b, active bg #242a37. 퀵 섹션: border-radius 12px, border 1px solid #242c40, bg #171b26, padding 14px. 키캡 태그: border-radius 6px, border 1px solid #2e3649, bg #0f131c, padding 4px 8px, mono font 0.84rem. 터미널 아이콘: 42x42px, border-radius 8px, border 1px solid rgba(30,206,121,0.65), color var(--accent-1). 커서: width 10px, height 1.1em, border-radius 2px, bg var(--accent-1), blink 애니메이션 1.05s steps(1, end) infinite. 버튼: pill 형태(border-radius 999px), border 1px solid rgba(30,206,121,0.65), color #9ef2c6, bg transparent. 프롬프트 박스: border-radius 12px, border 1px solid #243047, bg #0f141f. 레이아웃: 콘텐츠 최대 너비: min(1280px, 95vw) 셸 패딩: 12px 0 36px 워크스페이스 패딩: 26px, display grid place-items center 온보드 너비: min(720px, 92vw) 키: flex-wrap, gap 8px 모션: 커서 깜빡임만: opacity 1↔0, 1050ms steps(1, end) infinite. 진입 애니메이션 없음 — 정적이고 도구적으로 유지. prefers-reduced-motion 존중. 반응형: 720px: 탭 padding 6px 8px, font-size 0.8rem; 패널과 키 스택; 콘텐츠 폭 92vw 1024px: max-width 1280px로 전체 레이아웃, 워크스페이스에 넉넉한 26px 패딩 금지사항: - 밝거나 흰 배경 - 복수 포인트 컬러 (그린 #1ece79만 허용) - 과도한 그라데이션이나 블러 효과 (평면적 계층 표면만) - 진입 애니메이션 (커서 깜빡임만 유일한 애니메이션) - 어떤 뷰포트에서도 가로 스크롤 금지 - 세리프 폰트 출력: 1) 색상 + 타이포그래피 토큰을 CSS 커스텀 프로퍼티로 2) 탭 바 / 워크스페이스 / 온보드 패널 (headline + intro + 퀵 가이드 + 키) / 푸터 구조 3) 반응형 지원이 포함된 시맨틱 HTML + CSS
Console Launchスタイルのランディングページをデザインしてください — IDEからインスピレーションを得た階層的ダークパネルにタブナビゲーションとキーキャップUI要素。 カラートークン: --bg: #05070c --panel: #11131a --surface: #181c25 --border: #22293a --text: #d7dbe6 --text-muted: #8890a2 --accent-1: #1ece79 --workspace-bg-start: #0c111a --workspace-bg-end: #0a0f18 --onboard-bg: #121722 --tab-bg: #1b202b --tab-border: #252d3f --key-bg: #0f131c --key-border: #2e3649 背景: radial-gradient(circle at 50% -20%, #0f1522 0%, transparent 40%), #05070c。 他の色は使用不可。 タイポグラフィ: 見出し: "IBM Plex Sans" 700 本文: "IBM Plex Sans" 400 コード/ラベル: "JetBrains Mono" 700(ブランド)、600(見出し)、400(キー/フッター) スケール: headlineにclamp(1.35rem, 3vw, 2rem)、h2に1.05rem、タブ0.88rem、キー0.84rem、フッター0.78rem 本文行間: 1.75 見出し行間: デフォルト UI: ワークスペース: border-radius 14px, border 1px solid #1b2231, bg linear-gradient(180deg, #0c111a, #0a0f18), min-height 64vh。 オンボードカード: border-radius 14px, border 1px solid #21283a, bg #121722, padding clamp(20px, 3.6vw, 34px), max-width min(720px, 92vw)。 タブバー: border-bottom 1px solid #1a2131、タブにborder-radius 9px, border 1px solid #252d3f, bg #1b202b, active bg #242a37。 クイックセクション: border-radius 12px, border 1px solid #242c40, bg #171b26, padding 14px。 キーキャップタグ: border-radius 6px, border 1px solid #2e3649, bg #0f131c, padding 4px 8px, mono font 0.84rem。 ターミナルアイコン: 42x42px, border-radius 8px, border 1px solid rgba(30,206,121,0.65), color var(--accent-1)。 カーソル: width 10px, height 1.1em, border-radius 2px, bg var(--accent-1), blinkアニメーション1.05s steps(1, end) infinite。 ボタン: ピル形状(border-radius 999px), border 1px solid rgba(30,206,121,0.65), color #9ef2c6, bg transparent。 プロンプトボックス: border-radius 12px, border 1px solid #243047, bg #0f141f。 レイアウト: コンテンツ最大幅: min(1280px, 95vw) シェルパディング: 12px 0 36px ワークスペースパディング: 26px, display grid place-items center オンボード幅: min(720px, 92vw) キー: flex-wrap, gap 8px モーション: カーソル点滅のみ: opacity 1↔0, 1050ms steps(1, end) infinite。 入場アニメーションなし — 静的でツール的に維持。 prefers-reduced-motionを尊重。 レスポンシブ: 720px: タブpadding 6px 8px, font-size 0.8rem; パネルとキーがスタック; コンテンツ幅92vw 1024px: max-width 1280pxでフルレイアウト、ワークスペースにゆとりある26pxパディング 禁止事項: - 明るい・白い背景 - 複数のアクセントカラー(グリーン#1ece79のみ) - 過度なグラデーションやブラー効果(フラットな階層サーフェスのみ) - 入場アニメーション(カーソル点滅のみが唯一のアニメーション) - いかなるビューポートでも横スクロール禁止 - セリフフォント 出力: 1) カラー + タイポグラフィトークンをCSSカスタムプロパティとして 2) タブバー / ワークスペース / オンボードパネル(headline + intro + クイックガイド + キー)/ フッター構造 3) レスポンシブ対応を含むセマンティックHTML + CSS
mode: console-launch
status: all systems operational