:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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}html{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;height:100%;box-sizing:border-box;overflow:hidden}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:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.cert-programmer{height:100vh;width:100vw;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.container{display:flex;flex-direction:column;gap:1rem;flex:1;overflow:hidden;width:100%;padding:1rem;box-sizing:border-box}.header{text-align:center;padding:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-shrink:0}h1{margin:0;color:#333;font-size:1.3rem}.subtitle{color:#666;margin:.15rem 0 0;font-size:.75rem}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;flex-shrink:0}.card{background:#fff;border-radius:8px;padding:.5rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:.25rem}.card-title{font-size:1rem;color:#333;margin:0;font-weight:600;border-bottom:2px solid #667eea;padding-bottom:.3rem}.card-content{display:flex;flex-direction:column;gap:.3rem}.form-section{margin-bottom:0}.field-label{display:block;color:#444;font-weight:500;font-size:.75rem;margin-bottom:.15rem}h2{font-size:1.1rem;color:#444;margin:0 0 1rem;font-weight:600}.file-input{display:none}.file-input-wrapper{position:relative;display:flex}.file-label{flex:1;padding:.75rem 1rem;background:#f5f5f5;border:2px dashed #667eea;border-radius:8px;cursor:pointer;text-align:center;color:#667eea;font-weight:500;transition:all .3s ease}.file-label:hover{background:#f0f0ff;border-color:#764ba2}.file-input:disabled~.file-label{opacity:.6;cursor:not-allowed}.password-input,input[type=text],input[type=password]{width:100%;padding:.4rem .5rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.8rem;transition:border-color .3s ease;box-sizing:border-box}.password-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input:disabled{background:#f5f5f5;cursor:not-allowed;color:#999}.ip-config-group{background:#f9f9f9;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.form-row{display:flex;flex-direction:column;margin-bottom:1.2rem}.form-row:last-child{margin-bottom:0}.form-row label{margin-bottom:.5rem;color:#444;font-weight:500;font-size:.95rem}.ip-select,.ip-input{padding:.4rem .5rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.8rem;transition:border-color .3s ease;box-sizing:border-box}.ip-select{width:100%;cursor:pointer;background:#fff;color:#333}.ip-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.ip-select:disabled{background:#f5f5f5;cursor:not-allowed;color:#999}.ip-input{width:100%}.ip-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.ip-input:disabled{background:#f5f5f5;cursor:not-allowed;color:#999}.ip-input.input-error{border-color:#f44336;background-color:#ffebee}.ip-input.input-error:focus{box-shadow:0 0 0 3px #f443361a}.error-text{color:#f44336;font-size:.8rem;margin-top:.3rem;display:block}.button{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.button-primary{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.button-primary.button-large{padding:.6rem 1.2rem;font-size:1rem;font-weight:700;letter-spacing:.3px;margin:.25rem 0 0}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.button-primary:disabled{opacity:.5;cursor:not-allowed}.button-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.button-secondary:hover:not(:disabled){background:#f5f5ff;transform:translateY(-2px)}.button-secondary:disabled{opacity:.5;cursor:not-allowed}.port-selected{margin-top:.75rem;padding:.75rem 1rem;background:#e8f5e9;border-left:4px solid #4caf50;color:#2e7d32;border-radius:4px;font-size:.95rem}.error-box{padding:1rem;margin-bottom:2rem;background:#ffebee;border-left:4px solid #f44336;color:#c62828;border-radius:4px;font-size:.95rem}.log-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #0000001a;margin-top:.5rem;flex:1;overflow:hidden;display:flex;flex-direction:column}.log-title{margin:0 0 .5rem;color:#333;font-size:.95rem;font-weight:600;border-bottom:2px solid #667eea;padding-bottom:.5rem;flex-shrink:0}.status-log{background:#f5f5f5;border-radius:8px;padding:.75rem;max-height:100%;overflow-y:auto;font-family:Courier New,monospace;font-size:.8rem;line-height:1.4;color:#333;flex:1}.status-line{padding:.25rem 0;word-break:break-all}.status-line:last-child{padding-bottom:0}.info-box{margin-top:2rem;padding:1.5rem;background:#f0f7ff;border-left:4px solid #2196f3;border-radius:8px}.info-box h3{margin:0 0 1rem;color:#1565c0;font-size:1rem}.info-box ul{margin:0;padding-left:1.5rem;color:#555;font-size:.9rem;line-height:1.7}.info-box li{margin-bottom:.5rem}.info-box li:last-child{margin-bottom:0}@media(max-width:768px){.cards-container{grid-template-columns:1fr;gap:1.5rem}h1{font-size:1.5rem}}@media(max-width:600px){.container{padding:1rem;gap:1rem}h1{font-size:1.3rem}.card{padding:1rem}.form-section{margin-bottom:0}}#root{width:100vw;height:100vh;padding:0;margin:0;overflow:hidden;box-sizing:border-box}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
