.profile-form label { display: block; margin-bottom: 13px; color: var(--muted); font-size: 10px; }
.profile-form label input { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: var(--white); font: 12px 'DM Sans', 'Noto Serif SC', sans-serif; }
.setting-row { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 13px 0; border-top: 1px solid var(--line); }
.setting-row div { flex: 1; }
.setting-row b, .setting-row small { display: block; }
.setting-row b { color: var(--ink); font-size: 11px; }
.setting-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.toggle-input { position: absolute; z-index: 2; right: 0; width: 42px; height: 25px; opacity: 0; cursor: pointer; }
.toggle { position: relative; display: block; width: 42px; height: 25px; border-radius: 20px; background: #cbd8e2; transition: background .2s ease; }
.toggle:after { content: ''; position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: white; box-shadow: 0 1px 3px #163d6833; transition: transform .2s ease; }
.toggle-input:checked + .toggle { background: var(--coral); }
.toggle-input:checked + .toggle:after { transform: translateX(17px); }
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap');

:root { --paper: #f5f2eb; --ink: #173f3a; --muted: #78837d; --coral: #ef765d; --lime: #c9d96b; --line: #e4e1d8; --white: #fffdf8; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #dfe6df; color: var(--ink); font-family: 'DM Sans', 'Noto Serif SC', sans-serif; }
button { border: 0; font: inherit; cursor: pointer; }
.phone-shell { position: relative; max-width: 460px; min-height: 100vh; margin: 0 auto; padding: 0 22px 102px; background: var(--paper); overflow: hidden; }
.status-bar { height: 30px; padding: 10px 2px 0; display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.status-icons { letter-spacing: 3px; font-size: 9px; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 22px 0 24px; }
.eyebrow, .hero-kicker { margin: 0 0 8px; color: var(--muted); font-size: 11px; letter-spacing: .05em; }
h1, h2, h3, p { margin-top: 0; } h1 { margin: 0; font: 600 24px/1.2 'Noto Serif SC', serif; letter-spacing: 0; } h1 span { color: var(--coral); font-family: sans-serif; font-size: 16px; }
.icon-button { position: relative; width: 40px; height: 40px; border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 4px 15px #244b3912; font-size: 24px; line-height: 1; }.notification-button i { position: absolute; top: 8px; right: 8px; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; border: 2px solid var(--white); }
.hero-panel { position: relative; height: 170px; padding: 23px 24px; border-radius: 18px; overflow: hidden; background: #d9e4b2; }
.hero-panel:after { position: absolute; content: ''; width: 220px; height: 220px; right: -42px; bottom: -112px; border-radius: 50%; border: 1px solid #a9bf6d66; box-shadow: 0 0 0 18px #d9e4b233, 0 0 0 36px #d9e4b233; }.hero-copy { position: relative; z-index: 2; }.temperature { display: flex; gap: 11px; align-items: center; }.temperature strong { font: 600 54px/.9 'Noto Serif SC', serif; letter-spacing: -2px; }.temperature span { font-size: 15px; font-weight: 600; line-height: 1.15; }.temperature small { color: #587063; font-size: 10px; font-weight: 400; }.hero-note { margin: 17px 0 0; color: #547064; font-size: 11px; }.sun-art { position: absolute; top: 3px; right: 29px; width: 150px; height: 150px; }.sun { position: absolute; top: 16px; right: 22px; color: #ef765d; font: 90px/1 'Noto Serif SC'; transform: rotate(-10deg); }.cloud { position: absolute; width: 66px; height: 18px; border-radius: 20px; background: #f5f2ebbb; }.cloud:before { content: ''; position: absolute; width: 25px; height: 25px; left: 12px; bottom: 0; border-radius: 50%; background: inherit; }.cloud-one { right: 0; top: 77px; }.cloud-two { left: 8px; top: 38px; transform: scale(.55); opacity: .65; }.leaf { position: absolute; color: #6c9364; font: 42px/1 serif; transform: rotate(55deg); }.leaf-one { right: 60px; bottom: -2px; }.leaf-two { right: 1px; bottom: 8px; transform: rotate(35deg) scale(.7); }
.quick-section, .activity-section { padding-top: 27px; }.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }.section-heading h2 { margin: 0; font: 600 18px 'Noto Serif SC', serif; }.text-button { color: var(--muted); background: transparent; font-size: 11px; }.text-button span { margin-left: 4px; color: var(--ink); font-size: 18px; vertical-align: -1px; }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.service-item { min-width: 0; padding: 13px 5px 11px; color: var(--ink); background: transparent; text-align: center; border: 1px solid transparent; border-radius: 14px; transition: .2s ease; }.service-item:hover, .service-item:focus-visible { background: var(--white); border-color: var(--line); transform: translateY(-2px); }.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 9px; border-radius: 13px; font-size: 22px; font-weight: 600; }.repair { background: #f5c5af; color: #b14e39; }.bill { background: #e1e8b2; color: #59703e; }.visit { background: #bddbd7; color: #39736b; }.key { background: #f2d6a4; color: #9a642f; }.service-item b { display: block; font-size: 12px; }.service-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; white-space: nowrap; transform: scale(.9); }
.notice-card { position: relative; margin-top: 25px; padding: 18px 19px; background: var(--ink); color: var(--white); border-radius: 16px; overflow: hidden; }.notice-card:after { content: ''; position: absolute; width: 130px; height: 130px; right: -44px; bottom: -67px; border: 1px solid #ffffff26; border-radius: 50%; box-shadow: 0 0 0 14px #ffffff09, 0 0 0 28px #ffffff09; }.notice-title { display: flex; align-items: center; gap: 8px; color: #b4c2ae; font-size: 10px; }.notice-mark { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 700; }.notice-title time { margin-left: auto; font-size: 9px; }.notice-card h3 { position: relative; z-index: 1; margin: 13px 0 7px; font: 500 15px/1.55 'Noto Serif SC', serif; }.notice-card p { margin-bottom: 13px; color: #a6b5aa; font-size: 10px; }.notice-link { position: relative; z-index: 1; padding: 0; color: var(--lime); background: transparent; font-size: 11px; }.notice-link span { margin-left: 6px; font-size: 16px; }
.activity-row { display: flex; align-items: center; gap: 12px; margin: 0 0 13px; }.activity-image { flex: 0 0 72px; height: 72px; display: grid; place-items: center; border-radius: 13px; overflow: hidden; color: #fff9e7; font: 600 13px 'Noto Serif SC', serif; }.image-market { background: radial-gradient(circle at 25% 30%, #f7d887 0 12%, transparent 13%), linear-gradient(140deg, #e28d61, #a64f42); }.image-yoga { background: radial-gradient(ellipse at 65% 30%, #f7dd9b 0 19%, transparent 20%), linear-gradient(140deg, #9ebc9f, #47756a); }.activity-info { min-width: 0; flex: 1; }.activity-info > div { display: flex; align-items: center; gap: 7px; }.tag { color: #b6533f; font-size: 9px; font-weight: 700; }.tag.green { color: #47816c; }.activity-info time { color: var(--muted); font-size: 9px; }.activity-info h3 { overflow: hidden; margin: 7px 0 5px; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }.activity-info p { margin: 0; color: var(--muted); font-size: 9px; }.round-arrow { flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; }
.bottom-nav { position: fixed; z-index: 5; bottom: 0; left: 50%; display: flex; justify-content: space-around; width: min(460px, 100%); padding: 11px 24px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #f5f2ebee; backdrop-filter: blur(14px); transform: translateX(-50%); }.nav-item { display: grid; gap: 3px; justify-items: center; min-width: 50px; color: #a0a8a0; background: transparent; font-size: 10px; }.nav-item span { height: 20px; font-size: 21px; line-height: 20px; }.nav-item.active { color: var(--coral); }.nav-item b { font-size: 10px; }.toast { position: fixed; z-index: 10; bottom: 86px; left: 50%; padding: 11px 17px; border-radius: 30px; color: white; background: var(--ink); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 8px); transition: .25s ease; white-space: nowrap; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 600px) { .phone-shell { min-height: 820px; margin-top: 24px; border-radius: 28px; box-shadow: 0 20px 60px #173f3a1c; } .bottom-nav { bottom: 24px; width: 460px; border-radius: 0 0 28px 28px; } }

/* Fresh blue service theme */
:root { --paper: #f4f8fc; --ink: #163d68; --muted: #70849a; --coral: #2d82d5; --lime: #a9d9f5; --line: #dce7f1; --white: #ffffff; }
body { background: #dce8f3; }
.hero-panel { background: linear-gradient(115deg, #d8edff, #b9dcf5); box-shadow: 0 12px 30px #4c8fc51a; }
.hero-panel:after { border-color: #82bce566; box-shadow: 0 0 0 18px #c1e0f633, 0 0 0 36px #c1e0f633; }
.temperature small, .hero-note { color: #547895; }
.sun { color: #f2ae48; }
.cloud { background: #ffffffbb; }
.leaf { color: #5e9bc0; }
.repair { background: #d9edff; color: #287bc4; }
.bill { background: #dcefe8; color: #39816e; }
.visit { background: #e8e3ff; color: #7161b4; }
.key { background: #fff0d4; color: #ba7a2e; }
.notice-title { color: #bdd4e9; }
.notice-card p { color: #b0c4d6; }
.bottom-nav { background: #f4f8fcee; }

/* Keep the shell compact while allowing the full home feed to scroll. */
.phone-shell { height: 100vh; min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #b9cfe1 transparent; }
.status-bar { height: 24px; padding-top: 7px; }
.topbar { padding: 14px 0 16px; }
.hero-panel { height: 142px; padding: 18px 21px; }
.sun-art { transform: scale(.82); transform-origin: right top; }
.quick-section, .activity-section { padding-top: 19px; }
.service-item { padding-top: 8px; padding-bottom: 7px; }
.service-icon { width: 36px; height: 36px; margin-bottom: 6px; }
.notice-card { margin-top: 18px; padding: 15px 17px; }
.notice-card h3 { margin: 9px 0 5px; }
.notice-card p { margin-bottom: 9px; }
.activity-row { margin-bottom: 9px; }
.activity-image { flex-basis: 60px; height: 60px; }
@media (min-width: 600px) { .phone-shell { min-height: 0; height: calc(100vh - 48px); } }
.chevron, .list-arrow, .arrow-icon { position: relative; display: inline-block; }
.bell-icon { position: relative; display: block; width: 15px; height: 16px; margin: 0 auto; border: 1.6px solid var(--ink); border-bottom: 0; border-radius: 9px 9px 3px 3px; }.bell-icon:before { content: ''; position: absolute; right: -3px; bottom: -2px; left: -3px; height: 1.6px; border-radius: 2px; background: var(--ink); }.bell-icon:after { content: ''; position: absolute; bottom: -6px; left: 5px; width: 4px; height: 4px; border: 1.4px solid var(--ink); border-top: 0; border-radius: 0 0 5px 5px; }
.activity-row { padding: 7px; margin-right: -7px; margin-left: -7px; border-radius: 14px; cursor: pointer; transition: background .2s ease, transform .2s ease; }.activity-row:hover, .activity-row:focus-visible { background: var(--white); outline: 0; transform: translateX(2px); }.activity-row:active { transform: scale(.985); }
.chevron { width: 7px; height: 7px; margin-left: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.text-button:hover .chevron { transform: translateX(3px) rotate(45deg); }
.arrow-icon { width: 20px; height: 10px; }.arrow-icon:before { content: ''; position: absolute; top: 4px; right: 0; left: 0; height: 1.5px; border-radius: 2px; background: currentColor; }.arrow-icon:after { content: ''; position: absolute; top: 1px; right: 0; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }.notice-link .arrow-icon { margin-left: 8px; vertical-align: -1px; }.notice-link:hover .arrow-icon { transform: translateX(3px); transition: transform .2s ease; }
.list-arrow { width: 8px; height: 8px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }.service-list-card button:hover .list-arrow, .profile-menu button:hover .list-arrow { transform: translateX(3px) rotate(45deg); }
.parking { background: #e5e0ff; color: #665bb4; }.environment { background: #d9f0df; color: #3b9067; }.home-service { background: #ffe2d1; color: #c2683f; }.delivery { background: #e3ebf8; color: #557ca9; }
.service-group-title { margin: 18px 2px 8px; color: var(--muted); font-size: 10px; font-weight: 700; }
.notice-section { margin-top: 18px; }.notice-section .section-heading { margin-bottom: 10px; }.swipe-hint { color: var(--muted); font-size: 9px; }.notice-scroller { display: flex; gap: 10px; margin: 0 -22px; padding: 0 22px 6px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b9cfe1 transparent; }.notice-scroller::-webkit-scrollbar { height: 3px; }.notice-scroller::-webkit-scrollbar-thumb { border-radius: 3px; background: #b9cfe1; }.notice-scroller .notice-card { flex: 0 0 calc(100% - 25px); min-height: 172px; margin: 0; scroll-snap-align: start; }.notice-green { background: var(--ink); }.notice-blue { background: #2879b8; }.notice-orange { background: #bd704f; }.notice-dots { display: flex; justify-content: center; gap: 5px; padding-top: 8px; }.notice-dots i { width: 5px; height: 5px; border-radius: 5px; background: #c5d6e2; }.notice-dots i.active { width: 14px; background: var(--coral); }.notice-scroller .notice-card h3 { margin-top: 10px; }
.detail-list { margin-top: 4px; padding: 0 14px; border-radius: 14px; background: var(--white); }.detail-item { position: relative; display: flex; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--line); }.detail-item:last-child { border-bottom: 0; }.detail-item > div { flex: 1; }.detail-item b, .detail-item small { display: block; }.detail-item b { font-size: 11px; }.detail-item small { margin-top: 5px; color: var(--muted); font-size: 9px; }.detail-badge { display: grid; place-items: center; width: 37px; height: 27px; border-radius: 8px; color: #287bc4; background: #d9edff; font-size: 9px; }.detail-badge.blue { color: #39816e; background: #dcefe8; }.detail-badge.gray { color: #71849a; background: #e9eff4; }.detail-item.unread:after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }.check-circle { flex: 0 0 17px; width: 17px; height: 17px; border: 1px solid #a9c6dc; border-radius: 50%; }.check-item { align-items: flex-start; }.detail-article h3 { margin: 11px 0 10px; font: 600 16px/1.55 'Noto Serif SC', serif; }.detail-article p { margin-bottom: 16px; color: #4e6980; font-size: 11px; line-height: 1.8; }.article-tag { color: var(--coral); font-size: 10px; font-weight: 700; }.article-meta { padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }.detail-hero { display: grid; place-items: center; height: 78px; margin-bottom: 16px; border-radius: 13px; color: white; font: 600 18px 'Noto Serif SC', serif; }.detail-hero.orange { background: linear-gradient(140deg, #e6a06f, #b95e4a); }.detail-hero.green { background: linear-gradient(140deg, #8eba9d, #477c72); }.progress-card, .vehicle-card { padding: 15px; border-radius: 13px; background: var(--white); }.progress-card > span { display: inline-block; padding: 4px 7px; border-radius: 5px; color: #2d82d5; background: #dff1ff; font-size: 9px; }.progress-card strong, .progress-card small { display: block; }.progress-card strong { margin-top: 12px; font-size: 13px; }.progress-card small { margin-top: 5px; color: var(--muted); font-size: 9px; }.progress-line { height: 4px; margin: 20px 0 7px; border-radius: 4px; background: #e2ebf1; }.progress-line i { display: block; width: 55%; height: 100%; border-radius: inherit; background: var(--coral); }.progress-label { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; }.member-row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }.member-row:last-of-type { border-bottom: 0; }.member-row div { flex: 1; }.member-row b, .member-row small { display: block; }.member-row b { font-size: 11px; }.member-row small { margin-top: 3px; color: var(--muted); font-size: 9px; }.member-row > strong { color: var(--coral); font-size: 9px; }.vehicle-card { border: 1px solid #b9d8eb; background: #e8f5fc; }.vehicle-card span, .vehicle-card small, .vehicle-card b { display: block; }.vehicle-card span { font: 700 22px 'DM Sans'; letter-spacing: 2px; }.vehicle-card small { margin-top: 9px; color: var(--muted); font-size: 10px; }.vehicle-card b { margin-top: 6px; color: #3c7c6b; font-size: 10px; }
.hero-panel { height: 108px; padding: 14px 18px; }
.hero-kicker { margin-bottom: 5px; font-size: 10px; }
.temperature strong { font-size: 40px; }
.temperature span { font-size: 13px; }
.hero-note { margin-top: 10px; font-size: 10px; }
.sun-art { transform: scale(.62); }
.notice-scroller .notice-card { flex-basis: 100%; }
.notice-scroller { scrollbar-width: none; -ms-overflow-style: none; }
.notice-scroller::-webkit-scrollbar { display: none; width: 0; height: 0; }
.neighbor-panel { display: none; }.neighbor-panel.active-neighbor-panel { display: block; }.event-card, .exchange-card { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }.event-color, .exchange-photo { flex: 0 0 58px; height: 58px; display: grid; place-items: center; border-radius: 11px; color: white; font: 600 13px 'Noto Serif SC', serif; }.event-color.orange, .book { background: linear-gradient(140deg, #e6a06f, #b95e4a); }.event-color.green, .plant { background: linear-gradient(140deg, #8eba9d, #477c72); }.event-card > div:nth-child(2), .exchange-card > div:nth-child(2) { flex: 1; }.event-card h3, .exchange-card h3 { margin: 6px 0 4px; font-size: 12px; }.event-card p, .exchange-card p { margin: 0; color: var(--muted); font-size: 9px; }.event-card button, .exchange-card button { padding: 7px 9px; border-radius: 7px; color: var(--coral); background: #e7f3fc; font-size: 9px; }.publish-button { width: 100%; margin-top: 5px; padding: 12px; border: 1px dashed #a9c6dc; border-radius: 11px; color: var(--coral); background: transparent; font-size: 11px; }
.notice-scroller { gap: 0; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }
.notice-scroller .notice-card { flex-basis: 100%; }
.page-view { display: none; }.page-view.active-view { display: block; }
.view-header { padding: 22px 0 19px; }.view-header h2 { margin: 0 0 7px; font: 600 25px 'Noto Serif SC', serif; }.view-header > p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.service-list-card, .profile-menu { padding: 5px 15px; border-radius: 16px; background: var(--white); }.service-list-card button, .profile-menu button { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; }.service-list-card button:last-child, .profile-menu button:last-child { border-bottom: 0; }.service-list-card .service-icon { flex: 0 0 38px; width: 38px; height: 38px; margin: 0; }.service-list-card button div, .profile-menu button div { flex: 1; }.service-list-card b, .service-list-card small, .profile-menu b, .profile-menu small { display: block; }.service-list-card b, .profile-menu b { font-size: 12px; }.service-list-card small, .profile-menu small { margin-top: 4px; color: var(--muted); font-size: 10px; }.service-list-card strong, .profile-menu strong { color: var(--muted); font-size: 20px; }.emergency-card { display: flex; align-items: center; gap: 11px; margin-top: 15px; padding: 13px; border-radius: 14px; color: white; background: var(--ink); }.emergency-card > span { font: 700 19px 'DM Sans'; }.emergency-card div { flex: 1; }.emergency-card b, .emergency-card small { display: block; }.emergency-card b { font-size: 11px; }.emergency-card small { margin-top: 3px; color: #b9d0e3; font-size: 9px; }.emergency-card a { color: var(--lime); font-size: 10px; text-decoration: none; }
.neighbor-tabs { display: flex; gap: 7px; margin-bottom: 14px; }.neighbor-tabs button { padding: 7px 12px; border-radius: 20px; color: var(--muted); background: #e7f0f7; font-size: 10px; }.neighbor-tabs button.selected { color: white; background: var(--coral); }.post-card { margin-bottom: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }.post-author { display: flex; align-items: center; gap: 9px; }.avatar, .profile-avatar { display: grid; place-items: center; border-radius: 50%; color: white; font-weight: 700; }.avatar { width: 30px; height: 30px; font-size: 11px; }.avatar-orange { background: #e99468; }.avatar-blue { background: #71a9cf; }.post-author div { flex: 1; }.post-author b, .post-author small { display: block; }.post-author b { font-size: 11px; }.post-author small { margin-top: 3px; color: var(--muted); font-size: 9px; }.post-more { color: var(--muted); letter-spacing: 2px; }.post-card > p { margin: 13px 0; color: #3f5d74; font-size: 11px; line-height: 1.7; }.post-actions { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 9px; }.post-actions button { margin-left: auto; padding: 6px 9px; border-radius: 7px; color: var(--coral); background: #e7f3fc; font-size: 9px; }.profile-head { display: flex; align-items: center; gap: 13px; padding: 29px 0 21px; }.profile-head > div { flex: 1; }.profile-head h2 { margin: 0 0 4px; font: 600 23px 'Noto Serif SC', serif; }.profile-head small { color: var(--muted); font-size: 10px; }.profile-avatar { width: 54px; height: 54px; background: linear-gradient(145deg, #72acd4, #2d82d5); font-size: 20px; }.profile-head .icon-button { box-shadow: none; }.profile-stats { display: flex; justify-content: space-around; margin-bottom: 18px; padding: 15px 0; border-radius: 15px; background: #e5f2fb; text-align: center; }.profile-stats div { flex: 1; border-right: 1px solid #cbdfea; }.profile-stats div:last-child { border: 0; }.profile-stats b, .profile-stats small { display: block; }.profile-stats b { font: 700 19px 'DM Sans'; }.profile-stats small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.notification-button em { position: absolute; top: -2px; right: -2px; min-width: 15px; height: 15px; padding: 1px 4px; border: 2px solid var(--white); border-radius: 10px; color: white; background: var(--coral); font: 700 8px/10px 'DM Sans'; font-style: normal; }
.todo-strip { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 11px 14px; border: 1px solid #d6e5f0; border-radius: 13px; background: var(--white); }.todo-summary { display: flex; align-items: center; gap: 9px; }.todo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px #dceeff; }.todo-summary b, .todo-summary small { display: block; }.todo-summary b { font-size: 11px; }.todo-summary small { margin-top: 3px; color: var(--muted); font-size: 9px; }.todo-link { color: var(--coral); background: transparent; font-size: 11px; }.todo-link span { font-size: 17px; vertical-align: -1px; }
.property-phone { display: flex; align-items: center; gap: 10px; margin-top: 19px; padding: 12px 14px; border-radius: 13px; color: var(--ink); background: #e5f2fb; text-decoration: none; }.property-phone > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: white; background: var(--coral); }.property-phone div { flex: 1; }.property-phone b, .property-phone small { display: block; }.property-phone b { font-size: 11px; }.property-phone small { margin-top: 3px; color: var(--muted); font-size: 9px; }.property-phone strong { color: var(--coral); font-size: 10px; }
.service-sheet { visibility: hidden; position: fixed; z-index: 20; inset: 0; opacity: 0; transition: opacity .22s, visibility .22s; }.service-sheet.open { visibility: visible; opacity: 1; }.sheet-backdrop { position: absolute; inset: 0; background: #163d6866; backdrop-filter: blur(3px); }.sheet-panel { position: absolute; right: 0; bottom: 0; left: 50%; width: min(460px, 100%); min-height: 330px; padding: 25px 22px 35px; border-radius: 22px 22px 0 0; background: var(--paper); transform: translate(-50%, 100%); transition: transform .28s ease; }.open .sheet-panel { transform: translate(-50%, 0); }.sheet-close { position: absolute; top: 14px; right: 18px; width: 28px; height: 28px; border-radius: 50%; color: var(--muted); background: var(--white); font-size: 20px; }.sheet-kicker { margin: 0 0 5px; color: var(--muted); font-size: 10px; }.sheet-panel h2 { margin: 0 0 15px; font: 600 22px 'Noto Serif SC', serif; }.sheet-help { color: var(--muted); font-size: 11px; }.sheet-panel label { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; }.sheet-panel select, .sheet-panel input, .sheet-panel textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: var(--white); font: 12px 'DM Sans', 'Noto Serif SC', sans-serif; }.sheet-panel textarea { min-height: 64px; resize: vertical; }.sheet-submit { width: 100%; margin-top: 18px; padding: 12px; border-radius: 10px; color: white; background: var(--coral); font-size: 12px; font-weight: 700; }.bill-total { padding: 15px; border-radius: 12px; color: white; background: var(--ink); }.bill-total small, .bill-total strong, .bill-total span { display: block; }.bill-total small, .bill-total span { color: #b9d0e3; font-size: 10px; }.bill-total strong { margin: 7px 0; font: 600 25px 'Noto Serif SC'; }.bill-line { display: flex; justify-content: space-between; padding: 13px 2px 0; font-size: 11px; }.bill-line.muted { color: var(--muted); }.visitor-active { padding: 14px; border: 1px dashed #8dc2e7; border-radius: 12px; text-align: center; background: #e3f2ff; }.visitor-active span, .visitor-active strong, .visitor-active small { display: block; }.visitor-active span, .visitor-active small { color: var(--muted); font-size: 10px; }.visitor-active strong { margin: 7px 0; color: var(--coral); font: 700 25px 'DM Sans'; letter-spacing: 5px; }.access-list button { display: flex; justify-content: space-between; width: 100%; margin-bottom: 8px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--white); text-align: left; font-size: 12px; }.access-list button span { color: var(--coral); font-size: 18px; }
