.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.login-box h1{margin:0 0 .5rem;color:#333;font-size:1.8rem;text-align:center}.login-box h2{margin:0 0 2rem;color:#666;font-size:1.2rem;font-weight:400;text-align:center}.login-info{color:#667eea;font-size:.95rem;text-align:center;margin:0 0 1.5rem;padding:.75rem;background:#f0f4ff;border-radius:6px;border-left:3px solid #667eea}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-weight:500;font-size:.95rem}.form-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.error-message{color:#e53e3e;background-color:#fff5f5;padding:.75rem;border-radius:6px;font-size:.9rem;border-left:3px solid #e53e3e}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.login-box{padding:2rem 1.5rem;margin:1rem}.login-box h1{font-size:1.5rem}.login-box h2{font-size:1rem}.form-group input{font-size:16px}.login-button{font-size:1rem}}.preview-modal-content{background:#fff;border-radius:8px;width:90%;max-width:1200px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.preview-body{padding:24px;overflow-y:auto;flex:1}.groups-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.group-card{border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff}.group-header{background:#f5f5f5;padding:12px 16px;border-bottom:1px solid #ddd}.group-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.group-members{padding:12px}.competitor-row{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #f0f0f0}.competitor-row:last-child{border-bottom:none}.competitor-position{font-weight:600;color:#666;min-width:24px}.competitor-info{flex:1;min-width:0}.competitor-name{font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competitor-details{font-size:12px;color:#666;margin-top:2px}.competitor-times{display:flex;flex-direction:column;gap:4px;min-width:120px}.time-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.time-label{font-size:11px;color:#666;text-transform:uppercase}.time-value{font-weight:600;color:#2563eb;font-size:14px;white-space:nowrap}.time-value.ans-time{color:#059669}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-cancel{background-color:#f0f0f0;color:#333}.btn-cancel:hover:not(:disabled){background-color:#e0e0e0}.btn-submit{background-color:#2563eb;color:#fff}.btn-submit:hover:not(:disabled){background-color:#1d4ed8}.btn-cancel:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.preview-modal-content{width:95%;max-height:95vh}.preview-body{padding:1rem}.groups-container{grid-template-columns:1fr;gap:1rem}.group-card{border-radius:8px}.group-header{padding:.75rem 1rem}.group-header h3{font-size:14px}.group-members{padding:.75rem}.competitor-row{flex-direction:column;align-items:flex-start;gap:8px;padding:8px}.competitor-position{min-width:auto}.competitor-info{width:100%}.competitor-name{font-size:14px}.competitor-details{font-size:11px}.competitor-times{width:100%;min-width:auto}.time-row{justify-content:flex-start}.time-label{min-width:80px}.modal-footer{padding:1rem;flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%;padding:.875rem}}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:650px;width:92%;max-height:92vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.75rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.modal-close{background:#fff3;border:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:#ffffff4d;transform:scale(1.05)}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-subtitle{color:#666;font-size:1rem;margin:-.5rem 0 2rem;line-height:1.5}.form-group{margin-bottom:2rem}.form-group label{display:flex;align-items:center;color:#333;font-weight:700;margin-bottom:1rem;font-size:1.05rem;gap:.5rem}.form-group label:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.form-select{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.form-select:hover{border-color:#667eea;box-shadow:0 4px 8px #667eea26}.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.sortable-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.sortable-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;background:#fafafa;cursor:move;transition:all .2s ease}.sortable-item:hover{border-color:#667eea;background:#f9f9ff;box-shadow:0 1px 4px #667eea1a}.sortable-item.checked{background:#f0fdf4;border-color:#86efac}.sortable-item-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.drag-handle{color:#9ca3af;font-size:.9rem;cursor:grab;-webkit-user-select:none;user-select:none;transition:color .2s ease;flex-shrink:0}.sortable-item:hover .drag-handle{color:#667eea}.sortable-item:active .drag-handle{cursor:grabbing}.item-number{color:#6b7280;font-weight:600;font-size:.85rem;min-width:22px;flex-shrink:0}.item-label{color:#374151;flex:1;font-weight:400;font-size:.9rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.sortable-item-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.check-button{width:20px;height:20px;border-radius:4px;border:2px solid #d1d5db;background:#fff;color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;transition:all .2s ease;flex-shrink:0}.check-button:hover{border-color:#667eea;background:#f9f9ff}.check-button.checked{background:#667eea;border-color:#667eea;color:#fff}.delete-button{width:20px;height:20px;border-radius:4px;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:all .2s ease;flex-shrink:0}.delete-button:hover{background:#fef2f2;color:#ef4444}.radio-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.radio-option{display:flex;align-items:center;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease}.radio-option:hover{border-color:#667eea;background:#f9f9ff}.radio-option input[type=radio]{display:none}.radio-option span:first-of-type{flex:1;color:#333;font-size:.95rem}.radio-indicator{width:24px;height:24px;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:transparent;font-weight:700;transition:all .2s ease}.radio-option input[type=radio]:checked~.radio-indicator{background:#4ade80;border-color:#4ade80;color:#fff}.add-option-button{background:none;border:none;color:#10b981;font-size:.95rem;cursor:pointer;padding:.5rem 0;display:flex;align-items:center;gap:.25rem;transition:color .2s ease}.add-option-button:hover{color:#059669}.checkboxes{display:flex;flex-direction:column;gap:1rem}.checkbox-option{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;transition:all .25s ease;box-shadow:0 2px 4px #0000000d}.checkbox-option:hover{border-color:#667eea;background:#f9f9ff;box-shadow:0 4px 8px #667eea26}.checkbox-option input[type=checkbox]{width:22px;height:22px;cursor:pointer;accent-color:#667eea}.checkbox-option span{color:#333;font-weight:500;font-size:.95rem}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e0e0e0;background:#fafafa}.btn-cancel,.btn-submit{padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .25s ease;border:none;box-shadow:0 2px 4px #0000001a}.btn-cancel{background:#f0f0f0;color:#333}.btn-cancel:hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:768px){.modal-content{width:95%;max-height:95vh}.modal-header{padding:1rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1rem}.form-select{font-size:16px}.sortable-item{padding:.625rem .75rem}.sortable-item-content{gap:.5rem}.item-label,.drag-handle{font-size:.85rem}.check-button,.delete-button{width:18px;height:18px;font-size:.7rem}.modal-footer{padding:1rem;flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%;padding:.875rem}.radio-option,.checkbox-option{padding:.75rem}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton-line,.skeleton-badge,.skeleton-card{animation:shimmer 1.5s infinite linear;background:linear-gradient(to right,#f0f0f0,#e8e8e8 20%,#f0f0f0 40% 100%);background-size:936px 100%}.skeleton-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.skeleton-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014}.skeleton-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.skeleton-badge{width:80px;height:28px;border-radius:6px;flex-shrink:0}.skeleton-body{display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:16px;border-radius:4px;width:100%}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.skeleton-text{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.skeleton-list{display:flex;flex-direction:column;gap:1rem}.skeleton-list-item{background:#f9f9f9;padding:1.25rem 1.5rem;border-radius:8px;border:2px solid #e0e0e0;display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.skeleton-cards{grid-template-columns:1fr}}.app-footer{background:#f5f7fa;border-top:1px solid #e0e0e0;padding:1.5rem 2rem;text-align:center;margin-top:auto}.app-footer p{margin:0;color:#666;font-size:.9rem}@media(max-width:768px){.app-footer{padding:1rem}.app-footer p{font-size:.85rem}}.help-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.help-content{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.help-header{padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.help-header h2{margin:0;font-size:1.5rem}.help-close{background:#fff3;border:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease}.help-close:hover{background:#ffffff4d}.help-body{padding:2rem;overflow-y:auto;flex:1}.help-section{margin-bottom:2.5rem}.help-section:last-child{margin-bottom:0}.help-section h3{color:#333;font-size:1.3rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.help-section h4{color:#555;font-size:1.1rem;margin:1rem 0 .5rem}.help-section p{color:#666;line-height:1.6;margin:.5rem 0}.help-section ul,.help-section ol{color:#666;line-height:1.8;margin:.5rem 0;padding-left:1.5rem}.help-section li{margin:.5rem 0}.help-section ul ul,.help-section ol ul{margin-top:.5rem;margin-bottom:0}.help-section strong{color:#333;font-weight:600}.help-note{background:#f0f4ff;border-left:4px solid #667eea;padding:1rem;border-radius:6px;margin-top:1rem;color:#333}.help-note strong{color:#667eea}.help-problem{background:#fff5f5;border-left:4px solid #f56565;padding:1rem;border-radius:6px;margin-bottom:1rem}.help-problem h4{color:#c53030;margin-top:0}.help-problem p{margin:.5rem 0}.help-problem ul{margin-top:.5rem}.help-footer{padding:1.5rem 2rem;border-top:1px solid #e0e0e0;background:#fafafa;display:flex;justify-content:center}.btn-close-help{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-close-help:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}@media(max-width:768px){.help-overlay{padding:0}.help-content{max-width:100%;max-height:100vh;border-radius:0}.help-header{padding:1rem}.help-header h2{font-size:1.25rem}.help-body{padding:1rem}.help-section h3{font-size:1.15rem}.help-section h4{font-size:1rem}.help-footer{padding:1rem}.btn-close-help{width:100%}}.dashboard{min-height:100vh;background:#f5f7fa}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.dashboard-header h1{margin:0;font-size:1.5rem}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{font-size:1rem}.help-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s ease;display:flex;align-items:center;gap:.25rem}.help-button:hover{background:#ffffff4d}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s ease}.logout-button:hover{background:#ffffff4d}.dashboard-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.welcome-section{text-align:center;margin-bottom:3rem}.welcome-section h2{color:#333;font-size:2rem;margin:0 0 .5rem}.welcome-section p{color:#666;font-size:1.1rem;margin:0}.error-banner{background-color:#fff5f5;color:#e53e3e;padding:1rem;border-radius:8px;border-left:4px solid #e53e3e;margin-bottom:2rem}.loading{text-align:center;color:#666;font-size:1.1rem;padding:3rem}.no-competitions{text-align:center;color:#999;padding:3rem;background:#fff;border-radius:12px}.no-competitions button{margin-top:1rem}.filter-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;margin-bottom:2rem}.filter-group{margin-bottom:1rem}.filter-group label{display:block;color:#333;font-weight:600;margin-bottom:.5rem}.filter-controls{display:flex;gap:.5rem;align-items:center}.filter-input{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.filter-input:focus{outline:none;border-color:#667eea}.clear-filter{background:#f0f0f0;color:#666;border:none;width:36px;height:36px;border-radius:6px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.clear-filter:hover{background:#e0e0e0;color:#333}.quick-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.quick-filter-label{color:#666;font-size:.9rem;font-weight:500}.quick-filter-btn{background:#f5f5f5;color:#333;border:2px solid #e0e0e0;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.quick-filter-btn:hover{background:#e8e8e8;border-color:#d0d0d0}.quick-filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.filter-results{color:#666;font-size:.9rem;font-style:italic}.competitions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.competition-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.competition-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.competition-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.competition-header h3{margin:0;color:#333;font-size:1.1rem;line-height:1.4;flex:1}.competition-code{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;white-space:nowrap}.competition-details{display:flex;flex-direction:column;gap:.5rem}.competition-details p{margin:0;color:#666;font-size:.95rem}.competition-date,.competition-venue,.competition-sponsor{display:flex;align-items:center}.back-button{background:#f0f0f0;color:#333;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:2rem;transition:background .2s ease}.back-button:hover{background:#e0e0e0}.competition-detail{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #00000014}.competition-detail h2{margin:0 0 1.5rem;color:#333}.competition-detail h3{margin:2rem 0 1rem;color:#333;font-size:1.4rem}.competition-detail p{color:#666;margin:.5rem 0}.no-distances{text-align:center;color:#999;padding:2rem;background:#f5f5f5;border-radius:8px}.distances-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.distance-card{background:#f9f9f9;padding:1.25rem 1.5rem;border-radius:8px;border:2px solid #e0e0e0;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.distance-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.distance-header{display:flex;align-items:center;gap:1rem;margin-bottom:0;flex:1}.distance-header h4{margin:0;color:#333;font-size:1.1rem;min-width:150px}.draw-status-badge{background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;border:1px solid #fbbf24;display:inline-flex;align-items:center;gap:.25rem}.distance-number{background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}.distance-info{display:flex;gap:2rem;align-items:center;flex:1;margin-bottom:0}.distance-info p{margin:0;color:#666;font-size:.9rem}.distance-info .combinations{font-size:.85rem;font-style:italic;color:#888}.distance-card .action-button{width:auto;margin-top:0;padding:.6rem 1.5rem;flex-shrink:0}.draw-actions{display:flex;gap:1rem;margin-top:2rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.action-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.action-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.action-card h3{margin:0 0 .5rem;color:#333;font-size:1.3rem}.action-card p{color:#666;margin:0 0 1.5rem;flex-grow:1}.action-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;width:100%}.action-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.action-button:active{transform:translateY(0)}@media(max-width:768px){.dashboard-header{padding:1rem;flex-direction:column;gap:1rem;align-items:flex-start}.dashboard-header h1{font-size:1.25rem}.user-info{width:100%;justify-content:space-between}.dashboard-content{padding:1.5rem 1rem}.welcome-section h2{font-size:1.5rem}.welcome-section p{font-size:1rem}.filter-section{padding:1rem}.filter-controls{flex-direction:column;gap:.5rem}.filter-input{width:100%;font-size:16px}.clear-filter{width:100%;height:40px}.quick-filters{gap:.5rem}.quick-filter-btn{font-size:.85rem;padding:.4rem .8rem}.competitions-list{grid-template-columns:1fr;gap:1rem}.competition-card{padding:1rem}.competition-header{flex-direction:column;gap:.5rem}.competition-code{align-self:flex-start}.competition-detail{padding:1rem}.distance-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.distance-header{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.distance-header h4{min-width:auto}.distance-info{flex-direction:column;gap:.5rem;align-items:flex-start}.distance-card .action-button{width:100%}.actions-grid{grid-template-columns:1fr;gap:1rem}.action-card{padding:1.5rem}}#root{width:100%;margin:0;padding:0}*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:dark){:root{color:#213547;background-color:#fff}body{background-color:#fff}}@media(max-width:768px){h1{font-size:2em}button{padding:.75em 1em;font-size:.95em}}
