
:root{--bg:#fafafa;--card:#fff;--text:#1f1f28;--muted:#777083;--line:#eadff0;--primary:#9c18a8;--primary-dark:#65016e;--accent:#db26eb;--soft:#f5e6f8;--radius:24px;--shadow:0 18px 42px rgba(80,20,92,.10)}
*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fafafa;color:var(--text);overflow:hidden}a{text-decoration:none;color:inherit}
.phone{width:100%;max-width:390px;height:100dvh;margin:0 auto;background:var(--bg);position:relative;overflow:hidden;box-shadow:0 0 0 1px rgba(80,20,92,.08)}
.header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:390px;height:72px;padding:14px 18px 10px;background:rgba(242,242,242,.94);backdrop-filter:blur(16px);display:flex;align-items:end;justify-content:space-between;z-index:20;border-bottom:1px solid rgba(234,223,240,.9)}
.brand{display:flex;align-items:center;gap:10px}.mark{width:32px;height:32px;border-radius:11px;background:linear-gradient(135deg,var(--primary),var(--accent));color:white;display:grid;place-items:center;font-weight:900;box-shadow:none}.title{font-size:17px;font-weight:850}.sub{font-size:11px;color:var(--muted);margin-top:2px}.gear{width:38px;height:38px;border:1px solid var(--line);background:white;border-radius:14px;display:grid;place-items:center;box-shadow:none}
.page{height:100%;overflow:auto;padding:92px 18px 96px;scrollbar-width:none}.page::-webkit-scrollbar{display:none}
.footer{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:390px;height:82px;padding:9px 12px 14px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-top:1px solid rgba(234,223,240,.95);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}
.nav{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);font-size:11px;font-weight:700;border-radius:18px}.nav .ico{font-size:20px}.nav.active{color:var(--primary);background:var(--soft)}
.hero{background:radial-gradient(circle at 88% 5%, rgba(219,38,235,.18), transparent 36%),radial-gradient(circle at 0% 100%, rgba(0,168,252,.12), transparent 32%),linear-gradient(135deg,#fff,#fbf8fd);border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:var(--shadow);margin-bottom:18px}.eyebrow{font-size:12px;color:var(--muted);font-weight:800;margin-bottom:6px}.h1{font-size:20px;line-height:1.08;letter-spacing:-.035em;margin-bottom:10px}.p{font-size:14px;color:var(--muted);line-height:1.45}
.pill{margin-top:16px;background:white;border:1px solid var(--line);border-radius:18px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted)}
.section{margin:20px 0 12px;display:flex;align-items:center;justify-content:space-between}.section h2{font-size:16px}.section a{font-size:13px;color:var(--primary);font-weight:800}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(80,20,92,.06)}.list{overflow:hidden}.row{width:100%;min-height:66px;padding:14px 16px;display:flex;align-items:center;gap:13px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;color:inherit;cursor:pointer}.row:last-child{border-bottom:none}.appico{width:42px;height:42px;border-radius:16px;background:#fff;border:1px solid var(--line);color:var(--primary-dark);display:grid;place-items:center;font-size:21px;flex:none}.main{flex:1;min-width:0}.rt{font-size:15px;font-weight:800}.rd{margin-top:3px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chev{color:#a9a1b3;font-size:20px}
.badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:800;background:#f1f3f7;color:var(--muted)}.live{background:#e8f7f0;color:#0e9f6e}.draft{background:#fff7ed;color:#d97706}.locked{background:#fee2e2;color:#dc2626}
.btn{border:0;border-radius:18px;min-height:48px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;box-shadow:none}.primary{background:var(--primary);color:white;box-shadow:none}.soft{background:var(--soft);color:var(--primary-dark)}.full{width:100%}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.btn-google{background:#fff;color:#202124;border:1px solid #dadce0;box-shadow:none;font-weight:850}.btn-google:hover{background:#fbf8fd}.google-icon{width:20px;height:20px;flex:none}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat{padding:15px 12px;text-align:center}.stat strong{display:block;font-size:22px}.stat span{font-size:11px;color:var(--muted);font-weight:800}
.form{display:grid;gap:12px}.field label{display:block;font-size:12px;font-weight:800;color:var(--muted);margin:0 0 7px 2px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:white;border-radius:18px;min-height:48px;padding:12px 14px;outline:none;font-size:16px;line-height:1.25}.field textarea{min-height:110px;resize:none}
select{
  min-height:46px;
  font-size:16px!important;
  line-height:1.25;
  color:var(--text);
  background-color:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 42px 0 14px!important;
  appearance:none;
  -webkit-appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);
  background-position:calc(100% - 20px) 50%,calc(100% - 14px) 50%;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
}
select option{font-size:16px;color:var(--text);background:#fff}
.login{height:100%;overflow:auto;padding:54px 24px 28px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#f2f2f2,var(--bg))}.login-logo{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,var(--primary),var(--accent));color:white;display:grid;place-items:center;font-size:26px;font-weight:900;margin-bottom:18px;box-shadow:none}.login-title{font-size:38px;line-height:.98;letter-spacing:-.05em;margin-bottom:10px}.login-card{margin-top:26px;padding:16px}.divider{text-align:center;color:var(--muted);font-size:12px;margin:14px 0}
.note{padding:14px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:18px;font-size:13px;line-height:1.4;margin-top:18px}

#loadingOverlay{position:fixed;inset:0;background:var(--loader-bg,var(--bg));z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;transition:opacity .35s ease;}
#loadingOverlay.hide{opacity:0;pointer-events:none;}
.loader-logo{width:62px;height:62px;border-radius:22px;background:linear-gradient(135deg,var(--loader-primary,var(--primary)),var(--loader-accent,var(--accent)));color:var(--loader-logo,#fff);display:grid;place-items:center;box-shadow:none;position:relative;animation:loader-bounce 1s ease-in-out infinite alternate;}
.loader-logo::after{content:"";position:absolute;inset:-8px;border:1px solid color-mix(in srgb,var(--loader-ring,var(--primary)) 24%,transparent);border-radius:28px;animation:loader-ring 1.15s ease-out infinite;}
.loader-logo svg{width:29px;height:29px;stroke-width:2.35;position:relative;z-index:1;}
.loader-text{font-size:13px;color:var(--loader-text,var(--muted));font-weight:750;position:relative;}
.loader-text::after{content:"";animation:loader-dots 1.2s steps(4,end) infinite;}
@keyframes loader-bounce{from{transform:translateY(0)}to{transform:translateY(-10px)}}
@keyframes loader-ring{0%{opacity:.9;transform:scale(.86)}100%{opacity:0;transform:scale(1.22)}}
@keyframes loader-dots{0%{content:""}25%{content:"."}50%{content:".."}75%,100%{content:"..."}}

#toast{
  position:fixed;
  top:86px;
  left:50%;
  transform:translateX(-50%) translateY(-8px);
  background:rgba(31,31,40,.96);
  color:#fff;
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:750;
  opacity:0;
  pointer-events:none;
  z-index:9999;
  transition:opacity .18s, transform .18s;
  max-width:92%;
  width:auto;
  display:inline-block;
  text-align:center;
  box-shadow:0 10px 30px rgba(31,31,40,.18);
  white-space:normal;
}

#toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.theme-core{
  --bg:var(--core-bg,#fafafa)!important;
  --card:var(--core-card,#fff)!important;
  --text:var(--core-text,#1f1f28)!important;
  --ink:var(--core-text,#1f1f28)!important;
  --muted:var(--core-muted,#777083)!important;
  --line:var(--core-line,#eadff0)!important;
  --cork:var(--core-line,#eadff0)!important;
  --tan2:#fbf8fd!important;
  --core-default-primary:#9c18a8;
  --core-default-primary-dark:#65016e;
  --core-default-accent:#db26eb;
  --core-default-soft:#f5e6f8;
  --core-gray-soft:#f1f3f7;
  --core-gray-text:#4b5563;
  --core-gray-accent:#6b7280;
  --core-icon:#3f3f46;
  --core-theme-header:var(--soft);
  --core-theme-footer:var(--soft);
  background:var(--core-bg,#fafafa)!important;
  color:var(--core-text,#1f1f28)!important;
}
.theme-core .phone,
.theme-core .shell,
.theme-core .scroll-body,
.theme-core .page{
  background:var(--core-bg,#fafafa)!important;
  color:var(--core-text,#1f1f28)!important;
}
.theme-core .header,
.theme-core .mini-header{
  background:var(--core-theme-header)!important;
  border-color:color-mix(in srgb,var(--primary) 18%,var(--core-line,#eadff0))!important;
}
.theme-core .hero,
.theme-core .profile-hero,
.theme-core .profile-card,
.theme-core .manager-intro{
  background:#fafafa!important;
  border-color:var(--core-line,#eadff0)!important;
  box-shadow:none!important;
}
.theme-core .footer,
.theme-core .bottom-nav{
  background:var(--core-theme-footer)!important;
  border-color:color-mix(in srgb,var(--primary) 18%,var(--core-line,#eadff0))!important;
}
.theme-core .title,
.theme-core .h1,
.theme-core h1,
.theme-core h2,
.theme-core h3,
.theme-core .rt,
.theme-core .user-name,
.theme-core .profile-name,
.theme-core .layout-label,
.theme-core .main-title,
.theme-core .theme-name,
.theme-core .info-value,
.theme-core .section-label{
  color:var(--core-text,#1f1f28)!important;
}
.theme-core .sub,
.theme-core .p,
.theme-core .rd,
.theme-core .muted,
.theme-core .user-meta,
.theme-core .profile-psid,
.theme-core .layout-sub,
.theme-core .main-sub,
.theme-core .info-label,
.theme-core .theme-meta,
.theme-core .settings-copy,
.theme-core .drawer-copy,
.theme-core small{
  color:var(--core-muted,#777083)!important;
}
.theme-core .header .title,
.theme-core .mini-header .title,
.theme-core .header .sub,
.theme-core .mini-header .sub,
.theme-core .header .title-sep,
.theme-core .mini-header .title-sep{
  color:var(--primary-dark)!important;
}
.theme-core.theme-core-dark .header .title,
.theme-core.theme-core-dark .mini-header .title,
.theme-core.theme-core-dark .header .sub,
.theme-core.theme-core-dark .mini-header .sub,
.theme-core.theme-core-dark .header .title-sep,
.theme-core.theme-core-dark .mini-header .title-sep{
  color:#fff!important;
}
.theme-core .bottom-nav .nav,
.theme-core .bottom-nav .nav-btn,
.theme-core .footer .nav,
.theme-core .footer .nav-btn{
  color:var(--core-muted,#777083)!important;
}
.theme-core .icon-btn,
.theme-core .gear,
.theme-core .header .icon-btn,
.theme-core .quick-add-close,
.theme-core .layout-manager-btn,
.theme-core .section-action,
.theme-core .grid-btn,
.theme-core .more-apps-btn{
  background:var(--core-control,#fff)!important;
  border-color:var(--core-line,#eadff0)!important;
  color:var(--core-icon)!important;
  box-shadow:none!important;
}
.theme-core svg{
  color:currentColor;
}
.theme-core .appicon,
.theme-core .appico,
.theme-core .main-icon,
.theme-core .info-icon,
.theme-core .tool-ico,
.theme-core .page-hero-icon,
.theme-core .hero-icon,
.theme-core .theme-icon,
.theme-core .entry-icon,
.theme-core .choice-label,
.theme-core .section-label svg{
  color:var(--core-icon)!important;
}
.theme-core .appicon svg,
.theme-core .appico svg,
.theme-core .main-icon svg,
.theme-core .info-icon svg,
.theme-core .tool-ico svg,
.theme-core .page-hero-icon svg,
.theme-core .hero-icon svg,
.theme-core .theme-icon svg,
.theme-core .entry-icon svg,
.theme-core .choice-label svg,
.theme-core .section-label svg{
  color:currentColor!important;
  stroke:currentColor!important;
}
.theme-core .appicon svg [fill]:not([fill="none"]),
.theme-core .appico svg [fill]:not([fill="none"]),
.theme-core .main-icon svg [fill]:not([fill="none"]),
.theme-core .info-icon svg [fill]:not([fill="none"]),
.theme-core .tool-ico svg [fill]:not([fill="none"]),
.theme-core .page-hero-icon svg [fill]:not([fill="none"]),
.theme-core .hero-icon svg [fill]:not([fill="none"]),
.theme-core .theme-icon svg [fill]:not([fill="none"]),
.theme-core .entry-icon svg [fill]:not([fill="none"]),
.theme-core .choice-label svg [fill]:not([fill="none"]),
.theme-core .section-label svg [fill]:not([fill="none"]){
  fill:currentColor!important;
}
.theme-core .icon-btn svg,
.theme-core .gear svg,
.theme-core .header .icon-btn svg,
.theme-core .quick-add-close svg,
.theme-core .layout-manager-btn svg,
.theme-core .nav svg,
.theme-core .nav-btn svg,
.theme-core .grid-btn svg{
  color:currentColor!important;
  stroke:currentColor!important;
}
.theme-core .icon-btn svg [fill]:not([fill="none"]),
.theme-core .gear svg [fill]:not([fill="none"]),
.theme-core .header .icon-btn svg [fill]:not([fill="none"]),
.theme-core .layout-manager-btn svg [fill]:not([fill="none"]),
.theme-core .nav svg [fill]:not([fill="none"]),
.theme-core .nav-btn svg [fill]:not([fill="none"]){
  fill:currentColor!important;
}
.theme-core .btn.primary,
.theme-core .primary,
.theme-core .nav.active,
.theme-core .nav-btn.active,
.theme-core .tool-btn.full{
  background:linear-gradient(135deg,var(--primary),var(--accent))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.theme-core .mark,
.theme-core .login-logo,
.theme-core .loader-logo{
  background:linear-gradient(135deg,var(--primary),var(--accent))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.theme-core .bottom-nav .nav.active,
.theme-core .bottom-nav .nav-btn.active,
.theme-core .footer .nav.active,
.theme-core .footer .nav-btn.active{
  background:linear-gradient(135deg,var(--primary),var(--accent))!important;
  color:#fff!important;
}
.theme-core .nav.active svg,
.theme-core .nav-btn.active svg,
.theme-core .tool-btn.full svg,
.theme-core .primary svg{
  color:currentColor!important;
  stroke:currentColor!important;
  fill:none;
}
.theme-core .nav.active svg [fill]:not([fill="none"]),
.theme-core .nav-btn.active svg [fill]:not([fill="none"]),
.theme-core .tool-btn.full svg [fill]:not([fill="none"]),
.theme-core .primary svg [fill]:not([fill="none"]){
  fill:currentColor!important;
}
.theme-core .appico,
.theme-core .appicon,
.theme-core .main-icon,
.theme-core .info-icon,
.theme-core .bookmark-btn,
.theme-core .tool-ico{
  background:#fff!important;
  color:var(--core-icon)!important;
  border-color:var(--core-line,#eadff0)!important;
}
.theme-core .badge.live,
.theme-core .badge.draft,
.theme-core .tag-free,
.theme-core .btn.soft,
.theme-core .mini-link,
.theme-core .quick-setup-pill,
.theme-core .grid-btn.active,
.theme-core .view-toggle button.active,
.theme-core .filter-chip.active,
.theme-core .chip.active,
.theme-core .privacy-btn.active,
.theme-core .choice-btn.active,
.theme-core .entry-btn.active,
.theme-core .main-choice.active{
  background:var(--core-default-soft)!important;
  color:var(--core-default-primary-dark)!important;
  border-color:rgba(156,24,168,.18)!important;
}
.theme-core .btn.soft svg,
.theme-core .mini-link svg,
.theme-core .quick-setup-pill svg,
.theme-core .grid-btn.active svg,
.theme-core .view-toggle button.active svg,
.theme-core .filter-chip.active svg,
.theme-core .chip.active svg,
.theme-core .privacy-btn.active svg,
.theme-core .choice-btn.active svg,
.theme-core .entry-btn.active svg,
.theme-core .main-choice.active svg{
  color:var(--core-icon)!important;
  stroke:currentColor!important;
}
.theme-core .btn.soft svg [fill]:not([fill="none"]),
.theme-core .mini-link svg [fill]:not([fill="none"]),
.theme-core .quick-setup-pill svg [fill]:not([fill="none"]),
.theme-core .grid-btn.active svg [fill]:not([fill="none"]),
.theme-core .view-toggle button.active svg [fill]:not([fill="none"]),
.theme-core .filter-chip.active svg [fill]:not([fill="none"]),
.theme-core .chip.active svg [fill]:not([fill="none"]),
.theme-core .privacy-btn.active svg [fill]:not([fill="none"]),
.theme-core .choice-btn.active svg [fill]:not([fill="none"]),
.theme-core .entry-btn.active svg [fill]:not([fill="none"]),
.theme-core .main-choice.active svg [fill]:not([fill="none"]){
  fill:currentColor!important;
}
.theme-core.theme-core-custom .badge.live,
.theme-core.theme-core-custom .badge.draft,
.theme-core.theme-core-custom .tag-free,
.theme-core.theme-core-custom .btn.soft,
.theme-core.theme-core-custom .mini-link,
.theme-core.theme-core-custom .quick-setup-pill,
.theme-core.theme-core-custom .grid-btn.active,
.theme-core.theme-core-custom .view-toggle button.active,
.theme-core.theme-core-custom .filter-chip.active,
.theme-core.theme-core-custom .chip.active,
.theme-core.theme-core-custom .privacy-btn.active,
.theme-core.theme-core-custom .choice-btn.active,
.theme-core.theme-core-custom .entry-btn.active,
.theme-core.theme-core-custom .main-choice.active{
  background:var(--core-gray-soft)!important;
  color:var(--core-gray-text)!important;
  border-color:#d8dde8!important;
}
.theme-core .bookmark-btn,
.theme-core .love-btn,
.theme-core .info-love-btn{
  background:#fff!important;
  color:#c8b8ce!important;
  border-color:var(--core-line,#eadff0)!important;
}
.theme-core .bookmark-btn.active,
.theme-core .love-btn.active,
.theme-core .info-love-btn.active,
.theme-core button.love.active,
.theme-core .button-love.active{
  background:var(--core-default-soft)!important;
  color:var(--core-default-accent)!important;
  border-color:rgba(156,24,168,.22)!important;
}
.theme-core.theme-core-custom .bookmark-btn.active,
.theme-core.theme-core-custom .love-btn.active,
.theme-core.theme-core-custom .info-love-btn.active,
.theme-core.theme-core-custom button.love.active,
.theme-core.theme-core-custom .button-love.active{
  background:#fff5f6!important;
  color:#ff2f3d!important;
  border-color:rgba(255,47,61,.24)!important;
}
.theme-core .appicon.green,
.theme-core .appicon.blue,
.theme-core .appicon.orange,
.theme-core .appicon.dark,
.theme-core .tile .appicon{
  background:#fff!important;
  color:var(--core-icon)!important;
}
.theme-core .field input,
.theme-core .field select,
.theme-core .field textarea,
.theme-core input,
.theme-core textarea,
.theme-core select{
  background:#fff!important;
  color:var(--core-text,#1f1f28)!important;
  border-color:var(--core-line,#eadff0)!important;
}
.theme-core select option{
  background:#fff!important;
  color:var(--core-text,#1f1f28)!important;
}



.swatch{width:54px;height:54px;border-radius:18px;border:1px solid var(--line);flex:none}.night{background:linear-gradient(135deg,#111827,#9c18a8)}.clean{background:linear-gradient(135deg,#fff,#f3f4f6)}.mint{background:linear-gradient(135deg,#d1fae5,#ecfeff)}.sun{background:linear-gradient(135deg,#fff7ed,#fed7aa)}
@media (min-width:700px){body{padding:24px}.phone{height:844px;border-radius:34px}.header,.footer{position:absolute}}
