:root{color:var(--wiimo-text);background:var(--wiimo-bg);font-synthesis:none;text-rendering:optimizelegibility;--wiimo-violet-500:#5841f5;--wiimo-violet-600:#5e2eef;--wiimo-violet-700:#711ddf;--wiimo-violet-deep:#4a30b4;--wiimo-cyan-500:#02a8f8;--wiimo-cyan-400:#35b9fd;--wiimo-bg:#f7f7fc;--wiimo-surface:#fff;--wiimo-surface-soft:#f1f1fc;--wiimo-border:#e7e6f2;--wiimo-text:#17142e;--wiimo-text-muted:#817e9e;--wiimo-radius-sm:12px;--wiimo-radius-md:16px;--wiimo-radius-lg:20px;--wiimo-radius-xl:24px;--wiimo-radius-pill:999px;--wiimo-space-1:4px;--wiimo-space-2:8px;--wiimo-space-3:12px;--wiimo-space-4:16px;--wiimo-space-6:24px;--wiimo-space-8:32px;--wiimo-space-12:48px;--wiimo-shadow-card:0 3px 12px #2218520d;--wiimo-shadow-elevated:0 8px 24px #22185214;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #5841f512, transparent 32rem), var(--wiimo-bg);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,input,select{min-height:44px}button{border-radius:var(--wiimo-radius-md);background:linear-gradient(135deg, var(--wiimo-violet-500) 0%, var(--wiimo-violet-600) 55%, var(--wiimo-violet-700) 100%);color:#fff;cursor:pointer;border:0;padding:11px 18px;font-weight:700;transition:transform .14s,box-shadow .14s,opacity .14s;box-shadow:0 6px 16px #5841f52e}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 9px 20px #5841f53b}button:active:not(:disabled){transform:translateY(0)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #02a8f847}button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}button.secondary{background:var(--wiimo-surface-soft);color:var(--wiimo-violet-deep);box-shadow:none}input,select,textarea{border:1px solid var(--wiimo-border);border-radius:var(--wiimo-radius-sm);background:var(--wiimo-surface);width:100%;color:var(--wiimo-text);padding:11px 13px;transition:border-color .14s,box-shadow .14s}textarea{resize:vertical;min-height:108px;line-height:1.5}input:hover,select:hover,textarea:hover{border-color:#d6d3e7}label{gap:var(--wiimo-space-2);color:#56516d;font-size:.9rem;font-weight:650;display:grid}.shell{min-height:100vh;padding:var(--wiimo-space-6);place-items:center;display:grid}.card{border-radius:var(--wiimo-radius-xl);background:var(--wiimo-surface);width:min(100%,720px);box-shadow:var(--wiimo-shadow-elevated);border:1px solid #e7e6f2e6;padding:clamp(28px,6vw,52px)}.card--wide{width:min(100%,920px)}.brand-lockup{align-items:center;gap:var(--wiimo-space-3);margin-bottom:var(--wiimo-space-4);display:inline-flex}.brand-wordmark{letter-spacing:-.045em;color:var(--wiimo-violet-500);font-size:1.35rem;font-weight:800}.brand-version{border-radius:var(--wiimo-radius-pill);background:var(--wiimo-surface-soft);min-height:24px;color:var(--wiimo-violet-deep);align-items:center;padding:3px 8px;font-size:.72rem;font-weight:750;display:inline-flex}h1{margin:0 0 var(--wiimo-space-3);letter-spacing:-.045em;max-width:18ch;font-size:clamp(2rem,6vw,3.25rem);line-height:1.05}h2{margin:0 0 var(--wiimo-space-4);letter-spacing:-.02em;font-size:clamp(1.05rem,3vw,1.3rem);line-height:1.2}.intro,.muted{color:var(--wiimo-text-muted);line-height:1.65}.intro{max-width:42rem;margin:0;font-size:1rem}.muted{margin:-4px 0 var(--wiimo-space-4);font-size:.92rem}.identity{margin:var(--wiimo-space-6) 0 0;border-radius:var(--wiimo-radius-pill);background:var(--wiimo-surface-soft);color:var(--wiimo-text-muted);padding:7px 11px;font-size:.82rem;display:inline-flex}.topbar{justify-content:space-between;align-items:flex-start;gap:var(--wiimo-space-6);display:flex}.panel{margin-top:var(--wiimo-space-6);border-radius:var(--wiimo-radius-lg);background:var(--wiimo-surface);box-shadow:var(--wiimo-shadow-card);border:1px solid #e7e6f2d1;padding:clamp(18px,4vw,24px)}.form{gap:var(--wiimo-space-4);margin-top:var(--wiimo-space-4);display:grid}.inline-form{gap:var(--wiimo-space-3);margin-top:var(--wiimo-space-4);grid-template-columns:minmax(0,1fr) auto;display:grid}.actions{gap:var(--wiimo-space-3);margin-top:var(--wiimo-space-1);flex-wrap:wrap;display:flex}.temporal-preview{gap:var(--wiimo-space-1);padding:var(--wiimo-space-4);border-radius:var(--wiimo-radius-md);color:var(--wiimo-violet-deep);background:#5841f512;font-size:.9rem;display:grid}.temporal-preview span{color:#68627d}.message{margin:var(--wiimo-space-6) 0 0;padding:var(--wiimo-space-4);border-radius:var(--wiimo-radius-md);color:#215c78;background:#02a8f812;border:1px solid #02a8f82e}.task-list{gap:var(--wiimo-space-3);margin:0;padding:0;list-style:none;display:grid}.task-list li{gap:var(--wiimo-space-1);padding:var(--wiimo-space-4);border:1px solid var(--wiimo-border);border-radius:var(--wiimo-radius-md);background:var(--wiimo-surface);display:grid}.task-list strong{font-size:.98rem}.task-list span{color:var(--wiimo-text-muted);font-size:.86rem;line-height:1.5}code{background:var(--wiimo-surface-soft);color:var(--wiimo-violet-deep);border-radius:6px;padding:2px 6px}@media (width<=640px){.shell{padding:var(--wiimo-space-4);align-items:start}.card{border-radius:var(--wiimo-radius-lg);padding:26px 20px}.topbar{flex-direction:column}.topbar>button{width:100%}.inline-form{grid-template-columns:1fr}.actions{flex-direction:column}.actions button,.inline-form button,.form>button{width:100%}}.split-grid,.content-grid{gap:var(--wiimo-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.content-grid .panel{margin-top:var(--wiimo-space-6)}.empty-state{padding:var(--wiimo-space-4);border-radius:var(--wiimo-radius-md);background:var(--wiimo-surface-soft);color:var(--wiimo-text-muted);margin:0}.event-list{gap:var(--wiimo-space-3);margin:0;padding:0;list-style:none;display:grid}.event-list li{gap:var(--wiimo-space-1);padding:var(--wiimo-space-4);border:1px solid var(--wiimo-border);border-radius:var(--wiimo-radius-md);background:var(--wiimo-surface);display:grid}.event-list>li>span:last-child{color:var(--wiimo-text-muted);font-size:.86rem}.event-type{border-radius:var(--wiimo-radius-pill);color:#087cac;text-transform:capitalize;background:#02a8f817;width:fit-content;padding:4px 8px;font-size:.72rem;font-weight:750}@media (width<=760px){.split-grid,.content-grid{grid-template-columns:1fr}.content-grid{gap:0}}.property-list{gap:var(--wiimo-space-3);margin:0;padding:0;list-style:none;display:grid}.property-list li{gap:var(--wiimo-space-1);padding:var(--wiimo-space-4);border:1px solid var(--wiimo-border);border-radius:var(--wiimo-radius-md);background:var(--wiimo-surface);display:grid}.property-list span{color:var(--wiimo-text-muted);font-size:.86rem;line-height:1.45}.ai-panel{background:linear-gradient(180deg, #02a8f809, #5841f506), var(--wiimo-surface);border-color:#02a8f838}.ai-heading,.proposal-header{justify-content:space-between;align-items:flex-start;gap:var(--wiimo-space-4);display:flex}.ai-heading h2,.proposal-header h3{margin:var(--wiimo-space-2) 0 0}.ai-badge,.ai-state{border-radius:var(--wiimo-radius-pill);align-items:center;width:fit-content;font-size:.72rem;font-weight:800;display:inline-flex}.ai-badge{color:#087cac;background:#02a8f81c;padding:5px 9px}.ai-state{color:var(--wiimo-violet-deep);background:#5841f514;padding:6px 10px}button.ai-action{background:var(--wiimo-cyan-500);box-shadow:0 6px 16px #02a8f82e}button.ai-action:hover:not(:disabled){box-shadow:0 9px 20px #02a8f83b}.proposal-card{gap:var(--wiimo-space-4);margin-top:var(--wiimo-space-6);padding:var(--wiimo-space-6);border-radius:var(--wiimo-radius-lg);background:#02a8f80b;border:1px solid #02a8f833;display:grid}.proposal-header h3{color:var(--wiimo-text);font-size:1.05rem}.proposal-grid{gap:var(--wiimo-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.compact-button{min-height:36px;padding:7px 11px}.proposal-meta{color:var(--wiimo-text-muted);margin:0;font-size:.88rem}.ambiguity-box{padding:var(--wiimo-space-4);border-radius:var(--wiimo-radius-md);color:#6e5317;background:#fff8e8}.ambiguity-box ul{margin:var(--wiimo-space-2) 0 0;padding-left:20px}@media (width<=640px){.ai-heading,.proposal-header{flex-direction:column}.proposal-grid{grid-template-columns:1fr}.proposal-card{padding:var(--wiimo-space-4)}}.consultation-card{border-color:#02a8f847}.consultation-text{white-space:pre-line;color:var(--text,#17142e);line-height:1.65}.mobile-only,.mobile-only-inline{display:none}.desktop-only-inline{display:inline}.mobile-appbar,.mobile-cockpit,.mobile-tasks-panel{display:none}@media (width<=760px){body{background:var(--wiimo-bg)}.desktop-only,.desktop-only-inline{display:none!important}.mobile-only{display:block}.mobile-only-inline{display:inline}.shell{min-height:100vh;padding:0;display:block}.card,.card--wide{background:var(--wiimo-bg);width:100%;min-height:100vh;box-shadow:none;border:0;border-radius:0;padding:16px 16px 40px}.mobile-appbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.mobile-brand{margin:0}.mobile-signout{min-height:40px;padding:8px 12px;font-size:.8rem}.mobile-cockpit{gap:14px;display:grid}.mobile-hero-card,.mobile-preview-card{background:var(--wiimo-surface);box-shadow:var(--wiimo-shadow-card);border-radius:22px}.mobile-hero-card{background:linear-gradient(145deg, #5841f514, #02a8f80a), var(--wiimo-surface);border:1px solid #5841f514;padding:20px}.mobile-hero-card h1{letter-spacing:-.035em;max-width:none;margin:4px 0 16px;font-size:1.75rem}.mobile-eyebrow{color:var(--wiimo-violet-deep);letter-spacing:.02em;font-size:.76rem;font-weight:800;display:block}.mobile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.mobile-stat{background:#5841f50f;border-radius:16px;gap:2px;padding:13px 14px;display:grid}.mobile-stat strong{color:var(--wiimo-text);font-size:1.3rem}.mobile-stat span{color:var(--wiimo-text-muted);font-size:.8rem}.mobile-briefing-button{width:100%;min-height:48px}.mobile-preview-card{border:1px solid #e7e6f2d1;padding:16px}.mobile-preview-header,.mobile-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-preview-header>div,.mobile-section-heading>div{gap:4px;display:grid}.mobile-preview-header>div>strong{font-size:.98rem}.mobile-preview-header a{color:var(--wiimo-violet-500);font-size:.82rem;font-weight:750;text-decoration:none}.mobile-preview-list,.mobile-task-list{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.mobile-preview-list li,.mobile-task-list li{background:var(--wiimo-surface-soft);border-radius:14px;gap:3px;padding:12px 13px;display:grid}.mobile-preview-list li>span,.mobile-task-list li>span{color:var(--wiimo-text-muted);font-size:.78rem}.mobile-preview-list li>strong,.mobile-task-list li>strong{font-size:.92rem;line-height:1.35}.mobile-empty{color:var(--wiimo-text-muted);margin:12px 0 0;font-size:.86rem;line-height:1.5}.mobile-activity-card{margin-bottom:2px}.ai-panel{background:var(--wiimo-surface);box-shadow:var(--wiimo-shadow-card);border-color:#02a8f82e;border-radius:22px;margin-top:16px;padding:18px}.ai-heading{flex-direction:row;align-items:center}.ai-heading h2{margin-top:6px;font-size:1.2rem}.ai-state{display:none}.mobile-conversation-intro{color:var(--wiimo-text-muted);margin:8px 0 0;font-size:.9rem;line-height:1.55}.assistant-form{margin-top:14px}.assistant-form textarea{background:#fbfbfe;border-radius:16px;min-height:120px;font-size:16px}.mobile-voice-row{background:#5841f50e;border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.mobile-voice-row span{color:var(--wiimo-text-muted);font-size:.78rem;line-height:1.4}.mobile-voice-block{gap:8px;display:grid}.voice-button{background:linear-gradient(135deg, var(--wiimo-violet-500) 0%, var(--wiimo-violet-600) 55%, var(--wiimo-violet-700) 100%);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:108px;min-height:48px;display:inline-flex}.voice-button--listening{box-shadow:0 0 0 5px #5841f51f,0 8px 22px #5841f533}.voice-button:disabled{opacity:.45}.voice-icon{place-items:center;width:20px;height:20px;display:inline-grid}.voice-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.voice-help{color:var(--wiimo-text-muted);font-size:.78rem;line-height:1.4}.voice-error{color:#8a3f25;background:#fff6f2;border-radius:12px;margin:0;padding:10px 12px;font-size:.78rem;line-height:1.4}button.ai-action{border-radius:16px;width:100%;min-height:50px}.proposal-card{border-radius:18px;gap:14px;margin-top:16px;padding:16px}.proposal-card .proposal-card{background:#ffffffb3;margin-top:0;padding:14px}.proposal-header{flex-direction:row;align-items:flex-start}.proposal-header .compact-button{flex:none;width:auto}.proposal-header h3{font-size:1rem}.consultation-text{font-size:.92rem;line-height:1.6}.mobile-tasks-panel{border-radius:22px;margin-top:16px;padding:16px;display:block}.mobile-section-heading h2{margin:2px 0 0}.mobile-count{min-width:34px;height:34px;color:var(--wiimo-violet-deep);background:#5841f514;border-radius:999px;place-items:center;padding:0 9px;font-size:.82rem;font-weight:800;display:inline-grid}.agenda-panel{border-radius:22px;margin-top:16px;padding:16px}.agenda-panel .event-list li{background:var(--wiimo-surface-soft);border-radius:14px;padding:13px}.message{margin-top:16px;font-size:.88rem}}.conversation-context-bar{justify-content:space-between;align-items:center;gap:var(--wiimo-space-3);border-radius:var(--wiimo-radius-md);background:#5841f50e;border:1px solid #5841f51f;padding:12px 14px;display:flex}.conversation-context-bar>div{gap:3px;min-width:0;display:grid}.conversation-context-label{color:var(--wiimo-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:750}.conversation-context-bar strong{color:var(--wiimo-violet-deep);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;line-height:1.35;overflow:hidden}@media (width<=760px){.conversation-context-bar{align-items:flex-start}.conversation-context-bar .compact-button{flex:none;width:auto}}.proposal-header-actions{align-items:center;gap:var(--wiimo-space-2);flex-wrap:wrap;justify-content:flex-end;display:flex}.mobile-voice-action{white-space:nowrap}@media (width<=760px){.proposal-header-actions{align-items:stretch;gap:8px}.proposal-header-actions .compact-button{width:auto}.mobile-voice-action{color:#087cac;background:#02a8f81a}}.speech-activation{background:#02a8f80e;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.speech-activation span{color:var(--wiimo-text-muted);font-size:.76rem;line-height:1.4}.speech-ready{color:#087cac!important;background:#02a8f81f!important}@media (width<=760px){.speech-activation .compact-button{width:auto}}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.mobile-photo-card{display:none}@media (width<=760px){.mobile-photo-card{background:var(--wiimo-surface);box-shadow:var(--wiimo-shadow-card);border:1px solid #5841f51a;border-radius:22px;gap:14px;margin-top:16px;padding:16px;display:grid}.mobile-photo-card h2{margin:2px 0 0;font-size:1.15rem}.mobile-photo-intro{color:var(--wiimo-text-muted);margin:0;font-size:.86rem;line-height:1.5}.mobile-photo-actions,.mobile-photo-confirm{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.mobile-photo-actions button,.mobile-photo-confirm button{width:100%;min-height:48px}.mobile-photo-preview{background:var(--wiimo-surface-soft);border-radius:16px;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;padding:10px;display:grid}.mobile-photo-preview img{object-fit:cover;border-radius:12px;width:88px;height:88px}.mobile-photo-preview>div{gap:4px;min-width:0;display:grid}.mobile-photo-preview strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.mobile-photo-preview span{color:var(--wiimo-text-muted);font-size:.78rem}.mobile-photo-message{color:#215c78;background:#02a8f812;border-radius:12px;margin:0;padding:10px 12px;font-size:.8rem;line-height:1.4}.mobile-photo-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.mobile-photo-thumb{aspect-ratio:1;background:var(--wiimo-surface-soft);border-radius:13px;overflow:hidden}.mobile-photo-thumb img{object-fit:cover;width:100%;height:100%}.mobile-photo-thumb span{width:100%;height:100%;color:var(--wiimo-text-muted);place-items:center;font-size:.72rem;display:grid}}.photo-assistant{gap:16px;min-width:0;display:grid}.photo-assistant label{gap:6px;display:grid}.photo-assistant select,.photo-assistant input,.photo-assistant textarea{box-sizing:border-box;width:100%}.photo-assistant textarea{min-height:80px}.photo-analysis-card{border:1px solid #dce2dc;border-radius:12px;min-width:0;padding:16px}.photo-analysis-card>img{object-fit:contain;border-radius:8px;width:100%;max-height:280px}.photo-review fieldset{border:0;gap:12px;min-width:0;margin:12px 0;padding:0;display:grid}.photo-feature{background:#f3f5f2;border-radius:8px;gap:8px;padding:12px;display:grid}.photo-review-actions{flex-wrap:wrap;gap:12px;margin:12px 0;display:flex}.photo-coverage{background:#f3f5f2;border-radius:8px;padding:12px}.photo-assistant details{overflow-wrap:anywhere;margin:12px 0}.workspace-shell{align-items:start}.workspace-app{width:min(100%,1180px);padding:28px 36px 40px}.workspace-app [hidden]{display:none!important}.workspace-topbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.workspace-topbar .brand-lockup{margin:0}.workspace-account{max-width:65%;position:relative}.workspace-account>summary{background:var(--wiimo-surface-soft);color:var(--wiimo-violet-deep);cursor:pointer;overflow-wrap:anywhere;border-radius:12px;padding:12px;font-weight:700}.account-content{z-index:30;border:1px solid var(--wiimo-border);width:min(400px,100vw - 32px);box-shadow:var(--wiimo-shadow-elevated);background:#fff;border-radius:16px;padding:20px;position:absolute;top:calc(100% + 8px);right:0}.account-content .identity{overflow-wrap:anywhere}.workspace-settings{gap:16px;margin-bottom:16px;display:grid}.workspace-settings h2{margin:0}.workspace-settings .inline-form{display:grid}.workspace-nav{z-index:20;background:var(--wiimo-surface);border-bottom:1px solid var(--wiimo-border);gap:6px;margin:24px -4px;padding:10px 4px;display:flex;position:sticky;top:0}.workspace-nav .nav-item{box-shadow:none;color:#56516d;background:0 0;border-radius:12px}.workspace-nav .nav-item[aria-current=page]{background:var(--wiimo-violet-500);color:#fff}#view-content{outline:none;min-width:0}.view-heading{justify-content:space-between;align-items:center;gap:16px;margin:24px 0;display:flex}.view-heading h1,.view-heading h2,.view-heading h3{margin:5px 0 0}.view-heading h1{font-size:clamp(1.8rem,4vw,2.5rem)}.eyebrow{color:var(--wiimo-violet-deep);letter-spacing:.04em;font-size:.76rem;font-weight:800;display:block}.today-hero{border:1px solid var(--wiimo-border);background:linear-gradient(135deg,#f1efff,#f0faff);border-radius:20px;padding:28px}.today-hero h1{margin-top:8px;font-size:clamp(1.8rem,4vw,2.5rem)}.today-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0;display:grid}.today-stats>div{gap:6px;display:grid}.today-stats strong{color:var(--wiimo-violet-deep);font-size:1.8rem}.today-stats span{color:#56516d;font-size:.86rem}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.overview-grid .view-heading{flex-wrap:wrap;margin:0 0 16px}.overview-grid .panel{min-width:0}.entity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.entity-card{border:1px solid var(--wiimo-border);background:var(--wiimo-surface);box-shadow:var(--wiimo-shadow-card);border-radius:18px;flex-direction:column;align-items:stretch;min-width:0;padding:22px;display:flex}.entity-card.is-selected{border:2px solid var(--wiimo-violet-500);padding:21px}.entity-card h3{overflow-wrap:anywhere;margin:18px 0 8px;font-size:1.15rem;line-height:1.4}.entity-card-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.entity-tag,.photo-count,.selection-label{border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:700;line-height:1.4}.entity-tag{background:var(--wiimo-surface-soft);color:var(--wiimo-violet-deep);text-transform:capitalize}.photo-count{color:#56516d;background:#f4f5f8}.selection-label{color:#4a30b4;background:#ede8ff}.entity-card>button{margin-top:auto}.entity-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.entity-card .entity-actions{margin-top:auto;padding-top:16px}.property-address{color:#56516d;overflow-wrap:anywhere;margin:0 0 16px;line-height:1.55}.property-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:12px 0 20px;display:grid}.property-facts>div{background:#f8f8fc;border-radius:10px;gap:5px;padding:10px;display:grid}.property-facts dt{color:#656078;font-size:.76rem}.property-facts dd{overflow-wrap:anywhere;margin:0;font-size:.9rem;font-weight:700}.selected-project{background:#faf9ff;margin-top:28px;padding:24px}.selected-project>.view-heading{margin-top:0}.selected-project,.property-detail,.property-photo-section{scroll-margin-top:90px}.project-contacts{margin-top:24px}.project-contacts>summary,.form-drawer>summary{cursor:pointer;color:#56516d;padding:14px 0;font-weight:700}.form-drawer{border-top:1px solid var(--wiimo-border);margin-top:24px}.form-drawer>.panel{margin-top:8px}.property-breadcrumb{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.property-detail-heading{border:1px solid var(--wiimo-border);border-radius:18px;padding:26px}.property-detail-heading h1{overflow-wrap:anywhere;max-width:none;margin:16px 0 12px;font-size:clamp(1.7rem,4vw,2.6rem)}.property-detail-heading .property-facts{grid-template-columns:repeat(4,minmax(0,1fr))}.linked-projects{flex-wrap:wrap;align-items:center;gap:10px;margin:20px 0;display:flex}.linked-projects>span:first-child{color:#656078;font-size:.85rem}.property-photo-section{padding:24px 0}.property-photo-section .view-heading{margin-top:0}.property-photo-section h3,.photo-assistant h3{margin:6px 0 0;font-size:1.25rem}.capture-preview{background:var(--wiimo-surface-soft);border-radius:14px;align-items:center;gap:16px;margin:16px 0;padding:16px;display:flex}.capture-preview img{object-fit:cover;border-radius:10px;width:100px;height:100px}.capture-preview>div{overflow-wrap:anywhere;gap:8px;min-width:0;display:grid}.photo-feedback{background:var(--wiimo-surface-soft);border-radius:10px;padding:12px}.property-gallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:20px;display:grid}.property-gallery figure{min-width:0;margin:0}.property-gallery a{display:block}.property-gallery img,.photo-placeholder{aspect-ratio:4/3;object-fit:cover;background:var(--wiimo-surface-soft);border-radius:12px;place-items:center;width:100%;display:grid}.property-gallery figcaption{color:#656078;overflow-wrap:anywhere;margin-top:7px;font-size:.78rem}.property-detail .photo-assistant{margin-top:0}.workspace-app summary:focus-visible,.property-gallery a:focus-visible{outline:3px solid var(--wiimo-cyan-400);outline-offset:3px}@media (width<=760px){.workspace-app{padding:16px 16px calc(98px + env(safe-area-inset-bottom))}.workspace-topbar{gap:10px;margin-bottom:24px}.workspace-account{max-width:58%;font-size:.85rem}.workspace-account>summary{padding:10px}.workspace-nav{padding:9px 8px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--wiimo-border);border-bottom:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;margin:0;display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -3px 16px #17142e0a}.workspace-nav .nav-item{min-height:48px;padding:10px 4px;font-size:.78rem}.workspace-nav .nav-agenda{display:none}.view-heading{flex-wrap:wrap;margin-top:16px}.view-heading h1{font-size:1.9rem}.entity-grid,.overview-grid{grid-template-columns:1fr;gap:14px}.entity-card{padding:18px}.entity-card.is-selected{padding:17px}.entity-actions{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.entity-actions button{width:100%;min-height:48px}.today-hero{padding:20px}.today-stats{gap:10px}.today-stats span{font-size:.75rem}.today-stats strong{font-size:1.5rem}.selected-project{padding:16px}.property-detail-heading{padding:18px}.property-detail-heading .property-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-project,.property-detail,.property-photo-section{scroll-margin-top:16px}.property-breadcrumb button{white-space:normal;text-align:left;max-width:100%}.linked-projects button{white-space:normal;max-width:100%}.property-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.property-detail .photo-assistant{padding:16px}.photo-assistant>button,.photo-analysis-card>button{width:100%;min-height:48px}.photo-review-actions{grid-template-columns:1fr;display:grid}.capture-preview img{width:80px;height:80px}}
