:root {
  --ink: #17332a;
  --muted: #74877e;
  --line: #e3ebe5;
  --surface: #ffffff;
  --soft: #f5f8f5;
  --mint: #dcefe5;
  --green: #36a66a;
  --green-deep: #19724b;
  --orange: #f08a4b;
  --yellow: #e9bf53;
  --blue: #5f9fe2;
  --purple: #8c75cf;
  --red: #e97b70;
  --shadow: 0 14px 38px rgba(22, 59, 43, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7faf7;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #f7faf7; }
button, input, select { font: inherit; }
button { cursor: pointer; border: 0; color: inherit; }
[hidden] { display: none !important; }
.is-syncing .last-sync { opacity: .65; }
.is-syncing #refreshBtn { pointer-events: none; animation: sync-spin .9s linear infinite; }
@keyframes sync-spin { to { transform: rotate(360deg); } }
.workspace-grid.hidden, .lower-grid.hidden { display: none; }
.map-only.hidden { display: none; }
.login-screen { min-height: 100vh; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr); align-items: center; gap: clamp(36px, 8vw, 120px); padding: clamp(28px, 6vw, 84px); background: #10251d; color: #edf7f0; position: relative; overflow: hidden; }
.login-screen:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,37,29,.96), rgba(16,37,29,.72)), url('https://images.unsplash.com/photo-1596422846543-75c6fc197f07?auto=format&fit=crop&w=1800&q=80') center/cover; opacity: .55; }
.login-brand, .login-panel, .login-footer { position: relative; z-index: 1; }
.login-brand { display: flex; align-items: center; gap: 18px; align-self: start; }
.brand-mark.large { width: 56px; height: 56px; font-size: 17px; border-radius: 8px; }
.login-brand .eyebrow { color: #a9d9b8; font-size: 13px; letter-spacing: 0; }
.login-brand strong { display: block; margin-top: 5px; font-size: 11px; letter-spacing: .12em; color: #759a86; }
.login-panel { width: min(100%, 460px); justify-self: end; background: #fff; color: var(--ink); padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(255,255,255,.28); border-radius: 8px; box-shadow: 0 28px 80px rgba(4,18,12,.28); }
.login-panel h1 { margin: 10px 0 8px; font-size: 28px; letter-spacing: 0; }
.login-copy { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0 0 25px; }
.login-lang { position: absolute; top: 18px; right: 18px; }
.login-form { display: grid; gap: 16px; }
.login-form label { display: grid; gap: 7px; color: #536b5e; font-size: 11px; font-weight: 700; }
.login-form input { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 12px 13px; outline: 0; color: var(--ink); background: #fbfdfb; }
.login-form input:focus { border-color: #5cad7c; box-shadow: 0 0 0 3px rgba(54,166,106,.12); }
.login-submit { width: 100%; justify-content: center; min-height: 43px; }
.login-error { min-height: 17px; color: #bf4d45; font-size: 10px; }
.login-mode { display: block; margin-top: 18px; color: #95a69c; font-size: 9px; text-align: center; }
.login-footer { position: absolute; left: clamp(28px, 6vw, 84px); bottom: 28px; margin: 0; color: #789587; font-size: 10px; }
.account-chip { display: flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 5px 9px 5px 5px; color: #557063; font-size: 10px; }
.account-avatar { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; background: #d9eee1; color: var(--green-deep); font-weight: 800; }
.account-avatar img, .avatar img, .profile-avatar-preview img { width: 100%; height: 100%; object-fit: cover; }
.profile-row .icon-btn { font-size: 14px; padding: 4px; }
.profile-row .icon-btn + .icon-btn { margin-left: 0; }
.profile-editor { display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: start; }
.profile-avatar-preview { width: 92px; height: 92px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: #dcefe5; color: var(--green-deep); font-size: 28px; font-weight: 800; }
.profile-readonly { display: grid; gap: 7px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--soft); color: #6e8176; font-size: 10px; }
.profile-readonly strong { color: var(--ink); }
.file-field input { padding: 9px; background: #fff; }
.danger-text { color: #b6554e; margin-right: auto; }
.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 248px; background: #10251d; color: #e8f2eb; padding: 28px 16px 18px; display: flex; flex-direction: column; flex-shrink: 0; }
.brand-lockup { display: flex; gap: 11px; align-items: center; padding: 0 12px 31px; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: #d5f0df; color: #1b6e4a; font-weight: 800; font-size: 12px; letter-spacing: -.03em; }
.eyebrow, .section-kicker { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; color: #8da599; }
.brand-lockup h1 { font-size: 14px; margin: 3px 0 0; font-weight: 700; letter-spacing: -.02em; }
.workspace-switcher { display: flex; align-items: center; gap: 9px; background: #1b3429; border: 1px solid #2a4b3b; border-radius: 10px; padding: 11px 12px; font-size: 11px; color: #c2d7ca; }
.status-dot { width: 7px; height: 7px; background: #61c989; border-radius: 50%; box-shadow: 0 0 0 3px rgba(97,201,137,.13); }
.caret { margin-left: auto; color: #7b9a89; }
.side-nav { padding: 28px 0; display: grid; gap: 7px; }
.nav-item { width: 100%; text-align: left; display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 9px; background: transparent; color: #94ac9f; font-size: 12px; }
.nav-item > span:first-child { width: 17px; text-align: center; font-size: 15px; color: #a4bbae; }
.nav-item.active, .nav-item:hover { color: #f1fbf4; background: #244b38; }
.nav-item.active > span:first-child { color: #8fe3aa; }
.nav-count { margin-left: auto; background: #365c49; color: #bbdac7; min-width: 21px; height: 20px; display: grid; place-items: center; border-radius: 99px; font-size: 10px; }
.nav-count.warm { background: #584738; color: #f3c982; }
.sidebar-bottom { margin-top: auto; display: grid; gap: 20px; }
.mini-team { display: flex; gap: 11px; align-items: center; padding: 0 11px; }
.avatar-stack { display: flex; padding-left: 6px; }
.avatar { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 800; border: 2px solid #10251d; margin-left: -6px; }
.avatar.coral { background: #e98576; }.avatar.teal { background: #4ba88c; }.avatar.blue { background: #668fd0; }.avatar.manager { background: #d5a35d; border: 0; }
.mini-team strong, .profile-row strong { display: block; font-size: 11px; }.mini-team small, .profile-row small { display: block; color: #779285; font-size: 10px; margin-top: 3px; }
.help-card { background: #173327; border: 1px solid #2a4b3b; display: flex; align-items: center; gap: 10px; padding: 11px; border-radius: 10px; color: #c7ded0; }
.help-card strong { display: block; font-size: 10px; }.help-card small { display: block; font-size: 9px; color: #789587; margin-top: 2px; }.help-card > span:last-child { margin-left: auto; color: #82ad95; }.help-icon { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #35624b; color: #c7f0d5; font-weight: 800; font-size: 11px; }
.profile-row { display: flex; align-items: center; gap: 9px; padding: 0 10px; }.profile-row .icon-btn { margin-left: auto; color: #759286; }
.main-content { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.topbar { height: 81px; padding: 0 33px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.78); }
.breadcrumb { display: flex; gap: 8px; color: #9aaba1; font-size: 10px; }.breadcrumb strong { color: #62796c; }.page-heading h2 { margin: 6px 0 0; font-size: 21px; letter-spacing: -.04em; }
.top-actions { display: flex; align-items: center; gap: 10px; }.city-toggle { border: 1px solid var(--line); border-radius: 8px; padding: 3px; display: flex; background: #fff; }.city-btn { padding: 7px 11px; font-size: 11px; background: transparent; border-radius: 6px; color: #82938a; }.city-btn.active { color: var(--ink); background: #e8f4eb; font-weight: 700; }
.lang-toggle { background: #fff; border: 1px solid var(--line); padding: 8px 10px; border-radius: 8px; color: #637a6c; font-size: 10px; }.lang-toggle span:first-child { color: var(--green-deep); font-weight: 800; }.lang-divider { color: #bdc9c1; padding: 0 3px; }
.notification-btn, .icon-btn { background: transparent; font-size: 17px; position: relative; }.notification-btn { color: #6f8478; padding: 8px; }.notification-dot { position: absolute; top: 5px; right: 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }.primary-btn { display: flex; gap: 6px; align-items: center; padding: 10px 14px; background: var(--green-deep); color: #fff; border-radius: 8px; font-size: 11px; font-weight: 700; box-shadow: 0 6px 14px rgba(25,114,75,.18); }.primary-btn span:first-child { font-size: 15px; }
.content-scroll { padding: 24px 33px 40px; overflow: auto; }.summary-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 13px; margin-bottom: 22px; }.metric-card { background: var(--surface); border: 1px solid var(--line); border-radius: 11px; padding: 15px; display: flex; align-items: center; gap: 12px; min-height: 89px; }.metric-icon { width: 33px; height: 33px; border-radius: 9px; display: grid; place-items: center; font-size: 17px; }.metric-icon.mint { background: #e2f3e9; color: #2f9d68; }.metric-icon.amber { background: #fcf0da; color: #d79932; }.metric-icon.blue { background: #e7f0fb; color: #5f9fe2; }.metric-card span { font-size: 10px; color: #8b9d94; display: block; }.metric-card strong { display: block; font-size: 23px; margin-top: 2px; letter-spacing: -.04em; }.metric-card small { font-size: 9px; color: #8aa096; display: block; margin-top: 2px; }.metric-card small.up { color: #29915d; }.metric-card small em { color: #9aaa9f; font-style: normal; }.accent-card { background: #e9f6ec; border-color: #d2ebd9; justify-content: space-between; }.accent-card strong { color: var(--green-deep); }.accent-card strong small { display: inline; color: var(--green-deep); font-size: 11px; }.round-arrow { border-radius: 50%; width: 31px; height: 31px; background: #d5eedc; color: var(--green-deep); font-size: 17px; }
.map-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; gap: 12px; }.toolbar-left, .toolbar-right { display: flex; align-items: center; gap: 8px; }.search-box { background: #fff; border: 1px solid var(--line); border-radius: 8px; width: 245px; display: flex; align-items: center; gap: 8px; padding: 0 10px; color: #9bad9f; }.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; padding: 10px 0; font-size: 11px; color: var(--ink); background: transparent; }.filter-select select { appearance: none; border: 1px solid var(--line); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 4l3 3 3-3' fill='none' stroke='%2374877e' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat right 9px center; border-radius: 8px; padding: 9px 25px 9px 10px; font-size: 10px; color: #6d8376; outline: 0; }.soft-btn, .outline-btn { border: 1px solid var(--line); background: #fff; color: #5e7669; padding: 9px 11px; border-radius: 8px; font-size: 10px; }.soft-btn:hover, .outline-btn:hover { border-color: #a6cdb2; color: var(--green-deep); }.icon-btn.bordered { border: 1px solid var(--line); border-radius: 8px; width: 32px; height: 32px; color: #6d8276; }.last-sync { font-size: 9px; color: #91a49a; white-space: nowrap; }.last-sync:first-letter { color: #5abe82; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .85fr); gap: 14px; min-height: 440px; }.map-panel, .location-panel, .recommendation-card, .activity-card, .full-view { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }.map-panel { min-height: 440px; display: flex; flex-direction: column; }.map-canvas { flex: 1; min-height: 390px; background: #dfece1; position: relative; overflow: hidden; isolation: isolate; }.map-water { position: absolute; right: -16%; top: -15%; width: 46%; height: 130%; background: #d5e9ee; transform: rotate(9deg); z-index: -1; }.map-canvas:before { content: ''; position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(115deg, transparent 48%, rgba(255,255,255,.9) 49%, rgba(255,255,255,.9) 51%, transparent 52%), linear-gradient(23deg, transparent 47%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.86) 50%, transparent 51%); background-size: 118px 91px, 163px 115px; z-index: -1; }.map-road { position: absolute; height: 12px; background: rgba(255,255,255,.8); border-top: 1px solid #c1d3c5; border-bottom: 1px solid #c1d3c5; transform-origin: center; }.road-one { width: 120%; top: 49%; left: -5%; transform: rotate(-16deg); }.road-two { width: 80%; top: 24%; left: 16%; transform: rotate(27deg); }.road-three { width: 90%; top: 75%; left: 8%; transform: rotate(7deg); }.map-label { position: absolute; color: #8caa95; font-weight: 800; font-size: 10px; letter-spacing: .16em; opacity: .75; }.label-a { top: 28%; left: 14%; }.label-b { top: 59%; left: 58%; }.label-c { top: 14%; left: 61%; }.label-d { bottom: 19%; left: 28%; }.map-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 35px 35px; opacity: .35; }.map-markers { position: absolute; inset: 0; }.map-marker { position: absolute; width: 24px; height: 24px; transform: translate(-50%,-100%) rotate(-45deg); border-radius: 50% 50% 50% 0; border: 3px solid rgba(255,255,255,.9); box-shadow: 0 4px 8px rgba(31,78,51,.22); transition: transform .16s ease; }.map-marker:after { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fff; top: 6px; left: 6px; }.map-marker:hover, .map-marker.selected { transform: translate(-50%,-100%) rotate(-45deg) scale(1.22); z-index: 3; }.marker-pulse { position: absolute; width: 36px; height: 36px; border-radius: 50%; background: rgba(55,166,106,.15); transform: translate(-50%,-50%); animation: pulse 2.2s infinite; }.map-controls { position: absolute; right: 14px; bottom: 34px; display: grid; gap: 4px; }.map-controls button { width: 29px; height: 29px; background: rgba(255,255,255,.9); border: 1px solid #d3e0d5; color: #537464; font-size: 15px; }.map-attribution { position: absolute; left: 12px; bottom: 10px; font-size: 8px; color: #89a091; background: rgba(255,255,255,.62); padding: 3px 6px; border-radius: 4px; }.map-legend { display: flex; flex-wrap: wrap; gap: 14px; padding: 12px 15px; color: #71877a; font-size: 9px; }.map-legend > div { display: flex; align-items: center; gap: 5px; }.legend-dot { width: 7px; height: 7px; border-radius: 50%; }.legend-dot.purple { background: var(--purple); }.legend-dot.blue { background: var(--blue); }.legend-dot.green { background: var(--green); }.legend-dot.yellow { background: var(--yellow); }.legend-dot.orange { background: var(--orange); }.legend-dot.red { background: var(--red); }
.location-panel { display: flex; flex-direction: column; min-height: 440px; }.panel-heading { padding: 17px 17px 13px; border-bottom: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; }.panel-heading h3, .card-head h3, .view-header h3 { margin: 4px 0 0; font-size: 16px; letter-spacing: -.035em; }.result-count { color: #92a39a; font-size: 9px; }.location-list { overflow: auto; flex: 1; }.location-item { position: relative; padding: 13px 15px 13px 25px; border-bottom: 1px solid #edf2ee; cursor: pointer; transition: background .15s ease; }.location-item:hover, .location-item.selected { background: #f6fbf7; }.location-item:before { content: ''; position: absolute; left: 15px; top: 17px; width: 4px; height: 29px; border-radius: 4px; background: var(--green); }.location-item[data-status="candidate"]:before { background: var(--blue); }.location-item[data-status="claimed"]:before { background: var(--red); }.location-item[data-status="renewal"]:before { background: var(--yellow); }.location-item[data-status="partial"]:before { background: var(--orange); }.location-item[data-status="unsuitable"]:before { background: #a9b6ae; }.location-item h4 { margin: 0; font-size: 12px; }.location-meta { display: flex; gap: 7px; color: #8b9c92; font-size: 9px; margin-top: 5px; }.location-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; }.status-badge, .pill { font-size: 8px; border-radius: 99px; padding: 4px 7px; background: #e9f6ed; color: #3a9b66; }.status-badge.candidate { background: #edf4fc; color: #548ac6; }.status-badge.claimed { background: #fff0ed; color: #cf7169; }.status-badge.renewal { background: #fff7e5; color: #ba8a36; }.status-badge.partial { background: #fff0e6; color: #c8733f; }.status-badge.unsuitable { background: #eef1ef; color: #82918a; }.location-score { font-size: 9px; color: #72a081; font-weight: 700; }.empty-state { padding: 35px 20px; text-align: center; color: #9aac9f; font-size: 11px; }
.lower-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }.recommendation-card, .activity-card { padding: 17px; }.card-head { display: flex; justify-content: space-between; align-items: flex-start; }.spark { width: 27px; height: 27px; display: grid; place-items: center; color: #4aaa72; background: #e8f5eb; border-radius: 50%; }.recommendation-row { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid #edf2ee; }.rec-dot { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; }.recommendation-row strong { display: block; font-size: 11px; }.recommendation-row small { display: block; color: #8b9d93; font-size: 9px; margin-top: 4px; }.rec-score { color: #3a9a64; font-weight: 800; font-size: 12px; }.outline-btn.full { width: 100%; margin-top: 13px; }.activity-list { margin-top: 6px; }.activity-row { display: flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #edf2ee; }.activity-copy { min-width: 0; flex: 1; }.activity-copy strong { font-size: 10px; display: block; }.activity-copy small { color: #8b9b91; font-size: 9px; display: block; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.activity-time { color: #a0afa6; font-size: 9px; }.text-btn { color: #489269; background: transparent; font-size: 9px; padding: 3px; }
.full-view { padding: 19px; margin-top: 14px; }.full-view.hidden { display: none; }.view-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }.date-chip { background: #f1f6f2; border: 1px solid var(--line); border-radius: 7px; padding: 8px 10px; font-size: 10px; color: #6c8375; }.task-grid, .renewal-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }.task-card, .renewal-card { border: 1px solid var(--line); border-radius: 10px; padding: 14px; background: #fbfdfb; }.task-card-head, .renewal-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }.task-card h4, .renewal-card h4 { margin: 7px 0 0; font-size: 13px; }.task-card p, .renewal-card p { margin: 6px 0 12px; color: #83958a; font-size: 10px; line-height: 1.55; }.task-details { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 10px 0 13px; }.task-details span { background: #f1f6f2; padding: 7px; font-size: 9px; color: #72887b; border-radius: 6px; }.task-details strong { color: var(--ink); display: block; font-size: 11px; margin-top: 3px; }.task-actions { display: flex; gap: 7px; }.task-actions button { flex: 1; }.task-actions .primary-btn { justify-content: center; padding: 8px; }.task-actions .soft-btn { padding: 8px; }.renewal-card { border-left: 3px solid var(--yellow); }.renewal-card.ready { border-left-color: var(--orange); }.renewal-card .renewal-date { color: #b3863b; font-size: 10px; font-weight: 700; }.team-table-wrap { overflow-x: auto; }.team-table { width: 100%; border-collapse: collapse; font-size: 10px; }.team-table th { text-align: left; color: #91a198; font-weight: 600; padding: 10px; border-bottom: 1px solid var(--line); }.team-table td { padding: 13px 10px; border-bottom: 1px solid #edf2ee; color: #647a6d; }.team-table td strong { color: var(--ink); }.table-member { display: flex; align-items: center; gap: 7px; }
.modal-backdrop { position: fixed; inset: 0; background: rgba(12,35,26,.48); display: grid; place-items: center; z-index: 10; padding: 18px; }.modal-backdrop.hidden { display: none; }.modal { width: min(550px, 100%); max-height: 90vh; overflow: auto; background: #fff; border-radius: 14px; box-shadow: 0 25px 80px rgba(0,0,0,.22); padding: 22px; }.modal h3 { margin: 0; font-size: 18px; }.modal > p { color: #82968a; font-size: 11px; margin: 8px 0 18px; }.modal-head { display: flex; justify-content: space-between; align-items: center; }.modal-close { width: 28px; height: 28px; border-radius: 50%; background: #f1f5f2; color: #70877a; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-field { display: grid; gap: 6px; }.form-field.full { grid-column: 1/-1; }.form-field label { font-size: 10px; color: #6e8478; font-weight: 700; }.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); outline: none; background: #fbfdfb; font-size: 11px; }.form-field textarea { min-height: 80px; resize: vertical; }.modal-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 18px; }.modal-actions .primary-btn { justify-content: center; }.check-row { display: flex; flex-wrap: wrap; gap: 8px; }.check-chip { border: 1px solid var(--line); border-radius: 7px; padding: 8px 9px; color: #71867a; font-size: 10px; }.check-chip input { accent-color: var(--green-deep); margin-right: 4px; }.message-box { white-space: pre-wrap; background: #f5f8f5; border: 1px solid var(--line); padding: 14px; border-radius: 8px; color: #5c7165; font-size: 11px; line-height: 1.65; max-height: 330px; overflow: auto; }.toast { position: fixed; z-index: 20; bottom: 22px; left: 50%; transform: translate(-50%, 20px); background: #153b2a; color: #e9f5ec; padding: 11px 16px; border-radius: 8px; box-shadow: var(--shadow); font-size: 11px; opacity: 0; pointer-events: none; transition: .2s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.kpi-summary { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin-bottom: 15px; }.kpi-summary-card { border: 1px solid var(--line); border-radius: 9px; padding: 12px; background: #f9fcfa; }.kpi-summary-card span { display: block; color: #82968a; font-size: 9px; }.kpi-summary-card strong { display: block; font-size: 21px; margin-top: 4px; }.kpi-summary-card.total { background: #e9f6ec; border-color: #d2ebd9; }.photo-upload { border: 1px dashed #bfd1c4; background: #f7faf7; border-radius: 8px; padding: 12px; color: #6f8779; }.photo-upload input { font-size: 10px; }.photo-preview { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }.photo-preview img, .report-photo { width: 54px; height: 54px; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); }.daily-total { background: #eaf6ed; color: var(--green-deep); border-radius: 7px; padding: 10px; font-weight: 800; font-size: 12px; }.continuation-note { background: #fff4e9; border: 1px solid #f4d3b8; color: #ad6639; padding: 8px 10px; border-radius: 7px; font-size: 9px; margin-top: 8px; }
.google-map-mount { position: absolute; inset: 0; z-index: 1; }.map-status { position: absolute; z-index: 2; inset: 0; display: none; place-items: center; padding: 24px; background: #eef4ef; color: #657b6e; font-size: 11px; text-align: center; }.map-status.visible { display: grid; }.google-map-marker { width: 22px; height: 22px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 4px 10px rgba(20,55,39,.28); cursor: pointer; }.google-map-marker:hover { transform: rotate(-45deg) scale(1.15); }.daily-filters { display: grid; grid-template-columns: minmax(150px,.7fr) repeat(2,minmax(180px,1fr)); gap: 9px; margin-bottom: 12px; }.daily-filters input, .daily-filters select { min-width: 0; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfb; color: var(--ink); padding: 9px 10px; font-size: 10px; }.daily-notes { min-width: 150px; max-width: 300px; white-space: normal; line-height: 1.5; }.daily-table small { color: #91a198; }.places-search { min-height: 48px; display: grid; align-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfb; padding: 7px 10px; color: #82968a; font-size: 10px; }.places-search gmp-place-autocomplete { width: 100%; }.selected-place { display: grid; gap: 3px; margin-top: 7px; padding: 9px 10px; background: #f1f6f2; border-radius: 7px; color: #71877a; font-size: 10px; }.selected-place strong { color: var(--ink); }.selected-place small { line-height: 1.4; }.form-error { min-height: 18px; padding-top: 8px; color: #b84f49; font-size: 10px; }.latest-visit { display: grid; gap: 4px; margin: 12px 0; padding: 11px; border-left: 3px solid var(--green); background: #f3f8f4; color: #74897c; font-size: 10px; }.latest-visit > span { color: #91a198; font-size: 9px; font-weight: 700; text-transform: uppercase; }.latest-visit strong { color: var(--ink); }.latest-visit small { line-height: 1.45; }
@keyframes pulse { 0%,100% { opacity: .2; transform: translate(-50%,-50%) scale(.9); } 50% { opacity: .6; transform: translate(-50%,-50%) scale(1.15); } }
@media (max-width: 1100px) { .sidebar { width: 215px; }.summary-row { grid-template-columns: repeat(2,1fr); }.workspace-grid { grid-template-columns: 1fr; }.location-panel { min-height: auto; }.location-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }.location-item { border-right: 1px solid #edf2ee; }.task-grid, .renewal-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 760px) { .app-shell { display: block; }.sidebar { width: 100%; padding: 12px 14px; display: block; }.brand-lockup { padding: 0 3px 12px; }.brand-mark { width: 30px; height: 30px; }.workspace-switcher, .sidebar-bottom { display: none; }.side-nav { display: flex; padding: 0; gap: 4px; overflow-x: auto; }.nav-item { width: auto; white-space: nowrap; padding: 9px 10px; }.nav-item > span:first-child { width: auto; }.topbar { height: auto; padding: 17px 15px; align-items: flex-start; gap: 12px; }.top-actions { flex-wrap: wrap; justify-content: flex-end; }.top-actions .primary-btn { display: none; }.page-heading h2 { font-size: 18px; }.content-scroll { padding: 15px; }.summary-row, .kpi-summary { grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 15px; }.metric-card { padding: 11px; min-height: 74px; gap: 8px; }.metric-icon { width: 28px; height: 28px; font-size: 14px; }.metric-card strong { font-size: 19px; }.metric-card small { font-size: 8px; }.map-toolbar { display: block; }.toolbar-left, .toolbar-right { overflow: auto; padding-bottom: 7px; }.toolbar-right { margin-top: 2px; }.search-box { min-width: 195px; }.filter-select select { min-width: 107px; }.workspace-grid { min-height: 0; }.map-panel, .map-canvas { min-height: 330px; }.map-legend { gap: 9px; }.location-list { grid-template-columns: 1fr; max-height: 270px; }.lower-grid { grid-template-columns: 1fr; }.task-grid, .renewal-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.form-field.full { grid-column: auto; }.modal { padding: 18px; }.map-attribution { display: none; }.daily-filters { grid-template-columns: 1fr; }.view-header { align-items: flex-start; gap: 10px; }.view-header .primary-btn { flex: none; padding: 9px 10px; } }
@media (max-width: 760px) { .login-screen { grid-template-columns: 1fr; align-content: center; gap: 26px; padding: 24px 16px 54px; }.login-brand { align-self: auto; justify-self: center; }.login-panel { justify-self: center; padding: 30px 22px; }.login-panel h1 { font-size: 23px; }.login-footer { left: 0; right: 0; bottom: 18px; text-align: center; }.account-chip span:last-child { display: none; }.profile-editor { grid-template-columns: 1fr; }.profile-avatar-preview { width: 76px; height: 76px; } }
