*{box-sizing:border-box;margin:0;padding:0}body{color:#e1e4e8;background:#0f1117;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}#root{min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:2rem}.app-header{border-bottom:1px solid #2d333b;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.app-header h1{color:#58a6ff;font-size:1.5rem;font-weight:600}.app-header .usage-badge{background:#1c2128;border:1px solid #2d333b;border-radius:6px;padding:.4rem .8rem;font-size:.85rem}.section{background:#161b22;border:1px solid #2d333b;border-radius:8px;margin-bottom:2rem;overflow:hidden}.section-header{background:#1c2128;border-bottom:1px solid #2d333b;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.section-header h2{font-size:1rem;font-weight:600}.section-body{padding:1.25rem}.registry-table{border-collapse:collapse;width:100%;font-size:.85rem}.registry-table th,.registry-table td{text-align:left;border-bottom:1px solid #2d333b;padding:.6rem .75rem}.registry-table th{color:#8b949e;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.registry-table tr:last-child td{border-bottom:none}.registry-table tr:hover td{background:#1c2128}.empty-state{text-align:center;color:#8b949e;padding:2rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:#8b949e;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.form-group input,.form-group select{color:#e1e4e8;appearance:auto;background:#0d1117;border:1px solid #2d333b;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.form-group input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.form-group input:focus,.form-group select:focus{border-color:#58a6ff;outline:none}.btn{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:background .15s}.btn-primary{color:#fff;background:#238636}.btn-primary:hover{background:#2ea043}.btn-primary:disabled{cursor:not-allowed;opacity:.6;background:#1a4d2e}.btn-danger{color:#fff;background:#da3633;padding:.3rem .6rem;font-size:.75rem}.btn-danger:hover{background:#f85149}.btn-secondary{color:#c9d1d9;background:#21262d;border:1px solid #2d333b}.btn-secondary:hover{background:#30363d}.form-actions{align-items:flex-end;gap:.5rem;display:flex}.config-row{align-items:center;gap:1rem;display:flex}.config-row input{color:#e1e4e8;background:#0d1117;border:1px solid #2d333b;border-radius:6px;width:120px;padding:.5rem .75rem;font-size:.85rem}.config-row input:focus{border-color:#58a6ff;outline:none}.config-row span{color:#8b949e;font-size:.85rem}.storage-bar{background:#21262d;border-radius:4px;height:8px;margin-top:1rem;overflow:hidden}.storage-bar-fill{background:#58a6ff;height:100%;transition:width .3s}.storage-bar-fill.warning{background:#d29922}.storage-bar-fill.danger{background:#f85149}.storage-info{color:#8b949e;justify-content:space-between;margin-top:.5rem;font-size:.75rem;display:flex}.msg{border-radius:6px;margin-top:1rem;padding:.6rem 1rem;font-size:.85rem}.msg-success{color:#3fb950;background:#1a4d2e;border:1px solid #238636}.msg-error{color:#f85149;background:#4d1a1a;border:1px solid #da3633}.download-link{color:#58a6ff;cursor:pointer;text-decoration:none}.download-link:hover{text-decoration:underline}
