Spaces:
Running
Running
File size: 3,923 Bytes
2e90754 435f76d 2e90754 435f76d 2e90754 435f76d 2e90754 435f76d 2e90754 435f76d 6586b49 5d8c977 435f76d 5d8c977 435f76d 87bf86d 435f76d 87bf86d 435f76d 87bf86d 5d8c977 435f76d a4e61d9 87bf86d 435f76d 87bf86d 9f2b52f 9a4ca04 9f2b52f 2e90754 bede684 089c290 4014ed4 9a4ca04 4014ed4 bede684 4014ed4 089c290 bede684 089c290 bede684 089c290 ee20cb9 4014ed4 0fd02ae bede684 9f2b52f bede684 4014ed4 bede684 2e90754 bede684 4711156 2e90754 30db9ab f69c8ff f0fe2fc 2e90754 bede684 2e90754 f69c8ff 2e90754 ee20cb9 2e90754 435f76d 6586b49 435f76d ee20cb9 a4e61d9 2e90754 | 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 | :root {
--ink: #1b1b1b;
--muted: #585858;
--line: #d8d8d8;
--paper: #ffffff;
--soft: #f7f7f7;
--link: #2866b1;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 1rem;
}
body {
min-height: 100vh;
margin: 0;
color: var(--ink);
background: var(--paper);
font-family: Arial, Helvetica, sans-serif;
}
.prompt-hero {
padding: 3.2rem 1.25rem 1.25rem;
text-align: center;
}
.wide-container {
width: min(100% - 2rem, 1640px);
max-width: 1640px;
}
.publication-title {
margin: 0 0 1.1rem;
color: var(--ink);
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(2.5rem, 7vw, 4.8rem);
font-weight: 700;
line-height: 1.04;
letter-spacing: 0;
}
.demo-section {
padding-top: 1.1rem;
padding-bottom: 4rem;
}
.task-directory {
display: grid;
gap: 0.65rem;
width: auto;
margin: 0 0 1.25rem;
border: 1px solid var(--line);
background: var(--soft);
padding: 0.9rem;
position: static;
}
.task-directory-title {
color: var(--ink);
font-size: 0.92rem;
font-weight: 700;
}
.task-directory-links {
display: grid;
gap: 0.45rem;
}
.task-directory a {
color: var(--link);
text-decoration: none;
line-height: 1.35;
}
.task-directory a:hover {
text-decoration: underline;
}
.task-list {
display: grid;
gap: 1.6rem;
}
.task-card {
border: 1px solid var(--line);
border-radius: 6px;
background: var(--paper);
overflow: visible;
}
.task-card-heading {
border-bottom: 1px solid var(--line);
background: var(--soft);
padding: 1rem 1.15rem;
position: sticky;
top: 0;
z-index: 5;
}
.task-card-heading h3 {
margin: 0 0 0.35rem;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(1.35rem, 2vw, 1.9rem);
font-weight: 700;
line-height: 1.2;
}
.task-card-heading p {
margin: 0;
color: var(--muted);
font-size: 0.98rem;
line-height: 1.5;
}
.demo-cases {
display: grid;
padding: 0;
background: var(--paper);
}
.case-block {
background: var(--paper);
}
.case-block + .case-block {
border-top: 2px solid var(--line);
}
.case-script {
padding: 0.9rem 1rem;
background: var(--paper);
}
.case-section-title,
.audio-card-title {
margin-bottom: 0.45rem;
color: var(--ink);
font-size: 0.86rem;
font-weight: 700;
}
.audio-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 0.7rem;
margin: 0 1rem;
border-top: 1px solid var(--line);
padding: 0.9rem 0 1rem;
}
.audio-card {
display: grid;
align-content: center;
min-height: 6.2rem;
padding: 0;
background: var(--paper);
}
.audio-card-content {
width: 100%;
}
.script-cell {
color: #202020;
font-size: 0.92rem;
line-height: 1.5;
}
.script-cell p {
margin: 0 0 0.55rem;
}
.script-cell p:last-child {
margin-bottom: 0;
}
.context-cue {
display: inline;
margin-left: 0.35rem;
color: var(--muted);
font-size: 0.84em;
font-weight: 700;
}
.context-cue::before {
content: "(";
}
.context-cue::after {
content: ")";
}
.variant-context {
color: var(--muted);
font-size: 0.88rem;
}
.paralinguistic-cue {
font-style: italic;
font-weight: 700;
}
.reference-cell {
display: grid;
gap: 0.55rem;
}
.reference-cell span {
display: block;
margin-bottom: 0.3rem;
color: var(--muted);
font-size: 0.82rem;
font-weight: 700;
}
.variant-audio-list {
display: grid;
gap: 0.6rem;
}
.variant-audio-row span {
display: block;
margin-bottom: 0.28rem;
color: var(--muted);
font-size: 0.82rem;
font-weight: 700;
}
audio {
display: block;
width: 100%;
min-width: 0;
}
.loading {
margin: 0;
padding: 1rem;
color: var(--muted);
}
@media (max-width: 900px) {
.prompt-hero {
padding-top: 2.75rem;
}
.wide-container {
width: min(100% - 1rem, 1640px);
}
.task-directory {
width: auto;
}
.audio-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
|