@font-face{font-family:Yeseva One;font-style:normal;font-display:swap;font-weight:400;src:url(https://cdn.jsdelivr.net/fontsource/fonts/yeseva-one@5.3.0/latin-400-normal.woff2)format("woff2"),url(https://cdn.jsdelivr.net/fontsource/fonts/yeseva-one@5.3.0/latin-400-normal.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Pixel Variable;font-style:normal;font-display:swap;font-weight:400;src:url(https://cdn.jsdelivr.net/fontsource/fonts/geist-pixel:vf@5.3.1/latin-elsh-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--gcc-blue:#1855c6;--gcc-blue-hover:#13449e;--gcc-blue-subtle:#f0f5ff;--gcc-blue-border:#c3d6fc;--gcc-cerulean:#0c82ac;--gcc-amber:#f2a84b;--gcc-green:#2e7d32;--gcc-green-subtle:#f0fdf4;--gcc-green-border:#bbf7d0;--bg-page:#f8fafc;--bg-surface:#fff;--bg-surface-secondary:#f1f5f9;--bg-input:#fff;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-light:#94a3b8;--text-white:#fff;--border-subtle:#e2e8f0;--border-medium:#cbd5e1;--border-strong:#94a3b8;--border-focus:#1855c6;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-error-border:#fecaca;--font-family:"Geist Pixel Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Yeseva One", Georgia, serif;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--shadow-subtle:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-card:0 2px 6px #0f172a0d, 0 1px 2px #0f172a08;--transition-fast:.15s ease;--transition-normal:.2s ease;--max-content-width:860px;--max-form-width:760px;--header-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-family);color:var(--text-primary);background-color:var(--bg-page);min-height:100vh;line-height:1.55;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.015em;font-weight:700;line-height:1.25}p{color:var(--text-secondary)}a{color:var(--gcc-blue);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--gcc-blue-hover);text-decoration:underline}button,input,select,textarea{font-family:inherit;font-size:.95rem}.gcc-page-wrapper{background-color:var(--bg-page);flex-direction:column;min-height:100vh;display:flex}.gcc-main-content{width:100%;max-width:var(--max-content-width);flex:1;margin:0 auto;padding:0 1.25rem 3.5rem}.gcc-header{min-height:var(--header-height);background-color:var(--bg-surface);border-bottom:1px solid var(--border-subtle);z-index:40;width:100%;position:sticky;top:0}.gcc-header-inner{max-width:var(--max-content-width);min-height:var(--header-height);justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:.5rem 1.25rem;display:flex}.gcc-logo-container{flex:1;align-items:center;gap:.65rem;min-width:0;text-decoration:none;display:flex}.gcc-logo-img{object-fit:contain;border-radius:var(--radius-xs);flex-shrink:0;width:36px;height:36px}.gcc-logo-text{flex-direction:column;min-width:0;display:flex}.gcc-logo-title{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;line-height:1.2;overflow:hidden}.gcc-logo-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:600;overflow:hidden}.gcc-header-badge{background-color:var(--bg-surface-secondary);color:var(--text-secondary);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);white-space:nowrap;flex-shrink:0;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=520px){.gcc-header-inner{gap:.5rem;padding:.4rem .85rem}.gcc-logo-img{width:30px;height:30px}.gcc-logo-title{font-size:.85rem}.gcc-logo-sub{font-size:.65rem}.gcc-header-badge{padding:.2rem .45rem;font-size:.68rem}}@media (width<=380px){.gcc-logo-sub{display:none}}.gcc-hero{text-align:left;padding:2.25rem 0 1.75rem}.gcc-hero-org-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--gcc-blue);margin-bottom:.35rem;font-size:.78rem;font-weight:700;display:block}.gcc-hero-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.6rem;font-size:clamp(1.65rem,3.5vw,2.25rem);font-weight:800}.gcc-hero-desc{color:var(--text-secondary);max-width:640px;margin-bottom:1.25rem;font-size:1.02rem;line-height:1.5}.btn-primary-hero{background-color:var(--gcc-blue);color:var(--gcc-white);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;padding:.65rem 1.4rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary-hero:hover{background-color:var(--gcc-blue-hover);color:var(--gcc-white);text-decoration:none}.gcc-team-showcase-section{margin:1.5rem 0 2.25rem}.gcc-section-title{color:var(--text-primary);margin-bottom:.85rem;font-size:1.15rem;font-weight:700}.gcc-team-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.gcc-team-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);transition:border-color var(--transition-fast);flex-direction:column;padding:1rem;display:flex}.gcc-team-card:hover{border-color:var(--border-medium)}.gcc-team-card-header{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.gcc-team-card-icon{border-radius:var(--radius-sm);background-color:var(--gcc-blue-subtle);width:28px;height:28px;color:var(--gcc-blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.gcc-team-card-name{color:var(--text-primary);font-size:.95rem;font-weight:700}.gcc-team-card-desc{color:var(--text-secondary);font-size:.82rem;line-height:1.45}.gcc-notice-banner{background-color:var(--bg-surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);margin-bottom:2rem;padding:.95rem 1.15rem;font-size:.86rem;line-height:1.5}.gcc-notice-banner strong{color:var(--text-primary)}.gcc-contact-inline{border-top:1px solid var(--border-subtle);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.5rem;padding-top:.5rem;font-size:.82rem;display:flex}.gcc-contact-inline span{color:var(--text-muted)}.gcc-footer{border-top:1px solid var(--border-subtle);background-color:var(--bg-surface);margin-top:auto;padding:2rem 1.25rem}.gcc-footer-inner{max-width:var(--max-content-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.gcc-footer-info{flex-direction:column;gap:.2rem;display:flex}.gcc-footer-title{color:var(--text-primary);font-size:.92rem;font-weight:700}.gcc-footer-contact{color:var(--text-muted);font-size:.82rem}.gcc-footer-copy{color:var(--text-light);font-size:.78rem}@media (width<=768px){.gcc-team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.gcc-team-grid{grid-template-columns:1fr}.gcc-footer-inner{flex-direction:column;align-items:flex-start}}.gcc-form-section{width:100%;max-width:var(--max-form-width);scroll-margin-top:calc(var(--header-height) + 1rem);margin:0 auto}.gcc-form-card{background-color:var(--bg-surface);border:1px solid var(--border-medium);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:2rem 2.25rem;position:relative}@media (width<=640px){.gcc-form-card{border-radius:var(--radius-md);padding:1.35rem 1rem}}.gcc-form-top-bar{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.85rem;display:flex}.gcc-draft-badge{color:var(--gcc-green);background-color:var(--gcc-green-subtle);border-radius:var(--radius-xs);border:1px solid var(--gcc-green-border);padding:.2rem .55rem;font-size:.76rem;font-weight:600}.btn-clear-draft{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:.2rem .4rem;font-size:.76rem}.btn-clear-draft:hover{color:var(--color-error);text-decoration:underline}.gcc-progress-tracker{justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0;display:flex;position:relative}.gcc-progress-track-line{background-color:var(--border-subtle);z-index:1;height:2px;position:absolute;top:14px;left:1.5rem;right:1.5rem}.gcc-progress-track-fill{background-color:var(--gcc-blue);height:100%;transition:width var(--transition-normal)}.gcc-progress-step-node{z-index:2;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;padding:0;display:flex;position:relative}.gcc-progress-step-node:disabled{cursor:default}.gcc-step-circle{background-color:var(--bg-surface);border:2px solid var(--border-medium);width:28px;height:28px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.gcc-progress-step-node.active .gcc-step-circle{background-color:var(--gcc-blue);border-color:var(--gcc-blue);color:var(--gcc-white)}.gcc-progress-step-node.completed .gcc-step-circle{background-color:var(--bg-surface);border-color:var(--gcc-blue);color:var(--gcc-blue)}.gcc-step-label{color:var(--text-muted);white-space:nowrap;margin-top:.4rem;font-size:.75rem;font-weight:600}.gcc-progress-step-node.active .gcc-step-label{color:var(--gcc-blue);font-weight:700}.gcc-progress-step-node.completed .gcc-step-label{color:var(--text-primary)}@media (width<=540px){.gcc-step-label{display:none}}.gcc-step-header{margin-bottom:1.75rem}.gcc-step-badge{color:var(--gcc-blue);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.gcc-step-title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.35rem;font-weight:800}.gcc-step-subtitle{color:var(--text-muted);font-size:.88rem;line-height:1.45}.gcc-form-group{margin-bottom:1.35rem}.gcc-label{color:var(--text-primary);margin-bottom:.35rem;font-size:.88rem;font-weight:600;display:block}.gcc-label .required-star{color:var(--color-error);margin-left:.15rem}.gcc-label-hint{color:var(--text-muted);margin-top:.1rem;font-size:.78rem;font-weight:400;display:block}.gcc-input,.gcc-select,.gcc-textarea{background-color:var(--bg-input);border:1px solid var(--border-medium);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);outline:none;padding:.65rem .85rem;font-size:.92rem}.gcc-input:hover,.gcc-select:hover,.gcc-textarea:hover{border-color:var(--border-strong)}.gcc-input:focus,.gcc-select:focus,.gcc-textarea:focus{border-color:var(--gcc-blue)}.gcc-input.is-invalid,.gcc-select.is-invalid,.gcc-textarea.is-invalid{background-color:#fffdfd;border-color:var(--color-error)!important}.gcc-field-error{color:var(--color-error);margin-top:.3rem;font-size:.78rem;font-weight:600}.gcc-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=580px){.gcc-form-row{grid-template-columns:1fr;gap:0}}.gcc-team-selection-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem;display:grid}@media (width<=600px){.gcc-team-selection-grid{grid-template-columns:1fr}}.gcc-team-select-card{border:1px solid var(--border-medium);border-radius:var(--radius-md);background-color:var(--bg-surface);cursor:pointer;transition:border-color var(--transition-fast), background-color var(--transition-fast);text-align:left;-webkit-user-select:none;user-select:none;padding:.9rem 1rem}.gcc-team-select-card:hover:not(.disabled){border-color:var(--gcc-blue);background-color:var(--gcc-blue-subtle)}.gcc-team-select-card.selected{border-color:var(--gcc-blue);background-color:var(--gcc-blue-subtle);border-width:1.5px}.gcc-team-select-card.disabled{opacity:.45;background-color:var(--bg-surface-secondary);cursor:not-allowed;border-style:dashed}.gcc-team-select-card-top{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.team-card-icon-circle{border-radius:var(--radius-sm);background-color:var(--bg-surface-secondary);width:28px;height:28px;color:var(--gcc-blue);justify-content:center;align-items:center;display:flex}.team-card-check-indicator{border:1.5px solid var(--border-medium);width:18px;height:18px;color:var(--gcc-white);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;display:flex}.gcc-team-select-card.selected .team-card-check-indicator{background-color:var(--gcc-blue);border-color:var(--gcc-blue)}.team-select-card-name{color:var(--text-primary);margin-bottom:.2rem;font-size:.92rem;font-weight:700}.team-select-card-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.gcc-secondary-team-grid{grid-template-columns:repeat(2,1fr);gap:.65rem;margin-top:.4rem;display:grid}@media (width<=600px){.gcc-secondary-team-grid{grid-template-columns:1fr}}.gcc-secondary-card{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background-color:var(--bg-surface);cursor:pointer;transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.86rem;display:flex}.gcc-secondary-card:hover:not(.disabled){border-color:var(--gcc-blue);background-color:var(--gcc-blue-subtle)}.gcc-secondary-card.selected{border-color:var(--gcc-blue);background-color:var(--gcc-blue-subtle);font-weight:600}.gcc-secondary-card.disabled{opacity:.4;cursor:not-allowed;background-color:var(--bg-surface-secondary)}.gcc-textarea{resize:vertical;min-height:140px;line-height:1.5}.gcc-char-counter-row{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:.35rem;font-size:.76rem;display:flex}.gcc-portfolio-hint-banner{background-color:var(--bg-surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);margin-bottom:.65rem;padding:.65rem .85rem;font-size:.8rem;line-height:1.4}.gcc-portfolio-hint-banner strong{color:var(--text-primary)}.gcc-radio-cards-group{flex-direction:column;gap:.65rem;display:flex}.gcc-radio-card{border:1px solid var(--border-medium);border-radius:var(--radius-md);background-color:var(--bg-surface);cursor:pointer;transition:border-color var(--transition-fast), background-color var(--transition-fast);align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.gcc-radio-card:hover,.gcc-radio-card.selected{border-color:var(--gcc-blue);background-color:var(--gcc-blue-subtle)}.gcc-radio-circle{border:1.5px solid var(--border-medium);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.gcc-radio-card.selected .gcc-radio-circle{border-color:var(--gcc-blue)}.gcc-radio-circle-dot{background-color:var(--gcc-blue);border-radius:50%;width:8px;height:8px}.gcc-radio-content h4{color:var(--text-primary);margin-bottom:.15rem;font-size:.9rem;font-weight:700}.gcc-radio-content p{color:var(--text-secondary);font-size:.82rem;line-height:1.4}.gcc-terms-box{background-color:var(--bg-surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);margin-top:1.5rem;overflow:hidden}.gcc-terms-header{background-color:var(--bg-surface-secondary);color:var(--text-primary);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:700;display:flex}.gcc-terms-body{max-height:200px;color:var(--text-secondary);border-top:1px solid var(--border-subtle);background-color:var(--bg-surface);padding:1rem;font-size:.82rem;line-height:1.55;overflow-y:auto}.gcc-terms-item{margin-bottom:.85rem}.gcc-terms-item:last-child{margin-bottom:0}.gcc-terms-item h5{color:var(--text-primary);margin-bottom:.15rem;font-size:.82rem;font-weight:700}.gcc-privacy-notice-box{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);background-color:#f1f5f9;margin-top:1rem;padding:.85rem 1rem;font-size:.8rem;line-height:1.5}.gcc-privacy-notice-box strong{color:var(--text-primary)}.gcc-checkbox-container{cursor:pointer;align-items:flex-start;gap:.65rem;margin-top:1.25rem;display:flex}.gcc-checkbox-input{width:18px;height:18px;accent-color:var(--gcc-blue);cursor:pointer;flex-shrink:0;margin-top:2px}.gcc-checkbox-label{color:var(--text-primary);font-size:.86rem;font-weight:600;line-height:1.4}.gcc-review-sections{flex-direction:column;gap:1rem;display:flex}.gcc-review-card{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background-color:var(--bg-surface);overflow:hidden}.gcc-review-header{background-color:var(--bg-surface-secondary);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.gcc-review-header h4{color:var(--text-primary);font-size:.88rem;font-weight:700}.btn-edit-section{border:1px solid var(--border-medium);border-radius:var(--radius-xs);color:var(--gcc-blue);cursor:pointer;background:0 0;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.btn-edit-section:hover{background-color:var(--gcc-blue-subtle);border-color:var(--gcc-blue)}.gcc-review-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;padding:.95rem 1rem;display:grid}@media (width<=580px){.gcc-review-grid{grid-template-columns:1fr}}.gcc-review-item{flex-direction:column;gap:.15rem;display:flex}.gcc-review-item.full-width{grid-column:1/-1}.review-item-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:600}.review-item-value{color:var(--text-primary);word-break:break-word;font-size:.88rem;font-weight:600}.review-text-block{color:var(--text-secondary);background-color:var(--bg-surface-secondary);border-radius:var(--radius-xs);white-space:pre-wrap;margin-top:.2rem;padding:.65rem .85rem;font-size:.84rem;line-height:1.5}.gcc-form-actions{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.75rem;padding-top:1.25rem;display:flex}.btn-form-back{background-color:var(--bg-surface-secondary);border:1px solid var(--border-medium);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600}.btn-form-back:hover:not(:disabled){background-color:var(--border-subtle);color:var(--text-primary)}.btn-form-back:disabled{opacity:.4;cursor:not-allowed}.btn-form-next,.btn-form-submit{background-color:var(--gcc-blue);border-radius:var(--radius-sm);color:var(--gcc-white);cursor:pointer;transition:background-color var(--transition-fast);border:1px solid #0000;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600}.btn-form-next:hover:not(:disabled),.btn-form-submit:hover:not(:disabled){background-color:var(--gcc-blue-hover)}.btn-form-submit{background-color:var(--gcc-green)}.btn-form-submit:hover:not(:disabled){background-color:#256629}.btn-form-submit:disabled,.btn-form-next:disabled{opacity:.5;cursor:not-allowed}.gcc-form-error-banner{background-color:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-sm);color:var(--color-error);margin-top:1rem;padding:.75rem 1rem;font-size:.84rem;font-weight:600}.gcc-confirmation-card{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex}.confirmation-icon-circle{background-color:var(--gcc-green-subtle);border:1px solid var(--gcc-green-border);width:48px;height:48px;color:var(--gcc-green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.confirmation-title{color:var(--text-primary);margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.confirmation-subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:1.5rem;font-size:.92rem;line-height:1.5}.gcc-id-badge-container{background-color:var(--bg-surface-secondary);border:1px solid var(--border-medium);border-radius:var(--radius-md);flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.5rem;padding:1rem 1.75rem;display:flex}.gcc-id-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.72rem;font-weight:700}.gcc-id-number{color:var(--gcc-blue);letter-spacing:.04em;font-size:1.5rem;font-weight:800}.btn-copy-id{background-color:var(--bg-surface);border:1px solid var(--border-medium);border-radius:var(--radius-xs);color:var(--text-secondary);cursor:pointer;margin-top:.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.btn-copy-id:hover{border-color:var(--gcc-blue);color:var(--gcc-blue)}.confirmation-steps-timeline{background-color:var(--bg-surface-secondary);border-radius:var(--radius-sm);text-align:left;border:1px solid var(--border-subtle);width:100%;max-width:500px;margin-bottom:1.5rem;padding:1rem 1.25rem}.timeline-header{color:var(--text-primary);margin-bottom:.6rem;font-size:.85rem;font-weight:700}.timeline-items{color:var(--text-secondary);flex-direction:column;gap:.5rem;padding-left:1.2rem;font-size:.8rem;list-style:decimal;display:flex}.timeline-items li{line-height:1.45}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-restart-form{border:1px solid var(--border-medium);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.6rem 1.15rem;font-size:.86rem;font-weight:600}.btn-restart-form:hover{background-color:var(--bg-surface-secondary);color:var(--text-primary)}.spin-animation{animation:1s linear infinite gccSpin;display:inline-block}@keyframes gccSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
