:root{--bg: #faf9f6;--surface: #ffffff;--surface-alt: #fffaf3;--surface-sunken: #f4f0ea;--ink: #1c1917;--muted: #78716c;--line: #e8e3dc;--line-strong: #ddd5c9;--accent: #d97757;--accent-strong: #c45f3d;--accent-soft: #fbeee7;--forest: #173f2e;--forest-soft: #e7efe9;--green: #2e9e72;--amber: #e8a84b;--red: #d94f4f;--score-bg: #1e3025;--header-bg: #2c1f16;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(28, 25, 23, .06);--shadow: 0 6px 24px rgba(28, 25, 23, .08);--shadow-lg: 0 18px 48px rgba(28, 25, 23, .14);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;cursor:pointer}a{color:var(--accent-strong);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:999px;padding:9px 18px;font-size:14px;font-weight:600;line-height:1;transition:background .15s ease,border-color .15s ease,opacity .15s ease,transform .05s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-strong)}.btn-quiet{background:transparent;border-color:var(--line-strong);color:var(--ink)}.btn-quiet:hover:not(:disabled){background:var(--surface-sunken)}.btn-ghost{background:transparent;color:var(--muted);padding:6px 10px}.btn-ghost:hover:not(:disabled){background:var(--surface-sunken);color:var(--ink)}.ws-shell{display:flex;height:100vh;overflow:hidden}.ws-main{flex:1;display:flex;flex-direction:column;min-width:0;position:relative}.ws-sidebar{width:280px;flex-shrink:0;background:var(--surface-alt);border-right:1px solid var(--line);display:flex;flex-direction:column;transition:width .2s ease}.ws-sidebar.collapsed{width:60px}.ws-sidebar-head{display:flex;align-items:center;gap:8px;padding:14px 14px 10px}.ws-brand{font-weight:800;letter-spacing:-.01em;color:var(--forest);white-space:nowrap;overflow:hidden}.ws-new-btn{margin:4px 12px 10px;display:flex;align-items:center;gap:8px;justify-content:center;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);padding:10px;font-weight:600;font-size:14px;color:var(--ink)}.ws-new-btn:hover{border-color:var(--accent);color:var(--accent-strong)}.ws-history-list{flex:1;overflow-y:auto;padding:4px 8px 16px}.ws-history-empty{color:var(--muted);font-size:13px;padding:16px 12px;line-height:1.5}.ws-history-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;margin-bottom:2px}.ws-history-item{position:relative;display:block;width:100%;text-align:left;border:none;background:transparent;border-radius:10px;padding:9px 10px 9px 12px;color:var(--ink);font-size:13.5px;line-height:1.35}.ws-history-item:hover{background:var(--surface-sunken)}.ws-history-item.active{background:var(--accent-soft);color:var(--accent-strong);font-weight:600}.ws-history-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-history-time{display:block;font-size:11px;color:var(--muted);margin-top:2px}.ws-history-action{border:none;background:transparent;color:var(--muted);border-radius:6px;padding:5px 6px;font-size:11px;line-height:1;white-space:nowrap;cursor:pointer}.ws-history-action:hover{background:var(--surface-sunken);color:var(--ink)}.ws-history-action.menu-trigger{opacity:.3;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:16px;padding:0;transition:opacity .15s ease,background .15s ease,color .15s ease}.ws-history-row:hover .menu-trigger,.ws-history-action.menu-trigger:hover{opacity:1;background:var(--line);color:var(--ink)}.ws-history-menu-container{position:relative;display:inline-block}.ws-history-dropdown{position:absolute;right:0;top:100%;margin-top:4px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);z-index:100;min-width:110px;padding:4px;display:flex;flex-direction:column;gap:2px;animation:ws-dropdown-fade .12s ease-out}@keyframes ws-dropdown-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ws-history-dropdown button{width:100%;text-align:left;border:none;background:transparent;padding:8px 12px;font-size:13px;color:var(--ink);border-radius:6px;cursor:pointer;transition:background .15s ease}.ws-history-dropdown button:hover{background:var(--surface-sunken)}.ws-history-dropdown button.danger{color:var(--red)}.ws-history-dropdown button.danger:hover{background:#d94f4f14}.ws-active-chat-header{display:flex;align-items:center;gap:8px;max-width:320px;overflow:hidden;white-space:nowrap}.ws-active-chat-icon{font-size:16px;flex-shrink:0}.ws-active-chat-title{font-size:15px;font-weight:700;color:var(--forest);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-history-rename-input{width:100%;border:1px solid var(--accent);border-radius:10px;padding:9px 10px 9px 12px;background:var(--surface);color:var(--ink);font:inherit;outline:none}.ws-topbar{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--line);background:var(--surface)}.ws-topbar .spacer{flex:1}.ws-mode-toggle{display:inline-flex;align-items:center;gap:4px;padding:5px;border:1px solid rgba(19,45,36,.12);border-radius:8px;background:var(--surface)}.ws-mode-tab{min-width:120px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:7px;color:var(--muted);font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}.ws-mode-tab:hover{background:var(--surface);color:var(--ink)}.ws-mode-tab.is-active,.ws-mode-tab.is-active:hover{background:var(--forest);color:#fff}.ws-user-chip{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}@media(max-width:760px){.ws-topbar{flex-wrap:wrap;align-items:stretch}.ws-topbar .spacer{display:none}.ws-mode-toggle{order:2;width:100%}.ws-mode-tab{flex:1;min-width:0}.ws-user-chip{margin-left:auto}.ws-active-chat-header{max-width:180px}}.ws-thread{flex:1;overflow-y:auto;padding:24px 0 140px}.ws-thread-inner{max-width:860px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:18px}.ws-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.ws-hero-title{font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.ws-hero-sub{color:var(--muted);font-size:15px;margin:0 0 28px;max-width:520px;line-height:1.5}.ws-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:18px;max-width:620px}.ws-suggestion{border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;padding:8px 14px;font-size:13px;color:var(--ink)}.ws-suggestion:hover{border-color:var(--accent);color:var(--accent-strong)}.msg{display:flex;flex-direction:column}.msg.user{align-items:flex-end}.msg-bubble{max-width:80%;padding:11px 15px;border-radius:16px;font-size:14.5px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.msg.user .msg-bubble{background:var(--forest);color:#fff;border-bottom-right-radius:5px}.msg.assistant .msg-bubble{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-bottom-left-radius:5px}.agent-contact-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;width:min(460px,100%);padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-sm)}.agent-contact-avatar{width:48px;height:48px;border-radius:999px;overflow:hidden;background:var(--accent-soft);color:var(--accent-strong);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800}.agent-contact-avatar img{width:100%;height:100%;object-fit:cover}.agent-contact-main{min-width:0}.agent-contact-kicker{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.agent-contact-name{color:var(--ink);font-size:16px;font-weight:800;margin-top:2px}.agent-contact-agency,.agent-contact-property{color:var(--muted);font-size:12.5px;line-height:1.35;margin-top:2px}.agent-contact-details{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:12px}.agent-contact-label{display:block;color:var(--muted);font-size:11px;font-weight:700}.agent-contact-phone{color:var(--ink);font-size:15px;font-weight:800}.agent-contact-details a{color:var(--accent-strong);font-size:13px;font-weight:800;text-decoration:none}.agent-contact-details a:hover{text-decoration:underline}.msg-intro{color:var(--muted);font-size:13.5px;line-height:1.5;margin-bottom:10px}.ws-loading{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13.5px}.ws-dots{display:inline-flex;gap:4px}.ws-dots span{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:ws-bounce 1.2s infinite ease-in-out both}.ws-dots span:nth-child(2){animation-delay:.15s}.ws-dots span:nth-child(3){animation-delay:.3s}@keyframes ws-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.ws-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ws-chip{border:1px solid var(--accent);background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600}.ws-chip:hover{background:var(--accent);color:#fff}.ws-composer{position:absolute;left:0;right:0;bottom:0;padding:14px 20px 20px;background:linear-gradient(to top,var(--bg) 70%,rgba(250,249,246,0))}.ws-composer-inner{max-width:860px;margin:0 auto}.ws-searchbar{display:flex;align-items:flex-end;gap:10px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-lg);padding:8px 8px 8px 18px;box-shadow:var(--shadow)}.ws-searchbar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft),var(--shadow)}.ws-searchbar textarea{flex:1;border:none;outline:none;resize:none;background:transparent;font-family:inherit;font-size:15px;line-height:1.5;color:var(--ink);max-height:180px;padding:8px 0}.ws-send{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center}.ws-send:hover:not(:disabled){background:var(--accent-strong)}.ws-send:disabled{background:var(--line-strong);cursor:not-allowed}.ws-composer-hint{text-align:center;color:var(--muted);font-size:11px;margin-top:8px}.ws-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:4px}.pcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:box-shadow .15s ease,transform .05s ease}.pcard:hover{box-shadow:var(--shadow)}.pcard-photo{position:relative;aspect-ratio:16 / 10;background:var(--surface-sunken);overflow:hidden}.pcard-photo img{width:100%;height:100%;object-fit:cover;display:block}.pcard-photo .placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:28px}.pcard-score-badge{position:absolute;top:10px;right:10px}.pcard-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px;flex:1}.pcard-price{font-size:17px;font-weight:800;letter-spacing:-.01em}.pcard-addr{font-size:13px;color:var(--ink);line-height:1.35}.pcard-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--muted)}.pcard-chips{display:flex;flex-wrap:wrap;gap:6px}.pcard-tag{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;background:var(--surface-sunken);color:var(--muted)}.pcard-tag.good{background:var(--forest-soft);color:var(--forest)}.pcard-tag.warn{background:#fbf0dd;color:#9a6a16}.pcard-actions{margin-top:auto;display:flex;gap:8px;padding-top:4px}.pcard-actions .btn{flex:1;padding:8px 10px;font-size:13px}.score-row{display:flex;gap:6px}.score-pill{flex:1;text-align:center;border-radius:8px;padding:6px 4px;background:var(--surface-sunken)}.score-pill .label{display:block;font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.score-pill .val{display:block;font-size:14px;font-weight:800;margin-top:1px}.score-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--score-bg);color:#fff;box-shadow:var(--shadow-sm)}.score-badge .num{font-size:16px;font-weight:800;line-height:1}.score-badge .of{font-size:8px;opacity:.6}.ws-showmore{display:flex;justify-content:center;margin-top:14px}.report{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.report-head{background:var(--header-bg);color:#faf9f6;padding:18px 20px}.report-head .addr{font-size:16px;font-weight:700;margin:0}.report-head .sub{font-size:12.5px;opacity:.6;margin-top:3px}.report-scorecard{background:var(--score-bg);color:#fff;padding:18px 20px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}.score-ring{position:relative;flex-shrink:0}.score-ring .center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-ring .center .num{font-size:24px;font-weight:800;line-height:1}.score-ring .center .of{font-size:10px;opacity:.6}.score-bars{flex:1;min-width:200px;display:flex;flex-direction:column;gap:10px}.score-bar .top{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px;opacity:.85}.score-bar .track{height:7px;border-radius:999px;background:#ffffff24;overflow:hidden}.score-bar .fill{height:100%;border-radius:999px}.report-tabs{display:flex;align-items:center;gap:6px;padding:12px 20px 0;background:var(--surface);border-bottom:1px solid var(--line)}.report-tabs button{border:none;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:10px 4px 11px;margin-bottom:-1px;min-width:72px;font-size:13px;font-weight:700}.report-tabs button:hover{color:var(--ink)}.report-tabs button.active{color:var(--accent-strong);border-bottom-color:var(--accent)}.report-planning-panel{padding:16px 20px 20px}.report-sections{padding:8px 0}.section-card{border-bottom:1px solid var(--line)}.section-card:last-child{border-bottom:none}.section-head{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;padding:15px 20px;text-align:left;font-size:14.5px;font-weight:700;color:var(--ink)}.section-head .icon{font-size:16px}.section-head .chev{margin-left:auto;color:var(--muted);transition:transform .18s ease}.section-head[aria-expanded=true] .chev{transform:rotate(90deg)}.section-head .status-dot{width:8px;height:8px;border-radius:50%;background:var(--line-strong)}.section-head .status-dot.clear{background:var(--green)}.section-head .status-dot.moderate{background:var(--amber)}.section-head .status-dot.restricted{background:var(--red)}.section-body{padding:0 20px 18px;font-size:13.5px;line-height:1.55;color:var(--ink)}.kv{display:grid;grid-template-columns:1fr auto;gap:6px 16px}.kv .k{color:var(--muted)}.kv .v{text-align:right;font-weight:600}.report-list{margin:8px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:5px}.report-note{background:var(--surface-sunken);border-radius:10px;padding:10px 12px;color:var(--ink);margin-top:10px}.report-note.warn{background:#fbf0dd;color:#7c5410}.report-note.danger{background:#fbe7e7;color:#8a2d2d}.pill-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.pill{font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--surface-sunken);color:var(--muted)}.ws-gate{max-width:520px;margin:80px auto;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px 32px;box-shadow:var(--shadow)}.ws-gate h2{margin:0 0 10px}.ws-gate p{color:var(--muted);line-height:1.6;margin:0 0 22px}.ws-error{background:#fbe7e7;color:#8a2d2d;border-radius:10px;padding:10px 14px;font-size:13px;margin-top:8px}.ws-ok{background:var(--forest-soft);color:var(--forest);border-radius:10px;padding:10px 14px;font-size:13px;margin-top:8px}.report-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.site-plan-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.site-plan-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid var(--line)}.site-plan-title{font-weight:800;font-size:15px}.site-plan-subtitle{color:var(--muted);font-size:12px;line-height:1.35;margin-top:2px}.site-plan-ai-wrap{position:relative;flex-shrink:0}.site-plan-ai-btn{height:34px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-sunken);color:var(--muted);padding:0 13px;font-size:12px;font-weight:800}.site-plan-ai-btn:hover{background:var(--surface-sunken)}.site-plan-coming-soon{position:absolute;right:0;top:42px;z-index:4;white-space:nowrap;border-radius:10px;background:var(--accent);color:#fff;padding:8px 10px;font-size:12px;font-weight:800;box-shadow:var(--shadow)}.site-plan-map{position:relative;height:clamp(360px,58vw,560px);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-sunken);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.site-plan-map:active{cursor:grabbing}.site-plan-canvas{position:absolute;background:#d9d1c5;overflow:hidden;transform-origin:center center;will-change:transform;pointer-events:none}.site-plan-tile,.site-plan-base-image,.site-plan-svg,.site-plan-aerial-scrim{position:absolute}.site-plan-tile{object-fit:cover;opacity:1;display:block;backface-visibility:hidden}.site-plan-base-image{inset:0;width:100%;height:100%;object-fit:cover}.site-plan-svg,.site-plan-aerial-scrim{inset:0;width:100%;height:100%}.site-plan-aerial-scrim{background:#ffffff1f;pointer-events:none}.site-plan-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px;color:var(--muted);text-align:center;font-size:13px}.site-plan-empty strong{color:var(--ink)}.site-plan-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);padding:6px 0}.site-plan-legend-row{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 13px;font-size:12px}.site-plan-legend-row.disabled{opacity:.48}.site-plan-legend-label{display:flex;align-items:center;gap:9px;min-width:0}.site-plan-legend-title{display:block;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-plan-legend-sub{display:block;color:var(--muted);font-size:10px;margin-top:1px}.site-plan-swatch{width:24px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.site-plan-swatch-svg{width:28px;height:18px;display:block}.site-plan-legend-row input{width:34px;height:20px;appearance:none;position:relative;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-sunken);flex-shrink:0;transition:background .15s ease,border-color .15s ease}.site-plan-legend-row input:after{content:"";position:absolute;width:14px;height:14px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #1c191733;transition:transform .15s ease}.site-plan-legend-row input:checked{border-color:var(--accent);background:var(--accent)}.site-plan-legend-row input:checked:after{transform:translate(14px)}.site-plan-legend-row input:disabled{cursor:not-allowed}@media(max-width:720px){.site-plan-legend{grid-template-columns:1fr}.site-plan-head{align-items:flex-start}}.pdf-editor{display:flex;height:100vh;overflow:hidden}.pdf-editor-controls{width:400px;flex-shrink:0;overflow-y:auto;border-right:1px solid var(--line);background:var(--surface-alt);padding-bottom:40px}.pdf-editor-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--surface-alt);z-index:1}.pdf-editor-title{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.pdf-editor-title span{color:var(--muted);font-size:11.5px;line-height:1.25}.pdf-save-draft{flex-shrink:0}.pdf-editor-preview{flex:1;min-width:0;background:#525659}.pdf-live-preview{height:100%;display:flex;flex-direction:column;background:#525659}.pdf-live-toolbar{min-height:42px;display:flex;align-items:center;justify-content:flex-end;padding:8px 14px;border-bottom:1px solid rgba(255,255,255,.14);color:#ffffffd1;font-size:12px;font-weight:700}.pdf-live-scroll{flex:1;min-height:0;overflow:auto}.pdf-live-pages{width:100%;padding:22px 16px 34px}.pdf-live-page{position:relative;width:fit-content;margin:0 auto 18px;background:#fff;box-shadow:0 12px 34px #00000047}.pdf-live-page canvas{display:block}.pdf-live-page-label{position:absolute;top:8px;right:8px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#11182794;color:#fff;font-size:11px;font-weight:800}.pdf-live-state{margin:24px auto 0;width:min(520px,calc(100% - 32px));border-radius:8px;padding:12px 14px;background:#fff;color:var(--ink);font-size:13px}.pdf-panel{padding:16px;border-bottom:1px solid var(--line)}.pdf-panel>.pdf-panel-title{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.pdf-panel>.pdf-panel-title::-webkit-details-marker{display:none}.pdf-panel>.pdf-panel-title:after{content:"▸";font-size:11px;transition:transform .15s ease}.pdf-panel[open]>.pdf-panel-title:after{transform:rotate(90deg)}.pdf-panel[open]>.pdf-panel-title{margin-bottom:12px}.pdf-status{margin:0 16px 12px}.pdf-share-head{display:flex;justify-content:flex-end;margin-bottom:10px}.pdf-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.pdf-data-cell{display:flex;flex-direction:column;gap:3px;min-width:0}.pdf-data-label{font-size:11px;font-weight:600;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-data-cell .ws-input{padding:5px 8px;font-size:12px}@media(max-width:640px){.pdf-data-grid{grid-template-columns:1fr}}.pdf-field{display:block;margin-bottom:12px}.pdf-field-label{display:block;font-size:12px;font-weight:600;color:var(--ink);margin-bottom:4px}.pdf-help{color:var(--muted);font-size:12px;line-height:1.4;margin-top:6px}.pdf-textarea{line-height:1.45}.pdf-text-group{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px;margin-top:10px}.pdf-text-group.muted{opacity:.7}.pdf-text-group-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:var(--ink);font-size:13px;font-weight:800}.pdf-text-group-title em,.pdf-note-editor summary em{color:var(--muted);font-size:11px;font-style:normal;font-weight:700}.pdf-section-notes{margin-top:14px}.pdf-note-editor{border:1px solid var(--line);border-radius:8px;background:var(--surface);margin-top:8px;overflow:hidden}.pdf-note-editor summary{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;list-style:none;padding:9px 10px;color:var(--ink);font-size:13px;font-weight:700}.pdf-note-editor summary::-webkit-details-marker{display:none}.pdf-note-editor summary:after{content:"+";color:var(--muted);margin-left:auto}.pdf-note-editor[open] summary:after{content:"-"}.pdf-note-editor textarea{border:0;border-top:1px solid var(--line);border-radius:0}.pdf-recipient-list{max-height:220px;overflow-y:auto;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.pdf-recipient-empty{padding:14px;color:var(--muted);font-size:13px;line-height:1.4}.pdf-recipient{display:grid;grid-template-columns:auto 32px minmax(0,1fr);align-items:center;gap:9px;padding:10px 12px;border-bottom:1px solid var(--line);cursor:pointer}.pdf-recipient:last-child{border-bottom:none}.pdf-recipient:hover,.pdf-recipient.selected{background:var(--accent-soft)}.pdf-recipient.disabled{opacity:.55;cursor:not-allowed}.pdf-recipient-avatar{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-sunken);color:var(--accent-strong);font-size:12px;font-weight:800}.pdf-recipient-main{min-width:0}.pdf-recipient-name,.pdf-recipient-meta{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-recipient-name{color:var(--ink);font-size:13.5px;font-weight:700}.pdf-recipient-meta{color:var(--muted);font-size:11.5px;margin-top:2px}.pdf-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#1c191773}.pdf-modal{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:var(--shadow-lg);text-align:center}.pdf-modal-title{font-size:16px;font-weight:800;color:var(--ink)}.pdf-modal-body{margin:8px 0 18px;color:var(--muted);font-size:13.5px;line-height:1.5}.ws-input{width:100%;border:1px solid var(--line-strong);border-radius:8px;padding:8px 10px;font-family:inherit;font-size:13px;color:var(--ink);background:var(--surface);resize:vertical}.ws-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.ws-check{display:flex;align-items:center;gap:8px;font-size:13px;margin:6px 0}.ws-range{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-top:8px}.ws-range input{flex:1}.pdf-section-row{display:flex;align-items:center;gap:4px}.pdf-actions{display:flex;gap:8px;margin-top:12px}.pdf-actions .btn{flex:1}.cover-designer{position:relative;border:1px solid var(--line-strong);border-radius:6px;overflow:hidden;background:var(--surface);touch-action:none}.cover-designer-band{height:25%;display:flex;align-items:center;padding:0 14px}.cover-designer-title{color:#fff;font-weight:800;font-size:15px}
