@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--primary:#2563eb;--primary-hover:#1d4ed8;--text:#1f2937;--text-secondary:#6b7280;--bg:#fff;--bg-secondary:#f9fafb;--border:#e5e7eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);text-decoration:none}.btn-secondary{background:var(--bg-secondary);color:var(--text);border:1px solid var(--border)}.site-theme{--primary:#0f766e;--primary-hover:#0b4f4a;--text:#151515;--text-secondary:#5b5b5b;--bg:#fdfbf7;--bg-secondary:#f3f0ea;--border:#e6e1d9;--card:#fff;--shadow:0 14px 40px rgba(28,25,23,.08);min-height:100vh;background:radial-gradient(circle at top left,#f8efe3 0,#f2f5f3 40%,#edf4f8 100%);color:var(--text);font-family:Space Grotesk,ui-sans-serif,system-ui}.site-theme a{color:var(--primary)}.site-theme .btn{border-radius:999px;padding:10px 18px;font-weight:600;border:1px solid var(--border);background:#fff;box-shadow:0 10px 20px rgba(28,25,23,.08)}.site-theme .btn-primary{background:var(--primary);color:#fff;border:1px solid transparent;box-shadow:0 10px 20px rgba(15,118,110,.2)}.site-theme .btn-primary:hover{background:var(--primary-hover)}.site-theme .btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.site-theme .site-header{background:hsla(0,0%,100%,.9);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-header{position:relative;z-index:5;padding:16px 0}.home-header__container{display:flex;align-items:center;justify-content:space-between;gap:24px}.home-header__brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;min-width:0}.home-header__logo{width:36px;height:36px;border-radius:10px;flex-shrink:0}.home-header__brand-name{font-size:20px;font-weight:600;letter-spacing:.2px;white-space:nowrap;color:var(--primary)}.home-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex:1 1;min-width:0}.home-header__links{gap:24px}.home-header__actions,.home-header__links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.home-header__actions{gap:12px;flex-shrink:0}.home-header__email{font-size:16px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-header{padding:16px 0}.billing-header__container{display:flex;align-items:center;justify-content:space-between;gap:24px}.billing-header__brand{display:inline-flex;align-items:center;gap:12px;color:var(--primary);min-width:0}.billing-header__brand:hover{text-decoration:none}.billing-header__logo{width:36px;height:36px;border-radius:10px;flex-shrink:0}.billing-header__brand-name{font-size:20px;font-weight:600;letter-spacing:.2px;color:var(--primary)}.billing-header__actions{display:inline-flex;align-items:center;gap:16px;min-width:0}.billing-header__email{font-size:16px;max-width:min(34vw,320px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-header__dashboard{display:inline-flex;align-items:center;justify-content:center;text-align:center}.site-theme .site-card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.site-theme .site-card--highlight{border:1px solid rgba(15,118,110,.5);background:rgba(15,118,110,.08)}.site-theme .site-muted{color:var(--text-secondary)}.site-theme .site-section{padding:80px 0}.site-theme h1,.site-theme h2,.site-theme h3{font-family:Fraunces,serif;letter-spacing:.2px}.site-theme .site-label{font-size:13px;font-weight:600;margin-bottom:6px;display:inline-block}.site-theme .site-input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fff;font-family:Space Grotesk,ui-sans-serif,system-ui}.home-main{position:relative;overflow:hidden}.home-hero{position:relative;padding:120px 0 90px}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:2}.home-hero__copy{display:flex;flex-direction:column;gap:20px}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#7a6b62;font-weight:600}.home-hero__title{font-size:clamp(40px,4vw,64px);line-height:1.05}.home-hero__subtitle{font-size:18px;max-width:520px}.home-hero__actions{display:flex;gap:16px;flex-wrap:wrap}.home-hero__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;margin-top:8px}.home-hero__meta-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#7d756f;display:block;font-weight:600}.home-hero__meta-value{font-size:15px;font-weight:600}.home-hero__visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.home-mockup{width:min(520px,100%);padding:18px;border-radius:28px;background:hsla(0,0%,100%,.95);border:1px solid hsla(38,25%,87%,.8);box-shadow:0 30px 80px rgba(78,63,52,.18);transform:rotate(-1deg)}.home-orb{position:absolute;width:420px;height:420px;border-radius:999px;filter:blur(90px);opacity:.55;z-index:1;pointer-events:none;animation:float 10s ease-in-out infinite}.home-orb--peach{background:#f6d6cb;top:-160px;left:-120px}.home-orb--sage{background:#c9e1d2;top:180px;right:-140px;animation-delay:1.5s}.home-float-card{position:absolute;--hero-preview-scale:0.72;--hero-preview-offset-x:0px;--hero-preview-offset-y:0px;width:216px;height:148px;padding:14px;border-radius:22px;background:hsla(0,0%,100%,.95);border:1px solid hsla(38,25%,87%,.8);box-shadow:0 18px 40px rgba(78,63,52,.18)}.home-float-card__inner{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;background:#f7f2ed}.home-float-card__frame{width:calc(100% / var(--hero-preview-scale));height:calc(100% / var(--hero-preview-scale));border:none;display:block;position:absolute;top:var(--hero-preview-offset-y);left:var(--hero-preview-offset-x);pointer-events:none;overflow:hidden;background:#fff;transform:scale(var(--hero-preview-scale));transform-origin:top left}.home-float-card__fallback,.home-float-card__placeholder{position:absolute;inset:0;display:grid;place-content:center;text-align:center;padding:10px}.home-float-card__placeholder{color:#8a7e76;font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(110deg,hsla(37,35%,93%,.45) 8%,hsla(0,0%,100%,.9) 18%,hsla(37,35%,93%,.45) 33%),#faf7f2;background-size:220% 100%;animation:shimmer 1.8s linear infinite}.home-float-card img{width:100%;height:100%;object-fit:cover;display:block}.home-float-card__fallback{font-size:13px;color:#8a7e76;font-weight:600}.home-float--one{--hero-preview-scale:0.58;width:264px;height:168px;top:2%;right:-10px;animation:float 6s ease-in-out infinite}.home-float--two{--hero-preview-scale:0.68;width:230px;height:162px;bottom:10%;left:-30px;animation:float 7s ease-in-out infinite}.home-float--three{--hero-preview-scale:0.58;--hero-preview-offset-y:0px;width:194px;height:138px;bottom:1%;right:9%;animation:float 8s ease-in-out infinite}.home-section-title{text-align:center;max-width:640px;margin:0 auto 48px;display:grid;grid-gap:12px;gap:12px}.home-section-eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#7c6c64;font-weight:600}.home-bento{background:linear-gradient(180deg,hsla(0,0%,100%,.8),hsla(33,35%,94%,.8))}.home-bento__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.home-bento__card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.home-bento__card:hover{transform:translateY(-6px);box-shadow:0 22px 40px rgba(32,27,22,.16)}.home-bento__media{padding:16px}.home-bento__media .image-shell{height:180px}.home-widget-preview-empty,.home-widget-preview-shell{height:180px;border-radius:16px;border:1px solid hsla(34,34%,87%,.9);overflow:hidden;background:#fff}.home-widget-preview-frame{width:100%;height:100%;border:none;display:block;pointer-events:none;overflow:hidden}.home-widget-preview-placeholder{width:100%;height:100%;display:grid;place-content:center;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(110deg,hsla(37,35%,93%,.45) 8%,hsla(0,0%,100%,.9) 18%,hsla(37,35%,93%,.45) 33%),#faf7f2;background-size:220% 100%;animation:shimmer 1.8s linear infinite}.home-widget-preview-empty{display:grid;place-content:center;grid-gap:8px;gap:8px;text-align:center;padding:14px;background:linear-gradient(135deg,#faf5ef,#f8f5f1);border-style:dashed}.home-widget-preview-empty span{color:#8b6f5b;font-size:13px;font-weight:600}.home-widget-preview-empty small{color:#9c8474;font-size:12px}.home-bento__content{padding:0 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.home-bento__titleRow{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.home-bento__titleRow h3{font-size:18px;margin:0}.home-pill{font-size:12px;padding:6px 12px;border-radius:999px;font-weight:600}.home-pill--free{background:#e6f2ec;color:#2f5f4f}.home-pill--pro{background:#f4e6ec;color:#7a3e55}.home-link{font-size:13px;font-weight:600;color:#1f4b44;text-decoration:none;white-space:nowrap}.home-link:hover{text-decoration:underline}.home-themes__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:24px;gap:24px}@media (max-width:1200px){.home-themes__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:840px){.home-themes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.home-themes__grid{grid-template-columns:1fr}}.theme-card{padding:22px;border-radius:20px;border:1px solid hsla(38,25%,87%,.9);background:#fff;box-shadow:var(--shadow);display:grid;grid-gap:10px;gap:10px;position:relative;overflow:hidden}.theme-card__badge{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#85766d;font-weight:600}.theme-card__sample{display:flex;gap:8px;margin-top:12px}.theme-card__sample span{flex:1 1;height:10px;border-radius:999px;background:rgba(15,118,110,.15)}.theme-card--minimal{border:1px solid rgba(215,219,222,.9);background:linear-gradient(135deg,#fff,#f6f7f8);box-shadow:0 12px 24px rgba(15,23,42,.08)}.theme-card--minimal .theme-card__sample span{background:linear-gradient(90deg,#d8dee4,#c7d2db)}.theme-card--pixel{border-radius:10px;border-color:#e8d8c2;background:linear-gradient(135deg,#fff4e2,#f8eee3),repeating-linear-gradient(0deg,hsla(29,20%,50%,.08),hsla(29,20%,50%,.08) 1px,transparent 0,transparent 8px),repeating-linear-gradient(90deg,hsla(29,20%,50%,.08),hsla(29,20%,50%,.08) 1px,transparent 0,transparent 8px);box-shadow:0 12px 22px rgba(95,73,55,.12)}.theme-card--pixel .theme-card__sample span{height:11px;border-radius:2px;background:linear-gradient(90deg,#f4c283,#f39db1),repeating-linear-gradient(90deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.25) 3px,transparent 0,transparent 7px)}.theme-card--cyber{background:radial-gradient(circle at top left,#1a1a1f,#121316);color:#f8fafc;border:1px solid rgba(80,80,90,.6)}.theme-card--cyber .theme-card__badge,.theme-card--cyber p{color:rgba(248,250,252,.75)}.theme-card--cyber .theme-card__sample span{background:linear-gradient(90deg,#00f5d4,#f72585)}.theme-card--retro{background:linear-gradient(135deg,#f6f2ff,#f8fbff)}.theme-card--retro .theme-card__sample span{background:linear-gradient(90deg,#8ec5fc,#e0c3fc)}.theme-card--hand{border-radius:26px 18px 24px 20px;border:2px dashed hsla(27,30%,58%,.55);background:radial-gradient(circle at 20% 15%,hsla(0,0%,100%,.88),transparent 42%),radial-gradient(circle at 80% 85%,hsla(24,76%,90%,.55),transparent 45%),linear-gradient(135deg,#f9f1e8,#fffaf4);box-shadow:0 16px 28px rgba(98,77,62,.13);transform:rotate(-.8deg)}.theme-card--hand:before{content:"";position:absolute;inset:8px;border-radius:20px 14px 18px 16px;border:1.5px solid hsla(27,26%,58%,.4);pointer-events:none}.theme-card--hand .theme-card__badge,.theme-card--hand p{color:#74665a}.theme-card--hand h3{letter-spacing:.01em;font-style:italic}.theme-card--hand .theme-card__sample span{height:11px;border-radius:9px 11px 7px 10px;background:linear-gradient(90deg,#efc1b2,#c7d7b8),repeating-linear-gradient(90deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2) 5px,transparent 0,transparent 9px)}.theme-card--hand .theme-card__sample span:first-child{transform:rotate(-1.4deg)}.theme-card--hand .theme-card__sample span:nth-child(2){transform:rotate(1deg)}.theme-card--hand .theme-card__sample span:nth-child(3){transform:rotate(-.6deg)}.home-inspo{background:#fdf9f3}.home-inspo__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.home-inspo__card{position:relative;border-radius:20px;overflow:hidden;border:1px solid hsla(38,25%,87%,.9);box-shadow:var(--shadow)}.home-inspo__card .image-shell{height:240px}.home-inspo__card .image-shell img{object-fit:contain;background:#fff}.home-inspo__label{position:absolute;left:18px;bottom:16px;background:hsla(0,0%,100%,.85);padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;box-shadow:0 6px 16px rgba(32,27,22,.12)}.home-pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;max-width:720px;margin:0 auto}.home-price-card{padding:28px}.home-price-card__header{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.home-price-card__price{font-size:36px;font-weight:700}.home-price-card__list{list-style:none;margin-bottom:24px}.home-price-card__list li{padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.home-footer{padding:60px 0;border-top:1px solid var(--border);background:hsla(0,0%,100%,.75)}.home-footer__row{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;align-items:flex-start}.home-footer__row>:first-child{flex:1 1 560px;min-width:0;max-width:820px}.home-footer__copy{max-width:760px}.home-footer__note,.home-footer__tagline{max-width:680px;line-height:1.75}.home-footer__tagline{margin:0}.home-footer__note{margin-top:8px;font-size:15px;color:#6f675f}.home-footer__brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;margin-bottom:12px}.home-footer__brand img{width:32px;height:32px;border-radius:8px}.home-footer__links{display:flex;flex-direction:column;gap:8px;font-weight:600;flex:0 0 auto;margin-left:auto;align-items:flex-start}.home-footer__bottom{margin-top:24px;font-size:13px;color:#8b7f78}.image-shell{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;background:#f6f1ea;border:1px dashed hsla(27,14%,62%,.5)}.image-shell img{width:100%;height:100%;object-fit:cover;display:block}.image-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#9a8c84;font-size:13px;padding:16px;background:linear-gradient(135deg,hsla(35,50%,95%,.8),hsla(33,31%,93%,.8))}.home-animate{opacity:0;transform:translateY(18px);animation:fadeUp .9s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (max-width:980px){.home-header__container{flex-direction:column;align-items:stretch;gap:16px}.home-header__nav{flex-direction:column;align-items:stretch;gap:14px}.home-header__actions,.home-header__links{justify-content:center}.home-hero{padding:96px 0 72px}.home-hero__grid{grid-template-columns:1fr;text-align:center}.home-hero__subtitle{margin:0 auto}.home-hero__actions{justify-content:center}.home-hero__visual{min-height:420px}.home-float--one,.home-float--three,.home-float--two{display:none}}@media (max-width:720px){.container{padding:0 16px}.billing-header,.home-header{padding:12px 0}.home-header__brand{justify-content:center}.billing-header__container{flex-direction:column;align-items:stretch;gap:14px}.billing-header__brand{justify-content:flex-start}.billing-header__actions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;justify-items:center;width:100%}.billing-header__email{max-width:none;text-align:center;font-size:17px}.billing-header__dashboard{width:100%;justify-content:center}.home-header__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 12px;gap:10px 12px;width:100%}.home-header__links a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:hsla(0,0%,100%,.78);text-decoration:none;box-shadow:0 8px 18px rgba(28,25,23,.05)}.home-header__actions{width:100%}.home-header__actions .btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;min-height:46px;min-width:0}.home-header__nav--authed{gap:12px}.home-header__actions--authed{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 12px;gap:10px 12px;align-items:center}.home-header__actions--authed .home-header__email{grid-column:1/-1;max-width:none;text-align:center;justify-self:center;font-size:17px}.home-header__actions--authed .btn{width:100%}.home-hero__meta{grid-template-columns:1fr}.home-bento__media .image-shell,.home-inspo__card .image-shell,.home-widget-preview-empty,.home-widget-preview-shell{height:200px}.home-footer__row{flex-direction:column}.home-footer__row>:first-child{flex:none;width:100%;max-width:none}.home-footer__links{margin-left:0}}@media (max-width:480px){.home-header__brand{justify-content:flex-start}.billing-header__brand-name{font-size:18px}.billing-header__email{font-size:16px}.home-header__brand-name{font-size:18px}.home-header__links{gap:8px 10px}.home-header__links a{min-height:40px;font-size:14px}.home-header__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.home-header__actions .btn{width:100%;padding:11px 14px}.home-header__actions--authed{grid-template-columns:1fr}.home-header__actions--authed .home-header__email{text-align:center;font-size:16px}}@media (prefers-reduced-motion:reduce){.home-animate,.home-float-card,.home-orb{animation:none!important;transform:none!important}}