*{box-sizing:border-box}body{margin:0;background:#0f172a;color:#e2e8f0;font:15px/1.5 system-ui,sans-serif}a{color:#7dd3fc}header{display:flex;gap:1rem;align-items:center;padding:1rem 2rem;background:#111827;border-bottom:1px solid #334155}header>a{font-weight:700;text-decoration:none;margin-right:auto}header form,td form,article form{display:inline}main{max-width:1180px;margin:0 auto;padding:2rem}.login{max-width:420px;margin:8vh auto;background:#111827;border:1px solid #334155;border-radius:12px}.title{display:flex;justify-content:space-between;align-items:center}.button,button{display:inline-block;background:#0284c7;color:white;border:0;border-radius:6px;padding:.55rem .8rem;text-decoration:none;cursor:pointer}button.danger{background:#be123c}label{display:grid;gap:.4rem;margin:1rem 0}input,textarea,select{width:100%;background:#020617;color:#e2e8f0;border:1px solid #475569;border-radius:6px;padding:.65rem}textarea{resize:vertical}.error{background:#7f1d1d;padding:.7rem;border-radius:6px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.cards article{background:#111827;border:1px solid #334155;border-radius:10px;padding:1rem}.criteria{white-space:pre-wrap;max-height:14rem;overflow:auto}small{color:#94a3b8}table{width:100%;border-collapse:collapse;background:#111827}th,td{text-align:left;vertical-align:top;border:1px solid #334155;padding:.7rem}td form{display:flex;gap:.4rem;margin-bottom:.4rem}.action-cell{min-width:12rem}.action-menu{position:relative;display:inline-block}.action-menu summary{list-style:none;background:#0284c7;color:#fff;border-radius:6px;padding:.55rem .8rem;cursor:pointer;user-select:none}.action-menu summary::-webkit-details-marker{display:none}.action-menu summary::after{content:" ▾"}.action-menu[open] summary::after{content:" ▴"}.action-menu-items{position:absolute;z-index:10;right:0;min-width:10rem;margin-top:.35rem;padding:.35rem;background:#111827;border:1px solid #475569;border-radius:8px;box-shadow:0 12px 30px #020617}.action-menu-items a{display:block;padding:.55rem .7rem;border-radius:5px;text-decoration:none;white-space:nowrap}.action-menu-items a:hover{background:#1e293b}.danger-link{color:#fda4af!important}.catalog{margin-top:2rem}.catalog>summary{cursor:pointer;color:#94a3b8}.catalog .cards{margin-top:1rem}.secondary{background:#475569}@media(max-width:700px){main{padding:1rem}.title{display:block}table{display:block;overflow:auto}}