:root{--fg:#0a0a0a;--bg:#f0f0f0;--card:rgba(255,255,255,.92);--shadow:0 18px 55px rgba(0,0,0,.18);--seg-bg:#f6f6f6;--seg-border:#e5e5e5;--tick:#d6d6d6;--chip:#fff;--btn:#fff;--btnfg:#111;--accent:#1E88E5;--accent2:#0f6fc5;--soft:#f7f9fc;--danger:#c62828;--muted:#667085}:root[data-theme="dark"]{--fg:#f6f6f7;--bg:#0e1116;--card:rgba(16,20,27,.92);--shadow:0 18px 55px rgba(0,0,0,.55);--seg-bg:#10151d;--seg-border:#222a35;--tick:#2a3340;--chip:#141a22;--btn:#141a22;--btnfg:#f6f6f7;--soft:#151b23;--muted:#b6c0cc}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;color:var(--fg);background:var(--bg);font-family:'Nunito','Vazirmatn',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;padding:min(4vw,24px);background-size:cover;background-position:center;background-attachment:fixed;transition:background-image .6s ease,color .2s ease,background .2s ease}body[data-part="morning"]{background-image:url(https://images.unsplash.com/photo-1500375592092-40eb2168fd21?q=80&w=1800&auto=format&fit=crop)}body[data-part="noon"]{background-image:url(https://images.unsplash.com/photo-1468413253725-0d5181091126?q=80&w=1800&auto=format&fit=crop)}body[data-part="afternoon"]{background-image:url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=1800&auto=format&fit=crop)}body[data-part="evening"]{background-image:url(https://images.unsplash.com/photo-1501973801540-537f08ccae7b?q=80&w=1800&auto=format&fit=crop)}body[data-part="night"]{background-image:url(https://images.unsplash.com/photo-1505483531331-317e31b3c9a5?q=80&w=1800&auto=format&fit=crop)}body.scrim::after{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,rgb(0 0 0 / .04),rgb(0 0 0 / .38));z-index:-1}.clock{width:min(100%,1100px);max-width:960px;background:var(--card);border-radius:28px;box-shadow:var(--shadow);padding:clamp(16px,3.6vw,40px);text-align:center;display:grid;gap:clamp(12px,2.5vw,22px);backdrop-filter:blur(9px)}.top{display:grid;gap:7px}.icon{font-size:clamp(64px,15vw,135px);line-height:1}.label{font-weight:800;letter-spacing:.3px;font-size:clamp(36px,7.6vw,84px)}.sub{opacity:.97;font-weight:800;font-size:clamp(18px,4.5vw,32px)}.info{opacity:.95;font-size:clamp(15px,3vw,19px);font-weight:700}.place{font-size:clamp(15px,3vw,19px);font-weight:700}.reminder-zone{text-align:left;border-radius:18px;padding:12px 14px;border:1px solid var(--seg-border);background:linear-gradient(180deg,rgb(255 255 255 / .74),rgb(255 255 255 / .44))}:root[data-theme="dark"] .reminder-zone{background:linear-gradient(180deg,rgb(22 29 39 / .92),rgb(17 23 31 / .82))}.reminder-heading{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:clamp(16px,3vw,20px);font-weight:900}.reminder-list{display:grid;gap:8px}.reminder-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:54px;padding:10px 12px;border-radius:14px;background:var(--soft);border:1px solid var(--seg-border)}.reminder-icon{font-size:1.5rem}.reminder-text{font-weight:900;font-size:clamp(16px,3vw,19px)}.reminder-time{font-weight:900;white-space:nowrap;color:var(--accent2)}.reminder-empty{opacity:.72;font-weight:700;padding:7px 2px}.seg-wrap{position:relative;display:grid;gap:10px;direction:ltr}.seg-track{position:relative;width:100%;height:72px;border-radius:999px;overflow:hidden;background:var(--seg-bg);border:1px solid var(--seg-border);direction:ltr}.seg-grid{position:absolute;inset:0;display:flex;flex-direction:row;direction:ltr;z-index:2;pointer-events:none}.seg{flex:1 1 20%;position:relative}.seg+.seg{border-left:1px solid var(--tick)}.seg.current{outline:3px solid rgb(255 255 255 / .58);outline-offset:-3px}.fill{position:absolute;top:0;left:0;right:auto;height:100%;width:0%;background:linear-gradient(90deg,#FFD26F 0%,#FFE066 27%,#FFB347 52%,#FF8C42 74%,#4B6CB7 100%);transition:width .5s ease;z-index:1}.dot{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:27px;box-shadow:0 6px 20px rgb(0 0 0 / .28);background:var(--chip);z-index:6}.seg-labels{position:absolute;inset:0;z-index:4;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;height:100%;align-items:center;font-weight:900;font-size:clamp(14px,2.8vw,18px);line-height:1;direction:ltr;pointer-events:none}.seg-label{min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:3px 2px;direction:ltr;white-space:nowrap;overflow:hidden;color:#111;text-shadow:0 1px 2px rgb(255 255 255 / .88)}.seg-label-icon{font-size:24px;line-height:1}.seg-label span:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:clip}.weather-strip{display:flex;align-items:center;justify-content:center;justify-self:center;width:min(100%,680px);min-height:46px;padding:9px 14px;border-radius:16px;background:rgb(255 255 255 / .86);border:1px solid var(--seg-border);box-shadow:0 3px 12px rgb(0 0 0 / .08);font-size:clamp(17px,3vw,20px);font-weight:900;line-height:1.25;text-align:center}:root[data-theme="dark"] .weather-strip{background:rgb(20 26 34 / .9)}.panels{margin-top:2px}.panel{display:none;text-align:left;background:var(--card);border:1px solid var(--seg-border);border-radius:16px;padding:12px;box-shadow:0 2px 10px rgb(0 0 0 / .06);max-height:72vh;overflow:auto;-webkit-overflow-scrolling:touch}.panel.show{display:block}.panel-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:8px;margin:-4px 0 10px;padding:6px 0 10px;background:var(--card);border-bottom:1px solid var(--seg-border)}.panel h3{margin:0;font-size:1.08rem}.contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.contact-card{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px;border-radius:14px;background:var(--soft);border:1px solid var(--seg-border);text-align:center}.contact-photo{width:88px;height:88px;object-fit:cover;border-radius:50%;background:#ddd}.contact-name{font-weight:900;font-size:1.12rem}.contact-meta{opacity:.82}.contact-card{cursor:pointer}.contact-card:focus-visible{outline:4px solid rgb(30 136 229 / .18);outline-offset:2px}.contact-help{font-size:.88rem;color:var(--muted);font-weight:700}.call-overlay{position:fixed;inset:0;z-index:200000;display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .78);padding:16px}.call-overlay.show{display:flex}.call-card{width:min(94vw,560px);background:#fff;color:#111;border-radius:28px;padding:24px;text-align:center;box-shadow:0 24px 80px rgb(0 0 0 / .45)}.call-photo{width:190px;height:190px;border-radius:50%;object-fit:cover;background:#e5e7eb;margin:0 auto 14px;display:block}.call-face-placeholder{width:190px;height:190px;border-radius:50%;background:#e5e7eb;margin:0 auto 14px;display:grid;place-items:center;font-size:84px}.call-name{font-size:clamp(30px,8vw,52px);font-weight:900;line-height:1.05}.call-relation{font-size:clamp(18px,4vw,26px);margin:8px 0 18px;color:#555;font-weight:800}.answer-btn{width:100%;min-height:92px;border:0;border-radius:22px;background:#1f9d55;color:#fff;font-size:clamp(30px,7vw,48px);font-weight:900;cursor:pointer}.answer-icon{font-size:1.25em}.call-spoken-note{margin-top:12px;font-size:16px;color:#666;font-weight:700}.remote-mode #careBtn,.remote-mode #settingsBtn,.remote-mode #meetBtn{display:none!important}.controls{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;min-width:0}.controls>*{min-width:0;max-width:100%}.btn,.btn-primary,.btn-secondary,.btn-danger{font-family:inherit;font-size:clamp(19px,3.3vw,23px);padding:12px 14px;border-radius:16px;border:0;font-weight:900;cursor:pointer;white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.12;min-width:0;max-width:100%;min-height:72px}.btn{background:var(--btn);color:var(--btnfg);box-shadow:0 6px 18px rgb(0 0 0 / .12)}.controls .btn{display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}.controls .btn::before{content:"";flex:0 0 54px;width:54px;height:54px;border-radius:50%;display:block;background-position:center;background-repeat:no-repeat;background-size:54px 54px;box-shadow:0 4px 12px rgb(0 0 0 / .16)}#langBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%232498F3%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M13%2032h38M32%2013c7%207%2010%2013%2010%2019s-3%2012-10%2019M32%2013c-7%207-10%2013-10%2019s3%2012%2010%2019%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#speakBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2322B957%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#fullBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%236C55D9%22%2F%3E%3Cpath%20d%3D%22M18%2028V18h10M46%2028V18H36M18%2036v10h10M46%2036v10H36%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#themeBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%234935A8%22%2F%3E%3Cpath%20d%3D%22M32%208a24%2024%200%200%201%200%2048z%22%20fill%3D%22%23FFD33D%22%2F%3E%3Cpath%20d%3D%22M32%208a24%2024%200%200%200%200%2048z%22%20fill%3D%22%232E257A%22%2F%3E%3C%2Fsvg%3E)}#careBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23FF5A47%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%228%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M20%2048c1-10%205-15%2012-15s11%205%2012%2015M25%2035v9M39%2035v9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M28%2044h8M32%2040v8%22%20stroke%3D%22%23FF5A47%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#meetBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Crect%20x%3D%228%22%20y%3D%2214%22%20width%3D%2234%22%20height%3D%2236%22%20rx%3D%226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2017h19v14H10z%22%20fill%3D%22%23FFBA00%22%2F%3E%3Cpath%20d%3D%22M10%2031h19v16H10z%22%20fill%3D%22%232684FC%22%2F%3E%3Cpath%20d%3D%22M29%2017h12v30H29z%22%20fill%3D%22%2300AC47%22%2F%3E%3Cpath%20d%3D%22M41%2025l14-8v30l-14-8z%22%20fill%3D%22%2300AC47%22%2F%3E%3Cpath%20d%3D%22M10%2017l8-6h11v6z%22%20fill%3D%22%23EA4335%22%2F%3E%3C%2Fsvg%3E)}#gamesBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%237047D8%22%2F%3E%3Cpath%20d%3D%22M17%2037c1-9%205-14%2011-14h8c6%200%2010%205%2011%2014l2%208c1%205-5%207-8%203l-5-7H28l-5%207c-3%204-9%202-8-3z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2029v8M20%2033h8%22%20stroke%3D%22%237047D8%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2231%22%20r%3D%222.5%22%20fill%3D%22%237047D8%22%2F%3E%3Ccircle%20cx%3D%2244%22%20cy%3D%2235%22%20r%3D%222.5%22%20fill%3D%22%237047D8%22%2F%3E%3C%2Fsvg%3E)}#contactsBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2308A9B9%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2226%22%20r%3D%226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13%2047c1-10%205-15%2012-15s11%205%2012%2015M33%2047c1-8%204-13%209-13s8%205%209%2013%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)}#settingsBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23527D9E%22%2F%3E%3Cpath%20d%3D%22M32%2016l4%203%205-1%202%205%205%202-1%205%203%204-3%204%201%205-5%202-2%205-5-1-4%203-4-3-5%201-2-5-5-2%201-5-3-4%203-4-1-5%205-2%202-5%205%201z%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2234%22%20r%3D%227%22%20fill%3D%22%23527D9E%22%2F%3E%3C%2Fsvg%3E)}.btn.ghost{background:#fff0;box-shadow:none;border:1px dashed var(--seg-border)}.btn-primary{background:#07c;color:#fff}.btn-secondary{background:#6c757d;color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn:active,.btn-primary:active,.btn-secondary:active,.btn-danger:active{transform:translateY(1px)}.btn:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-danger:focus-visible{outline:4px solid rgb(30 136 229 / .18);outline-offset:2px}.overlay{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .45);backdrop-filter:blur(4px);padding:10px}.overlay.show{display:flex}.sheet{width:min(100%,980px);max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:var(--card);color:var(--fg);border-radius:20px;box-shadow:var(--shadow);padding:clamp(12px,2vw,18px)}.sheet.wide{width:min(100%,1100px)}.sheet-head{position:sticky;top:0;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0 11px;margin-bottom:12px;background:var(--card);border-bottom:1px solid var(--seg-border)}.sheet-actions{display:flex;gap:8px;flex-wrap:wrap}.edit-area{text-align:left}.field-grid{display:grid;gap:8px;grid-template-columns:1fr;margin-bottom:14px}.field-grid-2{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid-3{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.form-section{padding:14px;border:1px solid var(--seg-border);border-radius:16px;background:var(--soft);margin-bottom:12px}.form-section h3{margin:0 0 10px;font-size:1.04rem}.edit-area input,.edit-area textarea,.edit-area select,.profile-admin input,.profile-admin textarea,.profile-admin select{width:100%;padding:11px 12px;font-size:16px;border-radius:11px;border:1px solid #cbd5df;background:#fff;color:#111;margin:5px 0;font-family:inherit}.edit-area textarea{min-height:78px;resize:vertical}.contact-editor{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:8px;align-items:end}.contact-edit-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:8px;align-items:end;padding:8px 0;border-bottom:1px dashed var(--seg-border)}.profile-admin{max-width:1100px;margin:auto;padding:2px;text-align:left}.section-title{text-align:center;font-size:1.8rem;margin:.5rem 0 1.2rem;color:#07c}.manage-users{max-width:790px;margin:0 auto 1.2rem;background:var(--soft);padding:1rem;border:1px solid var(--seg-border);border-radius:14px}.manage-users h3{margin:.2rem 0 .6rem}.inline-manage{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.checkbox-line{display:flex;gap:.45rem;align-items:center;font-size:.95rem;margin:6px 0 10px}.checkbox-line input{width:auto;margin:0}.hint{color:var(--muted);font-size:.9rem;margin-top:.4rem}.profile-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 1rem}.profile-card{background:#fff;color:#111;border-radius:16px;padding:1rem 1.2rem;box-shadow:0 3px 10px rgb(0 0 0 / .10);border:1px solid #e0e5ec;transition:background .3s,color .3s,box-shadow .3s;text-align:center}.profile-card h3,.profile-card h4{font-size:1.3rem;margin:0 0 .8rem}.profile-card.dark-mode{background:#2a2a2a;color:#f0f0f0;box-shadow:0 3px 12px rgb(0 0 0 / .38)}.profile-card.dark-mode input,.profile-card.dark-mode select,.profile-card.dark-mode textarea,.profile-card.dark-mode .input-box{background:#3a3a3a;border-color:#555;color:#f0f0f0}.profile-pic{width:120px;height:120px;object-fit:cover;border-radius:50%;margin:.5rem auto 1rem;display:none;background:#ddd}.profile-datetime{font-size:1.05rem;font-weight:700;margin-bottom:1rem;color:#07c}.profile-card.dark-mode .profile-datetime{color:#80cfff}.narration-settings{display:grid;gap:6px;text-align:left;margin-bottom:10px}.toggle-controls,.actions{display:grid;gap:8px}.toggle-controls button,.actions button{width:100%}.input-box{min-height:95px;background:#fff;padding:.7rem;border:1px solid #ccc;border-radius:10px;text-align:left}#memoryPageLink{font-size:.95rem;margin:.25rem 0 .5rem}#qrImg{display:none;margin:1rem auto;border:1px solid #e6e6ee;border-radius:8px;padding:.2rem;max-width:220px}.profile-save-status{text-align:center;font-weight:800;margin:8px 0;min-height:22px}.rtl{direction:rtl;text-align:right;font-family:'Vazirmatn',sans-serif}.rtl .reminder-zone,.rtl .panel,.rtl .edit-area,.rtl .profile-admin{text-align:right}.rtl .seg-wrap,.rtl .seg-track,.rtl .seg-grid,.rtl .seg-labels,.rtl .seg-label{direction:ltr!important}@keyframes mfdcFillAdvance{from{width:var(--mfdc-progress-start)}to{width:100%}}@keyframes mfdcDotAdvance{from{left:var(--mfdc-progress-start)}to{left:100%}}.seg-track.server-progress .fill{animation:mfdcFillAdvance var(--mfdc-progress-seconds) linear forwards}.seg-track.server-progress .dot{animation:mfdcDotAdvance var(--mfdc-progress-seconds) linear forwards}.controls .btn{min-height:72px}.controls .btn::before{flex-basis:44px;width:44px;height:44px;background-size:44px 44px}.controls>:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 5px);justify-self:center}}@media(max-width:760px){body{padding:10px;align-items:flex-start}.clock{border-radius:20px;padding:14px}.controls{grid-template-columns:repeat(2,minmax(0,1fr))}.label{font-size:clamp(32px,10vw,62px)}.icon{font-size:clamp(54px,18vw,112px)}.seg-track{height:66px}.dot{width:42px;height:42px;font-size:24px}.seg-label-icon{font-size:20px}.seg-label span:last-child{font-size:clamp(11px,3vw,14px)}.panel{max-height:82vh}.sheet{max-height:94vh;border-radius:16px}.field-grid-2,.field-grid-3,.profile-wrapper,.inline-manage,.contact-editor,.contact-edit-row{grid-template-columns:1fr}.sheet-actions{justify-content:flex-end}.reminder-card{grid-template-columns:auto 1fr}.reminder-time{grid-column:2}}@media(max-width:760px){.controls .btn::before{flex-basis:40px;width:40px;height:40px;line-height:40px;font-size:27px;background-size:40px 40px}#meetBtn::before{background-size:30px 30px}.weather-strip{font-size:16px;min-height:42px;padding:8px 10px}}@media(max-width:390px){.controls .btn::before{flex-basis:36px;width:36px;height:36px;line-height:36px;font-size:24px;background-size:36px 36px}#meetBtn::before{background-size:27px 27px}}.incoming-kicker{font-size:clamp(18px,4vw,24px);font-weight:900;color:#1473e6;margin-bottom:12px}.call-card{width:min(100%,560px);padding:clamp(20px,4vw,34px);border-radius:26px;text-align:center}.call-photo,.call-face-placeholder{width:clamp(170px,32vw,230px);height:clamp(170px,32vw,230px)}.call-face-placeholder{font-size:clamp(70px,15vw,100px)}.call-name{font-size:clamp(34px,8vw,58px);margin-top:8px}.call-relation{font-size:clamp(22px,5vw,32px);margin:8px 0 20px}.answer-btn{display:flex;align-items:center;justify-content:center;gap:14px;min-height:100px;font-size:clamp(32px,7vw,50px)}.answer-icon{font-size:1.1em}.call-spoken-note{margin-top:14px;font-size:clamp(17px,3.8vw,22px)}.contact-card{min-height:230px;justify-content:flex-start;text-align:center;cursor:pointer}.contact-photo{width:118px;height:118px;border-radius:50%;object-fit:cover;margin:0 auto 8px}.contact-name{font-size:clamp(22px,4vw,28px)}.contact-meta{font-size:clamp(17px,3vw,21px);font-weight:800}.contact-help{font-size:14px;font-weight:800;opacity:.72;margin-top:auto}.reminder-card{grid-template-columns:auto minmax(0,1fr) auto;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.reminder-copy{min-width:0}.reminder-type{font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;opacity:.68;margin-bottom:2px}.reminder-status{min-width:74px;text-align:center;padding:7px 9px;border-radius:999px;font-size:13px;font-weight:900;white-space:nowrap;background:rgb(30 136 229 / .10);color:var(--accent2)}.reminder-due{border:2px solid #e2a300;background:linear-gradient(180deg,#fff8d8,#fff3bd);box-shadow:0 5px 16px rgb(190 139 0 / .16)}.reminder-due .reminder-icon{font-size:2rem}.reminder-due .reminder-status{background:#f0b400;color:#1d1600}.reminder-soon{border-color:#8bc6ff;background:linear-gradient(180deg,#f2f9ff,#e9f5ff)}.reminder-earlier{opacity:.58;background:rgb(230 233 237 / .62)}.reminder-earlier .reminder-status{background:rgb(120 128 138 / .12);color:inherit}:root[data-theme="dark"] .reminder-due{background:linear-gradient(180deg,#403713,#2f2913);border-color:#d9a900}:root[data-theme="dark"] .reminder-soon{background:linear-gradient(180deg,#142b3d,#132535)}:root[data-theme="dark"] .reminder-earlier{background:rgb(35 42 50 / .72)}@media(max-width:520px){.reminder-card{grid-template-columns:auto minmax(0,1fr);gap:8px 10px}.reminder-status{grid-column:2;justify-self:start;min-width:0}}.reminder-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,opacity .25s ease}.reminder-copy{min-width:0}.reminder-clock{font-size:13px;font-weight:800;opacity:.68;margin-top:3px}.reminder-type{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;opacity:.68}.reminder-right{display:grid;justify-items:end;gap:7px}.reminder-status{padding:7px 10px;border-radius:999px;font-size:13px;font-weight:950;white-space:nowrap;background:rgb(30 136 229 / .10);color:var(--accent2)}.lifecycle-upcoming{background:rgb(242 248 255 / .92);border-color:#bedcff}.lifecycle-upcoming-soon{background:linear-gradient(180deg,#f1f9ff,#e7f4ff);border-color:#7bbcf3}.lifecycle-due{background:linear-gradient(180deg,#fff7ce,#ffefad);border:2px solid #e1a500;box-shadow:0 6px 18px rgb(188 137 0 / .16)}.lifecycle-due .reminder-status{background:#efb600;color:#211900}.lifecycle-overdue{background:linear-gradient(180deg,#fff0ec,#ffe3dc);border:2px solid #df795f;box-shadow:0 5px 16px rgb(190 85 55 / .12)}.lifecycle-overdue .reminder-status{background:#d96a50;color:#fff}.lifecycle-completed{opacity:.55;background:rgb(236 242 237 / .72);border-color:#b6d3bb}.lifecycle-completed .reminder-status{background:#dcecdf;color:#236033}.reminder-primary{transform:scale(1.008)}.reminder-done{border:0;border-radius:14px;background:#1d9d4b;color:#fff;padding:11px 18px;min-width:112px;font-size:18px;font-weight:950;cursor:pointer;box-shadow:0 4px 10px rgb(20 120 58 / .18)}.reminder-done:active{transform:translateY(1px)}.reminder-done:disabled{opacity:.65;cursor:wait}.reminder-wait{font-size:12px;font-weight:850;opacity:.72;text-align:right}.lifecycle-due.reminder-primary,.lifecycle-overdue.reminder-primary{animation:mfdcGentlePulse 2.8s ease-in-out infinite}@keyframes mfdcGentlePulse{0%,100%{box-shadow:0 5px 16px rgb(0 0 0 / .08)}50%{box-shadow:0 8px 24px rgb(223 145 30 / .22)}}@media(prefers-reduced-motion:reduce){.lifecycle-due.reminder-primary,.lifecycle-overdue.reminder-primary{animation:none}}@media(max-width:520px){.reminder-card{grid-template-columns:auto minmax(0,1fr)}.reminder-right{grid-column:2;justify-items:start;width:100%}.reminder-done{width:100%;min-height:52px;font-size:20px}}:root[data-theme="dark"] .lifecycle-upcoming{background:#152535}:root[data-theme="dark"] .lifecycle-upcoming-soon{background:#153049}:root[data-theme="dark"] .lifecycle-due{background:#3c3415;border-color:#d6a600}:root[data-theme="dark"] .lifecycle-overdue{background:#3b211d;border-color:#c86d57}:root[data-theme="dark"] .lifecycle-completed{background:#1c2a20}#speakBtn.voice-off::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23D84343%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)!important}#speakBtn.voice-on::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2322B957%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)!important}.device-sheet{max-width:620px}.device-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.device-settings-grid .hint{grid-column:1/-1;margin:0 0 4px}.device-setting-btn{min-height:64px;font-size:18px;font-weight:900}@media(max-width:520px){.device-settings-grid{grid-template-columns:1fr}.device-settings-grid .hint{grid-column:1}}#speakBtn.voice-off{outline:2px solid rgb(216 67 67 / .18)}#speakBtn.voice-on{outline:2px solid rgb(34 185 87 / .16)}:root{--fg:#0a0a0a;--bg:#f0f0f0;--card:rgba(255,255,255,.92);--shadow:0 18px 55px rgba(0,0,0,.18);--seg-bg:#f6f6f6;--seg-border:#e5e5e5;--tick:#d6d6d6;--chip:#fff;--btn:#fff;--btnfg:#111;--accent:#1E88E5;--accent2:#0f6fc5;--soft:#f7f9fc;--danger:#c62828;--muted:#667085}:root[data-theme="dark"]{--fg:#f6f6f7;--bg:#0e1116;--card:rgba(16,20,27,.92);--shadow:0 18px 55px rgba(0,0,0,.55);--seg-bg:#10151d;--seg-border:#222a35;--tick:#2a3340;--chip:#141a22;--btn:#141a22;--btnfg:#f6f6f7;--soft:#151b23;--muted:#b6c0cc}*{box-sizing:border-box}html,body{min-height:100%;width:100%;max-width:100%;overflow-x:hidden}body{margin:0;color:var(--fg);background:var(--bg);font-family:'Nunito','Vazirmatn',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;padding:min(4vw,24px);background-size:cover;background-position:center;background-attachment:fixed;transition:background-image .6s ease,color .2s ease,background .2s ease}body[data-part="morning"]{background-image:url(https://images.unsplash.com/photo-1500375592092-40eb2168fd21?q=80&w=1800&auto=format&fit=crop)}body[data-part="noon"]{background-image:url(https://images.unsplash.com/photo-1468413253725-0d5181091126?q=80&w=1800&auto=format&fit=crop)}body[data-part="afternoon"]{background-image:url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=1800&auto=format&fit=crop)}body[data-part="evening"]{background-image:url(https://images.unsplash.com/photo-1501973801540-537f08ccae7b?q=80&w=1800&auto=format&fit=crop)}body[data-part="night"]{background-image:url(https://images.unsplash.com/photo-1505483531331-317e31b3c9a5?q=80&w=1800&auto=format&fit=crop)}body.scrim::after{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,rgb(0 0 0 / .04),rgb(0 0 0 / .38));z-index:-1}.clock{width:min(100%,1100px);max-width:960px;background:var(--card);border-radius:28px;box-shadow:var(--shadow);padding:clamp(16px,3.6vw,40px);text-align:center;display:grid;gap:clamp(12px,2.5vw,22px);backdrop-filter:blur(9px)}.top{display:grid;gap:7px}.icon{font-size:clamp(64px,15vw,135px);line-height:1}.label{font-weight:800;letter-spacing:.3px;font-size:clamp(36px,7.6vw,84px)}.sub{opacity:.97;font-weight:800;font-size:clamp(18px,4.5vw,32px)}.info{opacity:.95;font-size:clamp(15px,3vw,19px);font-weight:700}.place{font-size:clamp(15px,3vw,19px);font-weight:700}.reminder-zone{text-align:left;border-radius:18px;padding:12px 14px;border:1px solid var(--seg-border);background:linear-gradient(180deg,rgb(255 255 255 / .74),rgb(255 255 255 / .44))}:root[data-theme="dark"] .reminder-zone{background:linear-gradient(180deg,rgb(22 29 39 / .92),rgb(17 23 31 / .82))}.reminder-heading{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:clamp(16px,3vw,20px);font-weight:900}.reminder-list{display:grid;gap:8px}.reminder-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:54px;padding:10px 12px;border-radius:14px;background:var(--soft);border:1px solid var(--seg-border)}.reminder-icon{font-size:1.5rem}.reminder-text{font-weight:900;font-size:clamp(16px,3vw,19px)}.reminder-time{font-weight:900;white-space:nowrap;color:var(--accent2)}.reminder-empty{opacity:.72;font-weight:700;padding:7px 2px}.seg-wrap{position:relative;display:grid;gap:10px;direction:ltr}.seg-track{position:relative;width:100%;height:72px;border-radius:999px;overflow:hidden;background:var(--seg-bg);border:1px solid var(--seg-border);direction:ltr}.seg-grid{position:absolute;inset:0;display:flex;flex-direction:row;direction:ltr;z-index:2;pointer-events:none}.seg{flex:1 1 20%;position:relative}.seg+.seg{border-left:1px solid var(--tick)}.seg.current{outline:3px solid rgb(255 255 255 / .58);outline-offset:-3px}.fill{position:absolute;top:0;left:0;right:auto;height:100%;width:0%;background:linear-gradient(90deg,#FFD26F 0%,#FFE066 27%,#FFB347 52%,#FF8C42 74%,#4B6CB7 100%);transition:width .5s ease;z-index:1}.dot{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:27px;box-shadow:0 6px 20px rgb(0 0 0 / .28);background:var(--chip);z-index:6}.seg-labels{position:absolute;inset:0;z-index:4;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;height:100%;align-items:center;font-weight:900;font-size:clamp(14px,2.8vw,18px);line-height:1;direction:ltr;pointer-events:none}.seg-label{min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:3px 2px;direction:ltr;white-space:nowrap;overflow:hidden;color:#111;text-shadow:0 1px 2px rgb(255 255 255 / .88)}.seg-label-icon{font-size:24px;line-height:1}.seg-label span:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:clip}.weather-strip{display:flex;align-items:center;justify-content:center;justify-self:center;width:min(100%,680px);min-height:46px;padding:9px 14px;border-radius:16px;background:rgb(255 255 255 / .86);border:1px solid var(--seg-border);box-shadow:0 3px 12px rgb(0 0 0 / .08);font-size:clamp(17px,3vw,20px);font-weight:900;line-height:1.25;text-align:center}:root[data-theme="dark"] .weather-strip{background:rgb(20 26 34 / .9)}.panels{margin-top:2px}.panel{display:none;text-align:left;background:var(--card);border:1px solid var(--seg-border);border-radius:16px;padding:12px;box-shadow:0 2px 10px rgb(0 0 0 / .06);max-height:72vh;overflow:auto;-webkit-overflow-scrolling:touch}.panel.show{display:block}.panel-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:8px;margin:-4px 0 10px;padding:6px 0 10px;background:var(--card);border-bottom:1px solid var(--seg-border)}.panel h3{margin:0;font-size:1.08rem}.contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.contact-card{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px;border-radius:14px;background:var(--soft);border:1px solid var(--seg-border);text-align:center}.contact-photo{width:88px;height:88px;object-fit:cover;border-radius:50%;background:#ddd}.contact-name{font-weight:900;font-size:1.12rem}.contact-meta{opacity:.82}.contact-card{cursor:pointer}.contact-card:focus-visible{outline:4px solid rgb(30 136 229 / .18);outline-offset:2px}.contact-help{font-size:.88rem;color:var(--muted);font-weight:700}.call-overlay{position:fixed;inset:0;z-index:200000;display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .78);padding:16px}.call-overlay.show{display:flex}.call-card{width:min(94vw,560px);background:#fff;color:#111;border-radius:28px;padding:24px;text-align:center;box-shadow:0 24px 80px rgb(0 0 0 / .45)}.call-photo{width:190px;height:190px;border-radius:50%;object-fit:cover;background:#e5e7eb;margin:0 auto 14px;display:block}.call-face-placeholder{width:190px;height:190px;border-radius:50%;background:#e5e7eb;margin:0 auto 14px;display:grid;place-items:center;font-size:84px}.call-name{font-size:clamp(30px,8vw,52px);font-weight:900;line-height:1.05}.call-relation{font-size:clamp(18px,4vw,26px);margin:8px 0 18px;color:#555;font-weight:800}.answer-btn{width:100%;min-height:92px;border:0;border-radius:22px;background:#1f9d55;color:#fff;font-size:clamp(30px,7vw,48px);font-weight:900;cursor:pointer}.answer-icon{font-size:1.25em}.call-spoken-note{margin-top:12px;font-size:16px;color:#666;font-weight:700}.remote-mode #careBtn,.remote-mode #settingsBtn,.remote-mode #meetBtn{display:none!important}.controls{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;min-width:0}.controls>*{min-width:0;max-width:100%}.btn,.btn-primary,.btn-secondary,.btn-danger{font-family:inherit;font-size:clamp(19px,3.3vw,23px);padding:12px 14px;border-radius:16px;border:0;font-weight:900;cursor:pointer;white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.12;min-width:0;max-width:100%;min-height:72px}.btn{background:var(--btn);color:var(--btnfg);box-shadow:0 6px 18px rgb(0 0 0 / .12)}.controls .btn{display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}.controls .btn::before{content:"";flex:0 0 54px;width:54px;height:54px;border-radius:50%;display:block;background-position:center;background-repeat:no-repeat;background-size:54px 54px;box-shadow:0 4px 12px rgb(0 0 0 / .16)}#langBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%232498F3%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M13%2032h38M32%2013c7%207%2010%2013%2010%2019s-3%2012-10%2019M32%2013c-7%207-10%2013-10%2019s3%2012%2010%2019%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#speakBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2322B957%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#fullBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%236C55D9%22%2F%3E%3Cpath%20d%3D%22M18%2028V18h10M46%2028V18H36M18%2036v10h10M46%2036v10H36%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#themeBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%234935A8%22%2F%3E%3Cpath%20d%3D%22M32%208a24%2024%200%200%201%200%2048z%22%20fill%3D%22%23FFD33D%22%2F%3E%3Cpath%20d%3D%22M32%208a24%2024%200%200%200%200%2048z%22%20fill%3D%22%232E257A%22%2F%3E%3C%2Fsvg%3E)}#careBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23FF5A47%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%228%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M20%2048c1-10%205-15%2012-15s11%205%2012%2015M25%2035v9M39%2035v9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M28%2044h8M32%2040v8%22%20stroke%3D%22%23FF5A47%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#meetBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Crect%20x%3D%228%22%20y%3D%2214%22%20width%3D%2234%22%20height%3D%2236%22%20rx%3D%226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2017h19v14H10z%22%20fill%3D%22%23FFBA00%22%2F%3E%3Cpath%20d%3D%22M10%2031h19v16H10z%22%20fill%3D%22%232684FC%22%2F%3E%3Cpath%20d%3D%22M29%2017h12v30H29z%22%20fill%3D%22%2300AC47%22%2F%3E%3Cpath%20d%3D%22M41%2025l14-8v30l-14-8z%22%20fill%3D%22%2300AC47%22%2F%3E%3Cpath%20d%3D%22M10%2017l8-6h11v6z%22%20fill%3D%22%23EA4335%22%2F%3E%3C%2Fsvg%3E)}#gamesBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%237047D8%22%2F%3E%3Cpath%20d%3D%22M17%2037c1-9%205-14%2011-14h8c6%200%2010%205%2011%2014l2%208c1%205-5%207-8%203l-5-7H28l-5%207c-3%204-9%202-8-3z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2029v8M20%2033h8%22%20stroke%3D%22%237047D8%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2231%22%20r%3D%222.5%22%20fill%3D%22%237047D8%22%2F%3E%3Ccircle%20cx%3D%2244%22%20cy%3D%2235%22%20r%3D%222.5%22%20fill%3D%22%237047D8%22%2F%3E%3C%2Fsvg%3E)}#contactsBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2308A9B9%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2226%22%20r%3D%226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13%2047c1-10%205-15%2012-15s11%205%2012%2015M33%2047c1-8%204-13%209-13s8%205%209%2013%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)}#settingsBtn::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23527D9E%22%2F%3E%3Cpath%20d%3D%22M32%2016l4%203%205-1%202%205%205%202-1%205%203%204-3%204%201%205-5%202-2%205-5-1-4%203-4-3-5%201-2-5-5-2%201-5-3-4%203-4-1-5%205-2%202-5%205%201z%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2234%22%20r%3D%227%22%20fill%3D%22%23527D9E%22%2F%3E%3C%2Fsvg%3E)}.btn.ghost{background:#fff0;box-shadow:none;border:1px dashed var(--seg-border)}.btn-primary{background:#07c;color:#fff}.btn-secondary{background:#6c757d;color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn:active,.btn-primary:active,.btn-secondary:active,.btn-danger:active{transform:translateY(1px)}.btn:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-danger:focus-visible{outline:4px solid rgb(30 136 229 / .18);outline-offset:2px}.overlay{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .45);backdrop-filter:blur(4px);padding:10px}.overlay.show{display:flex}.sheet{width:min(100%,980px);max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:var(--card);color:var(--fg);border-radius:20px;box-shadow:var(--shadow);padding:clamp(12px,2vw,18px)}.sheet.wide{width:min(100%,1100px)}.sheet-head{position:sticky;top:0;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0 11px;margin-bottom:12px;background:var(--card);border-bottom:1px solid var(--seg-border)}.sheet-actions{display:flex;gap:8px;flex-wrap:wrap}.edit-area{text-align:left}.field-grid{display:grid;gap:8px;grid-template-columns:1fr;margin-bottom:14px}.field-grid-2{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid-3{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.form-section{padding:14px;border:1px solid var(--seg-border);border-radius:16px;background:var(--soft);margin-bottom:12px}.form-section h3{margin:0 0 10px;font-size:1.04rem}.edit-area input,.edit-area textarea,.edit-area select,.profile-admin input,.profile-admin textarea,.profile-admin select{width:100%;padding:11px 12px;font-size:16px;border-radius:11px;border:1px solid #cbd5df;background:#fff;color:#111;margin:5px 0;font-family:inherit}.edit-area textarea{min-height:78px;resize:vertical}.contact-editor{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:8px;align-items:end}.contact-edit-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:8px;align-items:end;padding:8px 0;border-bottom:1px dashed var(--seg-border)}.profile-admin{max-width:1100px;margin:auto;padding:2px;text-align:left}.section-title{text-align:center;font-size:1.8rem;margin:.5rem 0 1.2rem;color:#07c}.manage-users{max-width:790px;margin:0 auto 1.2rem;background:var(--soft);padding:1rem;border:1px solid var(--seg-border);border-radius:14px}.manage-users h3{margin:.2rem 0 .6rem}.inline-manage{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.checkbox-line{display:flex;gap:.45rem;align-items:center;font-size:.95rem;margin:6px 0 10px}.checkbox-line input{width:auto;margin:0}.hint{color:var(--muted);font-size:.9rem;margin-top:.4rem}.profile-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 1rem}.profile-card{background:#fff;color:#111;border-radius:16px;padding:1rem 1.2rem;box-shadow:0 3px 10px rgb(0 0 0 / .10);border:1px solid #e0e5ec;transition:background .3s,color .3s,box-shadow .3s;text-align:center}.profile-card h3,.profile-card h4{font-size:1.3rem;margin:0 0 .8rem}.profile-card.dark-mode{background:#2a2a2a;color:#f0f0f0;box-shadow:0 3px 12px rgb(0 0 0 / .38)}.profile-card.dark-mode input,.profile-card.dark-mode select,.profile-card.dark-mode textarea,.profile-card.dark-mode .input-box{background:#3a3a3a;border-color:#555;color:#f0f0f0}.profile-pic{width:120px;height:120px;object-fit:cover;border-radius:50%;margin:.5rem auto 1rem;display:none;background:#ddd}.profile-datetime{font-size:1.05rem;font-weight:700;margin-bottom:1rem;color:#07c}.profile-card.dark-mode .profile-datetime{color:#80cfff}.narration-settings{display:grid;gap:6px;text-align:left;margin-bottom:10px}.toggle-controls,.actions{display:grid;gap:8px}.toggle-controls button,.actions button{width:100%}.input-box{min-height:95px;background:#fff;padding:.7rem;border:1px solid #ccc;border-radius:10px;text-align:left}#memoryPageLink{font-size:.95rem;margin:.25rem 0 .5rem}#qrImg{display:none;margin:1rem auto;border:1px solid #e6e6ee;border-radius:8px;padding:.2rem;max-width:220px}.profile-save-status{text-align:center;font-weight:800;margin:8px 0;min-height:22px}.rtl{direction:rtl;text-align:right;font-family:'Vazirmatn',sans-serif}.rtl .reminder-zone,.rtl .panel,.rtl .edit-area,.rtl .profile-admin{text-align:right}.rtl .seg-wrap,.rtl .seg-track,.rtl .seg-grid,.rtl .seg-labels,.rtl .seg-label{direction:ltr!important}.controls .btn{min-height:72px}.controls .btn::before{flex-basis:44px;width:44px;height:44px;background-size:44px 44px}.controls>:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 5px);justify-self:center}}@media(max-width:760px){body{padding:8px;align-items:flex-start;width:100%;max-width:100%;overflow-x:hidden}.clock{width:100%;max-width:100%;min-width:0;border-radius:20px;padding:14px 12px;overflow:hidden}.controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;min-width:0}.controls .btn{width:100%;min-width:0;max-width:100%;min-height:76px;padding:10px 7px;font-size:clamp(17px,4.5vw,20px);line-height:1.08;display:flex;align-items:center;justify-content:center;text-align:center;gap:7px}.controls>:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 5px);justify-self:center}.label{font-size:clamp(30px,9.5vw,58px);line-height:1.05}.sub{font-size:clamp(18px,5.2vw,28px)}.info,.place{font-size:clamp(14px,3.8vw,18px)}.icon{font-size:clamp(52px,17vw,104px)}.reminder-zone{padding:11px 12px;min-width:0}.reminder-heading{font-size:clamp(16px,4.5vw,19px)}.reminder-text{font-size:clamp(15px,4vw,18px);min-width:0}.seg-wrap{width:100%;min-width:0;gap:8px}.seg-track{height:66px;width:100%;min-width:0}.dot{width:42px;height:42px;font-size:24px}.seg-labels{font-size:13px}.seg-label{gap:2px;padding:3px 1px}.seg-label-icon{font-size:20px}.seg-label span:last-child{font-size:clamp(11px,3vw,14px);max-width:100%}.panel{max-height:82vh;max-width:100%;overflow-x:hidden}.sheet{max-height:94vh;max-width:100%;border-radius:16px;overflow-x:hidden}.field-grid-2,.field-grid-3,.profile-wrapper,.inline-manage,.contact-editor,.contact-edit-row{grid-template-columns:1fr}.sheet-actions{justify-content:flex-end}.reminder-card{grid-template-columns:auto minmax(0,1fr)}.reminder-time{grid-column:2}}@media(max-width:390px){.clock{padding:12px 10px}.controls{gap:8px}.controls .btn{min-height:72px;padding:9px 5px;font-size:clamp(16px,4.3vw,18px)}.controls>:last-child:nth-child(odd){width:calc(50% - 4px)}.seg-label span:first-child{font-size:18px}.seg-label span:last-child{font-size:10.5px}}@keyframes mfdcFillAdvance{from{width:var(--mfdc-progress-start)}to{width:100%}}@keyframes mfdcDotAdvance{from{left:var(--mfdc-progress-start)}to{left:100%}}.seg-track.server-progress .fill{animation:mfdcFillAdvance var(--mfdc-progress-seconds) linear forwards}.seg-track.server-progress .dot{animation:mfdcDotAdvance var(--mfdc-progress-seconds) linear forwards}@media(max-width:760px){.controls .btn::before{flex-basis:40px;width:40px;height:40px;line-height:40px;font-size:27px;background-size:40px 40px}#meetBtn::before{background-size:30px 30px}.weather-strip{font-size:16px;min-height:42px;padding:8px 10px}}@media(max-width:390px){.controls .btn::before{flex-basis:36px;width:36px;height:36px;line-height:36px;font-size:24px;background-size:36px 36px}#meetBtn::before{background-size:27px 27px}}.top .icon{display:none}.weather-hero{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:center;gap:clamp(12px,3vw,26px);margin:0 auto 4px;padding:4px 8px;max-width:760px}.weather-hero-icon{font-size:clamp(70px,14vw,126px);line-height:1;filter:drop-shadow(0 8px 10px rgb(0 0 0 / .12))}.weather-hero-copy{text-align:left;line-height:1.05}.weather-temp{font-size:clamp(46px,9vw,82px);font-weight:900;letter-spacing:-2px}.weather-condition{font-size:clamp(22px,4vw,34px);font-weight:900;margin-top:2px}.weather-feels{font-size:clamp(16px,3vw,23px);font-weight:800;opacity:.72;margin-top:5px}.weather-location{font-size:clamp(15px,2.7vw,21px);font-weight:900;color:#1458c0;margin-top:8px}:root[data-theme="dark"] .weather-location{color:#7eb5ff}.label{font-size:clamp(40px,7.8vw,82px);line-height:1.04}.sub{font-size:clamp(22px,4.5vw,34px);line-height:1.15}.info,.place{font-size:clamp(18px,3.2vw,23px);font-weight:900}.weather-strip{display:none!important}.controls .btn{min-height:78px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:clamp(19px,3.3vw,24px)}.controls .btn::before{display:inline-block;flex:0 0 50px;width:50px;height:50px;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:50px 50px;box-shadow:0 4px 12px rgb(0 0 0 / .16)}#langBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%232498F3%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M13%2032h38M32%2013c7%207%2010%2013%2010%2019s-3%2012-10%2019M32%2013c-7%207-10%2013-10%2019s3%2012%2010%2019%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#speakBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2322B957%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#fullBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%236C55D9%22%2F%3E%3Cpath%20d%3D%22M18%2028V18h10M46%2028V18H36M18%2036v10h10M46%2036v10H36%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#themeBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%234935A8%22%2F%3E%3Cpath%20d%3D%22M32%208a24%2024%200%200%201%200%2048z%22%20fill%3D%22%23FFD33D%22%2F%3E%3Cpath%20d%3D%22M32%208a24%2024%200%200%200%200%2048z%22%20fill%3D%22%232E257A%22%2F%3E%3C%2Fsvg%3E)}#careBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23FF5A47%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%228%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M20%2048c1-10%205-15%2012-15s11%205%2012%2015M25%2035v9M39%2035v9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)}#meetBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Crect%20x%3D%228%22%20y%3D%2214%22%20width%3D%2234%22%20height%3D%2236%22%20rx%3D%226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2017h19v14H10z%22%20fill%3D%22%23FFBA00%22%2F%3E%3Cpath%20d%3D%22M10%2031h19v16H10z%22%20fill%3D%22%232684FC%22%2F%3E%3Cpath%20d%3D%22M29%2017h12v30H29z%22%20fill%3D%22%2300AC47%22%2F%3E%3Cpath%20d%3D%22M41%2025l14-8v30l-14-8z%22%20fill%3D%22%2300AC47%22%2F%3E%3Cpath%20d%3D%22M10%2017l8-6h11v6z%22%20fill%3D%22%23EA4335%22%2F%3E%3C%2Fsvg%3E)}#gamesBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%237047D8%22%2F%3E%3Cpath%20d%3D%22M17%2037c1-9%205-14%2011-14h8c6%200%2010%205%2011%2014l2%208c1%205-5%207-8%203l-5-7H28l-5%207c-3%204-9%202-8-3z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2029v8M20%2033h8%22%20stroke%3D%22%237047D8%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2231%22%20r%3D%222.5%22%20fill%3D%22%237047D8%22%2F%3E%3Ccircle%20cx%3D%2244%22%20cy%3D%2235%22%20r%3D%222.5%22%20fill%3D%22%237047D8%22%2F%3E%3C%2Fsvg%3E)}#contactsBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2308A9B9%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2226%22%20r%3D%226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13%2047c1-10%205-15%2012-15s11%205%2012%2015M33%2047c1-8%204-13%209-13s8%205%209%2013%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)}#settingsBtn::before{content:"";background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23527D9E%22%2F%3E%3Cpath%20d%3D%22M32%2016l4%203%205-1%202%205%205%202-1%205%203%204-3%204%201%205-5%202-2%205-5-1-4%203-4-3-5%201-2-5-5-2%201-5-3-4%203-4-1-5%205-2%202-5%205%201z%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2234%22%20r%3D%227%22%20fill%3D%22%23527D9E%22%2F%3E%3C%2Fsvg%3E)}@media(max-width:600px){.clock{gap:13px;padding:16px 14px}.weather-hero{grid-template-columns:auto auto;gap:12px}.weather-hero-icon{font-size:68px}.weather-temp{font-size:46px}.weather-condition{font-size:22px}.weather-feels{font-size:15px}.weather-location{font-size:14px;margin-top:5px}.label{font-size:clamp(36px,10vw,50px)}.sub{font-size:clamp(21px,5.8vw,28px)}.info,.place{font-size:clamp(17px,4.5vw,21px)}.controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.controls .btn{min-height:76px;padding:9px 8px;font-size:clamp(17px,4.6vw,21px);gap:7px}.controls .btn::before{flex-basis:42px;width:42px;height:42px;background-size:42px 42px}}@media(max-width:390px){.weather-hero{grid-template-columns:1fr;text-align:center;gap:4px}.weather-hero-copy{text-align:center}.weather-hero-icon{font-size:62px}.weather-temp{font-size:42px}.weather-location{font-size:13px}}.rtl .weather-hero-copy{text-align:right}@media(max-width:390px){.rtl .weather-hero-copy{text-align:center}}.incoming-kicker{font-size:clamp(18px,4vw,24px);font-weight:900;color:#1473e6;margin-bottom:12px}.call-card{width:min(100%,560px);padding:clamp(20px,4vw,34px);border-radius:26px;text-align:center}.call-photo,.call-face-placeholder{width:clamp(170px,32vw,230px);height:clamp(170px,32vw,230px)}.call-face-placeholder{font-size:clamp(70px,15vw,100px)}.call-name{font-size:clamp(34px,8vw,58px);margin-top:8px}.call-relation{font-size:clamp(22px,5vw,32px);margin:8px 0 20px}.answer-btn{display:flex;align-items:center;justify-content:center;gap:14px;min-height:100px;font-size:clamp(32px,7vw,50px)}.answer-icon{font-size:1.1em}.call-spoken-note{margin-top:14px;font-size:clamp(17px,3.8vw,22px)}.contact-card{min-height:230px;justify-content:flex-start;text-align:center;cursor:pointer}.contact-photo{width:118px;height:118px;border-radius:50%;object-fit:cover;margin:0 auto 8px}.contact-name{font-size:clamp(22px,4vw,28px)}.contact-meta{font-size:clamp(17px,3vw,21px);font-weight:800}.contact-help{font-size:14px;font-weight:800;opacity:.72;margin-top:auto}.guidance-zone{display:flex;align-items:center;gap:14px;margin:14px 0;padding:14px 18px;border-radius:18px;background:rgb(255 255 255 / .92);border:1px solid rgb(20 30 40 / .10);box-shadow:0 7px 22px rgb(0 0 0 / .07);text-align:left}.rtl .guidance-zone{text-align:right;direction:rtl}.guidance-icon{flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:28px;background:rgb(255 190 70 / .18)}.guidance-copy{min-width:0}.guidance-kicker{font-size:14px;font-weight:900;letter-spacing:.02em;color:#6a5b38;margin-bottom:3px}.guidance-text{font-size:clamp(17px,3.4vw,21px);font-weight:850;line-height:1.32}:root[data-theme="dark"] .guidance-zone{background:rgb(20 26 34 / .92);border-color:rgb(255 255 255 / .12)}:root[data-theme="dark"] .guidance-kicker{color:#ffd979}@media(max-width:520px){.guidance-zone{padding:12px 14px;gap:11px}.guidance-icon{flex-basis:42px;width:42px;height:42px;font-size:24px}.guidance-text{font-size:17px}}.reminder-card{grid-template-columns:auto minmax(0,1fr) auto;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.reminder-copy{min-width:0}.reminder-type{font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;opacity:.68;margin-bottom:2px}.reminder-status{min-width:74px;text-align:center;padding:7px 9px;border-radius:999px;font-size:13px;font-weight:900;white-space:nowrap;background:rgb(30 136 229 / .10);color:var(--accent2)}.reminder-due{border:2px solid #e2a300;background:linear-gradient(180deg,#fff8d8,#fff3bd);box-shadow:0 5px 16px rgb(190 139 0 / .16)}.reminder-due .reminder-icon{font-size:2rem}.reminder-due .reminder-status{background:#f0b400;color:#1d1600}.reminder-soon{border-color:#8bc6ff;background:linear-gradient(180deg,#f2f9ff,#e9f5ff)}.reminder-earlier{opacity:.58;background:rgb(230 233 237 / .62)}.reminder-earlier .reminder-status{background:rgb(120 128 138 / .12);color:inherit}:root[data-theme="dark"] .reminder-due{background:linear-gradient(180deg,#403713,#2f2913);border-color:#d9a900}:root[data-theme="dark"] .reminder-soon{background:linear-gradient(180deg,#142b3d,#132535)}:root[data-theme="dark"] .reminder-earlier{background:rgb(35 42 50 / .72)}@media(max-width:520px){.reminder-card{grid-template-columns:auto minmax(0,1fr);gap:8px 10px}.reminder-status{grid-column:2;justify-self:start;min-width:0}}.reminder-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,opacity .25s ease}.reminder-copy{min-width:0}.reminder-clock{font-size:13px;font-weight:800;opacity:.68;margin-top:3px}.reminder-type{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;opacity:.68}.reminder-right{display:grid;justify-items:end;gap:7px}.reminder-status{padding:7px 10px;border-radius:999px;font-size:13px;font-weight:950;white-space:nowrap;background:rgb(30 136 229 / .10);color:var(--accent2)}.lifecycle-upcoming{background:rgb(242 248 255 / .92);border-color:#bedcff}.lifecycle-upcoming-soon{background:linear-gradient(180deg,#f1f9ff,#e7f4ff);border-color:#7bbcf3}.lifecycle-due{background:linear-gradient(180deg,#fff7ce,#ffefad);border:2px solid #e1a500;box-shadow:0 6px 18px rgb(188 137 0 / .16)}.lifecycle-due .reminder-status{background:#efb600;color:#211900}.lifecycle-overdue{background:linear-gradient(180deg,#fff0ec,#ffe3dc);border:2px solid #df795f;box-shadow:0 5px 16px rgb(190 85 55 / .12)}.lifecycle-overdue .reminder-status{background:#d96a50;color:#fff}.lifecycle-completed{opacity:.55;background:rgb(236 242 237 / .72);border-color:#b6d3bb}.lifecycle-completed .reminder-status{background:#dcecdf;color:#236033}.reminder-primary{transform:scale(1.008)}.reminder-done{border:0;border-radius:14px;background:#1d9d4b;color:#fff;padding:11px 18px;min-width:112px;font-size:18px;font-weight:950;cursor:pointer;box-shadow:0 4px 10px rgb(20 120 58 / .18)}.reminder-done:active{transform:translateY(1px)}.reminder-done:disabled{opacity:.65;cursor:wait}.reminder-wait{font-size:12px;font-weight:850;opacity:.72;text-align:right}.lifecycle-due.reminder-primary,.lifecycle-overdue.reminder-primary{animation:mfdcGentlePulse 2.8s ease-in-out infinite}@keyframes mfdcGentlePulse{0%,100%{box-shadow:0 5px 16px rgb(0 0 0 / .08)}50%{box-shadow:0 8px 24px rgb(223 145 30 / .22)}}@media(prefers-reduced-motion:reduce){.lifecycle-due.reminder-primary,.lifecycle-overdue.reminder-primary{animation:none}}@media(max-width:520px){.reminder-card{grid-template-columns:auto minmax(0,1fr)}.reminder-right{grid-column:2;justify-items:start;width:100%}.reminder-done{width:100%;min-height:52px;font-size:20px}}:root[data-theme="dark"] .lifecycle-upcoming{background:#152535}:root[data-theme="dark"] .lifecycle-upcoming-soon{background:#153049}:root[data-theme="dark"] .lifecycle-due{background:#3c3415;border-color:#d6a600}:root[data-theme="dark"] .lifecycle-overdue{background:#3b211d;border-color:#c86d57}:root[data-theme="dark"] .lifecycle-completed{background:#1c2a20}#speakBtn.voice-off::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%23D84343%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)!important}#speakBtn.voice-on::before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2228%22%20fill%3D%22%2322B957%22%2F%3E%3Cpath%20d%3D%22M16%2027h10l12-9v28L26%2037H16z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M43%2025c3%202%205%205%205%207s-2%205-5%207M48%2020c5%204%208%208%208%2012s-3%208-8%2012%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E)!important}.device-sheet{max-width:620px}.device-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.device-settings-grid .hint{grid-column:1/-1;margin:0 0 4px}.device-setting-btn{min-height:64px;font-size:18px;font-weight:900}@media(max-width:520px){.device-settings-grid{grid-template-columns:1fr}.device-settings-grid .hint{grid-column:1}}#speakBtn.voice-off{outline:2px solid rgb(216 67 67 / .18)}#speakBtn.voice-on{outline:2px solid rgb(34 185 87 / .16)}