@charset "UTF-8";
:root{--paper:#f7f8f4;--surface:#fff;--ink:#26362f;--muted:#748078;--line:#e5e9e2;--green:#355b43;--green-dark:#234631;--green-soft:#edf3e9;--yellow:#f1c94b;--danger:#a04734;--radius:20px;--shadow:0 5px 22px rgba(40,61,42,.025);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,a,input,video{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,video:focus-visible{outline:3px solid #c69a20;outline-offset:4px}button:disabled{opacity:.62}[hidden]{display:none!important}h1,h2,h3,p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:10;background:var(--green-dark);color:white;padding:14px 20px;border-radius:10px}.skip-link:focus{top:12px}
.app-shell{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.sidebar{background:#fcfdf9;border-right:1px solid var(--line);padding:38px 24px 26px;display:flex;flex-direction:column;gap:12px}.brand{display:inline-flex;align-items:center;gap:12px;width:max-content;font-size:24px;letter-spacing:-1px;line-height:1.05}.brand strong{font-weight:750}.brand small{display:block;margin-top:9px;color:var(--muted);font-size:9px;font-weight:650;letter-spacing:2px}.brand-mark{width:37px;height:42px;display:grid;place-items:center;position:relative;flex-shrink:0}.brand-mark:before,.brand-mark:after{content:"";position:absolute;top:1px;width:19px;height:22px;border-radius:16px 16px 3px 16px;background:#e3ebdf;transform:rotate(-20deg);left:1px}.brand-mark:after{left:17px;transform:rotate(20deg);border-radius:16px 16px 16px 3px}.brand-mark>span{position:absolute;z-index:1;width:25px;height:29px;bottom:1px;border-radius:13px;background:repeating-linear-gradient(0deg,var(--yellow) 0 7px,var(--green-dark) 7px 10px);transform:rotate(-13deg);border:3px solid var(--yellow)}.workspace-label{margin:60px 12px 6px;font-size:9px;color:#818d82;letter-spacing:1.6px;font-weight:700}.nav-item{display:flex;align-items:center;gap:12px;border-radius:10px;padding:14px 13px;font-size:13px;font-weight:600}.nav-item.is-current{background:var(--green-soft);color:var(--green-dark)}.camera-icon{display:inline-block;width:18px;height:13px;border:1.7px solid currentColor;border-radius:4px;position:relative;flex-shrink:0}.camera-icon:before{content:"";position:absolute;width:5px;height:5px;left:4.8px;top:2.3px;border:1.5px solid currentColor;border-radius:50%}.camera-icon:after{content:"";position:absolute;width:7px;height:3px;left:3.8px;top:-4px;background:currentColor;border-radius:2px 2px 0 0}.sidebar-bottom{margin-top:auto;padding-top:80px}.account{display:flex;align-items:center;gap:10px;padding:15px 2px}.account-avatar{width:33px;height:33px;display:grid;place-items:center;background:#e9ece3;border-radius:50%;font-size:12px;letter-spacing:-.5px;font-weight:700;color:var(--green)}.account>div{min-width:0}.account-name{display:block;font-size:12px;font-weight:650;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-workspace{font-size:11px;color:var(--muted)}.logout-button{background:none;border:0;border-top:1px solid var(--line);display:flex;width:100%;justify-content:space-between;padding:17px 4px 0;color:var(--muted);font-size:12px}.logout-button:hover{color:var(--green-dark)}
.main-content{width:100%;max-width:1530px;margin:0 auto;padding:54px 48px 24px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:31px}.eyebrow{font-size:9px;font-weight:700;letter-spacing:1.8px;color:var(--muted);margin-bottom:13px}h1{font-size:38px;line-height:1.15;font-weight:650;letter-spacing:-1.7px}.heading-dot{color:#c7a633}.page-description{font-size:13px;color:var(--muted);line-height:1.7;margin-top:11px}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid transparent;font-size:12px;font-weight:600;min-height:43px;padding:0 17px;white-space:nowrap;transition:background .16s,border-color .16s}.button-secondary{background:white;border-color:#dfe5da;color:var(--green-dark);box-shadow:0 2px 3px #223b2403}.button-secondary:hover:not(:disabled){background:var(--green-soft);border-color:#c6d3c0}.refresh-icon{font-size:19px;line-height:1;font-weight:400}.refresh-button{margin-top:15px;min-width:157px}.refresh-button.is-loading .refresh-icon{animation:spin 1.1s linear infinite}.camera-summary{border:1px solid var(--line);background:#fdfefa;border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;gap:18px;margin-bottom:26px}.camera-identity{display:flex;align-items:center;gap:15px}.camera-symbol{display:grid;place-items:center;width:40px;height:40px;border:1px solid #e4e9dd;border-radius:11px;color:#667654;background:#f3f5ed}.camera-identity h2{font-size:14px;font-weight:650;letter-spacing:-.15px}.camera-identity h2>span{color:#9aab91;margin:0 3px}.camera-identity p{font-size:11px;color:var(--muted);margin-top:6px}.sync-details{text-align:right}.sync-status{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:550;color:var(--muted)}.status-dot{width:6px;height:6px;border-radius:50%;background:#a2aba0}.sync-status[data-state=ready]{color:#527541}.sync-status[data-state=ready] .status-dot{background:#80a15e}.sync-status[data-state=working]{color:#967226}.sync-status[data-state=working] .status-dot{background:#d7b75b}.sync-status[data-state=error]{color:var(--danger)}.sync-status[data-state=error] .status-dot{background:#be725e}.sync-details p{font-size:10px;color:#8a938b;margin-top:7px}.sync-details time{color:#68746a;margin-left:5px}.recording-workspace{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(310px,1fr);gap:24px;align-items:start}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.panel-heading{padding:24px 25px 22px;display:flex;align-items:center;justify-content:space-between;gap:10px}.section-kicker{font-size:9px;font-weight:700;letter-spacing:1.6px;color:#8c978c;margin-bottom:8px}.panel-heading h2{font-size:17px;line-height:1.3;font-weight:620;letter-spacing:-.4px}.video-badge{padding:6px 9px;border-radius:6px;font-size:9px;color:#718265;background:#f2f5ed;white-space:nowrap}.video-stage{position:relative;aspect-ratio:4/3;background:#1d2925;display:grid;align-items:center;isolation:isolate;margin:0 15px;border-radius:11px;overflow:hidden}.video-stage video{width:100%;height:100%;max-height:570px;object-fit:contain;display:block;background:#101714}.player-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 22px;color:#e3ebe1;min-height:220px}.placeholder-camera{width:62px;height:62px;border:1px solid #516055;border-radius:19px;display:grid;place-items:center;color:#a2b59e;margin-bottom:20px;background:#2a3830}.placeholder-camera .camera-icon{transform:scale(1.35)}.player-placeholder h3{font-size:16px;font-weight:500;letter-spacing:-.3px}.player-placeholder p{color:#8f9f94;font-size:12px;line-height:1.8;margin-top:10px;max-width:275px}.recording-details{display:grid;grid-template-columns:1.8fr .7fr .9fr .7fr;gap:14px;padding:23px 25px;margin:0}.recording-details dt{font-size:9px;color:#8a948b;margin-bottom:8px}.recording-details dd{margin:0;font-size:11px;font-weight:550;line-height:1.5}.player-footer{display:flex;gap:7px;align-items:center;padding:17px 25px;border-top:1px solid #f0f2ed;color:#929b91;font-size:10px}.small-dot{height:4px;width:4px;background:#a0b28e;border-radius:50%;flex-shrink:0}.count-badge{font-size:12px;font-weight:600;color:#718165;background:#f0f4eb;border-radius:8px;min-width:30px;text-align:center;padding:7px 9px}.recording-list{max-height:599px;min-height:370px;overflow:auto;scrollbar-width:thin;scrollbar-color:#d9e0d4 transparent;padding:0 12px 10px}.date-label{font-size:10px;font-weight:550;color:#879282;padding:2px 13px 10px}.recording-day+.recording-day{margin-top:19px}.day-recordings{padding:0;margin:0;list-style:none}.day-recordings li+li{margin-top:5px}.recording-button{display:flex;align-items:center;width:100%;text-align:left;border:1px solid transparent;border-radius:12px;background:transparent;padding:14px 12px;gap:12px;color:var(--ink);transition:background .15s,border-color .15s}.recording-button:hover{background:#f7f9f3}.recording-button.is-selected{background:#f0f5e9;border-color:#e3eadb}.recording-play{width:34px;height:34px;border:1px solid #e7ebe0;background:#fbfcf8;border-radius:10px;display:grid;place-items:center;font-size:10px;color:#8e9b83;flex-shrink:0;padding-left:2px}.is-selected .recording-play{background:#45673d;border-color:#45673d;color:#fff}.recording-information{display:flex;flex-direction:column;gap:7px;min-width:0}.recording-time{font-size:13px;font-weight:650;letter-spacing:.15px;font-variant-numeric:tabular-nums}.recording-subtitle{font-size:10px;color:#90988c}.recording-meta{margin-left:auto;display:flex;align-items:flex-end;flex-direction:column;gap:8px;flex-shrink:0}.recording-duration{font-size:11px;color:#687461;font-variant-numeric:tabular-nums}.recording-state{font-size:9px;color:#8d938a}.recording-state.is-ready{color:#7b9069}.recording-state.is-ready:before{content:"";display:inline-block;height:4px;width:4px;border-radius:50%;background:#9bae8b;vertical-align:middle;margin-right:4px}.list-footer{border-top:1px solid #f0f2ed;padding:17px 25px;font-size:10px;color:#929b91}.list-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:340px;padding:32px 28px;text-align:center}.list-state h3{font-size:14px;font-weight:550;margin-top:16px;line-height:1.5}.list-state p{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.7;max-width:235px}.loading-indicator{width:25px;height:25px;border:2px solid #edf1e7;border-top-color:#809a6f;border-radius:50%;animation:spin .85s linear infinite}.notice{display:flex;gap:12px;align-items:flex-start;background:#fff5ee;border:1px solid #f0ddd1;border-radius:12px;padding:15px 18px;margin-bottom:22px;color:#95604a;font-size:12px;line-height:1.6}.notice strong{font-size:12px;font-weight:650}.notice p{font-size:12px;line-height:1.7}.notice-symbol{width:18px;height:18px;border:1px solid #c79d83;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;margin-top:1px;flex-shrink:0}.player-error{font-size:12px;line-height:1.7;color:var(--danger);padding:15px 25px;background:#fff5ee;margin:12px 15px 0;border-radius:8px}.page-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:#9aa294;padding:29px 1px 0}.footer-dot{color:#bbc2b5;margin:0 7px}
.login-page{background:#fff}.login-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-story{position:relative;overflow:hidden;background:#eff3e9;padding:50px 64px;min-height:740px;display:flex;flex-direction:column}.login-story-copy{margin-top:94px;position:relative;z-index:1}.login-story-copy .eyebrow{font-size:9px;letter-spacing:1.9px;color:#849077;margin-bottom:20px}.login-story-copy h1{font-size:58px;line-height:1.12;font-weight:550;letter-spacing:-2.7px}.login-story-copy>p:last-child{font-size:15px;color:#7d8a74;line-height:1.8;margin-top:24px}.login-story-footer{font-size:10px;color:#8b997f;margin-top:auto;padding-top:260px;position:relative;z-index:1}.login-illustration{position:absolute;right:38px;bottom:55px;width:320px;height:360px;pointer-events:none}.illustration-ring{position:absolute;width:320px;height:320px;border:1px solid #dfe6d5;border-radius:50%;left:0;top:15px}.ring-two{width:260px;height:260px;left:30px;top:45px}.illustration-door{position:absolute;left:86px;top:59px;width:145px;height:231px;border:6px solid #fcfdf9;border-bottom-width:8px;border-radius:74px 74px 8px 8px;background:linear-gradient(105deg,#dfe8d4,#cbd9bd);box-shadow:6px 8px 0 #cbd8c045}.door-camera{width:26px;height:39px;position:absolute;right:17px;top:105px;border:3px solid #f5f7ef;background:#5d7153;border-radius:10px;box-shadow:1px 2px 3px #42513520}.door-camera:before{content:"";position:absolute;width:9px;height:9px;background:#c4d3b9;border:2px solid #34442c;border-radius:50%;left:5px;top:5px}.door-camera:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#e4ebde;left:6px;bottom:5px}.door-handle{position:absolute;width:20px;height:4px;right:21px;top:162px;background:#80976d;border-radius:5px}.illustration-caption{position:absolute;left:92px;bottom:33px;background:#fbfcf6;border:1px solid #e0e6d9;box-shadow:0 4px 10px #4b653809;padding:10px 15px;border-radius:9px;font-size:10px;color:#758565}.illustration-spark{position:absolute;width:11px;height:11px;border-radius:3px;background:#e3c755;transform:rotate(18deg)}.spark-one{top:35px;right:44px}.spark-two{left:42px;bottom:112px;width:7px;height:7px;background:#aabe8e}.login-form-side{display:flex;align-items:center;justify-content:center;padding:60px 45px;position:relative}.login-card{width:100%;max-width:350px;padding-bottom:12px}.welcome-mark{display:grid;place-items:center;width:49px;height:49px;border-radius:16px;background:#f1f5eb;color:#7c9368;font-size:25px;margin-bottom:35px}.login-card>.section-kicker{font-size:9px;letter-spacing:1.8px;margin-bottom:13px}.login-card h2{font-size:29px;font-weight:620;letter-spacing:-1px;line-height:1.25}.login-description{font-size:13px;color:#84907d;line-height:1.9;margin-top:18px;margin-bottom:31px}.microsoft-button{width:100%;background:var(--green-dark);color:white;min-height:51px;justify-content:flex-start;padding:0 17px;font-size:12px;gap:13px;border-radius:10px}.microsoft-button:hover:not(:disabled){background:#345b3d}.microsoft-button:disabled{opacity:1;color:#8b9783;background:#edf1e8;border:1px solid #e2e8d9}.microsoft-mark{display:grid;grid-template-columns:7px 7px;grid-template-rows:7px 7px;gap:2px;flex-shrink:0}.microsoft-mark span{background:currentColor}.button-arrow{margin-left:auto;font-size:18px;line-height:1;font-weight:400}.login-access-note{display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;color:#97a18f;margin-top:19px;line-height:1.6}.lock-icon{display:inline-block;width:8px;height:7px;border:1px solid #9caa92;border-radius:2px;position:relative;flex-shrink:0}.lock-icon:before{content:"";position:absolute;width:4px;height:4px;border:1px solid #9caa92;border-bottom:0;border-radius:3px 3px 0 0;top:-5px;left:1px}.configuration-note{font-size:12px;line-height:1.8;margin-top:14px;color:#89937f}.login-footer{position:absolute;bottom:35px;font-size:10px;color:#a3ab9d}.login-notice{margin-bottom:20px;padding:12px}
@keyframes spin{to{transform:rotate(360deg)}}
/* Secondary copy remains readable on the pale surfaces; decorative lines stay softer. */
.workspace-label,.eyebrow,.section-kicker,.date-label,.recording-subtitle,.recording-state,.recording-details dt,.list-footer,.player-footer,.page-footer,.sync-details p,.login-footer,.login-access-note,.configuration-note{color:#687561}
.page-description,.account-workspace,.logout-button,.camera-identity p,.list-state p,.sync-status{color:#667261}
.login-description,.login-story-copy>p:last-child,.login-story-copy .eyebrow,.login-story-footer{color:#65765a}
@media(min-width:1500px){.main-content{padding-top:64px}.recording-workspace{grid-template-columns:minmax(0,1.75fr) minmax(340px,1fr)}}
@media(max-width:1180px){.app-shell{grid-template-columns:206px minmax(0,1fr)}.sidebar{padding:33px 18px 24px}.main-content{padding:40px 28px 24px}.recording-workspace{grid-template-columns:minmax(0,1.35fr) minmax(285px,1fr);gap:18px}.panel-heading{padding:20px}.video-badge{display:none}.recording-details{grid-template-columns:1.5fr 1fr;padding:20px}.recording-list{max-height:535px}.login-story{padding:45px}.login-story-copy h1{font-size:49px}.login-illustration{right:10px;bottom:55px;transform:scale(.9);transform-origin:bottom right}}
@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 28px;border-right:0;border-bottom:1px solid var(--line);gap:20px}.sidebar .brand{font-size:21px}.sidebar .brand small{display:none}.sidebar .workspace-label,.sidebar .nav-item,.account{display:none}.sidebar-bottom{margin:0;padding:0}.logout-button{border:0;padding:8px 0;gap:20px}.main-content{padding:35px 28px 24px}.page-header{margin-bottom:25px}.recording-workspace{grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr)}.login-story{min-height:690px;padding:36px}.login-story-copy{margin-top:80px}.login-story-copy h1{font-size:42px;letter-spacing:-1.9px}.login-story-copy>p:last-child{font-size:13px}.login-form-side{padding:45px 30px}.login-card h2{font-size:26px}.login-illustration{right:-15px;transform:scale(.8)}}
@media(max-width:760px){.main-content{padding:29px 20px 22px}.sidebar{padding:17px 20px}.page-header{align-items:flex-start;gap:14px}h1{font-size:31px;letter-spacing:-1.3px}.eyebrow{font-size:8px;letter-spacing:1.4px}.page-description{font-size:12px;max-width:275px}.refresh-button{margin-top:22px;min-width:44px;padding:0 12px;font-size:11px}.camera-summary{padding:17px;align-items:flex-start;gap:15px;margin-bottom:20px}.camera-identity{gap:11px}.camera-identity h2{font-size:13px}.camera-symbol{width:35px;height:35px}.sync-details p{max-width:160px;line-height:1.8}.sync-details time{display:block;margin-left:0}.recording-workspace{grid-template-columns:1fr;gap:20px}.recording-details{grid-template-columns:1.7fr 1fr 1fr 1fr}.recording-list{max-height:460px;min-height:0}.list-state{min-height:240px}.video-badge{display:inline-block}.video-stage{aspect-ratio:4/3}.page-footer{padding-top:25px;line-height:1.8;font-size:9px}.login-layout{grid-template-columns:1fr;min-height:100svh}.login-story{min-height:0;padding:25px 28px;background:#eff3e9}.login-story-copy{margin-top:35px;margin-bottom:34px}.login-story-copy h1{font-size:38px;letter-spacing:-1.7px}.login-story-copy .eyebrow{margin-bottom:13px;font-size:8px}.login-story-copy>p:last-child{margin-top:15px;font-size:12px;line-height:1.8}.login-illustration{width:320px;right:2px;bottom:12px;transform:scale(.56);transform-origin:bottom right}.login-story-footer{display:none}.login-form-side{padding:42px 28px 75px;min-height:400px}.login-card{max-width:370px}.welcome-mark{display:none}.login-card h2{font-size:26px}.login-description{margin-top:14px;margin-bottom:24px}.login-footer{bottom:24px}.login-access-note{font-size:9px}}
@media(max-width:450px){.refresh-button{min-width:43px}.refresh-button #refresh-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.refresh-button .refresh-icon{font-size:21px}.camera-summary{flex-direction:column;padding:17px}.sync-details{text-align:left;width:100%;border-top:1px solid #e8ede2;padding-top:12px}.sync-details p{max-width:none;margin-top:5px;font-size:9px}.sync-details time{display:inline;margin-left:4px}.recording-details{grid-template-columns:1.6fr 1fr;gap:17px}.panel-heading{padding:20px}.panel-heading h2{font-size:16px}.player-footer{font-size:9px;padding:16px 20px}.page-footer{align-items:flex-start;gap:12px}.page-footer>span:first-child{max-width:140px}.login-story-copy h1{font-size:32px}.login-illustration{right:-17px;bottom:18px;transform:scale(.48)}.login-story-copy>p:last-child{font-size:11px}.login-story{padding:22px 25px}.login-story .brand{font-size:23px}.login-story-copy{margin-top:31px;margin-bottom:20px}.login-form-side{padding:36px 25px 65px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.retention-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 25px;padding:18px 0 21px;border-top:1px solid #eef1e8}
.retention-description{min-width:0}.retention-badge{display:inline-block;font-size:10px;font-weight:600;color:#607052;background:#f0f4eb;padding:5px 8px;border-radius:6px;line-height:1.4}
.retention-badge.is-saved{color:#795d16;background:#fbf2d1}.retention-description p{font-size:11px;line-height:1.7;color:#697660;margin-top:7px}
.retention-button{font-size:11px;min-height:40px;padding:0 13px;flex-shrink:0}.retention-button:disabled{opacity:.65}
.retention-feedback{font-size:11px;line-height:1.7;color:#426338;background:#f1f6eb;border-radius:8px;margin:0 25px 18px;padding:11px 13px}
.recording-retention{font-size:9px;line-height:1.5;color:#69785f}.recording-retention.is-saved{align-self:flex-start;color:#795d16;background:#fbf2d1;border-radius:4px;padding:2px 5px;font-weight:550}
.player-footer{align-items:flex-start;line-height:1.7}.player-footer .small-dot{margin-top:6px}
@media(max-width:1180px){.retention-actions{margin:0 20px;flex-wrap:wrap;gap:12px}.retention-feedback{margin:0 20px 18px}}
@media(max-width:450px){.retention-actions{align-items:stretch;flex-direction:column}.retention-button{width:100%;min-height:43px}}
