:root{--brand: #a0af9b;--brand-light: #b9c7b4;--brand-dark: #1f2124;--bg-soft: #fbf6ed;--bg-soft-2: #e8eee8;--text: #1c271f;--muted: #5a5f63;--white: #ffffff;--line: #dfe5df;--panel: #ffffff;--mint: #eef5ee;--mint-dark: #2c4a36;--coral: #bd5944;--coral-soft: #fdf2ef;--gold: #aa7d32;--gold-soft: #faf4e8;--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--shadow-sm: 0 4px 12px rgba(31, 56, 35, .04);--shadow-md: 0 10px 30px rgba(31, 56, 35, .06);--shadow-lg: 0 18px 48px rgba(31, 56, 35, .1);--transition: all .3s cubic-bezier(.25, .8, .25, 1);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg-soft);-webkit-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}body{margin:0;min-width:320px;background:radial-gradient(at 0% 0%,rgba(117,130,79,.07) 0,transparent 44%),radial-gradient(at 100% 100%,rgba(201,104,72,.045) 0,transparent 46%),#fbf6ed;background-attachment:fixed;-webkit-font-smoothing:antialiased;overflow-x:hidden}html,body,#root{width:100%;min-height:100%;background-color:#fbf6ed}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(160,175,155,.4);outline-offset:2px}.client-shell{width:100%;min-height:var(--app-viewport-height, 100dvh);padding-bottom:calc(100px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;overflow-x:clip}.app-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:1rem;padding:calc(.9rem + env(safe-area-inset-top,0px)) 1.2rem .9rem;background:#f0f0ebd1;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border-bottom:1px solid rgba(223,229,223,.6);box-shadow:0 4px 20px #1f382305}.app-header img{width:44px;height:44px;object-fit:cover;border-radius:var(--radius-md);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.app-header p,.section-title p,.eyebrow{margin:0;color:var(--brand-dark);opacity:.75;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700}.app-header h1{margin:.1rem 0 0;font-size:1.05rem;font-weight:700;color:var(--brand-dark)}.app-header.portal-header{min-height:calc(62px + env(safe-area-inset-top,0px));justify-content:center;padding:calc(.45rem + env(safe-area-inset-top,0px)) 1rem .45rem}.portal-header.is-home .portal-header-logo{width:46px;height:46px;border:0;border-radius:0;background:transparent;box-shadow:none;mix-blend-mode:multiply}.portal-section-heading{min-width:0;text-align:center}.portal-section-heading p{font-size:.62rem;letter-spacing:.13em}.portal-section-heading h1{margin-top:.05rem;font-family:"Noto Serif",serif;font-size:1.18rem}.profile-button{margin-left:auto;width:38px;height:38px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);color:var(--brand-dark);display:grid;place-items:center;transition:var(--transition);box-shadow:var(--shadow-sm)}.profile-button:hover,.profile-button.active{background:var(--bg-soft);border-color:var(--brand);transform:translateY(-1px)}.profile-button:active{transform:translateY(0)}.app-main{width:min(100%,800px);margin:0 auto;padding:1.2rem 1rem;flex:1;display:flex;flex-direction:column;gap:1.2rem}.auth-main{min-height:calc(100vh - 120px);display:grid;align-items:center;width:min(100%,460px);margin:0 auto;padding:1.5rem 1rem}.auth-panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2.2rem 1.8rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1.2rem}.auth-icon{width:52px;height:52px;border-radius:var(--radius-md);display:grid;place-items:center;color:var(--white);background:var(--brand-dark);box-shadow:0 4px 14px #1f212440;margin-bottom:.2rem}.forgot-password,.text-action{align-self:flex-start;padding:0;border:0;background:transparent;color:var(--mint-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}.forgot-password{margin-top:-.35rem;font-size:.88rem}.auth-panel h2{margin:0;font-family:"Noto Serif",serif;font-size:1.8rem;font-weight:700;color:var(--brand-dark);line-height:1.2}.auth-copy{margin:0;color:var(--muted);line-height:1.55;font-size:.95rem}.auth-form{display:grid;gap:1.1rem}.auth-form label{display:grid;gap:.4rem;color:var(--brand-dark);font-weight:700;font-size:.88rem}.auth-form input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-soft-2);color:var(--text);padding:.75rem .9rem;font-size:.95rem;transition:var(--transition)}.auth-form input:focus{border-color:var(--brand);background:var(--white);box-shadow:0 0 0 4px #a0af9b26}.password-field{display:grid;grid-template-columns:1fr 48px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-soft-2);overflow:hidden;transition:var(--transition)}.password-field:focus-within{border-color:var(--brand);background:var(--white);box-shadow:0 0 0 4px #a0af9b26}.password-field input{border:0;background:transparent;border-radius:0}.password-field input:focus{box-shadow:none}.password-field button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;transition:color .2s ease}.password-field button:hover{color:var(--brand-dark)}.screen-stack{display:flex;flex-direction:column;gap:1.2rem}.section-title{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.2rem}.section-title h2{margin:0;font-family:"Noto Serif",serif;font-size:1.7rem;color:var(--brand-dark)}.hero-panel,.info-card,.profile-card,.history-card,.empty-card,.request-form,.document-list{background:var(--panel);border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.hero-panel{padding:1.6rem;background:linear-gradient(135deg,#fffffff2,#e8eee899),var(--white);position:relative}.hero-panel:after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle,rgba(160,175,155,.15) 0%,transparent 70%);pointer-events:none}.hero-panel p{color:var(--brand);font-weight:700;margin-bottom:.4rem}.hero-panel h2{margin:0;font-family:"Noto Serif",serif;font-size:1.45rem;line-height:1.35;color:var(--brand-dark);font-weight:400}.hero-panel h2 strong{font-weight:700}.info-card{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.4rem;border-left:5px solid var(--brand);position:relative}.info-card.accent-coral{border-left-color:var(--coral)}.info-card.accent-green{border-left-color:#558564}.info-card h3{margin:.3rem 0;font-size:1.15rem;font-weight:700;color:var(--brand-dark)}.info-card p:not(.eyebrow){margin:0;color:var(--muted);font-size:.9rem}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quick-grid button{min-height:110px;border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-md);background:var(--white);color:var(--brand-dark);padding:1.2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-sm);transition:var(--transition)}.quick-grid button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--brand-light)}.quick-grid button:active{transform:translateY(0)}.quick-grid svg{color:var(--brand);transition:transform .3s ease}.quick-grid button:hover svg{transform:scale(1.1);color:var(--brand-dark)}.quick-grid span{font-weight:700;font-size:1.05rem;margin-top:.6rem;display:block}.quick-grid small{color:var(--muted);font-size:.8rem;font-weight:500}.home-overview{display:grid;gap:1rem}.weight-preview{width:100%;min-height:150px;padding:1.4rem 1.5rem;border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 10%,rgba(160,175,155,.2),transparent 42%),var(--white);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left}.weight-preview>span:first-child{display:grid;gap:.35rem}.weight-preview small{color:var(--muted);font-size:.8rem;font-weight:600}.weight-preview strong{color:var(--brand-dark);font-family:"Noto Serif",serif;font-size:2.5rem;line-height:1}.weight-preview strong em{margin-left:.35rem;color:var(--muted);font-family:Manrope,sans-serif;font-size:.9rem;font-style:normal}.weight-preview strong.weight-empty{font-size:1.25rem}.weight-preview-side{display:flex;align-items:center;gap:.75rem;color:var(--brand-dark)}.weight-preview-side b{padding:.4rem .55rem;border-radius:999px;background:var(--bg-soft-2);font-size:.8rem}.weight-preview-side b.down{color:#356345}.weight-preview-side b.up{color:var(--coral)}.document-list{display:flex;flex-direction:column}.document-row{width:100%;min-height:76px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:1rem;padding:1rem 1.2rem;border:0;border-bottom:1px solid rgba(223,229,223,.5);color:var(--text);background:var(--white);text-align:left;text-decoration:none;transition:background-color .2s ease}.document-row:last-child{border-bottom:0}.document-row:hover{background-color:var(--bg-soft-2)}.document-row svg:first-of-type{color:var(--brand)}.document-row span{min-width:0}.document-row strong{display:block;font-size:.95rem;font-weight:700;color:var(--brand-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-row small{display:block;color:var(--muted);font-size:.8rem;margin-top:.15rem}.document-row em{color:var(--brand-dark);font-style:normal;font-weight:700;font-size:.95rem}.empty-card{padding:2rem 1.5rem;color:var(--muted);text-align:center;line-height:1.6}.primary-action,.secondary-action{min-height:48px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;padding:.6rem 1.4rem;font-size:.95rem;transition:var(--transition)}.primary-action{border:0;background:var(--brand-dark);color:var(--white);box-shadow:0 4px 14px #1f212433}.primary-action:hover{background:#33363b;transform:translateY(-1px);box-shadow:0 6px 18px #1f212447}.primary-action:active{transform:translateY(0)}.primary-action:disabled{opacity:.6;pointer-events:none}.secondary-action{border:1px solid var(--line);background:var(--white);color:var(--brand-dark)}.secondary-action:hover{background:var(--bg-soft-2);transform:translateY(-1px)}.secondary-action:active{transform:translateY(0)}.center-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.request-form{padding:1.6rem;display:grid;gap:1.2rem}.request-form label{display:grid;gap:.4rem;color:var(--brand-dark);font-weight:700;font-size:.88rem}.request-form input,.request-form select,.request-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-soft-2);color:var(--text);padding:.75rem .9rem;min-height:48px;transition:var(--transition)}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:var(--brand);background:var(--white);box-shadow:0 0 0 4px #a0af9b26}.request-form textarea{resize:vertical}.success-note,.error-note{margin:0;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:.4rem}.success-note{color:#356345}.error-note{color:var(--coral)}.profile-card,.history-card{padding:1.6rem}.history-card h3{margin:0 0 1rem;font-family:"Noto Serif",serif;font-size:1.25rem;color:var(--brand-dark)}.history-card div{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-top:1px solid rgba(223,229,223,.5)}.history-card div:first-of-type{border-top:0;padding-top:0}.history-card div strong{color:var(--brand-dark);font-weight:700}.profile-card dl{margin:0;display:grid;gap:1.1rem}.profile-card div{display:grid;gap:.2rem;padding-bottom:.9rem;border-bottom:1px solid rgba(223,229,223,.4)}.profile-card div:last-child{border-bottom:0;padding-bottom:0}.profile-card dt{color:var(--muted);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.profile-card dd{margin:0;font-weight:700;color:var(--brand-dark);font-size:1.05rem}.profile-links{display:grid;overflow:hidden;border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-md)}.profile-links button{min-height:76px;padding:1rem 1.2rem;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:1rem;text-align:left}.profile-links button:last-child{border-bottom:0}.profile-links button:hover{background:var(--bg-soft)}.profile-links button>svg:first-child{color:var(--brand-dark)}.profile-links span{display:grid;gap:.18rem}.profile-links small{color:var(--muted)}.profile-links .profile-logout>svg:first-child,.profile-links .profile-logout strong{color:var(--coral)}.bottom-nav{position:fixed;left:50%;bottom:max(.75rem,env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(calc(100% - 1.5rem),520px);display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.2rem;padding:.4rem;border:1px solid rgba(223,229,223,.6);border-radius:var(--radius-lg);background:#ffffffd9;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);box-shadow:0 16px 38px #1f38231f;z-index:100;overflow:visible}.bottom-nav.has-assistant-action{grid-auto-flow:initial;grid-auto-columns:initial;grid-template-columns:repeat(5,minmax(0,1fr))}.bottom-nav button{min-height:52px;border:0;border-radius:var(--radius-md);background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:.68rem;font-weight:700;transition:var(--transition)}.bottom-nav button:hover{color:var(--brand-dark)}.bottom-nav button.active{background:var(--bg-soft-2);color:var(--brand-dark)}.bottom-nav .assistant-nav-button{position:relative;align-self:center;justify-self:center;width:58px;min-height:58px;margin:-20px -.25rem 0;border:4px solid rgba(255,255,255,.96);border-radius:999px;background:linear-gradient(145deg,#486b58,#274536);color:var(--white);box-shadow:0 11px 24px #26453447,0 0 0 1px #27453614}.bottom-nav .assistant-nav-button:hover,.bottom-nav .assistant-nav-button.active{background:linear-gradient(145deg,#5b806a,#315742);color:var(--white);box-shadow:0 13px 28px #26453457,0 0 0 5px #a0af9b33;transform:translateY(-2px)}.bottom-nav .assistant-nav-button:active{transform:translateY(0)}.center-state{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.center-state h2{margin:0;font-family:"Noto Serif",serif;font-size:1.5rem;color:var(--brand-dark)}.center-state p{margin:0;color:var(--muted);font-size:.95rem}.spin{animation:spin .9s cubic-bezier(.5,.1,.5,.9) infinite;color:var(--brand)}@keyframes spin{to{transform:rotate(360deg)}}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.stat-card{background:var(--panel);border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-md);padding:1rem 1.1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.stat-card:hover{border-color:var(--brand-light);box-shadow:var(--shadow-md)}.stat-label{margin:0;color:var(--muted);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stat-value{margin:.3rem 0 0;font-size:1.6rem;font-weight:800;color:var(--brand-dark);display:flex;align-items:baseline}.stat-value span{font-size:.85rem;font-weight:600;color:var(--muted);margin-left:.15rem}.stat-delta{margin:.3rem 0 0;font-size:.76rem;font-weight:700;display:inline-flex;align-items:center;gap:.15rem}.stat-delta.down{color:#356345}.stat-delta.up{color:var(--coral)}.measure-item{border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-md);background:var(--panel);overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:.6rem;transition:var(--transition)}.measure-item:hover{border-color:var(--brand-light)}.measure-item .document-row{width:100%;border:0;border-radius:0;cursor:pointer}.chevron-open{transform:rotate(90deg);transition:transform .2s ease}.measure-detail{padding:.4rem 1.3rem 1.3rem;display:grid;gap:1.1rem;background:#f0f0eb40;border-top:1px solid rgba(223,229,223,.4);animation:slideDown .25s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.measure-group h4{margin:0 0 .5rem;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--brand)}.measure-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.45rem 0;border-top:1px solid rgba(223,229,223,.4);font-size:.88rem}.measure-row:first-of-type{border-top:0}.measure-row span{color:var(--muted)}.measure-row em{font-style:normal;font-weight:700;color:var(--brand-dark)}.chart-card{padding:1.4rem;background:var(--panel);border:1px solid rgba(223,229,223,.8);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1rem}.chart-card h3{margin:0;font-family:"Noto Serif",serif;font-size:1.25rem;color:var(--brand-dark)}.chart-container{width:100%;height:180px;position:relative;overflow:visible}.chart-svg{width:100%;height:100%;overflow:visible}.chart-line{stroke:var(--brand);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;fill:none}.chart-area{fill:url(#chart-gradient)}.chart-point{fill:var(--brand-dark);stroke:var(--white);stroke-width:2.5px;transition:transform .2s ease,fill .2s ease;cursor:pointer}.chart-point:hover{transform:scale(1.4);fill:var(--coral)}.chart-grid-line{stroke:#dfe5dfcc;stroke-width:1px;stroke-dasharray:4 4}.chart-axis-text{font-size:9px;fill:var(--muted);font-weight:700}.chart-point-label{font-size:9px;fill:var(--brand-dark);font-weight:700;text-anchor:middle}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sheet-backdrop{position:fixed;inset:0;z-index:200;background:#1f212466;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;align-items:end;justify-items:center;animation:fadeIn .2s ease}.invoice-sheet{max-height:90vh;width:100%;overflow-y:auto;background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:1.5rem;box-shadow:0 -10px 30px #1f38231a;display:flex;flex-direction:column;gap:1.2rem;animation:slideUp .3s cubic-bezier(.25,.8,.25,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-actions{display:flex;justify-content:flex-end;gap:.6rem}.sheet-actions button{min-height:40px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);color:var(--brand-dark);font-weight:700;font-size:.88rem;padding:0 1rem;transition:var(--transition)}.sheet-actions button:hover{background:var(--bg-soft-2)}.invoice-print{padding:1.8rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white)}.invoice-print header{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;padding-bottom:1.4rem;border-bottom:1.5px solid var(--line)}.invoice-print header img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-md)}.invoice-print header div{display:flex;flex-direction:column;gap:.15rem;text-align:right;font-size:.85rem;color:var(--muted)}.invoice-print header div strong{font-size:1rem;color:var(--brand-dark)}.invoice-print h2{margin:1.5rem 0;font-family:"Noto Serif",serif;font-size:1.25rem;color:var(--brand-dark)}.invoice-print section{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1.5rem;font-size:.9rem}.invoice-print section p{color:var(--muted);margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.invoice-print section strong{font-size:1.05rem;color:var(--brand-dark)}.invoice-print table{width:100%;border-collapse:collapse;margin:1rem 0}.invoice-print td,.invoice-print th{padding:.9rem 0;border-top:1px solid var(--line);text-align:left;font-size:.9rem}.invoice-print th{font-weight:700}.invoice-print td:last-child,.invoice-print th:last-child{text-align:right;font-weight:700}.invoice-print tr:last-of-type td,.invoice-print tr:last-of-type th{border-top:1.5px solid var(--brand-dark);font-size:1.05rem}.invoice-meta{margin-top:1.4rem;font-size:.8rem;color:var(--muted);line-height:1.5}.assistant-screen{display:flex;flex-direction:column;gap:.8rem;min-height:calc(100vh - 210px)}.assistant-title{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.assistant-ai-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .6rem;border-radius:999px;background:var(--mint);color:var(--mint-dark);font-size:.72rem;font-weight:800;letter-spacing:.04em}.assistant-safety-line{margin:-.25rem 0 0;padding:.65rem .8rem;border:1px solid #e6ddc8;border-radius:var(--radius-sm);background:var(--gold-soft);color:#6f5425;font-size:.75rem;line-height:1.45}.assistant-consent-card{display:grid;gap:1rem;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-sm)}.assistant-consent-card h3,.assistant-consent-card p{margin:0}.assistant-consent-card p{color:var(--muted);font-size:.88rem;line-height:1.65}.assistant-avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--mint);color:var(--mint-dark)}.assistant-consent-check{display:grid;grid-template-columns:20px 1fr;gap:.7rem;align-items:flex-start;padding:.9rem;border-radius:var(--radius-md);background:#f7f9f7;font-size:.82rem;line-height:1.45}.assistant-consent-check input{width:18px;height:18px;margin:0;accent-color:var(--mint-dark)}.assistant-chat{display:flex;flex:1;flex-direction:column;gap:.8rem;min-height:300px;padding:.5rem 0 1rem}.assistant-message{display:flex}.assistant-message.user{justify-content:flex-end}.assistant-message-bubble{width:fit-content;max-width:min(88%,560px);padding:.8rem .9rem;border:1px solid var(--line);border-radius:4px 16px 16px;background:var(--white);box-shadow:0 3px 10px #1f382309}.assistant-message.user .assistant-message-bubble{border-color:#d5e1d7;border-radius:16px 4px 16px 16px;background:var(--mint)}.assistant-message-bubble>p{margin:0;white-space:pre-wrap;font-size:.88rem;line-height:1.55}.assistant-message-bubble time{display:block;margin-top:.45rem;color:#7a817c;font-size:.62rem;text-align:right}.assistant-typing{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.8rem}.assistant-message-images{display:flex;gap:.45rem;margin-bottom:.6rem;overflow-x:auto}.assistant-message-image,.assistant-image-placeholder{width:112px;height:90px;flex:0 0 auto;border-radius:10px;object-fit:cover}.assistant-image-placeholder{display:grid;place-items:center;background:#edf1ed;color:var(--muted);font-size:.7rem}.assistant-nutrition{display:grid;gap:.55rem;margin-top:.7rem;padding-top:.65rem;border-top:1px solid var(--line)}.assistant-food-list{display:grid;gap:.4rem}.assistant-food-list>div{display:flex;justify-content:space-between;gap:.8rem;font-size:.75rem}.assistant-food-list small{color:var(--muted);text-align:right}.assistant-macro-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.assistant-macro-row span{display:grid;justify-items:center;padding:.42rem .25rem;border-radius:8px;background:#f4f6f4;color:var(--muted);font-size:.64rem}.assistant-macro-row strong{color:var(--brand-dark);font-size:.78rem}.assistant-image-previews{display:flex;gap:.55rem;padding:.6rem 0;overflow-x:auto}.assistant-image-previews>div{position:relative;flex:0 0 auto}.assistant-image-previews img{width:92px;height:76px;border-radius:10px;object-fit:cover;border:1px solid var(--line)}.assistant-image-previews button{position:absolute;top:-6px;right:-6px;width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:999px;background:#852f2f;color:#fff;box-shadow:var(--shadow-sm)}.assistant-composer{position:sticky;bottom:82px;display:grid;grid-template-columns:43px 1fr 43px;gap:.45rem;align-items:end;padding:.55rem;border:1px solid var(--line);border-radius:16px;background:#fffffff5;box-shadow:0 10px 32px #1f38231c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.assistant-composer textarea{width:100%;min-height:42px;max-height:120px;resize:vertical;padding:.68rem .4rem;border:0;outline:0;background:transparent;font-size:.86rem;line-height:1.4}.assistant-camera-button,.assistant-send-button{width:43px;height:43px;display:grid;place-items:center;border:0;border-radius:12px}.assistant-camera-button{background:#eef2ee;color:var(--mint-dark);cursor:pointer}.assistant-camera-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.assistant-send-button{background:var(--mint-dark);color:#fff}.assistant-send-button:disabled{cursor:default;opacity:.45}.assistant-compose-error{margin:0;color:#8c3232;font-size:.76rem}.assistant-screen{min-width:0;min-height:calc(var(--app-viewport-height, 100dvh) - 160px)}.assistant-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.assistant-history-button{min-height:32px;padding:.35rem .55rem;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--brand-dark);display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:800}.assistant-history-backdrop{position:fixed;inset:0;z-index:180;border:0;background:#161e184d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.assistant-history-panel{position:fixed;inset:0 auto 0 0;z-index:181;width:min(88vw,360px);padding:calc(1rem + env(safe-area-inset-top,0px)) .9rem calc(1rem + env(safe-area-inset-bottom,0px));background:#f7f8f5;box-shadow:18px 0 50px #1f38232e;display:flex;flex-direction:column;gap:.9rem;animation:assistantDrawerIn .22s ease-out}@keyframes assistantDrawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.assistant-history-panel>header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.assistant-history-panel header p,.assistant-history-panel header h3{margin:0}.assistant-history-panel header p{color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.assistant-history-panel header h3{margin-top:.15rem;font-family:"Noto Serif",serif;font-size:1.35rem}.assistant-history-panel header button{width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:var(--white);display:grid;place-items:center}.assistant-new-chat{min-height:46px;padding:0 1rem;border:0;border-radius:12px;background:var(--mint-dark);color:var(--white);display:flex;align-items:center;justify-content:center;gap:.45rem;font-weight:800}.assistant-drawer-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;padding:.3rem;border-radius:12px;background:#e9ede8}.assistant-drawer-tabs button{min-height:38px;border:0;border-radius:9px;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;font-weight:800}.assistant-drawer-tabs button.active{background:var(--white);color:var(--brand-dark);box-shadow:var(--shadow-sm)}.assistant-thread-list,.assistant-memory-list{min-height:0;overflow-y:auto;display:grid;align-content:start;gap:.45rem}.assistant-thread-list>button{width:100%;min-height:64px;padding:.7rem .75rem;border:1px solid transparent;border-radius:12px;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;text-align:left}.assistant-thread-list>button:hover,.assistant-thread-list>button.active{border-color:var(--line);background:var(--white)}.assistant-thread-list span{min-width:0;display:grid;gap:.2rem}.assistant-thread-list strong{overflow:hidden;color:var(--brand-dark);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.assistant-thread-list small,.assistant-memory-list article>small{color:var(--muted);font-size:.68rem}.assistant-memory-intro{margin:0 0 .25rem;color:var(--muted);font-size:.78rem;line-height:1.5}.assistant-memory-empty{padding:1.2rem;border:1px dashed var(--line);border-radius:12px;color:var(--muted);font-size:.82rem;text-align:center}.assistant-memory-list article{padding:.85rem;border:1px solid var(--line);border-radius:12px;background:var(--white)}.assistant-memory-content,.assistant-memory-edit{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;align-items:center;gap:.3rem;margin-top:.4rem}.assistant-memory-content p{margin:0;font-size:.82rem;line-height:1.45}.assistant-memory-content button,.assistant-memory-edit button{width:34px;height:34px;border:0;border-radius:9px;background:var(--bg-soft);display:grid;place-items:center}.assistant-memory-edit input{min-width:0;min-height:38px;padding:.45rem .55rem;border:1px solid var(--line);border-radius:9px;background:var(--bg-soft);font-size:.8rem}.assistant-chat{overflow-y:auto;overscroll-behavior:contain;overflow-anchor:none}.assistant-chat-end{width:100%;height:1px;flex:0 0 1px}.assistant-composer{bottom:calc(78px + env(safe-area-inset-bottom,0px));z-index:30;grid-template-columns:43px minmax(0,1fr) 43px}.assistant-composer textarea{resize:none;font-size:1rem;overflow-y:auto}.assistant-memory-proposal{display:grid;grid-template-columns:20px minmax(0,1fr);gap:.45rem;margin-top:.7rem;padding:.7rem;border:1px solid #cddccc;border-radius:10px;background:#f1f6f0;color:var(--mint-dark)}.assistant-memory-proposal>p{margin:0;font-size:.74rem;line-height:1.45}.assistant-memory-proposal>div{grid-column:2;display:flex;gap:.4rem}.assistant-memory-proposal button{min-height:30px;padding:0 .6rem;border:1px solid #bbcfba;border-radius:8px;background:var(--white);color:var(--mint-dark);font-size:.7rem;font-weight:800}.assistant-memory-proposal.confirmed{align-items:center;border-color:var(--line);background:#f7f8f7;color:var(--muted)}.theme-typography-refined{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.008em}.theme-mediterranean{--brand: #75824f;--brand-light: #c8cfaa;--brand-dark: #465535;--bg-soft: #fbf6ed;--bg-soft-2: #eef0e2;--text: #353a2e;--muted: #746f64;--line: #e5ded2;--panel: #fffdf8;--mint: #edf0e2;--mint-dark: #52613d;--coral: #c96848;--coral-soft: #f8e9df;--gold: #b58b3d;--gold-soft: #f8f0d8;--shadow-sm: 0 4px 14px rgba(83, 74, 51, .045);--shadow-md: 0 10px 28px rgba(83, 74, 51, .075);--shadow-lg: 0 20px 48px rgba(83, 74, 51, .11);background:#fbf6ed}.theme-mediterranean .app-header.portal-header{border-bottom-color:transparent;background:#fbf6ed;box-shadow:none}.theme-mediterranean.auth-shell{min-height:var(--app-viewport-height, 100dvh);padding-bottom:env(safe-area-inset-bottom,0px);background:radial-gradient(circle at 8% 18%,rgba(117,130,79,.065),transparent 30%),radial-gradient(circle at 92% 82%,rgba(201,104,72,.045),transparent 34%),#fbf6ed}.theme-mediterranean .auth-header{position:relative;flex:0 0 auto;min-height:calc(82px + env(safe-area-inset-top,0px));padding-top:calc(.9rem + env(safe-area-inset-top,0px));padding-bottom:.65rem}.theme-mediterranean .auth-header .portal-header-logo{width:58px;height:58px}.theme-mediterranean .auth-main{width:min(100%,440px);min-height:0;padding:clamp(1.2rem,4vh,2.4rem) 1.35rem 2.5rem;align-items:start}.theme-mediterranean .auth-panel{padding:.7rem 0 1.5rem;border:0;border-radius:0;background:transparent;box-shadow:none;gap:.85rem}.theme-mediterranean .auth-icon{display:none}.theme-mediterranean .auth-panel>.eyebrow{color:#a55c43;opacity:1;font-size:.68rem;font-weight:600;letter-spacing:.105em}.theme-mediterranean .auth-panel h2{max-width:350px;margin-top:.05rem;color:#31452f;font-family:"DM Serif Display","Noto Serif",serif;font-size:clamp(2rem,9vw,2.55rem);font-weight:400;letter-spacing:-.03em;line-height:1.04}.theme-mediterranean .auth-copy{max-width:370px;color:#746f64;font-size:.92rem;line-height:1.55}.theme-mediterranean .auth-form{gap:1rem;margin-top:.65rem}.theme-mediterranean .auth-form label{gap:.5rem;color:#4d4b43;font-size:.68rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.theme-mediterranean .auth-form input,.theme-mediterranean .password-field{min-height:54px;border:1px solid rgba(229,222,210,.95);border-radius:13px;background:#fffdf9;box-shadow:0 7px 20px #534a330b}.theme-mediterranean .auth-form input{padding:.82rem 1rem;color:#353a2e;font-size:1rem;font-weight:500;letter-spacing:0;text-transform:none}.theme-mediterranean .password-field{grid-template-columns:minmax(0,1fr) 52px}.theme-mediterranean .password-field input{min-height:52px;border:0;box-shadow:none}.theme-mediterranean .auth-form input:focus,.theme-mediterranean .password-field:focus-within{border-color:#71804d;background:#fffdf9;box-shadow:0 0 0 4px #71804d1f}.theme-mediterranean .forgot-password,.theme-mediterranean .text-action{color:#52613d;font-size:.82rem;font-weight:600}.theme-mediterranean .auth-panel .primary-action,.theme-mediterranean .auth-panel .secondary-action{min-height:54px;border-radius:13px;font-weight:600}.theme-mediterranean .auth-panel .primary-action{border-color:#264d39;background:#264d39;box-shadow:0 10px 24px #264d392e}.theme-mediterranean .auth-panel .primary-action:hover{background:#315c45}.theme-mediterranean .auth-panel .secondary-action{border-color:#e5ded2;background:#fffdf9;color:#465535;box-shadow:0 7px 20px #534a330b}.theme-mediterranean .auth-panel .error-note{border-color:#e7c8bd;background:#f8e9e4;color:#984c3a}.theme-typography-refined.auth-shell .center-state{min-height:calc(var(--app-viewport-height, 100dvh) - 110px - env(safe-area-inset-top,0px));color:#31452f}.theme-typography-refined.auth-shell .center-state h2{font-family:"DM Serif Display","Noto Serif",serif;font-size:2rem;font-weight:400;letter-spacing:-.025em}.theme-typography-refined.auth-shell .center-state .spin{color:#71804d}.theme-mediterranean .portal-section-heading p{color:#b15d42;opacity:1}.theme-mediterranean .portal-section-heading h1{color:#465535}.theme-typography-refined :is(.portal-section-heading h1,.section-title h2,.home-greeting h2,.weight-preview strong,.chart-card h3,.history-card h3,.assistant-history-panel header h3,.center-state h2){font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:600;letter-spacing:-.035em}.theme-typography-refined .portal-section-heading h1{font-size:1.08rem}.theme-typography-refined .portal-section-heading p{font-size:.58rem;font-weight:600;letter-spacing:.11em}.theme-mediterranean .home-greeting{min-height:126px;padding:1.8rem 1.6rem;border:1px solid #e5ded2;border-top:4px solid #71804d;border-radius:11px;background:#fffdf8;box-shadow:var(--shadow-md);text-align:left}.theme-mediterranean .home-greeting>span{display:none}.theme-mediterranean .home-greeting p{margin:0;color:#9a654f;font-size:.72rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.theme-mediterranean .home-greeting h2{max-width:270px;margin:.45rem 0 0;color:#465535;font-size:1.52rem;line-height:1.18}.theme-mediterranean .appointment-preview{min-height:108px;padding:1.25rem 1.35rem;border:1px solid #e5ded2;border-radius:11px;background:#fffdf8;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between;gap:1rem}.theme-mediterranean .appointment-preview>div{min-width:0;display:grid;gap:.3rem}.theme-mediterranean .appointment-preview small{color:#b15d42;font-size:.7rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.theme-mediterranean .appointment-preview strong{color:#465535;font-size:1.02rem;font-weight:600;letter-spacing:-.018em}.theme-mediterranean .appointment-preview span{color:var(--muted);font-size:.82rem}.theme-mediterranean .appointment-preview>svg{flex:0 0 auto;color:#c96848}.theme-mediterranean .weight-preview{min-height:142px;border:0;border-radius:11px;background:#52613d;box-shadow:0 14px 32px #46553533}.theme-mediterranean .weight-preview small,.theme-mediterranean .weight-preview strong em{color:#ffffffc7}.theme-mediterranean .weight-preview strong,.theme-mediterranean .weight-preview-side{color:#fff}.theme-typography-refined .weight-preview strong{font-size:2.25rem}.theme-mediterranean .weight-preview-side b{background:#ffffff26;color:#fff}.theme-mediterranean .home-editorial-flow{gap:1.45rem}.theme-mediterranean .home-intro{padding:.8rem .15rem .1rem}.theme-mediterranean .home-intro h2{margin:0;color:#31452f;font-family:"DM Serif Display","Noto Serif",serif;font-size:clamp(1.85rem,8vw,2.2rem);font-weight:400;letter-spacing:-.025em;line-height:1.05}.theme-mediterranean .home-intro p{margin:.5rem 0 0;color:#746f64;font-size:.88rem;line-height:1.45}.theme-mediterranean .home-section{display:grid;gap:.65rem}.theme-mediterranean .home-section-label{margin:0 .2rem;color:#4d4b43;font-size:.68rem;font-weight:600;letter-spacing:.105em;line-height:1.2;text-transform:uppercase}.theme-mediterranean .home-editorial-flow .appointment-preview{min-height:104px;padding:1.15rem 1.25rem;border:1px solid rgba(229,222,210,.72);border-radius:13px;background:#fffdf9;box-shadow:0 8px 24px #534a330e}.theme-mediterranean .home-editorial-flow .appointment-preview strong{font-family:"DM Serif Display","Noto Serif",serif;font-size:1.28rem;font-weight:400;letter-spacing:-.01em}.theme-mediterranean .home-editorial-flow .appointment-preview>svg{color:#d08a3c}.theme-mediterranean .home-editorial-flow .weight-preview{min-height:132px;padding:1.25rem 1.4rem;border-radius:13px;background:#264d39;box-shadow:0 12px 28px #264d3933}.theme-mediterranean .home-editorial-flow .weight-preview strong{font-family:"DM Serif Display","Noto Serif",serif;font-size:2.75rem;font-weight:400;letter-spacing:-.025em}.theme-mediterranean .home-editorial-flow .weight-preview strong em{margin-left:.25rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.theme-mediterranean .weight-date{display:flex;align-items:center;gap:.45rem;margin-top:.35rem}.theme-mediterranean .weight-arrow{width:34px;height:34px;border-radius:999px;background:#ffffff1c;display:grid;place-items:center}.theme-mediterranean .home-suggestion{min-height:96px;padding:1.05rem 1.15rem;border:1px solid #eadbd4;border-radius:12px;background:#f2e7e1;display:flex;align-items:center;gap:.9rem}.theme-mediterranean .home-suggestion-icon{width:42px;height:42px;flex:0 0 auto;border-radius:999px;background:#fffdf9;color:#315a43;display:grid;place-items:center}.theme-mediterranean .home-suggestion small{color:#4d4b43;font-size:.66rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.theme-mediterranean .home-suggestion p{margin:.25rem 0 0;color:#765f55;font-size:.84rem;line-height:1.4}.theme-mediterranean .document-list{gap:.55rem;overflow:visible;border:0;background:transparent;box-shadow:none}.theme-mediterranean .document-list>.document-row,.theme-mediterranean .profile-card,.theme-mediterranean .profile-links,.theme-mediterranean .chart-card,.theme-mediterranean .measure-item{border:1px solid #e5ded2;border-radius:11px;background:#fffdf8;box-shadow:var(--shadow-sm)}.theme-mediterranean .document-list>.document-row{border-bottom:1px solid #e5ded2}.theme-mediterranean .document-row svg:first-of-type{color:#71804d}.theme-typography-refined .document-row strong,.theme-typography-refined .profile-card dd{font-weight:600;letter-spacing:-.018em}.theme-mediterranean .stat-card,.theme-mediterranean .stat-card:nth-child(4n+1),.theme-mediterranean .stat-card:nth-child(4n+2),.theme-mediterranean .stat-card:nth-child(4n+3),.theme-mediterranean .stat-card:nth-child(4n+4){border:1px solid #e5ded2;border-radius:10px;background:#fffdf8;box-shadow:var(--shadow-sm)}.theme-mediterranean .stat-card:before{width:22px;height:2px;margin-bottom:.65rem;background:#71804d;content:""}.theme-mediterranean .stat-card:nth-child(4n+2):before{background:#c96848}.theme-mediterranean .stat-card:nth-child(4n+3):before{background:#c59b45}.theme-mediterranean .stat-card:nth-child(4n+4):before{background:#568d8e}.theme-typography-refined .stat-value{font-size:1.45rem;font-weight:600;letter-spacing:-.035em}.theme-mediterranean .chart-line{stroke:#71804d;stroke-width:3.5px}.theme-mediterranean .chart-point{fill:#c96848}.theme-mediterranean .bottom-nav{border-color:#e2dbcf;border-radius:13px;background:#fffdf8f7;box-shadow:0 14px 34px #534a3324}.theme-typography-refined .bottom-nav button{min-height:50px;border-radius:9px;font-size:.64rem;font-weight:600;letter-spacing:-.015em}.theme-mediterranean .bottom-nav button.active:not(.assistant-nav-button){background:#ecefdf;color:#465535}.theme-mediterranean .bottom-nav .assistant-nav-button,.theme-mediterranean .bottom-nav .assistant-nav-button:hover,.theme-mediterranean .bottom-nav .assistant-nav-button.active{width:54px;min-height:54px;margin-top:-17px;border-width:3px;background:#b85f43;box-shadow:0 9px 23px #b85f4345}.theme-mediterranean .assistant-history-button,.theme-mediterranean .assistant-message-bubble,.theme-mediterranean .assistant-composer{border-color:#e1dbcf;border-radius:10px;background:#fffdf8}.theme-mediterranean .assistant-history-button,.theme-mediterranean .assistant-ai-badge{border-radius:8px;font-weight:600;letter-spacing:-.01em}.theme-mediterranean .assistant-ai-badge{background:#ecefdf;color:#52613d}.theme-mediterranean .assistant-safety-line{border-color:#eadcb7;border-radius:8px;background:#f8f0d8;color:#75602f}.theme-mediterranean .assistant-message.user .assistant-message-bubble{border-color:#d5dcc0;background:#e9eddd}.theme-typography-refined .assistant-message-bubble>p{font-size:.87rem;line-height:1.58;letter-spacing:-.012em}.theme-mediterranean .assistant-composer{box-shadow:0 11px 28px #534a331f}.theme-mediterranean .assistant-camera-button{background:#ecefdf;color:#52613d}.theme-mediterranean .assistant-send-button{background:#52613d}.theme-mediterranean .assistant-history-backdrop{background:#26342a42;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.theme-mediterranean .assistant-history-panel{width:min(89vw,370px);padding:calc(1.15rem + env(safe-area-inset-top,0px)) 1rem calc(1rem + env(safe-area-inset-bottom,0px));border-right:1px solid rgba(229,222,210,.9);border-radius:0 18px 18px 0;background:radial-gradient(circle at 0 0,rgba(117,130,79,.07),transparent 30%),#fbf6ed;box-shadow:20px 0 48px #4543382e;gap:1rem}.theme-mediterranean .assistant-history-panel>header{min-height:54px}.theme-mediterranean .assistant-history-panel header p{color:#a55c43;font-size:.64rem;font-weight:600;letter-spacing:.105em}.theme-typography-refined.theme-mediterranean .assistant-history-panel header h3{margin-top:.2rem;color:#31452f;font-family:"DM Serif Display","Noto Serif",serif;font-size:1.75rem;font-weight:400;letter-spacing:-.025em;line-height:1.05}.theme-mediterranean .assistant-history-panel header button{width:40px;height:40px;border-color:#e5ded2;border-radius:50%;background:#fffdf9;color:#465535;box-shadow:0 6px 18px #534a330e}.theme-mediterranean .assistant-drawer-tabs{gap:.25rem;padding:.28rem;border:1px solid #e7ded3;border-radius:12px;background:#f2e7e1}.theme-mediterranean .assistant-drawer-tabs button{min-height:40px;border-radius:9px;color:#786c66;font-size:.75rem;font-weight:600}.theme-mediterranean .assistant-drawer-tabs button.active{background:#fffdf9;color:#315a43;box-shadow:0 5px 15px #534a3312}.theme-mediterranean .assistant-new-chat{min-height:50px;border:1px solid #264d39;border-radius:12px;background:#264d39;font-size:.84rem;font-weight:600;box-shadow:0 9px 22px #264d392b}.theme-mediterranean .assistant-new-chat:hover{background:#315c45}.theme-mediterranean .assistant-thread-list,.theme-mediterranean .assistant-memory-list{gap:.5rem;padding-right:.1rem;scrollbar-color:#d6cfbf transparent}.theme-mediterranean .assistant-thread-list>button{min-height:68px;padding:.78rem .85rem;border-color:#e5ded2b8;border-radius:12px;background:#fffdf9b8}.theme-mediterranean .assistant-thread-list>button:hover{border-color:#d8d1c4;background:#fffdf9}.theme-mediterranean .assistant-thread-list>button.active{border-color:#d6dcc2;background:#eef0e2;box-shadow:0 6px 18px #534a330e}.theme-mediterranean .assistant-thread-list strong{color:#3d4934;font-size:.84rem;font-weight:600;letter-spacing:-.012em}.theme-mediterranean .assistant-thread-list small,.theme-mediterranean .assistant-memory-list article>small{color:#81796d;font-size:.65rem}.theme-mediterranean .assistant-thread-list>button>svg{color:#a17b3d}.theme-mediterranean .assistant-memory-intro{margin:0 .15rem .25rem;color:#746f64;font-size:.76rem}.theme-mediterranean .assistant-memory-empty{padding:1.3rem 1rem;border-color:#d8d1c4;border-radius:12px;background:#fffdf98c}.theme-mediterranean .assistant-memory-list article{border-color:#e5ded2e6;border-radius:12px;background:#fffdf9;box-shadow:0 6px 18px #534a330b}.theme-mediterranean .assistant-memory-content button,.theme-mediterranean .assistant-memory-edit button{border-radius:50%;background:#eef0e2;color:#52613d}.theme-mediterranean .assistant-memory-content button:last-child{background:#f8e9e4;color:#a4533f}.theme-mediterranean .assistant-memory-edit input{border-color:#e5ded2;border-radius:10px;background:#fbf6ed}@media(max-width:599px){input,select,textarea{font-size:16px!important}.app-main{min-width:0;padding:.8rem .85rem 1rem}.client-shell:has(.app-main.assistant-active){position:fixed;top:var(--app-viewport-offset-top, 0px);right:0;left:0;height:var(--app-viewport-height, 100dvh);min-height:0;padding-bottom:0;overflow:hidden}.app-main.assistant-active{height:auto;min-height:0;flex:1 1 0;overflow:hidden;padding-top:.55rem;padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}.assistant-screen{height:100%;min-height:0}.assistant-message-bubble{max-width:92%}.assistant-composer{position:static;flex:0 0 auto}body:has(.assistant-composer textarea:focus) .bottom-nav{opacity:0;pointer-events:none;transform:translate(-50%,calc(100% + 2rem))}body:has(.assistant-composer textarea:focus) .client-shell{padding-bottom:0}body:has(.assistant-composer textarea:focus) .app-main.assistant-active{padding-bottom:max(.35rem,env(safe-area-inset-bottom,0px))}body:has(.assistant-composer textarea:focus){overflow:hidden}}@media(min-width:600px){.app-main{padding:2rem 1.5rem;gap:1.5rem}.hero-panel{padding:2.2rem}.hero-panel h2{font-size:1.65rem}.stat-grid{grid-template-columns:repeat(4,1fr)}.sheet-backdrop{align-items:center}.invoice-sheet{width:min(680px,calc(100% - 3rem));border-radius:var(--radius-lg);max-height:85vh}.assistant-composer{bottom:24px}}@media print{body{background:#fff}.app-header,.app-main,.bottom-nav,.sheet-actions{display:none!important}.sheet-backdrop,.invoice-sheet{position:static;display:block;max-height:none;overflow:visible;padding:0;background:#fff}.invoice-print{border:0;border-radius:0;padding:0}}
