:root {
  --ink: #18211b; --muted: #6f766f; --paper: #f5f6f1; --surface: #fff;
  --green: #1d6b47; --green-dark: #155237; --green-soft: #e6f1e9;
  --line: #e5e7e1; --orange: #df7042; --shadow: 0 18px 55px rgba(35, 49, 39, .12);
}
* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { color: inherit; }
button, select { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(29,107,71,.25); outline-offset: 2px; }
[hidden] { display: none !important; }
.app-shell { min-height: 100dvh; }
.desktop-sidebar { display: none; }
main { width: min(100%, 860px); margin: 0 auto; padding: max(22px, env(safe-area-inset-top)) 18px 118px; }
.topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.eyebrow { display: block; margin: 0 0 4px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -.045em; }
h1 { margin-bottom: 0; font-size: clamp(29px, 8vw, 38px); line-height: 1.05; }
.top-actions { display: flex; gap: 9px; }
.desktop-add-button { display: none; align-items: center; gap: 8px; }
.desktop-add-button span { font-size: 21px; font-weight: 400; line-height: 1; }
.icon-button, .profile-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); }
.profile-button { position: relative; color: white; background: var(--green); border: 0; font-weight: 800; font-size: 13px; }
.sync-profile svg { width: 20px; }
.sync-profile i { position: absolute; right: 1px; bottom: 2px; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; background: #e09822; }
.sync-profile.connected i { background: #67c58b; }
.sync-profile.syncing i { background: #f2b96e; animation: pulse 1s infinite; }
@keyframes pulse { 50% { opacity: .4; } }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.view { display: none; animation: appear .22s ease; }
.view.active { display: block; }
@keyframes appear { from { opacity: 0; transform: translateY(4px); } }
.overview-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; min-height: 142px; margin-bottom: 20px; padding: 23px; color: white; background: linear-gradient(135deg, #174e35, #267955); border-radius: 26px; box-shadow: 0 16px 35px rgba(29,107,71,.17); }
.overview-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; top: -70px; border: 30px solid rgba(255,255,255,.05); border-radius: 50%; }
.overview-copy { position: relative; z-index: 1; max-width: 72%; }
.mini-label { display: block; margin-bottom: 8px; color: #c9e3d3; font-size: 12px; font-weight: 600; }
.overview-copy strong { display: block; font-family: Manrope, sans-serif; font-size: 21px; letter-spacing: -.03em; }
.overview-copy p { margin: 8px 0 0; color: #d7e9dd; font-size: 12px; line-height: 1.45; }
.progress-ring { position: relative; z-index: 1; width: 65px; height: 65px; flex: 0 0 65px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#f2b96e var(--progress, 0%), rgba(255,255,255,.16) 0); }
.progress-ring::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #246e4e; }
.progress-ring span { position: relative; z-index: 1; font-size: 12px; font-weight: 800; }
.store-filter-wrap { display: flex; gap: 8px; margin: 0 -18px 22px; padding: 0 18px; }
.store-filters { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.store-filters::-webkit-scrollbar { display: none; }
.store-chip { white-space: nowrap; display: flex; gap: 7px; align-items: center; height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); font-size: 13px; font-weight: 700; }
.store-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--store-color); }
.store-chip.active { color: white; border-color: var(--ink); background: var(--ink); }
.store-chip.active i { box-shadow: 0 0 0 3px rgba(255,255,255,.18); }
.add-store-shortcut { min-width: 42px; height: 42px; border: 1px dashed #bfc4bb; border-radius: 14px; background: transparent; font-size: 21px; }
.list-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 12px; }
.list-toolbar p { margin: 0; font-size: 13px; font-weight: 700; }
.list-toolbar select { max-width: 150px; border: 0; color: var(--muted); background: transparent; font-size: 12px; text-align: right; }
.category-section { margin-bottom: 19px; }
.category-title { display: flex; justify-content: space-between; margin: 0 2px 9px; color: #7a8079; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-title span:last-child { letter-spacing: 0; }
.item-card { position: relative; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 76px; padding: 11px 12px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); transition: transform .15s, opacity .15s; }
.item-card:active { transform: scale(.99); }
.check-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1.5px solid #cbd0c8; border-radius: 14px; background: #fafbf8; }
.check-button svg { width: 18px; opacity: .28; }
.item-info { min-width: 0; }
.item-info strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.item-meta { display: flex; gap: 6px; margin-top: 5px; color: var(--muted); font-size: 11px; }
.item-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile-store-meta { display: none; }
.store-badge { align-self: start; display: inline-flex; align-items: center; gap: 5px; max-width: 95px; padding: 5px 8px; color: var(--store-color); background: color-mix(in srgb, var(--store-color) 11%, white); border-radius: 8px; font-size: 10px; font-weight: 800; }
.store-badge i { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: currentColor; }
.item-menu { width: 30px; height: 30px; border: 0; background: transparent; color: #9ba098; font-size: 20px; }
.item-side { display: flex; align-items: center; }
.empty-state { padding: 55px 24px; text-align: center; }
.empty-illustration { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--green); background: var(--green-soft); border-radius: 28px; transform: rotate(-4deg); }
.empty-illustration svg { width: 38px; height: 38px; }
.empty-state h2 { margin-bottom: 8px; }
.empty-state p { color: var(--muted); font-size: 14px; line-height: 1.5; }
.fab { position: fixed; right: 20px; bottom: calc(82px + env(safe-area-inset-bottom)); z-index: 20; height: 54px; display: flex; align-items: center; gap: 8px; padding: 0 19px; border: 0; border-radius: 18px; color: white; background: var(--orange); box-shadow: 0 12px 26px rgba(181,80,39,.3); }
.fab span { font-size: 26px; font-weight: 300; }
.fab b { font-size: 13px; }
.mobile-nav { position: fixed; z-index: 15; left: 0; right: 0; bottom: 0; height: calc(74px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5,1fr); align-items: start; padding: 9px 8px env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.mobile-nav .nav-item { display: grid; justify-items: center; gap: 3px; border: 0; color: #8d938c; background: transparent; font-size: 11px; }
.mobile-nav .nav-item svg { width: 20px; }
.mobile-nav .nav-item.active { color: var(--green); }
.nav-add { width: 58px; min-height: 58px; display: grid; place-items: center; gap: 0; margin: -27px auto 0; padding: 2px 0 4px; border: 5px solid var(--paper); border-radius: 18px; color: white; background: var(--green); box-shadow: 0 7px 20px rgba(29,107,71,.25); }
.nav-add span { font-size: 25px; line-height: 23px; }
.nav-add small { font-size: 8px; font-weight: 700; }
.section-intro { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.section-intro h2 { margin-bottom: 5px; font-size: 22px; }
.section-intro p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.text-button { padding: 5px; border: 0; background: transparent; font-size: 12px; font-weight: 700; }
.danger { color: #b5503e; }
.purchased-item { display: flex; align-items: center; gap: 13px; padding: 14px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.7); }
.purchased-item .done-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green); background: var(--green-soft); border-radius: 12px; }
.purchased-item .done-icon svg { width: 17px; }
.purchased-item div:nth-child(2) { flex: 1; min-width: 0; }
.purchased-item strong { display: block; font-size: 14px; text-decoration: line-through; text-decoration-color: #aeb4ad; }
.purchased-item small { color: var(--muted); }
.restore-button { border: 0; color: var(--green); background: transparent; font-size: 12px; font-weight: 800; }
.store-grid { display: grid; gap: 12px; }
.store-card { position: relative; overflow: hidden; min-height: 125px; padding: 19px; border: 1px solid var(--line); border-radius: 21px; background: var(--surface); }
.store-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -35px; bottom: -45px; border-radius: 50%; background: var(--store-color); opacity: .1; }
.store-logo { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 12px; color: white; background: var(--store-color); font-family: Manrope, sans-serif; font-weight: 800; }
.store-card strong { display: block; }
.store-card small { color: var(--muted); }
.delete-store { position: absolute; top: 12px; right: 12px; border: 0; color: #a7aca5; background: transparent; font-size: 18px; }
.search-panel { display: flex; align-items: center; gap: 9px; padding: 0 13px; margin: -8px 0 18px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.search-panel input { width: 100%; height: 46px; border: 0; outline: 0; background: transparent; }
.search-panel button { border: 0; color: var(--muted); background: transparent; font-size: 22px; }
.backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(20,27,22,.48); backdrop-filter: blur(3px); }
.sheet { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; max-height: 92dvh; overflow-y: auto; padding: 10px 20px calc(25px + env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; background: var(--surface); box-shadow: var(--shadow); animation: slideUp .25s ease; }
@keyframes slideUp { from { transform: translateY(100%); } }
.sheet-handle { width: 43px; height: 5px; margin: 0 auto 18px; border-radius: 5px; background: #d9dcd6; }
.sheet-header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; }
.sheet-header h2 { margin: 0; font-size: 25px; }
.close-button { width: 37px; height: 37px; border: 0; border-radius: 50%; background: #f0f2ed; font-size: 23px; }
.field { display: grid; gap: 7px; flex: 1; min-width: 0; }
.field > span, .color-field legend { font-size: 12px; font-weight: 800; }
.field em { color: #999f98; font-weight: 400; }
.field input, .field select { width: 100%; height: 49px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fafbf8; outline: 0; }
.field input:focus, .field select:focus { border-color: var(--green); background: white; box-shadow: 0 0 0 3px rgba(29,107,71,.08); }
.full { margin-bottom: 15px; }
.form-row { display: flex; gap: 11px; margin-bottom: 15px; }
.quick-suggestions { display: flex; gap: 7px; overflow-x: auto; margin: -4px 0 16px; scrollbar-width: none; }
.suggestion { white-space: nowrap; padding: 7px 10px; border: 0; border-radius: 9px; color: var(--green); background: var(--green-soft); font-size: 11px; font-weight: 700; }
.favorite-panel { margin: -3px 0 15px; }
.favorite-panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.favorite-panel-title span { color: #8a681a; font-size: 11px; font-weight: 800; }
.favorite-panel-title small { color: var(--muted); font-size: 9px; }
.favorite-suggestions { display: flex; gap: 7px; overflow-x: auto; padding: 1px; scrollbar-width: none; }
.favorite-card { min-width: 126px; max-width: 155px; padding: 9px 10px; border: 1px solid #eadfbd; border-radius: 11px; background: #fffaf0; text-align: left; }
.favorite-card strong, .favorite-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.favorite-card strong { font-size: 11px; }.favorite-card small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.favorite-check { display: flex; align-items: center; gap: 9px; margin: 0 0 13px; color: #6e5b25; font-size: 11px; font-weight: 700; }
.favorite-check input { width: 18px; height: 18px; accent-color: #b48b29; }
.item-favorite { width: 28px; height: 30px; padding: 0; border: 0; color: #aaa; background: transparent; font-size: 18px; }
.item-favorite.active { color: #c49320; }
.primary-button, .secondary-button { min-height: 48px; padding: 0 17px; border-radius: 13px; font-weight: 800; font-size: 13px; }
.primary-button { border: 0; color: white; background: var(--green); }
.primary-button:hover { background: var(--green-dark); }
.secondary-button { border: 1px solid var(--line); background: white; }
.full-width { width: 100%; margin-top: 3px; }
.compact { min-height: 40px; white-space: nowrap; }
.color-field { margin: 0 0 18px; padding: 0; border: 0; }
.color-field legend { margin-bottom: 10px; }
#colorChoices { display: flex; gap: 10px; }
.color-choice { width: 37px; height: 37px; border: 4px solid white; border-radius: 50%; background: var(--choice); box-shadow: 0 0 0 1px var(--line); }
.color-choice.selected { box-shadow: 0 0 0 2px var(--ink); }
.confirm-modal { position: fixed; z-index: 70; left: 18px; right: 18px; top: 50%; max-width: 430px; margin: auto; padding: 28px 22px 22px; transform: translateY(-50%); border-radius: 25px; background: white; text-align: center; box-shadow: var(--shadow); animation: pop .2s ease; }
@keyframes pop { from { opacity: 0; transform: translateY(-47%) scale(.96); } }
.confirm-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: -4px auto 15px; color: var(--green); background: var(--green-soft); border-radius: 19px; }
.confirm-modal h2 { margin-bottom: 12px; font-size: 23px; }
.confirm-modal > p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.confirm-product { padding: 13px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 13px; background: #f8f9f5; }
.confirm-product strong, .confirm-product span { display: block; }
.confirm-product span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.confirm-actions { display: grid; grid-template-columns: 1fr 1.15fr; gap: 9px; margin-top: 20px; }
.confirm-actions .primary-button { display: flex; align-items: center; justify-content: center; gap: 6px; }
.confirm-actions svg { width: 16px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 95px; max-width: calc(100% - 36px); padding: 11px 16px; transform: translate(-50%, 15px); border-radius: 12px; color: white; background: #202820; box-shadow: var(--shadow); opacity: 0; pointer-events: none; font-size: 12px; transition: .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 700px) {
  main { padding: 34px 34px 110px; }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .sheet { left: 50%; right: auto; bottom: 24px; width: min(570px, calc(100% - 40px)); padding: 13px 27px 27px; border-radius: 28px; transform: translateX(-50%); }
  @keyframes slideUp { from { transform: translate(-50%, 50px); opacity: 0; } to { transform: translate(-50%, 0); opacity: 1; } }
}
@media (min-width: 700px) and (max-width: 1049px) {
  .sheet { top: max(16px, env(safe-area-inset-top)); bottom: auto; max-height: calc(100dvh - 32px - env(safe-area-inset-top)); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scroll-padding-bottom: 28px; }
  #addItemSheet { width: min(680px, calc(100% - 32px)); padding-bottom: max(28px, env(safe-area-inset-bottom)); }
  #addItemForm { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
  #addItemForm > .field:first-child,
  #addItemForm > .favorite-panel,
  #addItemForm > .quick-suggestions,
  #addItemForm > .form-row,
  #addItemForm > .favorite-check,
  #addItemForm > .primary-button { grid-column: 1 / -1; }
  #addItemForm > .field.full { margin-bottom: 0; }
  #addItemForm > .favorite-panel { margin: 0; }
  #addItemForm > .quick-suggestions { margin: 0; }
  #addItemForm > .form-row { margin-bottom: 0; }
  #addItemForm > .favorite-check { margin: 0; }
  #addItemForm > .primary-button { margin-top: 0; }
  .sheet-header { margin-bottom: 14px; }
}
@media (min-width: 1050px) {
  body { background: #eef0ea; }
  .app-shell { display: grid; grid-template-columns: 260px 1fr; width: min(1280px, calc(100% - 48px)); min-height: calc(100dvh - 48px); margin: 24px auto; overflow: hidden; border-radius: 30px; background: var(--paper); box-shadow: 0 22px 70px rgba(38,47,40,.12); }
  .desktop-sidebar { display: flex; flex-direction: column; padding: 29px 21px; border-right: 1px solid var(--line); background: white; }
  .brand { display: flex; align-items: center; gap: 11px; margin: 0 9px 44px; color: var(--ink); text-decoration: none; font: 800 20px Manrope, sans-serif; letter-spacing: -.04em; }
  .brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px 11px 11px 4px; color: white; background: var(--green); font-size: 17px; }
  .side-nav { display: grid; gap: 7px; }
  .side-nav .nav-item { display: flex; align-items: center; gap: 12px; width: 100%; padding: 13px 14px; border: 0; border-radius: 13px; color: var(--muted); background: transparent; font-weight: 700; font-size: 13px; text-align: left; }
  .side-nav .nav-item.active { color: var(--green); background: var(--green-soft); }
  .sync-card { width: 100%; margin-top: auto; padding: 17px; border: 0; border-radius: 17px; color: inherit; background: #f3f5f0; text-align: left; }
  .avatar-stack { display: flex; margin-bottom: 13px; }
  .avatar-stack span { width: 29px; height: 29px; display: grid; place-items: center; margin-right: -6px; border: 2px solid #f3f5f0; border-radius: 50%; color: white; background: #356f52; font-size: 9px; font-weight: 800; }
  .avatar-stack span:nth-child(2) { background: #c7764f; }.avatar-stack span:nth-child(3) { color: var(--muted); background: white; }
  .sync-card strong { font-size: 12px; }.sync-card p { margin: 6px 0 11px; color: var(--muted); font-size: 10px; line-height: 1.45; }
  .status { color: var(--green); font-size: 9px; font-weight: 700; }.status i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #5aaa78; }
  main { width: min(100%, 900px); padding: 45px 48px 70px; }
  .topbar { margin-bottom: 27px; }
  .mobile-nav, .fab { display: none; }
  .desktop-add-button { display: flex; }
  .overview-card { min-height: 158px; padding: 30px; }
  .overview-copy strong { font-size: 25px; }
  .progress-ring { width: 78px; height: 78px; flex-basis: 78px; }
  .store-filter-wrap { margin-left: 0; margin-right: 0; padding: 0; }
  .item-card { grid-template-columns: 48px minmax(0,1fr) auto; min-height: 79px; padding-right: 16px; }
  .store-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 430px) { .fab { display: none; } }
@media (max-width: 699px) {
  main { padding-top: max(10px, env(safe-area-inset-top)); }
  .topbar { min-height: 42px; margin-bottom: 8px; }
  .topbar .eyebrow { display: none; }
  h1 { font-size: 24px; letter-spacing: -.04em; }
  .top-actions { gap: 6px; }
  .icon-button, .profile-button { width: 38px; height: 38px; }
  .icon-button svg, .profile-button svg { width: 18px; height: 18px; }
  .overview-card { min-height: 68px; margin-bottom: 10px; padding: 11px 13px 11px 15px; border-radius: 17px; box-shadow: 0 8px 20px rgba(29,107,71,.12); }
  .overview-card::after { width: 100px; height: 100px; right: -48px; top: -48px; border-width: 18px; }
  .overview-copy { max-width: calc(100% - 58px); }
  .overview-copy .mini-label, .overview-copy p { display: none; }
  .overview-copy strong { font-size: 15px; letter-spacing: -.02em; }
  .progress-ring { width: 45px; height: 45px; flex-basis: 45px; }
  .progress-ring::after { inset: 4px; }
  .progress-ring span { font-size: 10px; }
  .store-filter-wrap { margin-bottom: 10px; }
  .store-chip, .add-store-shortcut { height: 36px; border-radius: 12px; }
  .store-chip { padding: 0 12px; font-size: 12px; }
  .add-store-shortcut { min-width: 36px; font-size: 19px; }
  .list-toolbar { margin-bottom: 8px; }
  .category-title { margin-bottom: 6px; }
  .category-section { margin-bottom: 13px; }
  .item-card { grid-template-columns: 38px minmax(0,1fr) 27px; gap: 8px; min-height: 62px; padding: 8px 8px 8px 9px; margin-bottom: 6px; border-radius: 15px; }
  .check-button { width: 36px; height: 36px; border-radius: 11px; }
  .check-button svg { width: 16px; }
  .item-info strong { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.2; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .item-meta { flex-wrap: wrap; gap: 2px 5px; margin-top: 3px; font-size: 10px; line-height: 1.25; }
  .item-meta span { max-width: 100%; }
  .desktop-store-badge { display: none; }
  .mobile-store-meta { display: inline-flex; align-items: center; gap: 4px; color: var(--store-color); font-weight: 700; }
  .mobile-store-meta::before { content: "•"; color: #a9aea7; margin-right: 1px; }
  .mobile-store-meta i { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: currentColor; }
  .item-side { flex-direction: column; justify-content: center; }
  .item-favorite, .item-menu { width: 27px; height: 25px; padding: 0; }
  .item-menu { font-size: 18px; }
  .category-title { font-size: 10px; line-height: 1.25; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.sync-intro, .share-explanation { color: var(--muted); font-size: 13px; line-height: 1.55; }
.sync-choice { width: 100%; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid #cfe1d4; border-radius: 16px; background: #f3f8f4; text-align: left; }
.sync-choice-icon { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 14px; }
.sync-choice strong, .sync-choice small { display: block; }
.sync-choice strong { margin-bottom: 3px; font-size: 14px; }
.sync-choice small { color: var(--muted); font-size: 11px; }
.sync-choice b { color: var(--green); font-size: 24px; }
.or-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #a0a59e; font-size: 11px; }
.or-divider::before, .or-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.connected-banner { display: flex; align-items: center; gap: 12px; padding: 15px; margin-bottom: 16px; border-radius: 16px; color: var(--green); background: var(--green-soft); }
.connected-banner > svg { width: 29px; height: 29px; }
.connected-banner strong, .connected-banner small { display: block; }
.connected-banner small { margin-top: 3px; color: #597063; font-size: 10px; }
.share-code-block { position: relative; padding: 12px 75px 12px 14px; margin-bottom: 9px; border: 1px solid var(--line); border-radius: 13px; background: #fafbf8; }
.share-code-block span, .share-code-block strong { display: block; }
.share-code-block span { margin-bottom: 3px; color: var(--muted); font-size: 10px; }
.share-code-block strong { font-family: Manrope, sans-serif; letter-spacing: .12em; }
.share-code-block button { position: absolute; top: 50%; right: 10px; padding: 7px; transform: translateY(-50%); border: 0; color: var(--green); background: transparent; font-size: 10px; font-weight: 800; }
#syncNowButton { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; }
.disconnect-button { display: block; margin: 12px auto 0; }
.sync-error { padding: 10px 12px; margin: 13px 0 0; border-radius: 10px; color: #a34232; background: #fff0ed; font-size: 11px; }
.button-loading { opacity: .65; pointer-events: none; }
