admin.css
6 days ago
bootstrap.min.css
6 days ago
crawler.css
6 days ago
select2.min.css
6 days ago
wizard.css
6 days ago
wizard.css
675 lines
| 1 | .gpw-wrap{background:#edf2f7;min-height:calc(100vh - 32px);padding:36px 24px 26px 24px;margin-left:-20px} |
| 2 | .gpw-shell{max-width:1020px;margin:0 auto} |
| 3 | .gpw-breadcrumb{color:#8ca3c2;font-size:16px;margin-bottom:18px;text-align:center} |
| 4 | .gpw-card{background:#fff;border-radius:20px;box-shadow:0 12px 34px rgba(15,23,42,.10);padding:34px 36px} |
| 5 | .gpw-card{position:relative;overflow:hidden;min-height: 600px} |
| 6 | .gpw-fun-layer{ |
| 7 | position:absolute; |
| 8 | inset:0; |
| 9 | pointer-events:none; |
| 10 | z-index:0; |
| 11 | } |
| 12 | .gpw-progress,.gpw-content,.gpw-actions{position:relative;z-index:2} |
| 13 | .gpw-orb{ |
| 14 | position:absolute; |
| 15 | border-radius:999px; |
| 16 | filter:blur(.2px); |
| 17 | opacity:.45; |
| 18 | animation:gpwDrift 8s ease-in-out infinite alternate; |
| 19 | } |
| 20 | .gpw-orb-a{width:14px;height:14px;left:54px;top:40px;background:#8bd3ff;animation-delay:-1s} |
| 21 | .gpw-orb-b{width:10px;height:10px;left:110px;top:86px;background:#7cc0f1;animation-delay:-3s} |
| 22 | .gpw-orb-c{width:12px;height:12px;right:90px;top:74px;background:#9be7c6;animation-delay:-2s} |
| 23 | .gpw-filament{ |
| 24 | position:absolute; |
| 25 | height:2px; |
| 26 | border-radius:8px; |
| 27 | background:linear-gradient(90deg, rgba(130,178,234,.05), rgba(130,178,234,.55), rgba(130,178,234,.05)); |
| 28 | animation:gpwPulse 4.5s ease-in-out infinite; |
| 29 | } |
| 30 | .gpw-filament-a{width:120px;left:140px;top:56px;transform:rotate(-8deg)} |
| 31 | .gpw-filament-b{width:92px;right:132px;top:102px;transform:rotate(11deg);animation-delay:-1.5s} |
| 32 | .gpw-burst-layer{ |
| 33 | position:absolute; |
| 34 | inset:0; |
| 35 | pointer-events:none; |
| 36 | z-index:3; |
| 37 | } |
| 38 | .gpw-particles{ |
| 39 | position:absolute; |
| 40 | inset:0; |
| 41 | width:100%; |
| 42 | height:100%; |
| 43 | pointer-events:none; |
| 44 | z-index:4; |
| 45 | } |
| 46 | .gpw-burst-dot{ |
| 47 | position:absolute; |
| 48 | width:8px; |
| 49 | height:8px; |
| 50 | border-radius:50%; |
| 51 | background:#2b8fe0; |
| 52 | opacity:0; |
| 53 | } |
| 54 | .gpw-burst-dot.is-live{ |
| 55 | animation:gpwBurst 640ms ease-out forwards; |
| 56 | } |
| 57 | .gpw-progress{display:flex;align-items:flex-start;justify-content:center;margin:6px 0 26px} |
| 58 | .gpw-step-slot{display:flex;flex-direction:column;align-items:center;min-width:42px} |
| 59 | .gpw-step-label{margin-top:8px;font-size:12px;color:#58749a;font-weight:600;white-space:nowrap} |
| 60 | .gpw-step{width:40px;height:40px;border-radius:999px;border:2px solid #bfd0e7;color:#8aa0c0;display:flex;align-items:center;justify-content:center;font-weight:700;background:#fff;transition:.2s ease;position:relative} |
| 61 | .gpw-step:after{ |
| 62 | content:""; |
| 63 | position:absolute; |
| 64 | inset:-7px; |
| 65 | border-radius:999px; |
| 66 | border:1px solid rgba(43,143,224,.22); |
| 67 | opacity:0; |
| 68 | transform:scale(.78); |
| 69 | } |
| 70 | .gpw-step.is-active{background:#1f78be;border-color:#1f78be;color:#fff;animation:gpwStepPulse 2.4s ease-in-out infinite} |
| 71 | .gpw-step.is-active:after{animation:gpwStepRipple 2.4s ease-out infinite} |
| 72 | .gpw-step.is-done{background:#16a34a;border-color:#16a34a;color:#fff} |
| 73 | .gpw-step.is-done{ |
| 74 | font-size:0; |
| 75 | } |
| 76 | .gpw-step.is-done:before{ |
| 77 | content:"\2713"; |
| 78 | font-size:18px; |
| 79 | font-weight:800; |
| 80 | line-height:1; |
| 81 | } |
| 82 | .gpw-line{height:2px;flex:1;max-width:96px;background:#bfd0e7;margin:0 10px;transition:.2s ease;position:relative;overflow:hidden} |
| 83 | .gpw-line{margin-top:20px} |
| 84 | .gpw-line:after{ |
| 85 | content:""; |
| 86 | position:absolute; |
| 87 | top:0; |
| 88 | left:-45%; |
| 89 | width:45%; |
| 90 | height:100%; |
| 91 | background:linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent); |
| 92 | animation:gpwLineShine 3.2s ease-in-out infinite; |
| 93 | } |
| 94 | .gpw-line.is-done{background:#16a34a} |
| 95 | |
| 96 | .gpw-panel:not([data-step="1"]):not([data-step="2"]):not([data-step="3"]):not([data-step="6"]) p { |
| 97 | text-align: left; |
| 98 | } |
| 99 | .gpw-content{max-width:960px;margin:0 auto;text-align:center} |
| 100 | .gpw-content h2{margin:0 0 8px;font-size:26px;line-height:1.2;color:#0f2745} |
| 101 | .gpw-content p{margin:0 0 12px;color:#446287;font-size:14px;line-height:1.45} |
| 102 | .gpw-content input[type=password],#gpw_apikey{line-height:normal;min-width:460px;max-width:100%;padding:8px 10px;font-size:15px;height:42px} |
| 103 | .gpw-content select{line-height:normal;width:100%;padding:8px 10px;font-size:15px;height:42px} |
| 104 | .gpw-lang-grid{ |
| 105 | display:grid; |
| 106 | grid-template-columns:1fr 1fr; |
| 107 | gap:24px; |
| 108 | align-items:start; |
| 109 | max-width:900px; |
| 110 | margin:0 auto; |
| 111 | text-align:left; |
| 112 | } |
| 113 | .gpw-lang-col .select2-container{ |
| 114 | width:100% !important; |
| 115 | } |
| 116 | .gpw-lang-col .select2-selection--multiple{ |
| 117 | min-height:42px !important; |
| 118 | border-radius:8px !important; |
| 119 | padding:4px 6px !important; |
| 120 | } |
| 121 | .gpw-lang-col .select2-container--default.select2-container--focus .select2-selection--multiple{ |
| 122 | border-color:#4fa2ea !important; |
| 123 | box-shadow:0 0 0 2px rgba(79,162,234,.16) !important; |
| 124 | } |
| 125 | .gpw-lang-col .select2-container--default .select2-selection--multiple .select2-selection__choice{ |
| 126 | background:#e6f2ff !important; |
| 127 | border:1px solid #89bdf0 !important; |
| 128 | color:#0f4b89 !important; |
| 129 | border-radius:6px !important; |
| 130 | padding:3px 8px !important; |
| 131 | margin-top:4px !important; |
| 132 | } |
| 133 | .gpw-lang-col .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{ |
| 134 | color:#5e89b4 !important; |
| 135 | margin-right:6px !important; |
| 136 | } |
| 137 | .gpw-lang-col .select2-container--default .select2-search--inline .select2-search__field{ |
| 138 | margin-top:4px !important; |
| 139 | } |
| 140 | .select2-dropdown{ |
| 141 | border:1px solid #9fc7ef !important; |
| 142 | border-radius:8px !important; |
| 143 | overflow:hidden; |
| 144 | } |
| 145 | .select2-results__option--highlighted[aria-selected]{ |
| 146 | background:#2b8fe0 !important; |
| 147 | } |
| 148 | .gpw-field-desc{ |
| 149 | margin:8px 0 0 !important; |
| 150 | font-size:13px !important; |
| 151 | color:#537095 !important; |
| 152 | line-height:1.35 !important; |
| 153 | } |
| 154 | .gpw-field-title{ |
| 155 | display:block; |
| 156 | margin:0 0 8px; |
| 157 | font-size:16px; |
| 158 | font-weight:700; |
| 159 | color:#0f2745; |
| 160 | } |
| 161 | .gpw-target-chips{ |
| 162 | border:1px solid #ccd9ea; |
| 163 | border-radius:8px; |
| 164 | padding:10px; |
| 165 | background:#fff; |
| 166 | display:flex; |
| 167 | flex-wrap:wrap; |
| 168 | gap:8px; |
| 169 | } |
| 170 | .gpw-chip{ |
| 171 | display:inline-flex; |
| 172 | } |
| 173 | .gpw-chip input{ |
| 174 | position:absolute; |
| 175 | opacity:0; |
| 176 | pointer-events:none; |
| 177 | } |
| 178 | .gpw-chip span{ |
| 179 | display:inline-flex; |
| 180 | align-items:center; |
| 181 | gap:6px; |
| 182 | padding:6px 10px; |
| 183 | border:1px solid #b9cbe2; |
| 184 | border-radius:6px; |
| 185 | color:#1e4067; |
| 186 | background:#fff; |
| 187 | font-size:14px; |
| 188 | line-height:1.2; |
| 189 | cursor:pointer; |
| 190 | } |
| 191 | .gpw-chip input:checked + span{ |
| 192 | background:#edf5ff; |
| 193 | border-color:#2b8fe0; |
| 194 | color:#0f4c8a; |
| 195 | } |
| 196 | .gpw-chip input:checked + span:before{ |
| 197 | content:"✓"; |
| 198 | font-size:12px; |
| 199 | } |
| 200 | .gpw-chip.is-disabled span{ |
| 201 | opacity:.45; |
| 202 | cursor:not-allowed; |
| 203 | } |
| 204 | .gpw-radios{display:flex;gap:14px;margin:0;justify-content:center} |
| 205 | #gpw_model_wrap{margin-top:14px} |
| 206 | #gpw_model_wrap{ |
| 207 | width:min(740px,100%); |
| 208 | margin:14px auto 0; |
| 209 | text-align:left; |
| 210 | padding:14px 16px 12px; |
| 211 | border:1px solid #d7e1ee; |
| 212 | border-radius:12px; |
| 213 | background:#f8fbff; |
| 214 | } |
| 215 | #gpw_model_wrap label{display:block;font-size:14px;font-weight:700;margin:0 0 8px;color:#0f2745;text-align:center} |
| 216 | #gpw_model_wrap select{max-width:100%;margin:0;text-align:left} |
| 217 | .gpw-apikey-wrap{margin-top:12px} |
| 218 | .gpw-apikey-wrap label{display:block;font-size:14px;margin:0 0 6px;color:#0f2745} |
| 219 | .gpw-apikey-inputrow{display:flex;justify-content:center;align-items:center;gap:8px} |
| 220 | .gpw-apikey-inputrow input{flex:1;max-width:460px} |
| 221 | |
| 222 | #gpw_model_wrap #gpw_model_label, #gpw_model_wrap #gpw_apikey_label { |
| 223 | margin: 0 0 8px 3px; |
| 224 | text-align: left; |
| 225 | } |
| 226 | |
| 227 | .gpw-apikey-inputrow .gpw-apikey-toggle{ |
| 228 | height:40px; |
| 229 | min-width:44px; |
| 230 | padding:0; |
| 231 | display:inline-flex; |
| 232 | align-items:center; |
| 233 | justify-content:center; |
| 234 | } |
| 235 | .gpw-apikey-inputrow #gpw_apikey_test{ |
| 236 | height:40px; |
| 237 | min-width:92px; |
| 238 | padding:0 12px; |
| 239 | display:inline-flex; |
| 240 | align-items:center; |
| 241 | justify-content:center; |
| 242 | gap:4px; |
| 243 | line-height:1; |
| 244 | } |
| 245 | .gpw-apikey-inputrow #gpw_apikey_test .dashicons{ |
| 246 | font-size:16px; |
| 247 | line-height:1; |
| 248 | width:16px; |
| 249 | height:16px; |
| 250 | } |
| 251 | .gpw-apikey-inputrow .button{box-sizing:border-box} |
| 252 | .gpw-apikey-inputrow .gpw-apikey-toggle .dashicons{font-size:18px;line-height:1} |
| 253 | .gpw-provider-grid{ |
| 254 | display:flex; |
| 255 | flex-wrap:wrap; |
| 256 | gap:12px; |
| 257 | margin:8px auto 14px; |
| 258 | max-width:774px; |
| 259 | } |
| 260 | .gpw-provider-card{ |
| 261 | border:1px solid #d0dbe8; |
| 262 | border-radius:10px; |
| 263 | background:#fff; |
| 264 | flex:1 1 calc(50% - 6px); |
| 265 | min-width:240px; |
| 266 | padding:12px 10px 10px; |
| 267 | display:flex; |
| 268 | flex-direction:column; |
| 269 | align-items:center; |
| 270 | justify-content:center; |
| 271 | gap:4px; |
| 272 | cursor:pointer; |
| 273 | color:#0f2745; |
| 274 | } |
| 275 | .gpw-provider-card .gpw-provider-dot{ |
| 276 | width:16px;height:16px;border-radius:50%;border:2px solid #c7d4e6;display:inline-block; |
| 277 | } |
| 278 | .gpw-provider-card strong{font-size:18px;line-height:1.1} |
| 279 | .gpw-provider-card small{font-size:13px;color:#5e7ca0} |
| 280 | .gpw-provider-card.is-selected{ |
| 281 | border-color:#2b8fe0; |
| 282 | background:#eef6ff; |
| 283 | box-shadow:0 0 0 2px rgba(43,143,224,.14) inset; |
| 284 | } |
| 285 | .gpw-provider-card.is-selected .gpw-provider-dot{ |
| 286 | border-color:#2b8fe0; |
| 287 | background:#2b8fe0; |
| 288 | box-shadow:inset 0 0 0 3px #fff; |
| 289 | } |
| 290 | @media (max-width:600px){ |
| 291 | .gpw-provider-grid{max-width:100%} |
| 292 | .gpw-provider-card{flex-basis:100%;min-width:0} |
| 293 | } |
| 294 | .gpw-apikey-test-result{ |
| 295 | margin-top:10px; |
| 296 | padding:10px 12px; |
| 297 | border-radius:0; |
| 298 | font-size:14px; |
| 299 | text-align:left; |
| 300 | border-left-width:4px; |
| 301 | border-left-style:solid; |
| 302 | display:flex; |
| 303 | align-items:center; |
| 304 | gap:8px; |
| 305 | } |
| 306 | .gpw-apikey-test-result.is-success{ |
| 307 | background:#edf9f0; |
| 308 | border-left-color:#1aa34a; |
| 309 | border-top:0; |
| 310 | border-right:0; |
| 311 | border-bottom:0; |
| 312 | color:#176f2f; |
| 313 | } |
| 314 | .gpw-apikey-test-result.is-error{ |
| 315 | background:#fff1f1; |
| 316 | border-left-color:#d63638; |
| 317 | border-top:0; |
| 318 | border-right:0; |
| 319 | border-bottom:0; |
| 320 | color:#a52a2a; |
| 321 | } |
| 322 | .gpw-apikey-test-result.is-success:before{ |
| 323 | content:"\2714"; |
| 324 | display:inline-flex; |
| 325 | align-items:center; |
| 326 | justify-content:center; |
| 327 | width:16px; |
| 328 | height:16px; |
| 329 | border-radius:50%; |
| 330 | background:#16a34a; |
| 331 | color:#fff; |
| 332 | font-size:11px; |
| 333 | font-weight:700; |
| 334 | flex:0 0 16px; |
| 335 | } |
| 336 | .gpw-apikey-test-result.is-error:before{ |
| 337 | content:"!"; |
| 338 | display:inline-flex; |
| 339 | align-items:center; |
| 340 | justify-content:center; |
| 341 | width:16px; |
| 342 | height:16px; |
| 343 | border-radius:50%; |
| 344 | background:#d63638; |
| 345 | color:#fff; |
| 346 | font-size:12px; |
| 347 | font-weight:700; |
| 348 | flex:0 0 16px; |
| 349 | } |
| 350 | .gpw-completion{ |
| 351 | margin-top:50px; |
| 352 | text-align:center; |
| 353 | } |
| 354 | #gpw_completion_panel p { |
| 355 | text-align: center; |
| 356 | } |
| 357 | .gpw-completion-table{ |
| 358 | margin:14px auto 0; |
| 359 | max-width:760px; |
| 360 | border:1px solid #d8e1ec; |
| 361 | border-radius:8px; |
| 362 | overflow:hidden; |
| 363 | background:#fff; |
| 364 | } |
| 365 | .gpw-completion-row{ |
| 366 | display:grid; |
| 367 | grid-template-columns:160px 1fr 60px; |
| 368 | gap:12px; |
| 369 | align-items:center; |
| 370 | padding:10px 12px; |
| 371 | border-bottom:1px solid #e5edf6; |
| 372 | text-align:left; |
| 373 | } |
| 374 | .gpw-completion-row:last-child{border-bottom:0} |
| 375 | .gpw-completion-row strong{color:#26446b} |
| 376 | .gpw-completion-row a{text-align:right} |
| 377 | .gpw-completion-actions{ |
| 378 | display:flex; |
| 379 | gap:10px; |
| 380 | justify-content:center; |
| 381 | margin-top:14px; |
| 382 | } |
| 383 | .gpw-start-icon{ |
| 384 | font-size:20px; |
| 385 | color: #FFF !important; |
| 386 | line-height:1; |
| 387 | vertical-align:middle; |
| 388 | position:relative; |
| 389 | top:0; |
| 390 | margin-right:5px; |
| 391 | } |
| 392 | #gpw_serverside_method_wrap{margin-top:12px} |
| 393 | .gpw-method-card{ |
| 394 | width:min(640px,100%); |
| 395 | margin:12px auto 0; |
| 396 | padding:14px 16px 12px; |
| 397 | border:1px solid #d7e1ee; |
| 398 | border-radius:12px; |
| 399 | background:#f8fbff; |
| 400 | text-align:center; |
| 401 | } |
| 402 | .gpw-method-title{display:block;font-size:14px;font-weight:700;color:#0f2745;margin:0 0 8px;text-align:center} |
| 403 | .gpw-method-desc{font-size:13px !important;color:#446287 !important;margin:9px 0 0 !important;text-align:center} |
| 404 | .gpw-actions{display:flex;gap:10px;margin-top:24px;justify-content:center} |
| 405 | .gpw-actions .button{font-size:14px;padding:8px 18px;height:auto;line-height:1.15} |
| 406 | .gpw-footer{text-align:center;color:#8aa0c0;font-size:13px;margin-top:16px} |
| 407 | .gpw-switchbox{ |
| 408 | display:flex; |
| 409 | justify-content:center; |
| 410 | margin:8px 0 12px; |
| 411 | } |
| 412 | .gpw-switchbox-row{ |
| 413 | display:flex; |
| 414 | flex-wrap:wrap; |
| 415 | justify-content:center; |
| 416 | align-items:stretch; |
| 417 | gap:14px; |
| 418 | } |
| 419 | #gpw_metadata_extras_wrap { |
| 420 | flex-wrap: nowrap; |
| 421 | } |
| 422 | .gpw-switchbox .wrapper{ |
| 423 | background:#f7fafc; |
| 424 | border:1px solid #d7e1ee; |
| 425 | border-radius:12px; |
| 426 | padding:10px 12px; |
| 427 | } |
| 428 | .gpw-inline-hint{ |
| 429 | margin-top: 10px ! IMPORTANT; |
| 430 | font-size: 14px !important; |
| 431 | color: #3f5f88 !important; |
| 432 | text-align: center !important; |
| 433 | } |
| 434 | .gpw-inline-hint code{ |
| 435 | background:#eef5ff; |
| 436 | border:1px solid #cfdff6; |
| 437 | border-radius:6px; |
| 438 | padding:2px 6px; |
| 439 | } |
| 440 | |
| 441 | .gpw-choice-card{ |
| 442 | position:relative; |
| 443 | display:flex; |
| 444 | flex-direction:column; |
| 445 | align-items:center; |
| 446 | justify-content:flex-start; |
| 447 | padding:16px 14px 14px; |
| 448 | border:1px solid #d7e1ee; |
| 449 | border-radius:14px; |
| 450 | background:#fff; |
| 451 | cursor:pointer; |
| 452 | transition:.15s ease; |
| 453 | } |
| 454 | |
| 455 | .gpw-choice-card-single{ |
| 456 | width: min(250px, 100%); |
| 457 | min-height: 160px; |
| 458 | margin:0 auto; |
| 459 | justify-content:center; |
| 460 | } |
| 461 | .gpw-switchbox-row .gpw-choice-card-single{ |
| 462 | margin:0; |
| 463 | flex:1 1 260px; |
| 464 | max-width:320px; |
| 465 | } |
| 466 | .gpw-rewrite-primary-row .gpw-choice-card-single{ |
| 467 | flex:0 1 300px; |
| 468 | max-width:300px; |
| 469 | } |
| 470 | .gpw-rewrite-children-row{ |
| 471 | margin-top:10px; |
| 472 | } |
| 473 | .gpw-rewrite-children-row .gpw-choice-card-single{ |
| 474 | flex:0 1 300px; |
| 475 | max-width:300px; |
| 476 | } |
| 477 | |
| 478 | .gpw-choice-card input[type=radio], |
| 479 | .gpw-choice-card input[type=checkbox]{ |
| 480 | position:absolute; |
| 481 | opacity:0; |
| 482 | pointer-events:none; |
| 483 | width:0; |
| 484 | height:0; |
| 485 | margin:0; |
| 486 | } |
| 487 | |
| 488 | .gpw-choice-card .gpw-choice-toggle{ |
| 489 | position:relative; |
| 490 | width:42px; |
| 491 | height:24px; |
| 492 | border-radius:999px; |
| 493 | background:#d7e1ee; |
| 494 | margin-bottom:10px; |
| 495 | } |
| 496 | |
| 497 | .gpw-choice-card .gpw-choice-toggle:before{ |
| 498 | content:""; |
| 499 | position:absolute; |
| 500 | top:3px; |
| 501 | left:3px; |
| 502 | width:18px; |
| 503 | height:18px; |
| 504 | border-radius:50%; |
| 505 | background:#fff; |
| 506 | box-shadow:0 1px 3px rgba(15,23,42,.24); |
| 507 | transition:.15s ease; |
| 508 | } |
| 509 | |
| 510 | .gpw-choice-title{ |
| 511 | font-size:16px; |
| 512 | font-weight:700; |
| 513 | color:#0f2745; |
| 514 | margin-bottom:4px; |
| 515 | } |
| 516 | |
| 517 | .gpw-choice-desc{ |
| 518 | font-size:13px; |
| 519 | line-height:1.35; |
| 520 | color:#446287; |
| 521 | text-align:center; |
| 522 | } |
| 523 | |
| 524 | .gpw-choice-card.is-selected{ |
| 525 | border-color:#2b7fc5; |
| 526 | box-shadow:0 0 0 2px rgba(43,127,197,.12) inset; |
| 527 | background:#f7fbff; |
| 528 | } |
| 529 | |
| 530 | .gpw-choice-card.is-selected .gpw-choice-toggle{ |
| 531 | background:#2b8fe0; |
| 532 | } |
| 533 | |
| 534 | .gpw-choice-card.is-selected .gpw-choice-toggle:before{ |
| 535 | transform:translateX(18px); |
| 536 | } |
| 537 | .gpw-info-card{ |
| 538 | cursor:default; |
| 539 | background:#fbfdff; |
| 540 | align-items:flex-start; |
| 541 | text-align:left; |
| 542 | } |
| 543 | .gpw-panel[data-step="1"] .gpw-switchbox-row{ |
| 544 | flex-wrap:nowrap; |
| 545 | align-items:stretch; |
| 546 | } |
| 547 | .gpw-panel[data-step="1"] .gpw-switchbox-row .gpw-choice-card-single{ |
| 548 | flex:1 1 0; |
| 549 | max-width:none; |
| 550 | min-height:150px; |
| 551 | } |
| 552 | .gpw-panel[data-step="1"] .gpw-choice-title, |
| 553 | .gpw-panel[data-step="1"] .gpw-choice-desc{ |
| 554 | text-align:left; |
| 555 | } |
| 556 | .gpw-panel[data-step="1"] .gpw-info-card{ |
| 557 | align-items:center; |
| 558 | text-align:center; |
| 559 | } |
| 560 | .gpw-panel[data-step="1"] .gpw-info-icon{ |
| 561 | width:40px; |
| 562 | height:40px; |
| 563 | border-radius:10px; |
| 564 | margin:0 0 12px; |
| 565 | font-size:22px; |
| 566 | } |
| 567 | .gpw-panel[data-step="1"] .gpw-choice-title{ |
| 568 | text-align:center; |
| 569 | min-height:38px; |
| 570 | display:flex; |
| 571 | align-items:flex-end; |
| 572 | justify-content:center; |
| 573 | } |
| 574 | .gpw-panel[data-step="1"] .gpw-choice-desc{ |
| 575 | text-align:center; |
| 576 | line-height:1.4; |
| 577 | min-height:58px; |
| 578 | max-width:260px; |
| 579 | display:-webkit-box; |
| 580 | -webkit-line-clamp:3; |
| 581 | -webkit-box-orient:vertical; |
| 582 | overflow:hidden; |
| 583 | } |
| 584 | .gpw-info-icon{ |
| 585 | width:28px; |
| 586 | height:28px; |
| 587 | border-radius:8px; |
| 588 | background:#eaf4fc; |
| 589 | display:inline-flex; |
| 590 | align-items:center; |
| 591 | justify-content:center; |
| 592 | margin:0 0 10px; |
| 593 | position:relative; |
| 594 | color:#2b8fe0; |
| 595 | font-size:16px; |
| 596 | line-height:1; |
| 597 | } |
| 598 | .gpw-info-icon:after{ |
| 599 | content:""; |
| 600 | position:absolute; |
| 601 | width:13px; |
| 602 | height:13px; |
| 603 | border-radius:4px; |
| 604 | background:#2b8fe0; |
| 605 | left:50%; |
| 606 | top:50%; |
| 607 | transform:translate(-50%,-50%); |
| 608 | } |
| 609 | .gpw-info-icon.dashicons:after{ |
| 610 | content:none; |
| 611 | } |
| 612 | |
| 613 | .gpw-hoppy-assistant{ |
| 614 | position:fixed; |
| 615 | right:24px; |
| 616 | bottom:18px; |
| 617 | z-index:9999; |
| 618 | display:flex; |
| 619 | align-items:flex-end; |
| 620 | gap:12px; |
| 621 | } |
| 622 | .gpw-hoppy-bubble{ |
| 623 | max-width:360px; |
| 624 | min-height:72px; |
| 625 | padding:12px 16px; |
| 626 | background:#fff9e8; |
| 627 | border:1px solid #efd7a0; |
| 628 | border-left:4px solid #b07a3e; |
| 629 | border-radius:10px; |
| 630 | color:#4a3b1f; |
| 631 | font-size:14px; |
| 632 | line-height:1.38; |
| 633 | display:flex; |
| 634 | align-items:center; |
| 635 | box-shadow:0 6px 14px rgba(0,0,0,.10); |
| 636 | font-family:"Comic Sans MS","Segoe Print","Bradley Hand",cursive; |
| 637 | } |
| 638 | .gpw-hoppy-avatar img{ |
| 639 | width:108px; |
| 640 | height:108px; |
| 641 | object-fit:contain; |
| 642 | filter:drop-shadow(0 2px 4px rgba(0,0,0,.16)); |
| 643 | } |
| 644 | .gpw-hoppy-close{ |
| 645 | position:absolute; |
| 646 | right:128px; |
| 647 | top:20px; |
| 648 | border:0; |
| 649 | background:transparent; |
| 650 | font-size:22px; |
| 651 | line-height:1; |
| 652 | color:#6f7683; |
| 653 | cursor:pointer; |
| 654 | padding:0 2px; |
| 655 | } |
| 656 | |
| 657 | /* Keep native plugin iOS-like switcher look */ |
| 658 | .gpw-switch{display:inline-flex} |
| 659 | .gpw-switch label{margin:0 6px} |
| 660 | |
| 661 | @media (max-width:900px){#gpw_model_wrap{width:auto}.gpw-wrap{margin-left:-10px;padding:20px 10px}.gpw-card{padding:18px}.gpw-content h2{font-size:22px}.gpw-content p{font-size:13px}.gpw-content select,.gpw-content input[type=password]{min-width:0 !important;width:100%;font-size:14px;height:40px}.gpw-actions .button{font-size:13px;padding:8px 14px}.gpw-apikey-inputrow .gpw-apikey-toggle{height:40px;min-width:40px}.gpw-switchbox-row{gap:10px}.gpw-switchbox-row .gpw-choice-card-single{flex:1 1 100%;max-width:100%}.gpw-panel[data-step="1"] .gpw-switchbox-row{flex-wrap:wrap}.gpw-lang-grid{grid-template-columns:1fr;gap:14px}.gpw-field-title{font-size:15px}.gpw-provider-grid{grid-template-columns:1fr}} |
| 662 | @keyframes gpwSpin{to{transform:rotate(360deg)}} |
| 663 | @keyframes gpwDrift{0%{transform:translateY(0) translateX(0)}100%{transform:translateY(-6px) translateX(4px)}} |
| 664 | @keyframes gpwPulse{0%,100%{opacity:.32}50%{opacity:.72}} |
| 665 | @keyframes gpwStepPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}} |
| 666 | @keyframes gpwStepRipple{0%{opacity:.45;transform:scale(.78)}100%{opacity:0;transform:scale(1.18)}} |
| 667 | @keyframes gpwLineShine{0%{left:-45%}45%,100%{left:105%}} |
| 668 | @keyframes gpwBurst{ |
| 669 | 0%{opacity:.95;transform:translate(0,0) scale(1)} |
| 670 | 100%{opacity:0;transform:translate(var(--dx),var(--dy)) scale(.4)} |
| 671 | } |
| 672 | @media (prefers-reduced-motion:reduce){ |
| 673 | .gpw-orb,.gpw-filament,.gpw-burst-dot.is-live{animation:none !important} |
| 674 | } |
| 675 |