:root{--primary-color: #00ee00;--primary-text-color: #212529;--bg-color: #f5f5f5;--card-bg: #ffffff;--text-color: #333333;--error-color: #dc3545;--success-color: #28a745;--warning-color: #ffc107}.primary-bg{background-color:var(--primary-color);color:var(--primary-text-color)}.primary-text{color:var(--primary-color)}.step-done{background-color:var(--primary-color);color:var(--primary-text-color)}button.primary{background-color:var(--primary-color);color:var(--primary-text-color);border:none;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;border-radius:4px;transition:opacity .2s ease}button.primary:hover{opacity:.9}button.primary:disabled{opacity:.6;cursor:not-allowed}header,footer{background-color:var(--primary-color);color:var(--primary-text-color)}@keyframes skeleton-pulse{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background-color:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0 80px);background-size:200px 100%;background-repeat:no-repeat;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--text-color);background-color:var(--bg-color);min-width:320px;-webkit-text-size-adjust:100%}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}input,select,textarea,button{font-family:inherit;font-size:16px;touch-action:manipulation}[role=button],a{touch-action:manipulation}h1,h2,h3,h4,h5,h6{margin-top:0}ul,ol{padding-left:1.5rem}.container{width:100%;max-width:960px;margin:0 auto;padding:0 1rem}
