@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";:root{--brand-primary: #f2b302;--brand-primary-contrast: #111111;--brand-accent: #111111;--brand-surface: #fff8e0;--brand-surface-2: #fff3c2;--brand-border: rgba(0,0,0,.08);--nav-bg: #111111;--nav-text: #ffffff;--nav-active: #f2b302;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--brand-primary-contrast);background-color:var(--brand-surface);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.light-theme{--brand-surface: #fff8e0;--brand-surface-2: #fff3c2;--brand-border: rgba(0,0,0,.08);--text-primary: #111111;--text-secondary: #333333;--bg-primary: #fff8e0;--bg-secondary: #ffffff}a{font-weight:500;color:var(--nav-active);text-decoration:inherit}a:hover{filter:brightness(.95)}body{margin:0;min-width:320px;min-height:100vh;background:var(--brand-surface);color:var(--text-primary)}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:10px;border:1px solid var(--brand-border);padding:.6em 1.2em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--brand-primary);color:var(--brand-primary-contrast);cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 10px #00000014}button:hover{transform:translateY(-1px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{font-family:Lato,sans-serif}.app-container{display:flex;min-height:100vh;width:100%;position:relative}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#1a1a1a;color:#fff}.login-form{width:350px;padding:40px;border-radius:10px;background-color:#2d2d2d;box-shadow:0 0 20px #0003}#jobDescription{width:100%;padding:20px}.job-form{margin:20px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.main-content{padding-left:30px;flex:1;width:100%;min-height:100vh;height:100vh;box-sizing:border-box;overflow-y:scroll;background-color:#f0f3f7;transition:margin .3s ease}.app-container.sidebar-collapsed .main-content{width:100%}.main-content>div{width:100%;max-width:100%;box-sizing:border-box}.companies-page{width:100%;height:100%}.companies-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.companies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;align-items:stretch;grid-auto-flow:row dense}.company-card,.add-company-card{background:var(--card-bg, rgba(255,255,255,.8));border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:12px;display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.company-card .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.company-card .card-title{font-weight:600}.company-card .card-meta{font-size:12px;opacity:.8}.company-card .card-actions{display:flex;gap:8px;margin-top:8px;align-items:stretch;flex-wrap:wrap}.company-card .card-actions .btn{flex:1 1 120px;min-width:0}.company-card .card-actions .btn.btn-clear,.company-card .card-actions .btn.btn-submit{height:36px}.company-card .card-actions .btn.btn-edit{background:#f2b302;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.company-card .card-actions .btn.btn-edit:hover:not(:disabled){background:#d9a002}.company-card .card-actions .btn.btn-delete{background:#f2b302;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.company-card .card-actions .btn.btn-delete:hover:not(:disabled){background:#d9a002}.badge.success{background:#e6f7ed;color:#1a7f4b;padding:2px 8px;border-radius:999px;font-size:12px}.badge.danger{background:#ffefef;color:#a12626;padding:2px 8px;border-radius:999px;font-size:12px}.add-company-card{background:#f2b302;color:#fff;cursor:pointer}.add-company-card .card-title{font-weight:700}.add-company-card:hover{background:#d9a002}.add-company-card:focus{outline:2px solid #f2b302;outline-offset:2px}.modal .modal-content{max-width:520px}.btn{background:#f2b302;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn:hover:not(:disabled){background:#d9a002}.btn-submit{background:#f2b302;color:#fff}.btn-submit:hover:not(:disabled){background:#d9a002}.btn-clear{background:#6c757d;color:#fff}.btn-clear:hover:not(:disabled){background:#5a6268}
