
:root{color-scheme:light;font-family:'DM Sans',sans-serif;color:#39363f;background:#f8f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink:#39363f;--muted:#a6a2ad;--line:#eeedf2;--accent:#ca6748;--panel:#fff}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0}
body{background:#f8f7fb;overflow:hidden}
button,input{font:inherit}
button{color:inherit;-webkit-tap-highlight-color:transparent}
.app-shell{position:relative;isolation:isolate;width:100%;height:100dvh;min-height:540px;overflow:hidden;background:#f8f7fb}
.topbar{position:absolute;z-index:2;top:0;left:0;right:0;height:calc(66px + env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;gap:8px;padding:env(safe-area-inset-top) 14px 0 19px;background:linear-gradient(180deg,#f8f7fb 75%,#f8f7fb00)}
@supports (-webkit-touch-callout:none){.topbar{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;-webkit-font-smoothing:auto;text-rendering:auto}.topbar select{font-family:inherit}}

.brand-block{display:flex;min-width:0;flex-direction:column;gap:3px}
.brand-block strong{font-size:17px;font-weight:650;line-height:1.15;letter-spacing:-.4px;color:#39363f}
.brand-block span{font-size:10px;letter-spacing:.01em;color:#aaa6b1}
.topbar-right{display:flex;align-items:center;gap:6px;color:#a49fab}
.connection{display:flex;align-items:center;gap:6px;margin-right:3px;color:#92876e;font-size:9px;font-weight:600}
.connection i{width:6px;height:6px;border-radius:50%;background:#c3a86b;box-shadow:0 0 0 3px #c3a86b20}
.icon-button,.camera-round{width:29px;height:32px;display:grid;place-items:center;flex:none;border:0;border-radius:50%;background:transparent;color:#a09ca8;cursor:pointer;transition:background .18s,color .18s}
.icon-button:active{background:#ece9f1;color:var(--accent)}
.icon-button svg,.camera-round svg,.composer svg,.nav-item svg,.gallery-button svg,.captured-preview svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.assistant-view{position:absolute;inset:calc(66px + env(safe-area-inset-top)) 0 calc(137px + env(safe-area-inset-bottom));display:flex;min-height:0;flex-direction:column;padding:0 21px}
.orb-wrap{position:relative;display:grid;width:clamp(148px,46vw,184px);height:clamp(148px,46vw,184px);place-items:center;flex:none;align-self:center;margin:clamp(18px,4vh,36px) 0 clamp(14px,2.2vh,19px)}
.orb-halo{position:absolute;inset:0;border:1px solid #d77e6225;border-radius:50%;box-shadow:0 0 0 10px #d77e6207,0 22px 45px -28px #bb604932}
.orb{position:relative;width:93%;height:93%;overflow:hidden;border-radius:50%;background:radial-gradient(circle at 34% 28%,#dd7952 0,#d26944 45%,#c85c3b 80%,#c15337 100%);box-shadow:inset 0 2px 1px #ffdbc433,inset -5px -8px 15px #a6443415,0 12px 25px -18px #a9443535;animation:orb-breathe 6s ease-in-out infinite}
.orb-glint{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 30% 18%,#fff2 0,transparent 46%);pointer-events:none}
.orb-core{position:absolute;inset:25%;border-radius:50%;background:#fff2;filter:blur(26px)}
.home-content{display:flex;min-height:0;flex:1;align-items:center;justify-content:center;padding:0 8px 15px;text-align:center}.home-greeting{max-width:280px}.home-eyebrow{display:block;margin-bottom:9px;color:#b2adb8;font-size:9px;font-weight:700;letter-spacing:.19em}.home-greeting h1{margin:0;color:#514d58;font-family:Manrope,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.8px}.home-greeting p{margin:7px 0 0;color:#aaa6b1;font-size:13px;line-height:1.5}.chat-area{display:flex;min-height:0;flex:1;flex-direction:column;overflow:auto;scrollbar-width:none;padding:0 0 0}
.chat-area::-webkit-scrollbar{display:none}
.messages{display:flex;min-height:100%;flex-direction:column;justify-content:flex-start;gap:17px;padding:0}
.message{max-width:100%;padding:12px 14px;border:1px solid #eeedf1;border-radius:13px;background:#ffffffd9;color:#77737e;font-size:13px;line-height:1.5;box-shadow:0 5px 14px #352a3b05;overflow-wrap:anywhere;animation:rise .22s ease-out}
.message.user{align-self:flex-end;width:88%;border:0;border-radius:14px 14px 3px 14px;background:var(--accent);color:#fff;font-weight:400;box-shadow:0 8px 19px #a64b3520}
.message.jarvis{align-self:flex-start;width:100%;border-radius:13px 13px 13px 3px}
.message img{display:block;width:min(100%,220px);max-height:180px;margin:0 0 8px;border-radius:12px;object-fit:cover}
.voice-controls{position:absolute;z-index:3;right:0;bottom:calc(69px + env(safe-area-inset-bottom));left:0;display:flex;align-items:center;justify-content:center;gap:12px}.voice-hangup{height:46px;padding:0 19px;border:1px solid #f0d9d3;border-radius:15px;background:#fff8f6;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer}.voice-mic{width:48px;height:48px;display:grid;place-items:center;border:1px solid #efd8d2;border-radius:50%;background:#fff8f6;color:var(--accent);cursor:pointer}.voice-mic.muted{border-color:#eeedf2;background:#fff;color:var(--muted)}.voice-mic svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.composer-dock{position:absolute;z-index:3;right:0;bottom:calc(69px + env(safe-area-inset-bottom));left:0;padding:0 21px}
.composer{height:45px;display:flex;align-items:center;gap:8px;padding:0 7px 0 14px;border:1px solid #efedf2;border-radius:15px;background:#fff;box-shadow:0 6px 19px #33293a08}
.attach-button,.composer-mic{display:none}
.composer input{width:100%;height:100%;min-width:0;border:0;outline:0;background:transparent;color:#514e58;font-size:14px}
.composer input::placeholder{color:#aaa6b1;opacity:1}
.send-button{width:33px;height:33px;display:grid;place-items:center;flex:none;border:0;border-radius:9px;background:var(--accent);color:#fff;cursor:pointer;transition:transform .15s,background .15s}
.send-button:active{transform:scale(.95);background:#b95437}
.bottom-nav{position:absolute;z-index:4;right:13px;bottom:calc(3px + env(safe-area-inset-bottom));left:13px;height:56px;display:flex;align-items:center;justify-content:space-around;padding:5px 7px;border:1px solid #eeedf2;border-radius:19px;background:#fff9;box-shadow:0 9px 26px #392c4009;backdrop-filter:blur(18px)}
.nav-item{position:relative;width:41px;height:44px;display:grid;place-items:center;flex:none;border:0;border-radius:13px;background:transparent;color:#a49fab;cursor:pointer;transition:color .18s,background .18s,transform .18s}
.nav-item:active{transform:scale(.92)}
.nav-item.active{color:var(--accent)}
.nav-item svg{width:19px;height:19px}
.nav-voice{width:42px;height:44px}
.voice-wave{height:20px;display:flex;align-items:center;gap:2px;color:inherit}.nav-voice.active .voice-wave{color:var(--accent)}
.voice-wave i{width:2px;height:8px;border-radius:2px;background:currentColor}
.voice-wave i:nth-child(2),.voice-wave i:nth-child(4){height:16px}
.voice-wave i:nth-child(3){height:18px}
.camera-screen{position:absolute;z-index:20;inset:0;overflow:hidden;background:#17161a;color:#fff;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .22s,visibility .22s,transform .28s cubic-bezier(.2,.8,.2,1)}
.camera-screen.open{opacity:1;visibility:visible;transform:scale(1)}
.camera-screen video,.camera-fallback,.camera-vignette{position:absolute;inset:0;width:100%;height:100%}
.camera-screen video{object-fit:cover;background:#29272e}
.camera-fallback{z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;padding:0 45px;background:radial-gradient(ellipse at 55% 36%,#5d5364 0,#302c38 48%,#17161b 100%);color:#e2dce7;text-align:center;font-size:13px}
.fallback-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid #ffffff30;border-radius:19px;background:#ffffff12}
.fallback-icon svg{width:27px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.camera-fallback.hidden{display:none}
.camera-vignette{z-index:2;pointer-events:none;background:linear-gradient(180deg,#100f18ad 0,transparent 23%,#16141a0b 52%,#100f18a8 100%)}
.scan-hint{position:absolute;z-index:4;top:max(56px,env(safe-area-inset-top));right:17px;left:17px;display:flex;align-items:center;gap:9px;min-height:32px;padding:3px 7px;border:1px solid #ffffff30;border-radius:6px;background:#77747ab8;color:#fff;font-size:11px;box-shadow:0 5px 18px #0002;backdrop-filter:blur(16px)}
.scan-close{width:20px;height:24px;display:grid;place-items:center;flex:none;border:0;background:transparent;color:#ffffffc9;padding:0;cursor:pointer}
.scan-close svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round}
#scan-copy{flex:1;min-width:0;text-align:center;white-space:nowrap}
.scan-auto{flex:none;padding:4px 10px;border-radius:12px;background:#ffffff35;color:#fff;font-size:10px;font-weight:600}
.focus-frame{position:absolute;z-index:3;top:16%;right:12%;bottom:23%;left:12%;pointer-events:none}
.focus-frame i{position:absolute;width:29px;height:29px;border-color:var(--accent);border-style:solid;filter:drop-shadow(0 0 5px #ca6748a6)}
.focus-frame i:nth-child(1){top:0;left:0;border-width:3px 0 0 3px;border-radius:2px 0 0}
.focus-frame i:nth-child(2){top:0;right:0;border-width:3px 3px 0 0;border-radius:0 2px 0 0}
.focus-frame i:nth-child(3){right:0;bottom:0;border-width:0 3px 3px 0;border-radius:0 0 2px}
.focus-frame i:nth-child(4){bottom:0;left:0;border-width:0 0 3px 3px;border-radius:0 0 0 2px}
.captured-preview[hidden]{display:none}
.camera-controls{position:absolute;z-index:5;right:0;bottom:0;left:0;height:calc(82px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;padding:0 0 env(safe-area-inset-bottom);background:#f8f7fb;color:var(--ink)}
.gallery-button{position:absolute;left:27px;width:43px;height:43px;display:grid;place-items:center;border:1px solid #e7d5cf;border-radius:12px;background:#fff;color:var(--accent);cursor:pointer}
.camera-flip{right:27px;left:auto}
.shutter{width:60px;height:60px;display:grid;place-items:center;border:2px solid var(--accent);border-radius:50%;background:#fff;cursor:pointer}
.shutter:active{transform:scale(.92)}
.shutter span{width:46px;height:46px;border-radius:50%;background:var(--accent);box-shadow:inset 0 0 0 1px #00000012}
.camera-mode{display:none}
.captured-preview{position:absolute;z-index:8;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:30px;background:#17151c}
.captured-preview img{width:100%;max-height:68%;border-radius:15px;object-fit:contain}
.captured-preview>span{color:#d8d3db;font-size:12px}
.captured-preview button{display:flex;align-items:center;gap:8px;padding:11px 16px;border:0;border-radius:13px;background:var(--accent);color:#fff;font-size:12px;font-weight:650}
.captured-preview svg{width:15px}
.camera-screen.captured .camera-controls,.camera-screen.captured .scan-hint,.camera-screen.captured .focus-frame{display:none}
.toast{position:absolute;z-index:30;top:calc(env(safe-area-inset-top) + 75px);left:50%;max-width:calc(100% - 36px);padding:10px 15px;transform:translate(-50%,-10px);border:1px solid #ffffff22;border-radius:14px;background:#28252ef2;color:#fff;font-size:12px;opacity:0;pointer-events:none;transition:.2s}
.toast.visible{transform:translate(-50%,0);opacity:1}
[hidden]{display:none!important}
@keyframes orb-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.018)}}
@keyframes rise{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:700px){body{display:grid;place-items:center;background:radial-gradient(ellipse at 50% 0%,#f5f2f7 0,#e9e5ec 72%)}.app-shell{width:min(430px,100vw);height:min(920px,calc(100dvh - 36px));min-height:620px;border:7px solid #26252b;border-radius:42px;box-shadow:0 30px 100px #29253436,0 0 0 1px #fff8}.camera-screen{border-radius:34px}}
@media(max-height:760px){.assistant-view{inset:calc(66px + env(safe-area-inset-top)) 0 calc(125px + env(safe-area-inset-bottom))}.orb-wrap{width:clamp(148px,46vw,184px);height:clamp(148px,46vw,184px);margin:clamp(35px,6.3vh,50px) 0 27px}.messages{gap:18px}.message{padding:11px 13px;font-size:13px}.composer-dock{bottom:calc(69px + env(safe-area-inset-bottom))}.composer{height:43px}.bottom-nav{height:56px}}
@media(max-width:380px){.topbar{padding-right:14px;padding-left:19px}.topbar-right{gap:2px}.connection{margin-right:0;font-size:9px}.icon-button{width:29px}.assistant-view{padding-right:22px;padding-left:22px}.composer-dock{padding-right:19px;padding-left:19px}.bottom-nav{right:12px;left:12px;height:56px;padding-right:4px;padding-left:4px}.nav-item{width:39px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

.provider-picker{display:flex;align-items:center;min-width:0}.provider-picker select{max-width:92px;padding:4px 2px;border:0;outline:0;background:transparent;color:#716d78;font-size:10px;font-weight:650;cursor:pointer}#provider-status-text{white-space:nowrap}.connection.is-connected{color:#718a70}.connection.is-connected i{background:#7f9e76;box-shadow:0 0 0 3px #7f9e7620}.connection.is-connecting{color:#a98b66}.connection.is-connecting i{background:#c3a86b;box-shadow:0 0 0 3px #c3a86b20}.connection.is-disconnected{color:#a9523b}.connection.is-disconnected i{background:#c85d47;box-shadow:0 0 0 3px #c85d4720}.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}
.chat-empty-state{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;text-align:center;color:#a6a2ad}.chat-empty-state[hidden]{display:none}.chat-empty-state strong{color:#6c6873;font-size:14px;font-weight:600}.chat-empty-state span{max-width:240px;font-size:12px;line-height:1.5}.message.error{border-color:#f0d6cf;background:#fff8f6;color:#a9523b}.message.pending{color:#aaa6b1}.send-button:disabled{opacity:.58;cursor:wait}
.access-overlay{position:absolute;z-index:40;inset:0;display:grid;place-items:center;padding:24px;background:#f8f7fbec;backdrop-filter:blur(14px)}.access-card{width:min(100%,340px);padding:24px;border:1px solid #eeedf2;border-radius:22px;background:#fff;box-shadow:0 24px 70px #32283b20}.access-card h2{margin:0;color:#39363f;font-family:Manrope,sans-serif;font-size:22px;letter-spacing:-.5px}.access-card>p{margin:8px 0 18px;color:#898591;font-size:13px;line-height:1.5}.access-card form{display:grid;gap:10px}.access-card input{height:46px;padding:0 13px;border:1px solid #eeedf2;border-radius:12px;outline:0;background:#fff;color:#514e58}.access-card input:focus{border-color:#d99079;box-shadow:0 0 0 3px #ca67481c}.access-submit{height:44px;border:0;border-radius:12px;background:var(--accent);color:#fff;font-weight:650;cursor:pointer}.access-submit[hidden],.access-card input[hidden]{display:none}.access-card .access-help{margin:11px 0 0;color:#a9523b;font-size:11px}
@media(max-width:380px){.provider-picker select{max-width:68px}#provider-status-text{font-size:8px}.connection{gap:4px;margin-right:0;font-size:8px}}
.language-toggle{height:27px;min-width:30px;padding:0 6px;border:1px solid #ebe9ef;border-radius:9px;background:#fff8;color:#77727f;font-size:9px;font-weight:700;letter-spacing:.03em;cursor:pointer;flex:none}.language-toggle:active{background:#ece9f1;color:var(--accent)}
@media(max-width:380px){.language-toggle{height:25px;min-width:28px;padding:0 4px;font-size:8px}}
.orb-wrap.speaking .orb{will-change:transform;animation:orb-speaking-pulse .35s ease-in-out infinite alternate}
@keyframes orb-speaking-pulse{from{transform:scale(.94)}to{transform:scale(1.08)}}
.call-message{padding:10px;background:#fff}
.call-card{display:flex;flex-direction:column;gap:12px}
.call-card-title{color:#514d58;font-size:13px;font-weight:700}
.call-details{display:grid;gap:9px}
.call-detail{display:grid;gap:3px}
.call-detail strong{color:#a19ca8;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.call-detail span{color:#696570;font-size:12px;line-height:1.45;overflow-wrap:anywhere}
.call-status{color:#8a8491;font-size:11px}
.call-status.call-error{color:#a9523b}
.call-actions{display:flex;gap:9px}
.call-actions button{min-height:38px;padding:0 14px;border-radius:11px;font-size:11px;font-weight:650;cursor:pointer}
.call-confirm{border:0;background:var(--accent);color:#fff}
.call-cancel{border:1px solid #eeedf2;background:#fff;color:#77737e}
.call-actions button:disabled{opacity:.55;cursor:wait}
.call-report{display:grid;gap:6px;padding-top:10px;border-top:1px solid #eeedf2}
.call-report[hidden]{display:none}
.call-report strong{color:#716c79;font-size:10px;font-weight:700}
.call-report p{max-height:220px;overflow:auto;margin:0;color:#77737e;font-size:11px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}
.call-ended-reason{color:#9a95a1;font-size:10px;line-height:1.4}

@media(max-width:699px){.composer-dock,.voice-controls{bottom:72px}.bottom-nav{bottom:30px}}

.trust-device-option{display:flex;align-items:center;gap:8px;color:#77737e;font-size:12px;line-height:1.4;cursor:pointer}.trust-device-option input{width:16px;height:16px;flex:none;margin:0;padding:0;border:0;background:transparent;accent-color:var(--accent)}.trust-device-option[hidden]{display:none}

/* Home dashboard */
.app-shell.is-home .orb-wrap,.app-shell.is-home .composer-dock{display:none}
.app-shell.is-home .assistant-view{inset:calc(66px + env(safe-area-inset-top)) 0 calc(66px + env(safe-area-inset-bottom));padding:0}
.home-content{position:relative;display:block;overflow:auto;overscroll-behavior-y:contain;scrollbar-width:thin;padding:0 20px 28px;text-align:left}
.pull-refresh{position:absolute;z-index:1;top:8px;left:0;right:0;display:flex;height:48px;align-items:center;justify-content:center;gap:9px;color:#af715d;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity .15s,transform .2s}
.pull-refresh svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pull-refresh.is-visible{opacity:1;transform:translateY(0)}
.pull-refresh.is-refreshing svg{animation:pull-refresh-spin .8s linear infinite}
.dashboard.is-pulling{transition:none}
.dashboard.is-settling{transition:transform .24s ease-out}
@keyframes pull-refresh-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.pull-refresh.is-refreshing svg{animation:none}.dashboard.is-settling{transition:none}}
.dashboard{width:min(100%,980px);min-width:0;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:8px 0 28px}
.dashboard-heading{padding:0 5px 4px}
.dashboard-heading h1{margin:0;color:#25262c;font:800 clamp(27px,4vw,39px)/1.2 Manrope,sans-serif;letter-spacing:-1.3px}
.dashboard-heading p{margin:9px 0 0;color:#91919c;font-size:17px;font-weight:500}
.dashboard-card{min-width:0;border:1px solid #eeedf2;border-radius:24px;background:#fff;box-shadow:0 2px 6px #302e4205;padding:25px}
.quote-card{--edge-radius:24px;--edge-color:#b7755f;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;position:relative;padding:30px 28px;box-shadow:0 2px 6px #302e4205}
.quote-text{margin:0;color:#37363a;font:italic 400 clamp(20px,2.3vw,25px)/1.58 Georgia,serif;letter-spacing:.005em;white-space:pre-line}
.quote-source{margin:15px 0 0;color:#aaaab1;font-size:16px;font-weight:400}
.fact-card{--edge-radius:22px;--edge-color:#8d946d;min-height:178px;display:flex;flex-direction:column;justify-content:space-between;position:relative;border-radius:22px;padding:26px 25px;box-shadow:0 3px 8px #3531480b}
/* The straight edge stays 4px wide; only each rounded corner tapers to a point. */
.quote-card::before,.fact-card::before{content:"";position:absolute;top:0;bottom:0;left:0;width:calc(var(--edge-radius) + 4px);background:var(--edge-color);pointer-events:none;clip-path:polygon(
  var(--edge-radius) 0,
  calc(var(--edge-radius)*0.86947) calc(var(--edge-radius)*0.00856),
  calc(var(--edge-radius)*0.74118) calc(var(--edge-radius)*0.03407),
  calc(var(--edge-radius)*0.61732) calc(var(--edge-radius)*0.07612),
  calc(var(--edge-radius)*0.50000) calc(var(--edge-radius)*0.13397),
  calc(var(--edge-radius)*0.39124) calc(var(--edge-radius)*0.20665),
  calc(var(--edge-radius)*0.29289) calc(var(--edge-radius)*0.29289),
  calc(var(--edge-radius)*0.20665) calc(var(--edge-radius)*0.39124),
  calc(var(--edge-radius)*0.13397) calc(var(--edge-radius)*0.50000),
  calc(var(--edge-radius)*0.07612) calc(var(--edge-radius)*0.61732),
  calc(var(--edge-radius)*0.03407) calc(var(--edge-radius)*0.74118),
  calc(var(--edge-radius)*0.00856) calc(var(--edge-radius)*0.86947),
  0 var(--edge-radius),
  0 calc(100% - var(--edge-radius)),
  calc(var(--edge-radius)*0.00856) calc(100% - var(--edge-radius)*0.86947),
  calc(var(--edge-radius)*0.03407) calc(100% - var(--edge-radius)*0.74118),
  calc(var(--edge-radius)*0.07612) calc(100% - var(--edge-radius)*0.61732),
  calc(var(--edge-radius)*0.13397) calc(100% - var(--edge-radius)*0.50000),
  calc(var(--edge-radius)*0.20665) calc(100% - var(--edge-radius)*0.39124),
  calc(var(--edge-radius)*0.29289) calc(100% - var(--edge-radius)*0.29289),
  calc(var(--edge-radius)*0.39124) calc(100% - var(--edge-radius)*0.20665),
  calc(var(--edge-radius)*0.50000) calc(100% - var(--edge-radius)*0.13397),
  calc(var(--edge-radius)*0.61732) calc(100% - var(--edge-radius)*0.07612),
  calc(var(--edge-radius)*0.74118) calc(100% - var(--edge-radius)*0.03407),
  calc(var(--edge-radius)*0.86947) calc(100% - var(--edge-radius)*0.00856),
  var(--edge-radius) 100%,
  calc(var(--edge-radius)*0.86947 + 0.333px) calc(100% - var(--edge-radius)*0.00856),
  calc(var(--edge-radius)*0.74118 + 0.667px) calc(100% - var(--edge-radius)*0.03407),
  calc(var(--edge-radius)*0.61732 + 1.000px) calc(100% - var(--edge-radius)*0.07612),
  calc(var(--edge-radius)*0.50000 + 1.333px) calc(100% - var(--edge-radius)*0.13397),
  calc(var(--edge-radius)*0.39124 + 1.667px) calc(100% - var(--edge-radius)*0.20665),
  calc(var(--edge-radius)*0.29289 + 2.000px) calc(100% - var(--edge-radius)*0.29289),
  calc(var(--edge-radius)*0.20665 + 2.333px) calc(100% - var(--edge-radius)*0.39124),
  calc(var(--edge-radius)*0.13397 + 2.667px) calc(100% - var(--edge-radius)*0.50000),
  calc(var(--edge-radius)*0.07612 + 3.000px) calc(100% - var(--edge-radius)*0.61732),
  calc(var(--edge-radius)*0.03407 + 3.333px) calc(100% - var(--edge-radius)*0.74118),
  calc(var(--edge-radius)*0.00856 + 3.667px) calc(100% - var(--edge-radius)*0.86947),
  4px calc(100% - var(--edge-radius)),
  4px var(--edge-radius),
  calc(var(--edge-radius)*0.00856 + 3.667px) calc(var(--edge-radius)*0.86947),
  calc(var(--edge-radius)*0.03407 + 3.333px) calc(var(--edge-radius)*0.74118),
  calc(var(--edge-radius)*0.07612 + 3.000px) calc(var(--edge-radius)*0.61732),
  calc(var(--edge-radius)*0.13397 + 2.667px) calc(var(--edge-radius)*0.50000),
  calc(var(--edge-radius)*0.20665 + 2.333px) calc(var(--edge-radius)*0.39124),
  calc(var(--edge-radius)*0.29289 + 2.000px) calc(var(--edge-radius)*0.29289),
  calc(var(--edge-radius)*0.39124 + 1.667px) calc(var(--edge-radius)*0.20665),
  calc(var(--edge-radius)*0.50000 + 1.333px) calc(var(--edge-radius)*0.13397),
  calc(var(--edge-radius)*0.61732 + 1.000px) calc(var(--edge-radius)*0.07612),
  calc(var(--edge-radius)*0.74118 + 0.667px) calc(var(--edge-radius)*0.03407),
  calc(var(--edge-radius)*0.86947 + 0.333px) calc(var(--edge-radius)*0.00856)
)}
.section-label{display:flex;align-items:center;gap:10px;margin:0;color:#898991;font-size:14px;font-weight:750;letter-spacing:.11em}
.fact-card .section-label{gap:10px;color:#778068;font-size:13px;font-weight:750;letter-spacing:.105em;line-height:20px}
.section-icon{width:20px;color:#ba7b66;font-size:22px;line-height:1;text-align:center;letter-spacing:0}
.fact-card .section-icon{width:20px;height:20px;display:grid;place-items:center;flex:none;color:#929879}.fact-card .section-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fact-card p{margin:10px 0 0;color:#34353b;font-size:16.5px;font-weight:500;line-height:1.45;letter-spacing:.002em}
.dashboard-quick-actions{width:min(100%,972px);min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;justify-self:center}
.quick-action{min-height:100px;display:grid;place-items:center;border:1px solid #eeedf2;border-radius:25px;background:#fff;color:#b47760;cursor:pointer;box-shadow:0 2px 6px #302e4208;transition:background .18s,transform .18s}
.quick-action:hover{background:#fffaf7}.quick-action:active{transform:scale(.97)}
.quick-action-icon{position:relative;width:54px;height:54px;display:grid;place-items:center}
.quick-action-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px #aa6b5540)}
.quick-action[data-home-action=email] svg{width:56px;height:56px}
.quick-action[data-home-action=appointments] svg{width:48px;height:48px;stroke-width:1.6}
.email-count{position:absolute;top:-8px;right:-15px;min-width:44px;height:26px;display:grid;place-items:center;padding:0 6px;border:2px solid #fff;border-radius:14px;background:#bf795c;color:#fff;font-size:13px;font-weight:800;line-height:1;box-shadow:0 1px 3px #6e3e312e}
.card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.refresh-plan{width:32px;height:32px;border:0;border-radius:10px;background:#f8f7fb;color:#85848d;font-size:23px;cursor:pointer}
.day-card h3{margin:20px 0 8px;color:#303039;font-size:22px;line-height:1.35}
.day-card p{color:#74747d;font-size:16px;line-height:1.6}.day-card #day-summary{margin:0 0 18px}
.day-highlights{display:grid;gap:10px}.day-highlight{display:flex;align-items:flex-start;gap:12px;color:#44444d;font-size:15px;line-height:1.5}.day-highlight strong{min-width:45px;color:#af715d}.day-footnote{margin:20px 0 0!important;color:#ae7664!important;font-weight:700}
.dashboard-entry{display:flex;gap:12px;margin:18px 0 10px}.dashboard-entry input{min-width:0;height:56px;flex:1;padding:0 18px;border:0;border-radius:16px;outline:0;background:#f7f7fb;color:#393940;font-size:16px}.dashboard-entry input::placeholder{color:#9999a3}.dashboard-entry input:focus{box-shadow:0 0 0 2px #cc856b70}.dashboard-entry button{width:56px;flex:none;border:0;border-radius:15px;background:#c67454;color:#fff;font-size:30px;cursor:pointer}.dashboard-entry button:hover{background:#b86446}
.priority-picker{display:flex;gap:8px;margin:0 0 13px}.priority-picker button{padding:7px 14px;border:0;border-radius:20px;background:#f5f5f9;color:#6d6b74;font-size:13px;font-weight:700;cursor:pointer}.priority-picker button.selected{background:#c67454;color:#fff}
.dashboard-list{display:grid;gap:8px}.dashboard-row{min-height:56px;display:flex;align-items:center;gap:14px;padding:11px 16px;border-radius:16px;background:#f7f7fb;color:#3e3e46}.dashboard-row input[type=checkbox]{width:25px;height:25px;flex:none;margin:0;accent-color:#c67454;cursor:pointer}.dashboard-row .row-text{min-width:0;flex:1;font-size:16px;overflow-wrap:anywhere}.dashboard-row.is-done .row-text{text-decoration:line-through;color:#aaaab1}.priority-badge{padding:5px 10px;border-radius:14px;background:#f3ebed;color:#ad735f;font-size:11px;font-weight:800;letter-spacing:.05em}.priority-badge.urgent{background:#fce9e5;color:#b55043}.priority-badge.later{background:#e9eaf2;color:#77788a}.row-delete{border:0;background:none;color:#aaa7af;font-size:21px;cursor:pointer}.row-delete:hover{color:#b55043}.empty-list{padding:17px 4px;color:#a19fa8;font-size:14px}.routine-card .dashboard-entry{margin-bottom:0}.routine-card #routine-progress{color:#7c7b84;font-size:14px;font-weight:700}.appointment-row strong{min-width:58px;color:#af715d;font-size:16px}.appointment-entry input[type=time]{flex:none;width:115px;padding:0 12px}.appointments-card{margin-bottom:20px}
@media(min-width:700px){body{display:block;background:#f8f7fb}.app-shell{width:100%;height:100dvh;min-height:540px;border:0;border-radius:0;box-shadow:none}.topbar{padding-left:max(24px,calc((100vw - 980px)/2));padding-right:max(24px,calc((100vw - 980px)/2))}.assistant-view{max-width:1100px;margin:auto}.bottom-nav{max-width:400px;left:50%;right:auto;width:calc(100% - 26px);transform:translateX(-50%)}.composer-dock{max-width:980px;margin:auto}.app-shell.is-home .assistant-view{max-width:none}.dashboard{padding-top:14px}}
@media(max-width:699px){.dashboard{gap:12px}.dashboard-heading h1{font-size:29px}.dashboard-heading p{font-size:14px}.dashboard-card{padding:19px;border-radius:20px}.quote-card{--edge-radius:20px;min-height:0;padding:19px 20px}.quote-text{font-size:20px}.quote-source{font-size:13px}.fact-card{--edge-radius:19px;min-height:0;padding:15px 18px 16px;border-radius:19px}.fact-card .section-label{gap:8px;font-size:10px;line-height:18px}.fact-card .section-icon,.fact-card .section-icon svg{width:18px;height:18px}.fact-card p{margin-top:10px;font-size:13.5px;line-height:1.48}.section-label{font-size:11px}.dashboard-quick-actions{gap:10px}.quick-action{min-height:74px;border-radius:20px}.quick-action-icon{width:40px;height:40px}.quick-action-icon svg{width:39px;height:39px}.quick-action[data-home-action=appointments] svg{width:38px;height:38px}.email-count{top:-5px;right:-11px;min-width:31px;height:20px;font-size:10px}.day-card h3{font-size:18px}.day-card p{font-size:14px}.dashboard-entry input{height:50px;font-size:14px}.dashboard-entry button{width:50px}.dashboard-row{min-height:51px;padding:9px 12px}.dashboard-row .row-text{font-size:14px}.priority-badge{font-size:9px}.appointment-entry input[type=time]{width:98px}.app-shell.is-home .assistant-view{bottom:72px}}
@media(max-width:699px){.quick-action{min-height:80px}.quick-action-icon{width:45px;height:45px}.quick-action-icon svg{width:46px;height:46px}.quick-action[data-home-action=email] svg{width:47px;height:47px}.quick-action[data-home-action=appointments] svg{width:43px;height:43px}.email-count{top:-6px;right:-13px;min-width:37px;height:22px;font-size:11px}}
