.auth-layout{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f5f6f8,#e3e6ed);padding:1.5rem;font-family:Inter,system-ui,-apple-system,sans-serif}.auth-card{width:min(420px,100%);background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 35px #00000014;border:1px solid #e5e7eb}.auth-card h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:800;color:#0f2c59}.subtitle{margin:0 0 1.5rem;color:#4b5563;font-size:.95rem}.form{display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:#0f2c59}.password-field{display:flex;align-items:center;gap:.5rem}input{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:.75rem .9rem;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}input:focus{outline:none;border-color:#0f2c59;box-shadow:0 0 0 3px #0f2c5926}.password-field .toggle{white-space:nowrap;background:#e8eef9;color:#0f2c59;border-radius:10px;border:1px solid #c7d5ef;padding:.65rem .8rem;font-weight:700;cursor:pointer;transition:all .15s ease}.password-field .toggle:hover{background:#d5e3fb}.error{color:#b91c1c;font-weight:500}button{background:#0f2c59;color:#fff;border:none;border-radius:10px;padding:.9rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .1s ease}button:hover{background:#0c2347}button:active{transform:translateY(1px)}button:disabled{opacity:.65;cursor:not-allowed}.pill{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:999px;background:#e5e7eb;color:#0f172a;font-weight:700;font-size:.8rem}.pill-blue{background:#e0ecff;color:#0f2c59}.pill-red{background:#fee2e2;color:#b91c1c}.row-actions{display:flex;gap:.4rem}.row-actions .ghost{border:1px solid #d1d5db;background:#fff;color:#0f172a;border-radius:8px;padding:.35rem .7rem;cursor:pointer;font-weight:700}.row-actions .ghost:hover{background:#f8fafc}.row-actions .danger{border-color:#fca5a5;color:#b91c1c}.ghost{border:1px solid #d1d5db;background:#fff;color:#0f172a;border-radius:8px;padding:.45rem .75rem;cursor:pointer;font-weight:700}.ghost.danger,.danger.ghost{border-color:#fca5a5;color:#b91c1c}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:grid;align-items:flex-start;justify-items:center;padding:1.5rem;overflow-y:auto;z-index:50}.modal{width:min(880px,100%);background:linear-gradient(180deg,#fff,#f9fbff);border-radius:14px;padding:1.25rem 1.4rem 1rem;box-shadow:0 18px 60px #00000029;border:1px solid #e5e7eb;max-height:calc(100vh - 3rem);overflow:auto}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;align-items:start}.article-form{margin-top:.4rem}.modal h3{margin:0 0 .35rem;color:#0f2c59}.form-grid label,.field-panel{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#0f2c59;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.85rem 1rem;box-shadow:0 12px 28px #0f2c590f}.form-grid label.full,.field-panel.full{grid-column:1 / -1}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid #d1d5db;border-radius:10px;padding:.65rem .8rem;font-size:1rem;background:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{outline:none;border-color:#0f2c59;box-shadow:0 0 0 3px #0f2c591f;background:#fff}.content-input{min-height:180px;resize:vertical;line-height:1.5}.image-field .image-preview{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#4b5563}.image-preview .preview-frame{border:1px dashed #d1d5db;border-radius:10px;padding:.5rem;background:#f8fafc;width:fit-content;max-width:100%}.image-preview img{max-width:240px;max-height:160px;object-fit:cover;border-radius:8px;display:block}.upload-card{background:#0f2c59;color:#e8eef9;border-color:#0c2347}.upload-card input{background:#fff}.checkboxes{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.alert{background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3;border-radius:10px;padding:.75rem .9rem;font-weight:600}.success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;border-radius:10px;padding:.75rem .9rem;font-weight:600}.actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.5rem}.sticky-actions{grid-column:1 / -1;position:sticky;bottom:0;background:linear-gradient(180deg,#fff6,#fff 70%);padding-top:.75rem}.actions button{border:none;border-radius:10px;padding:.7rem 1rem;cursor:pointer;font-weight:700}.actions button[type=submit]{background:#0f2c59;color:#fff}.actions .ghost{background:#e5e7eb;color:#0f172a}.tag-form{display:flex;flex-direction:column;gap:.6rem;max-width:420px}.tag-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:600;color:#0f2c59}.tag-form input{border:1px solid #d1d5db;border-radius:10px;padding:.65rem .8rem;font-size:1rem}.btn-primary{background:#0f2c59;color:#fff;border:none;border-radius:8px;padding:.65rem .9rem;font-weight:700;cursor:pointer}.filters{display:flex;gap:.5rem;margin:.8rem 0;flex-wrap:wrap}.filters input,.filters select{border:1px solid #d1d5db;border-radius:10px;padding:.55rem .8rem;font-size:1rem}.tag-panel{gap:.25rem}.tag-panel-header{display:flex;align-items:baseline;gap:.5rem;color:#0f2c59}.tag-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.35rem;max-height:190px;overflow-y:auto;padding:.5rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.tag-option{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:.35rem .75rem;font-size:.9rem;box-shadow:0 6px 15px #0f2c590d}.tag-delete{border:none;background:transparent;margin-left:.35rem;color:#9ca3af;cursor:pointer;font-weight:700}.two-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.list-table{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.list-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.list-row:last-child{border-bottom:none}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.8rem}.pagination button:disabled{opacity:.4;cursor:not-allowed}.meta{color:#4b5563;font-size:.95rem}*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a}body{margin:0;background:#f5f6f8;color:#0f172a}a{color:inherit;text-decoration:none}.layout{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:#0f2c59;color:#e5e7eb;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.sidebar .brand{font-weight:800;font-size:1.3rem;display:flex;gap:.4rem;align-items:center}.sidebar nav a{display:block;padding:.65rem .9rem;border-radius:10px;color:#e5e7eb;font-weight:600}.sidebar nav a:hover,.sidebar nav a.active{background:#0c2347}.content{padding:1.5rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;box-shadow:0 6px 25px #0000000d}
