:root{--bg: #f6f7f9;--surface: #ffffff;--border: #e5e7eb;--text: #1f2937;--text-muted: #6b7280;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: #eff6ff;--success: #16a34a;--danger: #dc2626;--radius: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);font-family:system-ui,-apple-system,Segoe UI,Microsoft YaHei,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);min-height:100vh}#root{min-height:100vh}h1,h2,h3{margin:0;font-weight:700;line-height:1.3}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.app-shell{max-width:880px;margin:0 auto;padding:32px 20px 64px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px}.brand{display:flex;align-items:baseline;gap:10px}.brand__name{font-size:1.4rem;font-weight:800;letter-spacing:-.01em}.brand__tag{color:var(--text-muted);font-size:.9rem}.status{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border-radius:999px;font-size:.82rem;font-weight:600;background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.status__dot{width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.status--ok .status__dot{background:var(--success)}.status--ok{color:var(--success)}.status--down .status__dot{background:var(--danger)}.status--down{color:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}@media (max-width: 600px){.app-header{flex-direction:column;align-items:flex-start}.app-shell{padding:20px 14px 48px}}.page-title{font-size:1.5rem;margin-bottom:6px}.page-subtitle{color:var(--text-muted);margin:0 0 20px;font-size:.95rem}.field-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:8px}.textarea{width:100%;padding:12px 14px;font-size:1rem;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:var(--radius);resize:vertical;transition:border-color .15s,box-shadow .15s}.textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.examples{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:14px 0 4px}.examples__label{font-size:.85rem;color:var(--text-muted)}.chip{padding:6px 12px;font-size:.82rem;color:var(--primary);background:var(--primary-soft);border:1px solid transparent;border-radius:999px;transition:border-color .15s,background .15s}.chip:hover:not(:disabled){border-color:var(--primary)}.actions{display:flex;align-items:center;gap:14px;margin-top:20px}.btn{display:inline-flex;align-items:center;gap:9px;padding:11px 22px;font-size:.97rem;font-weight:600;border-radius:var(--radius);border:1px solid transparent;transition:background .15s,border-color .15s,color .15s}.btn--primary{color:#fff;background:var(--primary)}.btn--primary:hover:not(:disabled){background:var(--primary-hover)}.btn--ghost{color:var(--text-muted);background:transparent;border-color:var(--border)}.btn--ghost:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.hint{font-size:.85rem;color:var(--text-muted)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.spinner--dark{border-color:#2563eb4d;border-top-color:var(--primary)}.alert{margin-top:16px;padding:11px 14px;border-radius:var(--radius);font-size:.9rem}.alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.preview__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.preview__meta{color:var(--text-muted);margin:0;font-size:.95rem}.preview__overview{margin:12px 0 24px;color:var(--text)}.day-list{display:flex;flex-direction:column;gap:16px}.day{padding:16px 18px;background:#fafbfc;border:1px solid var(--border);border-radius:var(--radius)}.day__title{font-size:1.05rem;margin-bottom:8px}.day__activities{margin:0 0 10px;padding-left:20px}.day__activities li{margin-bottom:3px}.day__foot{display:flex;flex-wrap:wrap;gap:16px;font-size:.88rem;color:var(--text-muted)}.list-block{margin-top:24px}.list-block__title{font-size:1.05rem;margin-bottom:8px}.list-block ul{margin:0;padding-left:20px}.list-block li{margin-bottom:3px}.editor .toolbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-24px -24px 12px;padding:16px 24px;background:var(--surface);border-bottom:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0}.section{padding:18px 0;border-top:1px solid var(--border)}.section:first-of-type{border-top:none;padding-top:6px}.section__title{font-size:1.1rem;margin-bottom:6px}.section__hint{margin:0 0 14px;font-size:.85rem;color:var(--text-muted)}.toolbar__export{display:flex;align-items:center;gap:12px}.input{width:100%;padding:9px 12px;font-size:.95rem;font-family:inherit;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:10px;resize:vertical;transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.input:disabled{background:#f3f4f6;color:var(--text-muted)}.field-label{margin-top:12px}.section .field-label:first-child,.day-editor .field-label:first-of-type{margin-top:0}.row{display:flex;gap:14px}.row__col{flex:1;min-width:0}.day-editor{padding:16px 18px;background:#fafbfc;border:1px solid var(--border);border-radius:var(--radius)}.day-editor__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.day-editor__badge{font-weight:700;color:var(--primary);background:var(--primary-soft);padding:3px 11px;border-radius:999px;font-size:.85rem}.btn--sm{padding:6px 12px;font-size:.82rem}.editable-list{display:flex;flex-direction:column;gap:8px}.editable-list__row{display:flex;align-items:flex-start;gap:8px}.icon-btn{flex:none;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:8px;transition:color .15s,border-color .15s,background .15s}.icon-btn:hover{color:var(--danger);border-color:var(--danger);background:#fef2f2}.add-btn{align-self:flex-start;padding:7px 14px;font-size:.85rem;font-weight:600;color:var(--primary);background:transparent;border:1px dashed var(--primary);border-radius:10px;transition:background .15s}.add-btn:hover{background:var(--primary-soft)}.add-btn--block{align-self:stretch;text-align:center;margin-top:14px}.svc-cat{padding:12px 0;border-top:1px dashed var(--border)}.svc-cat:first-of-type{border-top:none;padding-top:4px}.svc-cat__label{font-weight:600;font-size:.95rem;margin-bottom:8px}.svc-item{display:flex;align-items:center;gap:8px;margin-bottom:8px}.svc-item__name{flex:1;min-width:0}.svc-item__amount{flex:0 0 130px}@media (max-width: 600px){.svc-item__amount{flex:0 0 96px}}.agency__brand{display:flex;gap:16px;align-items:stretch}.agency__logo{flex:0 0 140px;height:96px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafbfc;border:1px dashed var(--border);border-radius:10px}.agency__logo img{max-width:100%;max-height:100%;object-fit:contain}.agency__logo-empty{font-size:.82rem;color:var(--text-muted)}.agency__brand-fields{flex:1;min-width:0}.agency__logo-actions{display:flex;gap:8px;margin-top:10px}.agency__file{display:none}@media (max-width: 600px){.agency__brand{flex-direction:column}.agency__logo{flex-basis:auto;width:100%}}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gallery-card{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fafbfc;border:1px solid var(--border);border-radius:var(--radius)}.gallery-card__preview{position:relative;aspect-ratio:3 / 2;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eef1f4;border:1px solid var(--border);border-radius:10px}.gallery-card__preview img{width:100%;height:100%;object-fit:cover}.gallery-card__placeholder{font-size:.85rem;color:var(--text-muted)}.gallery-card__remove{position:absolute;top:6px;right:6px;width:26px;height:26px;font-size:1rem;background:#ffffffeb}.gallery-card__caption{font-weight:600}.gallery-card__url{font-size:.85rem}.gallery-card__actions{display:flex;gap:8px}.gallery-card__actions .btn--sm{flex:1;justify-content:center;white-space:nowrap}.gallery-card__file{display:none}.gallery-card__hint{margin:0}.gallery-card__candidates{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.gallery-thumb{aspect-ratio:3 / 2;padding:0;overflow:hidden;background:#eef1f4;border:2px solid transparent;border-radius:8px}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumb--active{border-color:var(--primary)}@media (max-width: 600px){.gallery__grid{grid-template-columns:1fr}}.meals{display:flex;gap:20px;padding:4px 0 2px}.checkbox{display:inline-flex;align-items:center;gap:6px;font-size:.92rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox input{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}@media (max-width: 600px){.row{flex-direction:column}.editor .toolbar{margin:-24px -24px 12px}}.header-right{display:flex;align-items:center;gap:12px}.user-menu{display:inline-flex;align-items:center;gap:10px;padding:4px 6px 4px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--border)}.user-menu__org{font-size:.85rem;font-weight:600;color:var(--text);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__role{font-size:.72rem;font-weight:600;color:var(--primary);background:var(--primary-soft);padding:2px 8px;border-radius:999px}.auth-card{max-width:420px;margin:32px auto 0}.auth-tabs{display:flex;gap:4px;padding:4px;margin-bottom:20px;background:var(--bg);border-radius:var(--radius)}.auth-tab{flex:1;padding:9px 12px;border:none;background:transparent;border-radius:9px;font-size:.92rem;font-weight:600;color:var(--text-muted);transition:background .15s,color .15s}.auth-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.auth-form{display:flex;flex-direction:column}.field-hint{font-weight:400;font-size:.8rem;color:var(--text-muted)}.auth-error{margin-top:14px}.auth-submit{margin-top:20px;width:100%;justify-content:center}.auth-loading{max-width:420px;margin:32px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--text-muted)}.auth-loading .spinner{border-color:#2563eb4d;border-top-color:var(--primary)}
