*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#f5f5f5}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:#1a1a2e;color:#eee;padding:1rem}.sidebar-title{font-size:1rem;margin:0 0 1rem}.sidebar a{display:block;color:#aaa;text-decoration:none;padding:.5rem;border-radius:4px}.sidebar a:hover,.sidebar a.active{background:#16213e;color:#fff}.main{flex:1;padding:1.5rem;background:#fff;margin:1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.page h1{margin:0 0 1rem;font-size:1.5rem}.page h2{margin:1.5rem 0 .5rem;font-size:1.1rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.card{background:#f8f9fa;padding:1rem;border-radius:6px}.card h3{margin:0 0 .25rem;font-size:.85rem;color:#666}.card p{margin:0;font-size:1.25rem;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.pipeline{list-style:none;padding:0;margin:0}.pipeline li{padding:.25rem 0;display:flex;justify-content:space-between}.recent-list{list-style:none;padding:0}.recent-list li{padding:.35rem 0;border-bottom:1px solid #eee}.toolbar{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.toolbar select{padding:.4rem .6rem}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #eee}.table th{background:#f8f9fa;font-weight:600}.table a{color:#0d6efd;text-decoration:none}.table a:hover{text-decoration:underline}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-gray{background:#e9ecef;color:#495057}.badge-blue{background:#cfe2ff;color:#084298}.badge-orange{background:#ffe5d0;color:#99400a}.badge-purple{background:#e2d9f3;color:#432874}.badge-indigo{background:#d6d9f8;color:#30356a}.badge-green{background:#d1e7dd;color:#0f5132}.badge-red{background:#f8d7da;color:#842029}.badge-teal{background:#cff4fc;color:#055160}.badge-darkgreen{background:#badbcc;color:#0a3622}.btn{padding:.5rem 1rem;background:#0d6efd;color:#fff;border:none;border-radius:6px;cursor:pointer}.btn:hover{background:#0b5ed7}.secondary{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer}.secondary:hover{background:#5c636a}.form label{display:block;margin-top:.75rem;font-weight:500}.form input,.form select{display:block;width:100%;max-width:400px;padding:.5rem;margin-top:.25rem}.form-actions{margin-top:1.5rem;display:flex;gap:.5rem}.form-inline{display:flex;gap:.5rem;align-items:center}.form-inline input{width:120px;padding:.5rem}.progress-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin:.5rem 0}.progress-fill{height:100%;background:#0d6efd}.muted{color:#6c757d;font-size:.9rem}
