@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");:root{color-scheme:light;--bg:#f7f7f8;--panel:#ffffff;--accent:#5b5ce2;--accent-dark:#4849cf;--accent-soft:#eeeeff;--brand-tint:#f7f7ff;--accent-2:#5b5ce2;--ink:#17171c;--muted:#6f7078;--panel-2:#f6f6f8;--line:#e7e7ea;--success:#16835d;--success-soft:#eaf7f1;--danger:#c2413b;--shadow:0 18px 55px rgba(23,23,28,0.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.shell{min-height:100vh;padding:16px}.topbar{align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:flex;gap:16px;justify-content:space-between;min-height:74px;padding:14px 16px}h1{font-size:21px;line-height:1.15;margin:0 0 5px}.meta,.previewHeader,.statusbar{color:var(--muted);font-size:13px}.actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.iconButton,.primaryButton{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--ink);display:inline-flex;gap:8px;height:44px;justify-content:center;min-width:44px;padding:0 16px;position:relative}.iconButton input{inset:0;opacity:0;position:absolute;width:100%}.primaryButton{color:#fff;min-width:104px}.secondaryButton{align-items:center;background:#fff7ef;border:1px solid #e6cbb8;border-radius:8px;color:var(--accent-2);display:inline-flex;font-weight:700;gap:8px;height:44px;justify-content:center;padding:0 16px;width:100%}.workspace{display:grid;grid-gap:16px;gap:16px;grid-template-columns:340px minmax(0,1fr);margin-top:16px}.sidebar{display:flex;flex-direction:column;gap:12px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:14px}.panelTitle{align-items:center;display:flex;font-size:14px;font-weight:700;gap:8px;margin-bottom:12px}.segments{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:repeat(4,1fr);padding:3px}.comparisonSegments{grid-template-columns:repeat(3,minmax(0,1fr));min-height:38px}.segmentedControl{background:#ececef;border-radius:12px;display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(3,minmax(0,1fr));isolation:isolate;min-height:44px;padding:4px;position:relative}.segmentedControl:before{background:#fff;border-radius:9px;box-shadow:0 1px 2px rgba(23,23,28,.06),0 2px 8px rgba(23,23,28,.08);content:"";height:calc(100% - 8px);left:4px;position:absolute;top:4px;transform:translateX(calc(var(--active-index, 0) * 100%));transition:transform .22s cubic-bezier(.4,0,.2,1);width:calc((100% - 8px) / 3);z-index:0}.segmentedControl .segment{align-items:center;background:transparent;border:0;border-radius:9px;color:var(--muted);cursor:pointer;display:flex;font-size:13px;font-weight:600;height:36px;justify-content:center;line-height:1;min-width:0;padding:0 10px;position:relative;text-align:center;text-transform:none;transition:color .18s ease;width:100%;z-index:1}.segmentedControl .segment.active{background:transparent;box-shadow:none;color:var(--accent)}.segmentedControl .segment:hover:not(.active){color:var(--ink)}.segmentedControl .segment:focus-visible{outline:2px solid var(--accent-soft);outline-offset:2px}.segment{background:transparent;border:0;border-radius:6px;color:var(--muted);height:34px;text-transform:capitalize}.segment.active{background:var(--panel);color:var(--accent);box-shadow:0 3px 12px rgba(30,60,48,.12)}.controlStack{display:flex;flex-direction:column;gap:13px}.slider{display:grid;grid-gap:7px;gap:7px}.slider span{align-items:center;color:var(--muted);display:flex;font-size:13px;justify-content:space-between}.slider strong{color:var(--ink);font-size:12px;font-weight:700;min-width:38px;text-align:right}input[type=range]{accent-color:var(--accent);width:100%}.field{color:var(--muted);display:grid;font-size:13px;grid-gap:7px;gap:7px;margin-top:12px}.field input,.field select{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--ink);height:38px;padding:0 10px;width:100%}.checkbox{align-items:center;color:var(--muted);display:flex;font-size:13px;gap:9px;margin:9px 0}.checkbox input{accent-color:var(--accent);height:16px;width:16px}.checkbox.emphasis{background:#fff7ef;border:1px solid #e6cbb8;border-radius:8px;color:var(--accent-2);font-weight:700;min-height:38px;padding:0 10px}.compactField{margin-top:0}.debugSummary{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:12px;line-height:1.35;margin-top:12px;min-height:36px;padding:9px}.pythonPanel{border-color:#c9ded6}.pythonEnhanceButton{align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:8px;color:#fff;display:inline-flex;font-weight:700;gap:9px;height:42px;justify-content:center;margin-bottom:10px;width:100%}.backendNote{color:var(--muted);font-size:12px;line-height:1.4;margin-top:10px}.backendNote code{background:var(--panel-2);border:1px solid var(--line);border-radius:5px;color:var(--ink);padding:1px 4px}.stage{background:#e8ece8;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden}.dropzone,.stage{min-height:calc(100vh - 122px)}.dropzone{align-items:center;color:var(--muted);display:flex;flex-direction:column;gap:12px;justify-content:center}.filmstrip{border-bottom:1px solid var(--line);display:flex;gap:8px;overflow-x:auto;padding:12px}.thumb{background:var(--panel);border:1px solid var(--line);border-radius:8px;color:var(--muted);height:34px;min-width:44px}.thumb.active{border-color:var(--accent);color:var(--accent);font-weight:700}.previewGrid{display:grid;grid-gap:1px;gap:1px;grid-template-columns:repeat(3,minmax(0,1fr));min-height:0}.previewPane{background:#dfe5df;display:grid;grid-template-rows:42px minmax(0,1fr);min-width:0}.previewHeader{background:rgba(255,255,255,.78);border-bottom:1px solid var(--line);justify-content:space-between;padding:0 12px}.imageFrame,.previewHeader{align-items:center;display:flex}.imageFrame{justify-content:center;min-height:0;overflow:hidden;padding:12px}.imageFrame img{background:#fff;border:1px solid rgba(30,45,37,.12);border-radius:6px;box-shadow:0 12px 34px rgba(25,35,30,.16);display:block;max-height:100%;max-width:100%;object-fit:contain}.emptyPreview{border:1px dashed #b9c4bd;border-radius:8px;color:var(--muted);font-size:13px;height:130px;justify-content:center;padding:12px;text-align:center;width:min(100%,260px)}.emptyPreview,.statusbar{align-items:center;display:flex}.statusbar{background:var(--panel);border-top:1px solid var(--line);gap:14px;justify-content:space-between;min-height:42px;padding:0 12px}.statusbar span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debugGrid{background:#eef1ee;border-top:1px solid var(--line);display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));max-height:260px;overflow:auto;padding:12px}.debugPane{background:var(--panel);border:1px solid var(--line);border-radius:8px;min-width:0;overflow:hidden}.debugTitle{align-items:center;color:var(--muted);display:flex;font-size:12px;gap:7px;height:32px;padding:0 9px}.debugPane img{display:block;height:170px;object-fit:contain;width:100%}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:980px){.workspace{grid-template-columns:1fr}.sidebar{display:grid}.debugGrid,.sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.previewGrid{grid-template-columns:1fr}.dropzone,.stage{min-height:640px}}@media (max-width:720px){.shell{padding:10px}.topbar{align-items:flex-start;flex-direction:column}.actions{justify-content:flex-start;width:100%}.previewGrid,.sidebar{grid-template-columns:1fr}.segments{grid-template-columns:repeat(2,1fr)}.debugGrid{grid-template-columns:1fr}.primaryButton{flex:1 1}}.appShell{min-height:100vh;padding:16px}.appTopbar{align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;min-height:74px;overflow:visible;padding:14px 16px;position:relative}.appTopbar p{color:var(--muted);font-size:13px;margin:0}.backLink,.photoOpen,.textButton{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--ink);display:inline-flex;gap:8px;height:44px;min-height:44px;padding:0 16px;text-decoration:none}.organisationSwitcher{position:relative}.organisationButton{gap:10px;max-width:min(420px,70vw);padding:0 14px 0 8px}.organisationButton>span:nth-child(2){font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orgAvatar{align-items:center;background:#e6e8e6;border-radius:999px;color:var(--ink);display:inline-flex;flex:0 0 auto;font-size:13px;font-weight:800;height:30px;justify-content:center;width:30px}.organisationMenu{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 70px rgba(23,33,28,.18);display:grid;grid-gap:10px;gap:10px;padding:14px;position:absolute;right:0;top:calc(100% + 8px);width:min(340px,calc(100vw - 28px));z-index:20}.organisationMenuTitle{margin-bottom:0;padding:0 2px}.organisationSearch{background:var(--panel-2);height:44px;padding:0 15px}.organisationList{display:grid;grid-gap:4px;gap:4px;max-height:360px;overflow-y:auto;padding-right:4px}.organisationOption{align-items:center;background:transparent;border:0;border-radius:10px;color:var(--ink);display:grid;grid-gap:10px;gap:10px;grid-template-columns:34px minmax(0,1fr) 18px;min-height:56px;padding:7px 6px;text-align:left}.organisationOption:hover{background:var(--panel-2)}.organisationOption span:nth-child(2){display:grid;grid-gap:2px;gap:2px;min-width:0}.organisationOption strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organisationEmpty,.organisationOption small{color:var(--muted);font-size:12px}.organisationEmpty{padding:16px 8px}.organisationManage{align-items:center;border-top:1px solid var(--line);color:var(--ink);display:inline-flex;font-weight:700;gap:10px;min-height:44px;padding:10px 6px 0;text-decoration:none}.backLink{border:0;color:var(--muted);min-height:22px;padding:0}.wideButton{width:100%}.managementGrid,.photoDetailGrid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:360px minmax(0,1fr)}.formPanel,.listPanel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:14px}.narrowPanel{margin:0 auto;max-width:420px}.threeCol,.twoCol{display:grid;grid-gap:10px;gap:10px}.twoCol{grid-template-columns:repeat(2,minmax(0,1fr))}.threeCol{grid-template-columns:repeat(3,minmax(0,1fr))}.inlineStatus{color:var(--muted);font-size:12px;line-height:1.4;margin:10px 0 0}.propertyList,.versionList{display:grid;grid-gap:8px;gap:8px}.propertyRow,.versionRow{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--ink);display:grid;grid-gap:10px;gap:10px;grid-template-columns:24px minmax(0,1fr) auto;min-height:62px;padding:10px;text-align:left;text-decoration:none}.propertyRow span,.versionRow span{display:grid;grid-gap:3px;gap:3px;min-width:0}.propertyRow em,.propertyRow small,.versionRow small{color:var(--muted);font-size:12px;font-style:normal}.emptyList{align-items:center;border:1px dashed #b9c4bd;border-radius:8px;color:var(--muted);display:flex;font-size:13px;justify-content:center;min-height:120px;padding:16px;text-align:center}.debugToolsGrid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.debugToolCard{background:var(--panel);color:var(--ink);display:grid;grid-gap:12px;gap:12px;grid-template-columns:44px minmax(0,1fr);min-height:104px;padding:14px;text-decoration:none}.debugToolCard,.debugToolIcon{align-items:center;border:1px solid var(--line);border-radius:8px}.debugToolIcon{background:var(--panel-2);display:flex;height:44px;justify-content:center;width:44px}.debugToolCard span:last-child{display:grid;grid-gap:4px;gap:4px}.debugToolCard small{color:var(--muted);font-size:13px;line-height:1.4}.manualPerspectiveGrid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:280px minmax(0,1fr)}.manualPerspectivePanel{align-self:start;display:grid;grid-gap:12px;gap:12px}.manualToggle{align-items:center;color:var(--ink);display:flex;font-size:13px;font-weight:700;gap:8px}.manualToggle input{accent-color:var(--accent);height:16px;width:16px}.manualPerspectiveWorkspace{display:grid;grid-gap:8px;gap:8px;min-width:0}.manualResultTitle{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.manualCanvasWrap,.manualResultWrap{align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:8px;display:flex;justify-content:center;min-height:220px;overflow:auto;padding:12px}.manualResultWrap{margin-bottom:8px}.manualAdjustedStage{display:inline-block;line-height:0;position:relative}.manualCornerOverlay{cursor:crosshair;touch-action:none}.manualCornerOverlay,.manualFrameOverlay{height:100%;inset:0;position:absolute;width:100%}.manualFrameOverlay{pointer-events:none}.manualFrameOverlay rect{fill:rgba(242,183,5,.08);stroke:#f2b705;stroke-dasharray:14 8;stroke-width:4}.manualCornerOverlay polygon{fill:rgba(35,166,213,.08);stroke:rgba(35,166,213,.95);stroke-dasharray:9 7;stroke-width:3}.manualCornerOverlay circle{cursor:-webkit-grab;cursor:grab;fill:white;stroke:#23a6d5;stroke-width:4}.manualCornerOverlay circle:active{cursor:-webkit-grabbing;cursor:grabbing}.colorDebugGrid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:320px minmax(0,1fr)}.colorControlsPanel{align-self:start;display:grid;grid-gap:12px;gap:12px}.scopeToggleGroup{border-top:1px solid var(--line);display:grid;grid-gap:10px;gap:10px;margin-top:4px;padding-top:12px}.colorDebugWorkspace{display:grid;grid-gap:16px;gap:16px;min-width:0}.colorPreviewGrid,.histogramGrid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.colorPreviewPanel,.histogramPanel,.waveformPanel{display:grid;grid-gap:10px;gap:10px;min-width:0}.colorCanvasWrap{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;display:flex;justify-content:center;min-height:260px;overflow:auto;padding:10px;position:relative}.colorPreviewCanvas{display:block;max-height:58vh;max-width:100%}.colorEmptyHint{color:var(--muted);font-size:13px;padding:20px;text-align:center}.histogramSvg{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;display:block;height:150px;width:100%}.histogramBackground{fill:#f8faf8}.waveformSvg{background:#101713;border:1px solid var(--line);border-radius:8px;display:block;height:220px;width:100%}.waveformBackground{fill:#101713}.waveformGuide{stroke:rgba(255,255,255,.18);stroke-width:.5;vector-effect:non-scaling-stroke}.rgbParadeGrid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.rgbParadeGrid .waveformSvg{height:190px}.manualGuideCanvas,.manualResultCanvas{display:block;max-height:70vh;max-width:100%}.manualGuideCanvas{cursor:-webkit-grab;cursor:grab;touch-action:none}.manualGuideCanvas:active{cursor:-webkit-grabbing;cursor:grabbing}.presetBar{background:var(--panel);border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:4px;gap:4px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px;padding:4px}.bulkPanel{grid-gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.bulkPanel,.inlineForm{align-items:end;background:var(--panel);border:1px solid var(--line);border-radius:8px;display:grid;gap:10px;margin-bottom:16px;padding:12px}.inlineForm{grid-gap:10px;grid-template-columns:minmax(0,1fr) auto}.photoGrid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.photoTile{background:var(--panel);border:1px solid var(--line);border-radius:8px}.photoTileImage{align-items:stretch;aspect-ratio:4/3;background:#e8ece8;display:flex;justify-content:stretch;overflow:hidden;position:relative}.photoTileImage.stackedMode{aspect-ratio:2/3}.photoTileImage img{height:100%;object-fit:contain;width:100%}.photoTileImage.stackedMode .stackedCompareFrame img{object-fit:cover}.photoTileImage .compareFrame,.photoTileImage .stackedCompareFrame,.photoTileImage>img{flex:1 1 auto;min-height:0;min-width:0}.photoPlaceholder{color:var(--muted);font-size:13px}.photoTileControls{display:grid;grid-gap:10px;gap:10px;padding:10px}.inviteForm,.photoTileHeader{align-items:end;display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr)) auto}.compareFrame{height:100%;position:relative;width:100%}.afterLayer img,.compareFrame>img{height:100%;object-fit:cover;object-position:center;width:100%}.afterLayer{inset:0;overflow:hidden;position:absolute}.compareHandle{background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.18);left:50%;pointer-events:none;width:2px;z-index:1}.compareHandle,.compareHandleHitArea{bottom:0;position:absolute;top:0;transform:translateX(-50%)}.compareHandleHitArea{cursor:ew-resize;touch-action:none;width:44px;z-index:8}.compareHandleHitArea:focus-visible{outline:none}.compareHandleHitArea:focus-visible .compareHandle:after{box-shadow:0 0 0 3px var(--accent-soft),0 3px 12px rgba(23,33,28,.28)}.compareHandle:after,.detailCompareHandle:after{background:#fff;border:2px solid var(--accent);border-radius:999px;box-shadow:0 3px 12px rgba(23,33,28,.28);content:"";height:22px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:22px}.stackedCompareFrame{display:grid;grid-gap:1px;gap:1px;height:100%;width:100%}.stackedCompareFrame,.stackedCompareFrame.single{grid-template-rows:repeat(2,minmax(0,1fr))}.stackedCompareFrame>div{background:#e8ece8;min-height:0;overflow:hidden;position:relative}.stackedCompareFrame>div>img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.stackedCompareBadges{align-items:flex-start;display:flex;flex-direction:column;gap:4px;left:8px;pointer-events:none;position:absolute;top:8px;z-index:2}.stackedCompareBadge{align-self:flex-start;border-radius:6px;display:inline-flex;font-size:10px;font-weight:800;padding:5px 8px;width:-moz-fit-content;width:fit-content}.stackedCompareFrame>div>.stackedCompareBadge{left:8px;pointer-events:none;position:absolute;top:8px;z-index:2}.stackedCompareFrame img{height:100%;object-fit:cover;width:100%}.versionButtonGrid{display:grid;grid-gap:6px;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.tinyButton{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;color:var(--muted);min-height:32px;padding:0 8px}.tinyButton.active,.versionRow.active{border-color:var(--accent);color:var(--accent)}.activeBadge{align-items:center;color:var(--accent);display:inline-flex;font-size:12px;font-weight:700;gap:6px}.photoDetailGrid{align-items:start;grid-template-columns:minmax(0,4fr) minmax(260px,1fr);height:calc(100vh - 122px);min-height:0}.activePreview{align-items:center;aspect-ratio:4/3;background:#e8ece8;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-bottom:12px;overflow:hidden}.previewMeta{color:var(--muted);font-size:12px;margin:8px 0 0;text-align:center}.photoDetailGrid>.formPanel,.photoDetailGrid>.listPanel{max-height:100%;min-height:0;overflow:auto}.photoDetailGrid .activePreview{aspect-ratio:auto;height:calc(100vh - 190px);margin-bottom:0}.activePreview img{height:100%;object-fit:contain;width:100%}.detailCompareFrame{height:100%;position:relative;width:100%}.detailAfterLayer img,.detailCompareFrame>img{height:100%;object-fit:contain;width:100%}.detailAfterLayer{background:#eeeef0;inset:0;overflow:hidden;position:absolute}.detailCompareHandle{background:#fff;bottom:0;box-shadow:0 0 0 1px rgba(0,0,0,.22);position:absolute;top:0;width:2px;z-index:2}.detailCompareSlider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:ew-resize;inset:0;margin:0;opacity:0;position:absolute;width:100%;z-index:3}.controlSegments{margin-bottom:14px}.manualVersionForm{border-top:1px solid var(--line);display:grid;grid-gap:10px;gap:10px;margin-top:14px;padding-top:14px}.membersGrid{display:grid;grid-gap:8px;gap:8px;margin:14px 0}.memberRow{background:var(--panel-2);display:grid;grid-gap:10px;gap:10px;grid-template-columns:minmax(0,1fr) 150px auto;min-height:58px;padding:10px}.memberRemoveButton,.memberRow{align-items:center;border:1px solid var(--line);border-radius:8px}.memberRemoveButton{background:var(--panel);color:var(--muted);display:inline-flex;height:36px;justify-content:center;width:36px}.memberRemoveButton:hover{border-color:var(--danger);color:var(--danger)}.memberRow span{display:grid;grid-gap:3px;gap:3px;min-width:0}.memberRow small,.memberRow strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memberRow small{color:var(--muted);font-size:12px}.memberRow select{background:var(--panel);border:1px solid var(--line);border-radius:8px;height:36px;padding:0 9px}.adminInviteForm,.dangerZone{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.dangerZone{align-items:center;display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(0,1fr) auto}.dangerZone div{display:grid;grid-gap:3px;gap:3px}.dangerZone small{color:var(--muted);font-size:12px}.dangerButton{align-items:center;background:#8f1d1d;border:1px solid #8f1d1d;border-radius:8px;color:white;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;min-height:38px;padding:0 12px}.dangerButton:disabled{cursor:not-allowed;opacity:.55}.versionRow{cursor:pointer;grid-template-columns:minmax(0,1fr) 20px;width:100%}@media (max-width:900px){.appTopbar,.bulkPanel,.inlineForm{align-items:stretch;grid-template-columns:1fr}.appTopbar{flex-direction:column}.colorDebugGrid,.colorPreviewGrid,.histogramGrid,.managementGrid,.manualPerspectiveGrid,.photoDetailGrid{grid-template-columns:1fr}}@media (max-width:640px){.appShell{padding:10px}.dangerZone,.inviteForm,.memberRow,.photoTileHeader,.presetBar,.threeCol,.twoCol{grid-template-columns:1fr}}.visironApp{margin:0 auto;max-width:1280px;min-height:100vh;padding:0 28px 48px}@media (min-width:721px){.visironApp{max-width:none;padding-left:0;padding-right:0;width:85%}}.visironLogo{align-items:center;display:inline-flex;flex:0 0 auto;line-height:0}.visironLogo img{display:block;height:36px;width:auto}.visironLogo.small img{height:28px;width:auto}@media (min-width:721px){body:has(.visironApp){background:white}}.productHeader{align-items:center;background:white;display:flex;justify-content:space-between;min-height:78px;position:relative;z-index:10}@media (min-width:721px){.productHeader:before{background:white;height:100%;top:0;z-index:-1}.productHeader:after,.productHeader:before{content:"";left:50%;position:absolute;transform:translateX(-50%);width:100vw}.productHeader:after{background:var(--line);bottom:0;height:1px}}.productHeaderActions{align-items:center;display:flex;gap:10px}.iconButton,.primaryButton,.roundIconButton,.secondaryActionButton,.textButton{height:44px;min-height:44px}.roundIconButton,.secondaryActionButton{align-items:center;background:white;border:1px solid var(--line);border-radius:12px;color:var(--ink);display:inline-flex;gap:8px;justify-content:center}.secondaryActionButton{font-size:13px;font-weight:600;line-height:1;min-width:140px;padding-inline:26px}.roundIconButton{border-radius:999px}.roundIconButton,.secondaryActionButton.iconOnlyButton{padding:0;width:44px}.secondaryActionButton svg{flex-shrink:0;stroke-linecap:square;stroke-linejoin:miter;stroke-width:2px}.marketingActions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.marketingActions .primaryButton,.marketingActions .secondaryActionButton{font-size:13px;font-weight:600;height:44px;line-height:1;min-height:44px;min-width:140px;padding-inline:26px}.headerIconButton{align-items:center;background:transparent;border:0;color:var(--ink);display:inline-flex;flex-shrink:0;height:44px;justify-content:center;min-height:44px;padding:0;width:44px}.headerIconButton:hover{color:var(--accent)}.productHeaderActions .primaryButton svg{stroke-linecap:square;stroke-linejoin:miter;stroke-width:3px}.productHeaderActions .headerIconButton svg{height:24px;width:24px}.mobileSearchToggle{display:none}.primaryButton{background:var(--accent);border-color:var(--accent);border-radius:12px;font-weight:700;letter-spacing:.01em;padding:0 16px;transition:background .16s ease,transform .16s ease}.primaryButton:hover:not(:disabled){background:var(--accent-dark)}@media (min-width:721px){.propertyProductHeader .productHeaderActions{display:flex;gap:10px;justify-content:end;min-width:0}.propertyProductHeader .userMenu{width:44px}}.propertyProductHeader{min-height:56px}.propertyProductHeader .propertyHeaderAddPhotos,.propertyProductHeader .propertyHeaderExport{display:none}.eyebrow{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.11em;margin:0 0 8px;text-transform:uppercase}.portfolioPage{display:flex;flex-direction:column}@media (min-width:721px){.portfolioPage .productHeader{order:0}.portfolioPage .pageIntro{order:1}.portfolioPage .propertySearch{order:2}.portfolioPage .propertyCardGrid{order:3}}.editorTitleBar,.pageIntro{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;padding:42px 0 24px}.editorTitleBar h1,.pageIntro h1{font-size:clamp(29px,4vw,42px);letter-spacing:-.02em;line-height:1.08;margin:0}.editorTitleBar p,.pageIntro p:not(.eyebrow){color:var(--muted);font-size:12px;margin:14px 0 0}.organisationSearch,.propertySearch,.searchField{align-items:center;background:white;border:1px solid var(--line);border-radius:14px;color:var(--muted);display:flex;gap:12px}.correctionChoiceIcon svg [stroke],.loginPage svg,.organisationSearch svg,.propertySearch svg,.searchField svg{stroke-linecap:square;stroke-linejoin:miter}.organisationSearch svg,.propertySearch svg,.searchField svg{flex:0 0 auto;height:20px;width:20px}.organisationSearch input,.propertySearch input,.searchField input{background:transparent;border:0;color:var(--ink);height:100%;min-width:0;outline:0;width:100%}.propertySearch{height:50px;margin-bottom:20px;padding:0 15px}@media (min-width:721px){.portfolioPage .propertySearch{max-width:none;width:calc((100% - 32px) / 3)}}.propertyCardGrid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.propertyCard{background:white;border:1px solid var(--line);border-radius:16px;color:var(--ink);display:flex;flex-direction:column;overflow:visible;position:relative;transition:border-color .16s ease,transform .16s ease;z-index:0}.propertyCard:has(.propertyCardMenuPanel){z-index:5}.propertyCard:hover{border-color:#cfcff8;transform:translateY(-2px)}.propertyCardCopy,.propertyCardMedia{color:inherit;text-decoration:none}.propertyCardMedia{border-radius:16px 16px 0 0;display:block;overflow:hidden}.propertyCover{aspect-ratio:16/9;background:#efeff3;overflow:hidden;position:relative;width:100%}.propertyCover>img{height:100%;object-fit:cover;width:100%}.propertyCover.empty{align-items:center;background:linear-gradient(145deg,#f8f8ff,#eeeefe);display:flex;justify-content:center}.propertyCardFooter{display:grid;grid-gap:4px 12px;gap:4px 12px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;padding:12px 14px 14px}.propertyCardCopy{color:inherit;display:contents;min-width:0;text-decoration:none}.propertyCardCopy strong{font-size:15px;grid-column:1;grid-row:1;line-height:1.25}.propertyCardCopy small,.propertyCardCopy span{color:var(--muted);line-height:1.35}.propertyCardCopy span{font-size:12px;grid-column:1/-1;grid-row:2;margin-bottom:10px}.propertyCardCopy small{align-self:center;font-size:11px;grid-column:1;grid-row:3;margin-top:0}.propertyCardAside{display:contents}.propertyCardMenuWrap{grid-column:2;grid-row:1;justify-self:end;position:relative}.propertyCardFooter .propertyStatus{align-self:center;grid-column:2;grid-row:3;justify-self:end}.propertyCardMenuPanel{background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px rgba(23,23,28,.14);min-width:156px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.propertyCardMenuItem{background:transparent;border:0;border-radius:8px;color:var(--ink);cursor:pointer;display:block;font-size:13px;font-weight:600;padding:10px 12px;text-align:left;width:100%}.propertyCardMenuItem:hover:not(:disabled){background:var(--panel-2)}.propertyCardMenuItem.danger{color:var(--danger)}.propertyCardMenuItem.danger:hover:not(:disabled){background:#fef2f2}.propertyCardMenuItem:disabled{cursor:not-allowed;opacity:.55}.propertyCardMenu{align-items:center;background:transparent;border:0;color:var(--muted);display:inline-flex;height:32px;justify-content:center;margin-right:-4px;padding:0;width:32px}.propertyCardMenu:hover{color:var(--ink)}.propertyCardMenu svg{stroke-linecap:square;stroke-linejoin:miter}.propertyStatus{border:1px solid transparent;border-radius:6px;display:inline-flex;font-size:10px;font-weight:800;letter-spacing:.01em;line-height:1;padding:5px 8px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.propertyStatus.draft{background:#f1f1f3;border-color:#e7e7ea;color:#6f7078}.propertyStatus.inProgress{background:#eeeeff;border-color:#dcdcff;color:#5b5ce2}.propertyStatus.ready{background:#eaf5f1;border-color:#cfe7dd;color:#2e7a62}.emptyPortfolio,.emptyUpload{align-items:center;background:white;border:1px dashed #cfcfd5;border-radius:16px;color:var(--ink);display:flex;flex-direction:column;gap:8px;grid-column:1/-1;justify-content:center;min-height:260px;padding:32px;text-align:center}.emptyPortfolio>span:first-child,.emptyUploadIcon{align-items:center;background:var(--accent-soft);border-radius:999px;color:var(--accent);display:flex;height:52px;justify-content:center;width:52px}.emptyPortfolio>span:first-child svg{display:block}.emptyPortfolio small,.emptyUpload small{color:var(--muted);font-size:13px}.sheetBackdrop{align-items:center;background:rgba(23,23,28,.38);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:50}.mobileSheet{background:white;border-radius:20px;box-shadow:0 28px 80px rgba(23,23,28,.2);display:grid;grid-gap:16px;gap:16px;max-width:500px;padding:24px;width:100%}.sheetHandle{background:#d9d9de;border-radius:999px;display:none;height:4px;justify-self:center;width:42px}.sheetHeader{align-items:flex-start;display:flex;justify-content:space-between}.mobileSheet h2,.sheetHeader h2{font-size:24px;letter-spacing:-.025em;line-height:1.12;margin:0}.modernField{color:var(--muted);display:grid;font-size:11px;font-weight:600;grid-gap:8px;gap:8px}.modernField input{background:white;border:1px solid var(--line);border-radius:12px;color:var(--ink);height:48px;outline:none;padding:0 14px;width:100%}.modernField input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.visironLoading{align-items:center;color:var(--muted);gap:20px;justify-content:center}.propertyLoadingScreen,.visironLoading{display:flex;flex-direction:column;min-height:100vh}.propertyLoadingScreen{padding-top:32px}.propertyLoadingBack{align-self:flex-start}.propertyLoadingState{flex:1 1;flex-direction:column;gap:20px;padding:40px 20px 96px;text-align:center}.propertyLoadingSpinner,.propertyLoadingState{align-items:center;display:flex;justify-content:center}.propertyLoadingSpinner{background:var(--accent-soft);border-radius:999px;color:var(--accent);height:56px;width:56px}.propertyLoadingSpinner svg{stroke-linecap:square;stroke-linejoin:miter}.propertyLoadingState strong{display:block;font-size:18px;letter-spacing:-.02em;margin-bottom:8px}.propertyLoadingState p{color:var(--muted);font-size:14px;line-height:1.5;margin:0 auto;max-width:300px;text-wrap:pretty}.loginPage{background:white;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:100vh}.loginBrandPanel{background:#f7f7ff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:48px clamp(36px,6vw,86px);position:relative}.loginBrandCopy{max-width:620px;position:relative;z-index:1}.loginBrandCopy h1{font-size:clamp(38px,5vw,68px);font-weight:700;letter-spacing:-.045em;line-height:1.06;margin:0 0 24px}.loginHeadlineLine{display:block;white-space:nowrap}.loginBrandSubtext{color:var(--muted);font-size:16px;line-height:1.65;margin:0;text-wrap:pretty;white-space:nowrap}.perspectiveMotif{height:200px;position:relative}.perspectiveMotif span{background:var(--accent);border-radius:0;bottom:-80px;height:300px;opacity:.12;position:absolute;transform-origin:bottom;width:2px}.perspectiveMotif span:first-child{left:18%;transform:rotate(-28deg)}.perspectiveMotif span:nth-child(2){left:50%;transform:rotate(0)}.perspectiveMotif span:nth-child(3){right:18%;transform:rotate(28deg)}.loginFormPanel{align-items:center;display:flex;justify-content:center;padding:40px}.loginForm{display:grid;grid-gap:20px;gap:20px;max-width:420px;width:100%}.loginForm h2{font-size:30px;letter-spacing:-.03em;line-height:1.12;margin:0 0 8px}.loginForm>div:first-child>p:last-child{text-wrap:pretty}.loginForm>div:first-child>p:last-child,.type-body{color:var(--muted);font-size:12px;margin:0}.type-plan-detail{font-size:14px;line-height:1.45;margin:0}.editorTitleBar p,.pageIntro p:not(.eyebrow),.propertyTitleBar p,.textPretty,.type-body,.type-plan-detail{text-wrap:pretty}.primaryButton svg{flex-shrink:0}.loginForm .primaryButton svg,.primaryButton svg{stroke-linecap:square;stroke-linejoin:miter;stroke-width:3px}.loginForm .textButton{background:transparent;border:0;border-radius:0;color:var(--accent);font-size:13px;font-weight:600;height:auto;justify-content:center;min-height:0;padding:8px 0 0;width:100%}.loginForm .textButton:hover:not(:disabled){color:var(--accent-dark)}.googleButton{align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);display:inline-flex;font-weight:600;gap:10px;height:44px;justify-content:center;letter-spacing:.01em;width:100%}.googleButton:hover:not(:disabled){background:var(--panel-2)}.googleButton svg{flex-shrink:0}.loginDivider{align-items:center;color:var(--muted);display:grid;font-size:12px;grid-gap:12px;gap:12px;grid-template-columns:1fr auto 1fr;margin:0}.loginDivider:after,.loginDivider:before{background:var(--line);content:"";height:1px}.actionNotice,.formMessage{background:var(--panel-2);border:1px solid transparent;border-radius:10px;color:var(--muted);font-size:12px;margin:0;padding:10px 12px;text-wrap:pretty}.actionNoticeError,.formMessageError{background:#fef2f2;border-color:var(--danger);color:var(--danger)}.actionNoticeError .actionNoticeLink{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px}.actionNoticeError .actionNoticeLink:hover{color:#a82a2a}.propertyTitleBar{align-items:center;display:flex;gap:12px;padding:16px 0 28px;position:relative}.propertyTitleBar>.propertyBackLink{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--accent);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;margin-bottom:0;min-width:40px;text-decoration:none;width:40px}.propertyTitleBar>.propertyBackLink:hover{background:var(--accent-soft);color:var(--accent-dark)}.propertyTitleBar>.propertyBackLink svg{flex-shrink:0;height:22px;stroke-linecap:square;stroke-linejoin:miter;stroke-width:2.75px;width:22px}.propertyTitleCopy{flex:1 1;min-width:0}.propertyTitleCopy h1{font-size:clamp(18px,2.5vw,26px);letter-spacing:-.02em;line-height:1.15;margin:0}.propertyTitleCopy p{align-items:center;color:var(--muted);display:flex;font-size:12px;gap:8px;margin:4px 0 0}.propertyTitleBar.selectionMode .propertyTitleActions{border-left:1px solid var(--line);flex-shrink:0;margin-left:auto;padding-left:16px}.propertyTitleMenuWrap{flex-shrink:0;margin-left:auto;position:relative}.propertySelectionClose,.propertyTitleMenuButton{align-items:center;background:white;border:1px solid var(--line);border-radius:8px;color:var(--ink);cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;min-width:40px;padding:0;width:40px}.propertySelectionStatus{align-items:center;display:inline-flex;flex-shrink:0;gap:8px}.propertySelectionCount{color:var(--ink);font-size:13px;font-weight:700;white-space:nowrap}.propertySelectionClose{color:var(--muted)}.propertySelectionClose:hover{background:var(--panel-2);color:var(--ink)}.propertyTitleMenuButton{background:transparent;border:0;color:var(--accent)}.propertyTitleMenuButton:hover{background:var(--accent-soft);color:var(--accent-dark)}.propertyTitleMenuButton svg{flex-shrink:0;height:22px;stroke-linecap:square;stroke-linejoin:miter;stroke-width:2.75px;width:22px}.propertyTitleMenuPanel{background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px rgba(23,23,28,.14);display:grid;grid-gap:4px;gap:4px;min-width:180px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:12}.propertyTitleActionButton,.propertyTitleMenuItem{align-items:center;background:transparent;border:1px solid var(--line);border-radius:10px;color:var(--ink);cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;justify-content:center;min-height:40px;padding:0 14px;white-space:nowrap}.propertyTitleMenuItem{border:0;border-radius:8px;display:flex;justify-content:flex-start;min-height:0;padding:10px 12px;white-space:normal}.propertyTitleActionButton:hover:not(:disabled),.propertyTitleMenuItem:hover:not(:disabled){background:var(--panel-2)}.propertySheetAction.danger,.propertyTitleActionButton.danger{border-color:#efc3c3;color:#c73737}.propertyTitleActions{align-items:center;display:flex;flex-shrink:0;gap:10px}.propertyTitleExportButton{min-height:40px;padding:0 16px}.propertyActionsSheetHeader{align-items:center;display:flex;justify-content:space-between}.propertySheetAction{align-items:center;background:white;border:1px solid var(--line);border-radius:12px;color:var(--ink);display:flex;font-size:14px;font-weight:700;gap:12px;min-height:52px;padding:0 14px;text-align:left;width:100%}.propertySheetAction:disabled{opacity:.55}.propertyActionsBackdrop,.propertySelectionSheet{display:none}.propertyTitleActionsDesktop{display:flex}.textLinkButton{align-items:center;background:transparent;border:0;border-radius:0;color:var(--accent);display:inline-flex;font-size:13px;font-weight:600;gap:6px;height:auto;min-height:0;padding:0;text-decoration:none}.textLinkButton:hover{color:var(--accent-dark)}.textLinkButton svg{flex-shrink:0;stroke-linecap:square;stroke-linejoin:miter;stroke-width:3px}.selectAllButton{background:transparent;border:0;color:var(--accent);flex-shrink:0;font-size:13px;font-weight:700;min-height:0;padding:0;white-space:nowrap}.selectAllButton:hover{color:var(--accent-dark)}.propertyWorkspace{display:flex;flex-direction:column;min-height:100vh;padding-bottom:0}.propertyReviewShell{display:flex;flex:1 1 auto;flex-direction:column;gap:18px;min-height:0}.correctionBar{align-items:center;background:white;border:1px solid var(--line);border-radius:16px;display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(180px,.7fr) minmax(420px,1.6fr) auto;margin-bottom:18px;padding:18px}.correctionBar h2{font-size:18px;letter-spacing:-.02em;line-height:1.2;margin:0}.correctionChoices{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.correctionChoice{align-items:center;background:white;border:1px solid var(--line);border-radius:12px;color:var(--ink);display:grid;grid-gap:9px;gap:9px;grid-template-columns:28px minmax(0,1fr) 16px;min-height:62px;padding:9px 10px;text-align:left}.correctionChoice.active{background:#f8f8ff;border-color:var(--accent);color:var(--accent)}.correctionChoice>span:nth-child(2){display:grid;grid-gap:3px;gap:3px}.correctionChoice strong{color:var(--ink);font-size:12px}.correctionChoice small{color:var(--muted);font-size:10px}.correctionChoiceIcon{align-items:center;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.correctionChoiceIcon svg{display:block;height:24px;width:24px}.correctionChoice>svg{flex-shrink:0;stroke-linecap:square;stroke-linejoin:miter}.correctionDock{align-items:flex-end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.96);border-top:1px solid var(--line);bottom:0;display:flex;flex-shrink:0;gap:16px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:auto;padding:22px calc(50vw - 50%) max(12px,env(safe-area-inset-bottom));position:-webkit-sticky;position:sticky;z-index:10}.correctionDockChoices{display:flex;flex:1 1;gap:16px;min-width:0}.correctionModeButton{align-items:stretch;align-self:flex-end;background:white;border:1px solid var(--line);border-radius:12px;display:flex;flex:0 0 auto;flex-direction:row;height:92px;max-height:92px;min-height:92px;position:relative;width:248px}.correctionModeButton.active{background:#f8f8ff;border-color:var(--accent)}.correctionModeButton.active small,.correctionModeButton.active strong{color:var(--accent)}.correctionModeButtonMain{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:6px;justify-content:center;min-width:0;padding:8px 10px 8px 14px;text-align:center}.correctionModeButtonMain>span:last-child{display:grid;grid-gap:4px;gap:4px;justify-items:center;min-width:0;width:100%}.correctionModeButtonMain strong{color:var(--ink);font-size:13px;line-height:1.2}.correctionModeButtonMain small{color:var(--muted);font-size:11px;line-height:1.25}.correctionModeButtonFull{height:100%;width:100%}.correctionModeButtonMenu{align-items:center;align-self:stretch;background:transparent;border:0;border-left:1px solid var(--line);color:var(--muted);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:0;width:40px}.correctionModeButton.active .correctionModeButtonMenu{border-left-color:#d8d8f2;color:var(--accent)}.correctionModeButtonMenu svg{stroke-linecap:square;stroke-linejoin:miter}.correctionModeMenu{background:white;border:1px solid var(--line);border-radius:12px;bottom:calc(100% + 8px);box-shadow:0 16px 40px rgba(23,23,28,.14);display:grid;grid-gap:4px;gap:4px;left:50%;min-width:188px;padding:6px;position:absolute;transform:translateX(-50%);z-index:12}.correctionModeMenuItem{background:transparent;border:0;border-radius:8px;color:var(--ink);cursor:pointer;font-size:12px;font-weight:600;padding:10px 12px;text-align:center;white-space:normal}.correctionModeMenuItem.active,.correctionModeMenuItem:hover{background:var(--panel-2)}.correctionModeMenuItem.active{color:var(--accent)}.correctionRunButton{align-self:center;flex-shrink:0;height:44px;min-height:44px;min-width:220px;padding:0 28px}.reviewToolbar{align-items:center;gap:16px;margin-bottom:12px}.reviewToolbar,.reviewToolbarLead{display:flex;justify-content:space-between}.reviewToolbarLead{align-items:flex-end;flex:1 1;gap:12px;min-width:0}.reviewToolbarCounts{display:grid;grid-gap:3px;gap:3px}.reviewToolbarActions{align-items:center;display:flex;flex-shrink:0;gap:14px}.reviewSelectButton{align-items:center;background:white;border:1px solid var(--line);border-radius:8px;color:var(--ink);display:inline-flex;flex-shrink:0;font-size:13px;font-weight:700;height:36px;justify-content:center;min-height:36px;padding:0 14px;white-space:nowrap}.reviewSelectButton:hover{border-color:#d8d8de}.reviewToolbar strong{font-size:14px}.reviewToolbar span{color:var(--muted);font-size:11px}.reviewToolbar .segmentedControl{min-width:280px}.reviewPhotoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.photoTile{background:transparent;border:1px solid transparent;border-radius:14px;overflow:hidden;position:relative}.reviewPhotoGrid.selectionMode .photoTile,.reviewPhotoGrid:not(.selectionMode) .photoTile{cursor:pointer}.photoTile.selected{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft),var(--shadow)}.photoTileImage{background:#f0f0f2;border-radius:14px;isolation:isolate}.afterLayer img,.compareFrame>img,.photoTileImage img{object-fit:cover}.photoTileBadges{align-items:flex-start;display:flex;flex-direction:column;gap:4px;left:10px;pointer-events:none;position:absolute;top:10px;z-index:6}.photoTileBadges .photoTileBadge{align-self:flex-start;position:static;width:-moz-fit-content;width:fit-content}.photoTileBadge{left:10px;pointer-events:none;position:absolute;top:10px;z-index:6}.photoSelect{height:32px;inset:10px 10px auto auto;width:32px;z-index:2}.photoSelect,.photoSelect input{cursor:pointer;position:absolute}.photoSelect input{height:100%;inset:0;margin:0;opacity:0;width:100%;z-index:1}.photoSelect span{align-items:center;background:white;border:2px solid white;border-radius:999px;box-shadow:0 2px 12px rgba(0,0,0,.18);color:white;display:flex;height:32px;justify-content:center;pointer-events:none;width:32px}.photoSelect span svg{flex-shrink:0;stroke-linecap:square;stroke-linejoin:miter}.photoTile.selected .photoSelect span{background:var(--accent);border-color:white}.colorCorrectedBadge,.draftBadge,.readyBadge,.stackedCompareBadge.colorCorrectedBadge,.stackedCompareBadge.draftBadge,.stackedCompareBadge.readyBadge,.stackedCompareBadge.straightenedBadge,.straightenedBadge{align-items:center;align-self:flex-start;border:1px solid transparent;border-radius:6px;display:inline-flex;font-size:10px;font-weight:800;gap:4px;padding:5px 8px;width:-moz-fit-content;width:fit-content}.draftBadge,.stackedCompareBadge.draftBadge{background:#ffffff;border-color:#e7e7ea;color:#6f7078}.readyBadge,.stackedCompareBadge.readyBadge{background:#eaf5f1;border-color:#cfe7dd;color:#2e7a62}.stackedCompareBadge.straightenedBadge,.straightenedBadge{background:#eeeeff;border-color:#dcdcff;color:#4849cf}.colorCorrectedBadge,.stackedCompareBadge.colorCorrectedBadge{background:#f0eeff;border-color:#ddd8ff;color:#5a4fb8}.emptyUpload{cursor:pointer}.emptyUpload .primaryButton{margin-top:8px;min-width:150px}.jobPanel{background:white;border:1px solid #dadaf7;border-radius:16px;box-shadow:0 10px 35px rgba(91,92,226,.08);margin-bottom:18px;padding:18px}.jobHeading{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:12px}.jobHeading h2{font-size:18px;letter-spacing:-.02em;line-height:1.2;margin:0}.jobHeading>strong{color:var(--muted);font-size:13px}.progressTrack{background:#eaeaef;border-radius:999px;height:7px;overflow:hidden;width:100%}.progressTrack>span{background:var(--accent);border-radius:inherit;display:block;height:100%;transition:width .24s ease}.uploadQueue{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));margin-top:14px}.uploadQueueItem{aspect-ratio:1;border-radius:10px;overflow:hidden;position:relative}.uploadQueueItem img{height:100%;object-fit:cover;width:100%}.uploadQueueItem>span{align-items:center;background:white;border-radius:999px;color:var(--accent);display:flex;height:23px;justify-content:center;position:absolute;right:6px;top:6px;width:23px}.uploadQueueItem.done>span{background:var(--success);color:white}.uploadQueueItem.error>span{background:var(--danger);color:white}.uploadQueueItem small{background:rgba(23,23,28,.72);border-radius:5px;bottom:5px;color:white;font-size:8px;left:5px;padding:3px 5px;position:absolute}.jobHint{color:var(--muted);font-size:11px;margin:12px 0 0}.currentJobRow{align-items:center;display:grid;grid-gap:12px;gap:12px;grid-template-columns:38px minmax(0,1fr) auto;margin-top:16px}.jobSpinner,.largeSpinner{align-items:center;background:var(--accent-soft);border-radius:999px;color:var(--accent);display:flex;height:38px;justify-content:center;width:38px}.currentJobRow>div{display:grid;grid-gap:4px;gap:4px}.currentJobRow strong{font-size:13px}.currentJobRow small{color:var(--muted);font-size:11px}.textOnlyButton{background:transparent;border:0;color:var(--accent);font-size:12px;font-weight:700;min-height:36px;padding:0 8px}.exportBackdrop{align-items:flex-end}.exportSheet{max-width:560px}.exportPercent{align-items:center;display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr auto}.exportPercent strong{color:var(--muted);font-size:12px}.exportPreset{align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:12px;display:flex;gap:11px;padding:11px 12px}.exportPreset>span{display:grid;grid-gap:3px;gap:3px}.exportPreset strong{font-size:12px}.exportPreset small{color:var(--muted);font-size:10px}.importChoiceActions{display:grid;grid-gap:10px;gap:10px}.importChoiceButton{align-items:center;background:white;border:1px solid var(--line);border-radius:8px;color:var(--ink);display:grid;grid-gap:12px;gap:12px;grid-template-columns:24px minmax(0,1fr);min-height:72px;padding:13px 14px;text-align:left}.importChoiceButton.primary{background:var(--accent-soft);border-color:var(--accent)}.importChoiceButton svg{color:var(--accent)}.importChoiceButton span{display:grid;grid-gap:3px;gap:3px}.importChoiceButton strong{font-size:13px}.importChoiceButton small{color:var(--muted);font-size:11px;line-height:1.35}.exportStages{border:1px solid var(--line);border-radius:12px;overflow:hidden}.exportStage{align-items:center;border-bottom:1px solid var(--line);color:var(--muted);display:flex;font-size:12px;gap:10px;min-height:44px;padding:0 12px}.exportStage:last-child{border-bottom:0}.exportStage span{align-items:center;border-radius:999px;color:var(--muted);display:flex;justify-content:center}.exportStage.active{color:var(--ink);font-weight:700}.exportStage.active span{color:var(--accent)}.exportReady{align-items:center;background:var(--success-soft);border-radius:999px;color:var(--success);display:inline-flex;font-size:12px;font-weight:800;gap:7px;justify-self:center;padding:8px 12px}.editorProductHeader{min-height:64px}.editorTitleBar{align-items:center;gap:12px;padding:16px 0 28px}.editorTitleBar>.editorTitleCopy{align-items:baseline;display:flex;flex:1 1;gap:12px;min-width:0;text-align:left}.editorTitleBar h1{font-size:18px;letter-spacing:-.02em;line-height:1.15;margin:0}.editorPhotoCounter{color:var(--muted);flex-shrink:0;font-size:13px;font-weight:600;margin-left:auto}.editorTitleBar>.editorBackLink{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--accent);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;min-width:40px;text-decoration:none;width:40px}.editorTitleBar>.editorBackLink:hover{background:var(--accent-soft);color:var(--accent-dark)}.editorTitleBar>.editorBackLink svg{flex-shrink:0;height:22px;stroke-linecap:square;stroke-linejoin:miter;stroke-width:2.75px;width:22px}.editorMobileChrome,.editorPhotoFilmstrip{display:none}.editorPhotoFilmstripItem{background:#ececf0;border:2px solid transparent;border-radius:12px;flex:0 0 auto;height:68px;overflow:hidden;padding:0;width:68px}.editorPhotoFilmstripItem.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.editorPhotoFilmstripItem img{object-fit:cover}.editorPhotoFilmstripItem img,.editorPhotoFilmstripPlaceholder{display:block;height:100%;width:100%}.editorCanvasPanel{display:flex;flex-direction:column;gap:8px;background:transparent;border:0;padding:0}.editorCanvasPanel .previewMeta{margin:0}.editorCanvasPanel .editorPhotoFilmstrip{display:flex;gap:10px;overflow-x:auto;padding-top:2px;scrollbar-width:none}.editorCanvasPanel .editorPhotoFilmstrip::-webkit-scrollbar{display:none}.editorCanvasPanel .editorPhotoFilmstripItem{height:76px;width:76px}.editorCount,.editorStatus{align-items:center;color:var(--muted);display:flex;font-size:11px;gap:6px;min-width:90px;justify-content:flex-end}.editorLayout{align-items:stretch;display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(0,1.7fr) minmax(300px,.7fr)}.editorControls{background:white;border:1px solid var(--line);border-radius:16px;padding:14px;display:grid;grid-gap:18px;gap:18px}.editorControls.editorControlsDesktop{display:flex;flex-direction:column;gap:18px;height:100%}.editorControls.editorControlsDesktop .editorCorrectionPanels{flex:1 1 auto;min-height:0}.editorControls.editorControlsDesktop .wideButton{margin-top:auto}.editorPreview{background:#eeeef0;border-radius:12px;overflow:hidden;position:relative}.editorPage{display:flex;flex-direction:column;min-height:100dvh}.editorPage .editorProductHeader,.editorPage .editorTitleBar{flex-shrink:0}.editorPage .editorLayout{flex:1 1;min-height:0}.editorPage .editorCanvasPanel{height:100%;min-height:0}.editorPage .editorPreview{display:flex;flex:1 1 auto;flex-direction:column;min-height:200px}.editorPage .editorPreview>.detailCompareFrame,.editorPage .editorPreview>.photoPlaceholder{flex:1 1;min-height:0}.editorPage .editorCanvasPanel .editorPhotoFilmstrip,.editorPage .editorCanvasPanel .previewMeta{flex-shrink:0}@media (min-width:721px){body:has(.editorPage){overflow:hidden}.visironApp.editorPage{height:100dvh;margin-inline:auto;max-height:100dvh;max-width:1360px;overflow:hidden;padding-bottom:0;width:min(92vw,1360px)}.editorPage .editorLayout{overflow:hidden}.editorPage .editorControls.editorControlsDesktop{min-height:0;overflow-y:auto}}.afterLabel,.beforeLabel{background:rgba(23,23,28,.72);border-radius:6px;color:white;font-size:10px;font-weight:700;padding:5px 7px;position:absolute;top:10px;z-index:5}.beforeLabel{left:10px}.afterLabel{right:10px}.editorControls h2{font-size:22px;letter-spacing:-.025em;line-height:1.12;margin:0 0 7px}.editorControls>div:first-child>p:last-child,.editorMessage{color:var(--muted);font-size:12px;line-height:1.5;margin:0}.editorCorrectionChoices{display:grid;grid-gap:9px;gap:9px}.editorCorrectionChoices .correctionChoice{min-height:68px}.correctionOverlay{align-items:center;background:rgba(23,23,28,.22);display:flex;inset:0;justify-content:center;position:absolute;z-index:6}.correctionStatusCard{align-items:center;background:white;border-radius:16px;box-shadow:0 18px 55px rgba(23,23,28,.2);display:flex;flex-direction:column;gap:10px;max-width:310px;padding:26px;text-align:center;width:calc(100% - 40px)}.correctionStatusCard .largeSpinner{height:54px;width:54px}.correctionStatusCard strong{font-size:14px}.correctionStatusCard small{color:var(--muted);font-size:11px}.processingSteps{align-items:center;background:white;border-radius:13px;bottom:14px;display:grid;grid-template-columns:repeat(3,1fr);left:14px;padding:10px;position:absolute;right:14px}.processingSteps>div{align-items:center;color:var(--muted);display:flex;flex-direction:column;gap:5px;position:relative}.processingSteps>div:not(:last-child):after{background:var(--line);content:"";height:1px;left:calc(50% + 15px);position:absolute;top:9px;width:calc(100% - 30px)}.processingSteps span{align-items:center;background:white;border:1px solid var(--line);border-radius:999px;display:flex;height:20px;justify-content:center;width:20px;z-index:1}.processingSteps .active span{border-color:var(--accent)}.processingSteps .done span{background:var(--success);border-color:var(--success);color:white}.processingSteps small{font-size:9px}.circleDot{background:#c7c7ce;border-radius:999px;display:block;height:6px;width:6px}.circleDot.active{background:var(--accent)}@media (max-width:980px){.reviewPhotoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.correctionBar{grid-template-columns:1fr}.correctionDock{align-items:flex-end;flex-direction:column;flex-wrap:nowrap;gap:12px}.correctionDockChoices{flex:none;flex-wrap:nowrap;gap:12px;width:100%}.correctionModeButton{flex:1 1;height:92px;max-height:92px;min-height:92px;min-width:0;width:auto}.correctionRunButton{align-self:stretch;min-height:44px;min-width:0;width:100%}.editorLayout{grid-template-columns:1fr}}@media (max-width:720px){body{background:white}.visironApp{padding:0 16px 100px}.visironApp.propertyWorkspace{padding-bottom:0}.productHeader{border-bottom:1px solid var(--line);min-height:64px}.productHeader .visironLogo img{height:30px;width:auto}.visironLogo.markOnMobile img{height:28px;width:auto}.productHeaderActions .organisationButton>span:nth-child(2){display:none}.productHeaderActions .organisationButton{gap:4px;min-width:0;padding:0 8px 0 6px}.productHeaderActions .organisationMenu{left:auto;position:fixed;right:16px;top:calc(64px + 8px);width:min(340px,calc(100vw - 32px))}.portfolioPage .mobileSearchToggle{display:inline-flex}.portfolioPage .propertySearch:not(.propertySearchOpen){display:none}.portfolioPage .propertySearchOpen{border:0;border-bottom:1px solid var(--line);border-radius:0;margin:0 0 12px;order:1;width:100%}.portfolioPage .pageIntro{order:2}.portfolioPage .propertyCardGrid{order:3}.pageIntro{align-items:stretch;flex-direction:column;gap:16px;padding:28px 0 16px}.pageIntro h1,.propertyTitleBar h1{font-size:30px}.pageIntro .primaryButton{border-radius:12px;gap:8px;min-width:0;padding:0 16px;width:100%}.pageIntro .primaryButtonIcon{flex-shrink:0;stroke-width:3px}.propertySearch{height:44px;margin-bottom:16px;max-width:none;padding:0 12px}.propertySearch input,.propertySearch input::placeholder{font-size:12px}.propertyCardGrid{gap:14px}.loginPage,.propertyCardGrid{grid-template-columns:1fr}.loginBrandPanel{background:white;min-height:auto;padding:28px 24px 0}.loginBrandCopy,.perspectiveMotif{display:none}.loginFormPanel{align-items:flex-start;padding:72px 24px 40px}.sheetBackdrop{align-items:flex-end;padding:0}.mobileSheet{border-radius:22px 22px 0 0;max-width:none;padding:12px 18px max(24px,env(safe-area-inset-bottom))}.sheetHandle{display:block}.propertyProductHeader .primaryButton,.propertyProductHeader .secondaryActionButton{display:none}.propertyTitleBar{gap:10px;padding:14px 0 22px}.propertyTitleCopy h1{font-size:18px}.propertyTitleActionsDesktop,.propertyTitleMenuPanel{display:none}.propertyActionsBackdrop{display:flex}.propertySelectionSheet{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.98);border-top:1px solid var(--line);bottom:0;display:block;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:14px calc(50vw - 50% + 16px) max(12px,env(safe-area-inset-bottom));position:-webkit-sticky;position:sticky;width:100vw;z-index:9}.propertySelectionSheetActions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.propertySelectionSheetActions .propertySelectionStatus{margin-right:4px}.propertySelectionSheetActions .propertySheetAction{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px);min-width:0;width:auto}.propertyWorkspace{padding-bottom:0}.correctionChoices{grid-template-columns:1fr}.correctionBar{padding:14px}.correctionDock{gap:12px;padding-bottom:max(12px,env(safe-area-inset-bottom));padding-top:18px}.correctionModeButton{height:80px;max-height:80px;min-height:80px}.correctionModeButtonMain{gap:6px;padding:8px 4px 6px}.correctionModeButtonMain strong{font-size:11px;line-height:1.15}.correctionModeButtonMain small{display:-webkit-box;font-size:10px;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-align:center}.correctionModeButtonMenu{width:34px}.reviewPhotoGrid{gap:8px;grid-template-columns:1fr}.reviewToolbar{align-items:stretch;flex-direction:column}.reviewToolbarLead{width:100%}.reviewToolbar .segmentedControl{min-width:0;width:100%}.segmentedControl .segment{font-size:12px;height:40px}.uploadQueue{grid-template-columns:repeat(4,minmax(0,1fr))}.jobPanel{border-radius:14px;padding:14px}.editorPage{display:flex;flex-direction:column;height:100dvh;max-height:100dvh;overflow:hidden;padding-bottom:0}.visironApp.editorPage{padding:0 16px}.editorProductHeader{display:none}.editorTitleBar{align-items:center;gap:8px;padding:16px 0 20px}.editorTitleBar>.editorTitleCopy{flex:1 1;min-width:0}.editorTitleBar h1{font-size:17px}.editorPhotoCounter{font-size:12px}.editorStatus{display:none}.editorLayout{flex:1 1;gap:12px;min-height:0}.editorCanvasPanel{border:0;padding:0}.editorControlsDesktop{display:none}.editorMobileChrome{display:flex;flex-direction:column;flex-shrink:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:auto;position:-webkit-sticky;position:sticky;bottom:0;width:100vw;z-index:9}.editorCorrectionDock{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.98);border-top:1px solid var(--line);margin-top:0;padding:14px calc(50vw - 50% + 16px) 12px;position:relative}.editorMobileChrome .editorPhotoFilmstrip{background:white;border-top:1px solid var(--line);display:flex;gap:8px;overflow-x:auto;padding:10px calc(50vw - 50% + 16px) max(12px,env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;scrollbar-width:none}.editorCanvasPanel .editorPhotoFilmstrip{display:none}.editorMobileChrome .editorPhotoFilmstrip::-webkit-scrollbar{display:none}.editorControls{border:0;padding:4px 0 0}.editorControls>div:first-child{display:none}.editorColorPresets{grid-template-columns:repeat(2,minmax(0,1fr))}.editorRadioOption{grid-template-columns:16px minmax(0,1fr)}.perspectiveModeIllustration{display:none}.processingSteps{bottom:8px;left:8px;right:8px}}.userMenu{position:relative}.userMenuTrigger{align-items:center;background:white;border:1px solid var(--line);border-radius:999px;display:inline-flex;height:44px;justify-content:center;padding:0;width:44px}.userMenuTrigger:hover{border-color:var(--accent)}.userMenuAvatar{align-items:center;background:var(--accent-soft);border-radius:999px;color:var(--accent);display:inline-flex;font-size:14px;font-weight:800;height:32px;justify-content:center;width:32px}.userMenuAvatar.large{font-size:17px;height:40px;width:40px}.userMenuDropdown{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 70px rgba(23,33,28,.18);display:grid;grid-gap:6px;gap:6px;padding:12px;position:absolute;right:0;top:calc(100% + 8px);width:min(300px,calc(100vw - 28px));z-index:30}.userMenuIdentity{align-items:center;display:grid;grid-gap:12px;gap:12px;grid-template-columns:40px minmax(0,1fr);padding:6px 6px 10px}.userMenuIdentity strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.userMenuIdentity small{color:var(--muted);font-size:12px;text-transform:capitalize}.userMenuCredits{align-items:baseline;background:var(--accent-soft);border-radius:12px;display:flex;gap:8px;margin-bottom:4px;padding:12px 14px}.userMenuCreditsCount{color:var(--accent);font-size:22px;font-weight:800;line-height:1}.userMenuCreditsLabel{color:var(--muted);font-size:13px}.userMenuItem{align-items:center;background:transparent;border:0;border-radius:10px;color:var(--ink);display:flex;font-weight:600;gap:10px;min-height:42px;padding:0 8px;text-align:left;text-decoration:none;width:100%}.userMenuItem:hover{background:var(--panel-2)}.userMenuItem svg{color:var(--muted);flex-shrink:0}.userMenuSignOut{border-top:1px solid var(--line);border-radius:0 0 10px 10px;margin-top:4px;padding-top:6px}.userMenuSignOut,.userMenuSignOut svg{color:var(--danger)}@media (min-width:721px){.visironApp.subscriptionPage{max-width:1440px;padding-left:32px;padding-right:32px;width:min(96vw,1440px)}}.subscriptionShell{margin:0 auto;max-width:none;padding:24px 0 64px;width:100%}.subscriptionShell .textLinkButton{margin-bottom:20px}.subscriptionIntro{margin-bottom:0}.subscriptionIntro h1{font-size:22px;letter-spacing:-.02em;line-height:1.15;margin:0 0 8px}.subscriptionIntro p{color:var(--muted);font-size:12px;line-height:1.5;margin:0;max-width:none}.subscriptionOverview{align-items:center;background:white;border:1px solid var(--line);border-radius:16px;display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);margin-bottom:24px;padding:20px 24px}.subscriptionOverview .subscriptionSummary{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0}.subscriptionOverview .subscriptionSummary:has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.subscriptionBlocked{align-items:flex-start;background:#fdf3f2;border:1px solid #f3cfcc;border-radius:16px;display:flex;gap:14px;margin-bottom:24px;padding:16px 18px}.subscriptionBlockedIcon{align-items:center;background:var(--danger);border-radius:999px;color:white;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.subscriptionBlocked strong{display:block;margin-bottom:2px}.subscriptionBlocked p{color:var(--muted);margin:0}.subscriptionSummary{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:20px}.subscriptionSummaryCard{background:var(--panel);border:1px solid var(--line);border-radius:16px;display:grid;grid-gap:4px;gap:4px;padding:18px}.subscriptionSummaryCard.accent{background:var(--accent-soft);border-color:transparent;position:relative}.subscriptionSummaryInfo{color:var(--muted);position:absolute;right:18px;top:50%;transform:translateY(-50%)}.subscriptionSummaryLabel{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.subscriptionSummaryValue{font-size:30px;font-weight:800;line-height:1.1}.subscriptionSummaryValue.subscriptionDate{font-size:20px}.subscriptionSummaryCard small{color:var(--muted);font-size:12px}.subscriptionMessage{background:var(--success-soft);border-radius:12px;color:var(--success);font-weight:600;margin-bottom:20px;padding:12px 16px}.subscriptionPlans{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.subscriptionContact{align-items:center;background:var(--accent-soft);border:1px solid #dcdcff;border-radius:18px;display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:space-between;margin-top:16px;padding:24px 28px}.subscriptionContactCopy{flex:1 1 240px}.subscriptionContact h2{font-size:18px;font-weight:700;margin:0 0 6px}.subscriptionContact p{margin:0;max-width:52ch}.subscriptionContactButton{flex-shrink:0;min-width:190px;text-decoration:none}.subscriptionTrustNote{align-items:center;color:var(--muted);display:flex;font-size:13px;gap:6px;justify-content:center;margin:20px 0 0;text-align:center}.subscriptionTrustNote svg{color:var(--accent);flex-shrink:0;stroke-linecap:square;stroke-linejoin:miter}.planCard{background:var(--panel);border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:10px;padding:22px;position:relative}.planCard.current{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.planCard.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 18px 40px rgba(91,92,226,.16)}.planRibbon{align-self:flex-start;background:var(--accent);border-radius:999px;color:white;font-size:11px;font-weight:800;letter-spacing:.04em;padding:4px 12px;text-transform:uppercase}.planBadge{align-items:center;align-self:flex-start;background:#eaf5f1;border:1px solid #cfe7dd;border-radius:999px;color:#2e7a62;display:inline-flex;font-size:12px;font-weight:700;gap:5px;padding:4px 10px}.planCard h2{margin:0}.planPrice{font-size:30px;font-weight:800;margin:0}.planPrice span{font-weight:600}.planDescription,.planPrice span{color:var(--muted);font-size:14px}.planDescription{line-height:1.45;margin:0;min-height:40px}.planHighlights{display:grid;grid-gap:8px;gap:8px;list-style:none;margin:0 0 8px;padding:0}.planHighlights li{align-items:center;color:var(--ink);display:flex;gap:8px}.planHighlights li,.subscriptionTrial p,.type-plan-detail{font-size:14px;line-height:1.45}.planHighlights li svg{color:var(--accent);flex-shrink:0}.subscriptionManageRow{display:flex;gap:10px;justify-content:flex-end;margin-bottom:16px}.planCardActions.marketingActions{margin-top:auto;width:100%}.planCardActions .secondaryActionButton{width:100%}.subscriptionManageRow .secondaryActionButton{gap:8px}.subscriptionBlockedBody{display:grid;grid-gap:6px;gap:6px;justify-items:start}.subscriptionBlockedBody .primaryButton{gap:8px;margin-top:6px}.subscriptionTrial{align-items:flex-start;background:var(--accent-soft);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:16px;display:flex;gap:14px;margin-bottom:24px;padding:16px 18px}.subscriptionTrialIcon{align-items:center;background:var(--accent);border-radius:999px;color:white;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.subscriptionTrial strong{display:block;margin-bottom:10px}.subscriptionTrial p{color:var(--muted);margin:0}.planTrialTag{align-items:center;color:var(--accent);display:inline-flex;font-weight:700;gap:8px;margin-top:auto;padding:10px 0 2px}.planTrialTag svg{flex-shrink:0}@media (max-width:720px){.subscriptionOverview{align-items:stretch;padding:18px 16px}.subscriptionOverview,.subscriptionOverview .subscriptionSummary{grid-template-columns:1fr}.subscriptionOverview .subscriptionSummary:has(>:nth-child(3)){grid-template-columns:1fr}}.fitModeControls{border:1px solid var(--line);border-radius:14px;display:grid;grid-gap:10px;gap:10px;padding:14px}.fitModeLabel{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.04em;margin:0;text-transform:uppercase}.fitModeOptions{display:grid;grid-gap:8px;gap:8px;grid-template-columns:1fr 1fr}.fitModeOption{background:white;border:1px solid var(--line);border-radius:10px;color:var(--ink);display:grid;font-weight:700;grid-gap:2px;gap:2px;justify-items:start;padding:9px 11px;text-align:left}.fitModeOption small{color:var(--muted);font-size:11px;font-weight:500}.fitModeOption.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);color:var(--accent)}.fitModeOption.active small{color:var(--accent)}.editorCorrectionPanels{display:grid;grid-gap:10px;gap:10px}.editorCorrectionPanels .correctionModeButton.editorCorrectionChoice{width:100%}.editorCorrectionPanel{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.editorCorrectionPanel.expanded{background:white}.editorCorrectionPanel.expanded.active,.editorCorrectionPanel.expanded.tinted{background:var(--brand-tint)}.editorCorrectionPanelHeader{align-items:flex-start;color:inherit;display:grid;grid-gap:10px;gap:10px;grid-template-columns:28px minmax(0,1fr);padding:12px;text-align:left;width:100%}.editorCorrectionPanelHeader>span:nth-child(2){display:grid;grid-gap:4px;gap:4px}.editorCorrectionPanelHeader strong{color:var(--ink);font-size:13px}.editorCorrectionPanelHeader small{color:var(--muted);font-size:11px;line-height:1.45}.editorCorrectionPanelBody{display:grid;grid-gap:12px;gap:12px;padding:0 12px 12px}.editorCorrectionPanel.expanded .editorCorrectionPanelHeader{padding-bottom:10px}.editorCorrectionPanel.expanded .editorCorrectionPanelBody{padding-bottom:20px;padding-top:24px}.editorOptionLabel{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.06em;margin:0 0 18px;text-transform:uppercase}.editorRadioList{border:0;display:grid;grid-gap:10px;gap:10px;margin:0;min-width:0;padding:0}.editorRadioOption{align-items:start;background:white;border:1px solid var(--line);border-radius:12px;cursor:pointer;display:grid;grid-gap:12px;gap:12px;grid-template-columns:16px minmax(0,1fr) 40px;padding:14px 12px}.editorRadioOption:has(input:checked){background:white}.editorRadioOption input{accent-color:var(--accent);height:16px;margin:1px 0 0;width:16px}.editorRadioCopy{display:grid;grid-gap:2px;gap:2px}.editorRadioCopy strong{color:var(--ink);font-size:12px}.editorRadioCopy small{color:var(--muted);font-size:10px;line-height:1.4}.perspectiveModeIllustration{color:var(--muted);display:block;height:40px;width:40px}.editorInfoBox{align-items:flex-start;background:#f3f6ff;border-radius:10px;color:#4f5d7a;display:flex;font-size:11px;gap:8px;line-height:1.45;margin:0;padding:10px 11px}.editorInfoBox svg{color:var(--accent);flex-shrink:0;margin-top:1px}.editorPresetBadge{background:var(--panel-2);border-radius:999px;color:var(--muted);display:inline-flex;font-size:10px;font-weight:700;justify-self:start;padding:5px 9px}.editorColorPresets{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.editorColorPreset{background:transparent;border:0;color:var(--ink);cursor:pointer;display:grid;grid-gap:6px;gap:6px;padding:0;text-align:center}.editorColorPresetThumb{aspect-ratio:1;background:#ececf0;border:2px solid transparent;border-radius:10px;display:block;overflow:hidden;position:relative}.editorColorPresetThumb img{display:block;height:100%;object-fit:cover;width:100%}.editorColorPresetPlaceholder{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.editorColorPresetLabel{font-size:10px;font-weight:700}.editorColorPreset.active .editorColorPresetThumb{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.editorColorPreset.active .editorColorPresetLabel{color:var(--accent)}.exportMenuWrap{position:relative}.exportMenu{background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px rgba(23,33,28,.18);display:grid;grid-gap:4px;gap:4px;padding:8px;position:absolute;right:0;top:calc(100% + 8px);width:240px;z-index:30}.exportMenuItem{background:transparent;border:0;border-radius:10px;color:var(--ink);display:grid;grid-gap:2px;gap:2px;justify-items:start;padding:9px 12px;text-align:left}.exportMenuItem:hover{background:var(--panel-2)}.exportMenuItem strong{font-weight:700}.exportMenuItem small{color:var(--muted);font-size:12px}