.shed-fab,.shed-toolbar,.shed-backdrop,.shed-panel{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4}.shed-toolbar *,.shed-panel *,.shed-fab *{box-sizing:border-box;font-family:inherit}.shed-fab{z-index:9990;color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d8dee9;border-radius:9999px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 10px 30px #0f172a47}.shed-fab:hover{background:#f1f5f9}.shed-toolbar{z-index:9990;color:#0f172a;background:#fff;border:1px solid #d8dee9;border-radius:14px;width:232px;max-height:calc(100dvh - 32px);padding:12px;font-size:13px;position:fixed;bottom:16px;right:16px;overflow-y:auto;box-shadow:0 16px 48px #0f172a4d}.shed-toolbar-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding-bottom:8px;display:flex}.shed-toolbar-title{letter-spacing:.06em;text-transform:uppercase;color:#475569;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.shed-toolbar-collapse{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;padding:2px;display:flex}.shed-toolbar-collapse:hover{color:#0f172a;background:#f1f5f9}.shed-toolbar-sections{gap:4px;display:grid}.shed-section-btn{text-align:left;color:#1f2937;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:13px;font-weight:500;display:flex}.shed-section-btn:hover{background:#f1f5f9}.shed-section-btn[aria-pressed=true]{color:#2f5da8;background:#e8eef8}.shed-toolbar-link{color:#2f5da8;border-top:1px solid #e2e8f0;margin-top:8px;padding:7px 10px;font-size:12px;font-weight:600;text-decoration:none;display:block}.shed-toolbar-link:hover{text-decoration:underline}.shed-editmode{border-bottom:1px solid #e2e8f0;gap:6px;margin-bottom:8px;padding-bottom:8px;display:grid}.shed-editmode-actions{gap:6px;display:flex}.shed-editmode-actions .shed-btn{flex:1;padding:6px 10px;font-size:12px}.shed-editable{outline-offset:3px;cursor:text;border-radius:2px;outline:1.5px dashed #2f5da899;box-shadow:0 0 0 1px #ffffff59}.shed-editable:hover{outline-color:#2f5da8f2}.shed-editable:focus{outline-offset:3px;background:#2f5da812;outline:2px solid #2f5da8}.shed-editimg{position:relative}.shed-editimg-fill{width:100%;height:100%;position:absolute;inset:0}.shed-editimg-btn{z-index:20;border-radius:inherit;color:#fff;letter-spacing:.02em;cursor:pointer;opacity:0;background:#0f172a00;border:1.5px dashed #ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:600;transition:opacity .15s,background .15s;display:flex;position:absolute;inset:0}.shed-editimg-btn:hover{opacity:1;background:#0f172a8c}.shed-editimg-btn:disabled{opacity:1;cursor:default;background:#0f172a99}.shed-editimg-error{z-index:21;color:#fff;background:#b3261e;border-radius:6px;max-width:calc(100% - 16px);padding:4px 8px;font-size:12px;position:absolute;bottom:8px;left:8px}.shed-editimg-input{display:none}.shed-backdrop{z-index:9995;background:#0f172a73;position:fixed;inset:0}.shed-panel{z-index:9996;color:#0f172a;background:#f8fafc;flex-direction:column;width:min(560px,100vw);height:100dvh;animation:.18s ease-out shed-slide-in;display:flex;position:fixed;top:0;right:0;box-shadow:-16px 0 48px #0f172a4d}@keyframes shed-slide-in{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:none}}.shed-panel-head{background:#fff;border-bottom:1px solid #e2e8f0;flex:none;justify-content:space-between;align-items:center;gap:8px;padding:14px 20px;display:flex}.shed-panel-head h2{color:#0f172a;margin:0;font-size:16px;font-weight:700}.shed-panel-close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px;display:flex}.shed-panel-close:hover{color:#0f172a;background:#f1f5f9}.shed-form{flex-direction:column;flex:1;min-height:0;display:flex}.shed-form-body{flex:1;align-content:start;gap:16px;padding:20px;display:grid;overflow-y:auto}.shed-form-foot{background:#fff;border-top:1px solid #e2e8f0;flex:none;align-items:center;gap:10px;padding:12px 20px;display:flex}.shed-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.shed-two{grid-template-columns:1fr}}.shed-label{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.shed-input,.shed-area{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:8px 10px;font-size:14px}.shed-area{resize:vertical;line-height:1.5}.shed-input:focus,.shed-area:focus{outline-offset:1px;outline:2px solid #2f5da8}.shed-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;gap:10px;padding:12px;display:grid}.shed-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.shed-btn:hover{background:#f1f5f9}.shed-btn:disabled{opacity:.5;cursor:default}.shed-btn-primary{color:#fff;background:#2f5da8;border-color:#2f5da8}.shed-btn-primary:hover{background:#27508f}.shed-btn-ghost{background:0 0;border:0;justify-self:start;padding:6px 10px}.shed-btn-danger{color:#b3261e}.shed-error{color:#b3261e;margin:0;font-size:13px}.shed-saved{color:#15803d;font-size:13px}.shed-hint{color:#64748b;font-size:12px}.shed-img-preview{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:96px;height:64px}
