:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1f2933;background:#f2f5f9}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;background:#0a5b8c;color:#fff}button.secondary{background:#4a5a66}button.danger{background:#b83b3b}button.ghost{background:transparent;color:#0a5b8c;border:1px solid #0a5b8c}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(420px,100%);background:#fff;border:1px solid #d8e2e8;border-radius:16px;padding:24px}.adm-layout{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:#0f2430;color:#fff;padding:24px 16px;display:flex;flex-direction:column;gap:16px}.menu{display:grid;gap:8px}.menu-btn{width:100%;text-align:left;background:#173648}.menu-btn.active{background:#2d7fb0}.logout{margin-top:auto;background:#6a2f2f}.content{padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.header-actions{display:flex;gap:8px}.list-wrap{background:#fff;border:1px solid #d8e2e8;border-radius:12px;overflow:hidden}.list-head,.list-row{display:grid;grid-template-columns:1.2fr 1fr 220px;gap:10px;align-items:center;padding:12px 14px}.list-head{background:#edf3f8;font-weight:600}.list-row{border-top:1px solid #edf3f8}.row-actions{display:flex;justify-content:flex-end;gap:8px}.form-grid{display:grid;gap:10px}.editor-wrap{background:#fff;border:1px solid #d8e2e8;border-radius:12px;padding:16px}.editor-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.template-cell{display:flex;align-items:center;gap:10px}.template-cell img{width:76px;height:52px;border-radius:8px;object-fit:cover;border:1px solid #d8e2e8}.row-template-strip{margin-top:6px;display:flex;align-items:center;gap:6px;min-height:28px}.row-template-strip img{width:34px;height:24px;border-radius:6px;object-fit:cover;border:1px solid #d8e2e8}.template-more{font-size:12px;color:#4a5a66;background:#edf3f8;border-radius:999px;padding:3px 8px}.template-selector-block{border:1px solid #d8e2e8;border-radius:12px;padding:12px;display:grid;gap:10px;background:#f8fbfd}.selection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px}.selection-toolbar p{margin:0;font-weight:600}.selection-actions{display:flex;gap:8px}.template-choice-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));max-height:320px;overflow:auto;padding-right:4px}.template-choice{display:grid;grid-template-columns:18px 56px 1fr;align-items:center;gap:8px;border:1px solid #d8e2e8;border-radius:10px;padding:8px;background:#fff}.template-choice.active{border-color:#2d7fb0;box-shadow:0 0 0 1px #2d7fb033}.template-choice input[type=checkbox]{width:16px;height:16px;margin:0}.template-choice img{width:56px;height:40px;border-radius:6px;object-fit:cover;border:1px solid #d8e2e8}.template-choice strong{display:block;font-size:13px}.template-choice .mono{display:block;color:#6b7f8e}.template-preview-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.template-preview-grid article{border:1px solid #d8e2e8;border-radius:10px;padding:10px;background:#f8fbfd}.template-preview-grid article strong{display:block;margin-bottom:8px}.template-preview-grid img{width:100%;height:160px;object-fit:cover;border-radius:8px;border:1px solid #d8e2e8}.location-editor-block,.contact-editor-block{border:1px solid #d8e2e8;border-radius:12px;padding:12px;background:#f8fbfd;display:grid;gap:10px}.section-title{margin:0;font-weight:600}.contact-grid{display:grid;gap:8px}.contact-card{border:1px solid #d8e2e8;border-radius:10px;background:#fff;padding:10px;display:grid;gap:8px}.contact-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.contact-fields{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}label{display:grid;gap:6px;font-size:14px}input,select,textarea{width:100%;border:1px solid #c8d3db;border-radius:10px;padding:10px}textarea{min-height:90px;resize:vertical}.notice{margin-bottom:12px;padding:10px;border-radius:10px}.notice.success{background:#e8faf2;color:#0f5f3f}.notice.error{background:#ffebeb;color:#8f2c2c}.muted{color:#6b7f8e;margin:0}.mono{font-family:Consolas,Courier New,monospace;font-size:13px}@media(max-width:980px){.adm-layout{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:2}.list-head,.list-row{grid-template-columns:1fr;gap:6px}.row-actions{justify-content:flex-start}.selection-toolbar{flex-direction:column;align-items:flex-start}.template-preview-grid,.contact-fields{grid-template-columns:1fr}}
