File size: 6,198 Bytes
21fe460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
495461b
 
21fe460
 
 
 
 
aca9d3a
 
 
 
 
 
21fe460
 
 
 
 
 
 
 
 
 
 
aca9d3a
21fe460
aca9d3a
21fe460
495461b
aca9d3a
deff3f3
 
 
 
aca9d3a
 
21fe460
 
 
 
deff3f3
21fe460
 
 
 
deff3f3
21fe460
 
 
aca9d3a
deff3f3
21fe460
 
 
 
deff3f3
aca9d3a
deff3f3
 
495461b
aca9d3a
 
deff3f3
 
 
 
 
 
0d872e9
fd42852
0d872e9
2926eba
 
0d872e9
 
 
2926eba
 
0d872e9
 
 
2926eba
 
0d872e9
 
2926eba
 
deff3f3
 
21fe460
 
deff3f3
aca9d3a
deff3f3
 
 
aca9d3a
deff3f3
21fe460
 
9ee3555
aca9d3a
9ee3555
2926eba
 
 
 
0d872e9
 
deff3f3
 
9ee3555
deff3f3
 
 
aca9d3a
deff3f3
21fe460
 
9ee3555
deff3f3
aca9d3a
deff3f3
21fe460
aca9d3a
21fe460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ee3555
21fe460
 
aa0d878
21fe460
 
9ee3555
aca9d3a
9ee3555
 
aca9d3a
 
9ee3555
aca9d3a
 
9ee3555
 
 
aca9d3a
21fe460
 
aca9d3a
9ee3555
 
21fe460
 
 
 
aca9d3a
21fe460
aca9d3a
21fe460
495461b
aca9d3a
 
21fe460
 
 
 
 
495461b
21fe460
 
91258bf
 
 
 
 
 
a706a46
 
 
 
 
 
fd42852
 
 
 
0d872e9
 
 
 
21fe460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aca9d3a
 
9ee3555
 
21fe460
 
aca9d3a
 
 
21fe460
 
deff3f3
 
 
21fe460
 
deff3f3
aca9d3a
 
21fe460
aa0d878
 
aca9d3a
aa0d878
9ee3555
 
 
 
21fe460
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
:root {
  --bg: #f4f7fb;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --text: #122033;
  --muted: #607089;
  --primary: #147d72;
  --primary-strong: #0e5d55;
  --accent: #ffb84d;
  --danger: #d64545;
  --border: rgba(18, 32, 51, 0.08);
  --shadow: 0 24px 60px rgba(19, 39, 71, 0.12);
  --radius: 24px;
}

.stApp {
  background:
    radial-gradient(circle at top left, rgba(20, 125, 114, 0.1), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 184, 77, 0.12), transparent 20%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
  color: var(--text);
}

[data-testid="stAppViewContainer"] > .main {
  max-width: none;
  width: 100%;
  padding-top: 0.35rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

[data-testid="stHeader"] {
  background: transparent;
}

[data-testid="stToolbar"] {
  right: 1rem;
}

.hero-shell {
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.88));
  box-shadow: 0 4px 10px rgba(19, 39, 71, 0.04);
  margin-bottom: 0.35rem;
}

.hero-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.3rem;
}

.hero-title {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 0;
}

[data-testid="stVerticalBlockBorderWrapper"] {
  border-radius: 14px;
  border-color: rgba(18, 32, 51, 0.08) !important;
  background: var(--surface);
  box-shadow: 0 2px 8px rgba(19, 39, 71, 0.03);
  padding: 0.02rem 0.08rem;
  margin-bottom: 0.4rem;
}

[data-testid="stVerticalBlockBorderWrapper"] > div {
  background: transparent !important;
}

.card-rank-marker {
  width: 100%;
  height: 0;
}

[data-testid="stVerticalBlockBorderWrapper"]:has(.card-rank-danger) {
  background: linear-gradient(180deg, rgba(255, 229, 229, 0.98), rgba(255, 241, 241, 0.98)) !important;
  border-color: rgba(214, 69, 69, 0.28) !important;
}

[data-testid="stVerticalBlockBorderWrapper"]:has(.card-rank-warning) {
  background: linear-gradient(180deg, rgba(255, 244, 214, 0.98), rgba(255, 249, 233, 0.98)) !important;
  border-color: rgba(255, 184, 77, 0.28) !important;
}

[data-testid="stVerticalBlockBorderWrapper"]:has(.card-rank-default) {
  background: rgba(255, 255, 255, 0.94) !important;
}

.card-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 22px;
  border-radius: 999px;
  background: rgba(20, 125, 114, 0.1);
  color: var(--primary-strong);
  font-size: 0.66rem;
  font-weight: 800;
}

.end-time-inline {
  padding-top: 0.05rem;
  text-align: right;
  border-radius: 10px;
  padding: 0.22rem 0.38rem;
}

.end-time-inline-accent {
  background: rgba(20, 125, 114, 0.18);
}

.end-time-inline-label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  font-weight: 800;
}

.end-time-inline-value {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 0.06rem;
}

.empty-state {
  border: 1px dashed rgba(18, 32, 51, 0.18);
  border-radius: 24px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.68);
}

.empty-state h3 {
  margin-bottom: 0.3rem;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.stTextInput label,
.stNumberInput label {
  color: var(--text) !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
}

.stTextInput input {
  border-radius: 10px !important;
  border: 1px solid rgba(18, 32, 51, 0.12) !important;
  background: var(--surface-strong) !important;
  min-height: 32px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}

.stNumberInput input {
  border-radius: 10px !important;
  border: 1px solid rgba(18, 32, 51, 0.12) !important;
  background: var(--surface-strong) !important;
  min-height: 32px !important;
  text-align: center !important;
  font-weight: 700 !important;
}

.stButton > button {
  border-radius: 999px !important;
  min-height: 30px !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  border: 1px solid transparent !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.primary-action > button {
  background: linear-gradient(135deg, var(--primary), #1a9f90) !important;
  color: white !important;
  box-shadow: 0 3px 8px rgba(20, 125, 114, 0.12) !important;
}

.check-action > button {
  background: rgba(18, 32, 51, 0.08) !important;
  color: var(--text) !important;
  border-color: rgba(18, 32, 51, 0.12) !important;
}

.reset-action > button {
  background: rgba(255, 184, 77, 0.16) !important;
  color: #8b5a00 !important;
  border-color: rgba(255, 184, 77, 0.28) !important;
}

[data-testid="stRadio"] label {
  font-weight: 700 !important;
}

[data-testid="stRadio"] > div {
  gap: 0.45rem !important;
}

.primary-action > button:hover {
  background: linear-gradient(135deg, var(--primary-strong), var(--primary)) !important;
}

.secondary-action > button {
  background: white !important;
  color: var(--text) !important;
  border-color: rgba(18, 32, 51, 0.12) !important;
}

.danger-action > button {
  background: rgba(214, 69, 69, 0.08) !important;
  color: var(--danger) !important;
  border-color: rgba(214, 69, 69, 0.16) !important;
}

.compact-button > button {
  min-height: 32px !important;
}

@media (max-width: 768px) {
  [data-testid="stAppViewContainer"] > .main {
    padding-top: 0.6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hero-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-shell {
    padding: 0.75rem;
    border-radius: 14px;
  }

  [data-testid="stHorizontalBlock"] {
    gap: 0.35rem !important;
  }

  .end-time-inline {
    text-align: left;
  }
}