File size: 4,615 Bytes
16674b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
/* Modern color scheme */
:root {
  --primary: #0066cc;      
  --secondary: #3385ff;    
  --accent: #66a3ff;       
  --background: #f7f9fc;   
  --surface: #ffffff;      
  --text-primary: #2c3e50; 
  --text-secondary: #546e7a;
  --text-tertiary: #78909c;
  --success: #34c759;      
  --warning: #ff9500;      
  --error: #ff3b30;        
  --neutral-100: #f8f9fa;
  --neutral-200: #e9ecef;
  --neutral-300: #dee2e6;
  --neutral-400: #ced4da;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--background);
  color: var(--text-primary);
  line-height: 1.5;
}

/* 프롬프트 입력창 높이 강제 설정 */
.ant-input-textarea-large textarea,
.ant-input-textarea textarea,
#component-0 textarea,
textarea {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
  resize: none !important;
  overflow-y: auto !important;
  border: 2px solid var(--neutral-200);
  border-radius: 12px;
  padding: 1rem;
}

/* 우측 웹 출력 화면 높이 강제 설정 */
.html_content,
.html_content iframe,
iframe {
  height: 800px !important;
  min-height: 800px !important;
  max-height: 800px !important;
  overflow-y: auto !important;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background: var(--surface);
}

/* 우측 패널 전체 높이 설정 */
.right_panel {
  position: relative;
  height: 900px !important;
  min-height: 900px !important;
  max-height: 900px !important;
  padding-top: 50px;
  overflow: hidden !important;
}

/* iframe 내부 스크롤 설정 */
.html_content iframe {
  width: 100% !important;
  border: none !important;
  overflow-y: scroll !important;
  display: block !important;
}

.left_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--surface), var(--neutral-100));
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-200);
  text-align: center;
  margin-bottom: 2rem;
}

.left_header img {
  width: 180px;
  margin-bottom: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.left_header h1 {
  margin: 0.5rem 0;
  font-weight: 600;
  color: var(--text-primary);
}

.render_header {
  height: 30px;
  width: 100%;
  padding: 5px 16px;
  background-color: var(--neutral-100);
  margin-top: 50px;
  border-radius: 8px 8px 0 0;
}

.header_btn {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 4px;
}

.render_header > .header_btn:nth-child(1) {
  background-color: var(--error);
}

.render_header > .header_btn:nth-child(2) {
  background-color: var(--warning);
}

.render_header > .header_btn:nth-child(3) {
  background-color: var(--success);
}

.setting-buttons {
  position: sticky;
  top: 1rem;
  right: 0;
  z-index: 1000;
  display: flex;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--neutral-200);
}

.ant-btn {
  flex: 1;
  min-width: 80px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-btn-primary {
  background: linear-gradient(to right, var(--primary), var(--secondary));
  border: none;
  color: white;
}

.ant-btn-default {
  background: var(--surface);
  border: 1px solid var(--primary);
  color: var(--primary);
}

.ant-btn-default[title="Code 실행"] {
  background-color: var(--success);
  color: white;
  border: none;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--neutral-100);
}

::-webkit-scrollbar-thumb {
  background: var(--neutral-300);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--neutral-400);
}

/* Drawer customization */
.ant-drawer-content-wrapper {
  border-radius: 16px 0 0 16px;
}

.ant-drawer-header {
  background: var(--primary);
  color: white;
  border-radius: 16px 0 0 0;
}

.ant-drawer-title {
  color: white;
  font-weight: 500;
}

.ant-drawer-close {
  color: white;
}

.ant-drawer-body {
  background: var(--surface);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .left_header {
    padding: 1rem;
  }
  
  .setting-buttons {
    flex-wrap: wrap;
  }

  .ant-btn {
    min-width: 60px;
    font-size: 0.9rem;
  }
}

footer, .footer, div[class*="footer"], #footer {
  display: none !important;
}