:root{--red:#e30613;--ink:#151515;--paper:#f4f1eb}*{box-sizing:border-box}body{margin:0;background:#ece9e3;color:#171717;font:15px/1.5 Inter,Arial,sans-serif}a{color:inherit}.auth{min-height:100vh;display:grid;place-items:center;background:#151515;padding:1rem}.auth-card{width:min(440px,100%);background:#fff;padding:2.2rem;border-radius:14px}.auth-card>img{width:170px;margin-bottom:2rem}.auth-card h1{font-size:2rem;margin:.3rem 0}.auth-card p{color:#666}.auth-card form,.grid{display:grid;gap:1rem}label{display:grid;gap:.4rem;font-weight:700}input,textarea,button{font:inherit}input,textarea{width:100%;border:1px solid #c8c5bf;border-radius:8px;padding:.8rem;background:#fff}textarea{min-height:110px;resize:vertical}button,.visit{border:0;background:var(--red);color:#fff;font-weight:700;padding:.85rem 1.15rem;border-radius:8px;cursor:pointer}.back{display:block;margin-top:1.2rem;color:#555}.alert{padding:1rem;border-radius:8px;background:#fff0c7;margin:1rem 0}.error{background:#ffe1e1;color:#8d1111}.success{background:#daf5df;color:#155b22}aside{position:fixed;inset:0 auto 0 0;width:230px;background:#171717;color:#fff;padding:2rem 1.4rem;display:flex;flex-direction:column}aside img{width:150px}aside nav{display:grid;gap:.5rem;margin:3rem 0 auto}aside nav a{padding:.7rem;border-radius:7px;text-decoration:none}aside nav a:hover{background:#2d2d2d}.panel{margin-left:230px;padding:3rem clamp(1rem,5vw,5rem) 6rem;max-width:1500px}.panel header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.panel h1{font-size:2.5rem;margin:0}.panel header p,.hint{color:#666}.panel section{background:#fff;padding:clamp(1.2rem,3vw,2.4rem);border-radius:14px;margin:1.3rem 0}.panel h2{font-size:1.7rem;margin-top:0}.grid{grid-template-columns:1fr 1fr}.catalog-edit{display:grid;grid-template-columns:1fr 2fr 2fr auto;gap:1rem;border-top:1px solid #ddd;padding:1.2rem 0;align-items:end}.check{display:flex;align-items:center;padding-bottom:.8rem}.check input{width:auto}.media-grid,.system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.media-grid label{background:#f3f1ed;padding:1rem;border-radius:10px}.media-grid img{width:100%;height:150px;object-fit:cover;border-radius:7px}.save{position:sticky;bottom:1rem;box-shadow:0 8px 25px #e3061366;font-size:1rem}.system-grid{grid-template-columns:1fr 1fr}.system-grid article{background:#f3f1ed;padding:1.2rem;border-radius:10px}.secondary{background:#222}.system-grid form{display:grid;gap:.7rem}.system-grid code{background:#ddd8d0;padding:.1rem .3rem;border-radius:4px}@media(max-width:900px){aside{position:static;width:auto;height:auto}aside nav{display:flex;margin:1.5rem 0;overflow:auto}.panel{margin:0;padding:1.2rem}.grid,.media-grid,.system-grid{grid-template-columns:1fr}.catalog-edit{grid-template-columns:1fr}.panel header{align-items:flex-start;gap:1rem}.panel h1{font-size:2rem}}
