@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap";:root{--mb-paper: #fffdf9;--mb-paper-muted: #f5f1eb;--mb-ink: #352b28;--mb-ink-muted: #766b66;--mb-clay: #9f574a;--mb-clay-dark: #774039;--mb-sage: #687d67;--mb-border: #e8ded4;--mb-focus: rgba(159, 87, 74, .28);--mb-success: #4d6548;--mb-success-soft: #f5faf1;--mb-warning: #866239;--mb-warning-soft: #fff9ec;--mb-error: #8b3f34;--mb-error-soft: #fff2ee;--mb-info: #426778;--mb-info-soft: #eff7fa;--mb-radius-sm: 6px;--mb-radius-md: 8px;--mb-shadow-paper: 0 1px 2px rgba(53, 43, 40, .04), 0 4px 14px rgba(53, 43, 40, .08);--mb-shadow-overlay: 0 24px 80px rgba(27, 27, 26, .28);--mb-overlay-blocking: rgba(27, 27, 26, .8);--mb-overlay-navigation: rgba(42, 31, 28, .45)}.mb-overlay{position:fixed;z-index:1000;inset:0;background:var(--mb-overlay-blocking);animation:mb-overlay-in .16s ease-out}.mb-overlay[data-tone=navigation]{background:var(--mb-overlay-navigation)}.mb-dialog-content,.mb-sheet-content{position:fixed;z-index:1001;overflow:auto;border:1px solid var(--mb-border);color:var(--mb-ink);background:var(--mb-paper);box-shadow:var(--mb-shadow-overlay)}.mb-dialog-content{top:50%;left:50%;width:min(680px,calc(100vw - 40px));max-height:calc(100vh - 40px);border-radius:var(--mb-radius-md);transform:translate(-50%,-50%);animation:mb-content-in .18s ease-out}.mb-dialog-content[data-variant=compact]{width:min(520px,calc(100vw - 40px))}.mb-sheet-content{top:0;right:0;width:min(560px,100vw);height:100vh;border-width:0 0 0 1px;animation:mb-sheet-in .18s ease-out}.mb-overlay[data-state=closed],.mb-dialog-content[data-state=closed],.mb-sheet-content[data-state=closed]{animation-duration:.12s;animation-direction:reverse}.mb-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid var(--mb-border)}.mb-dialog-heading{display:grid;gap:5px}.mb-dialog-eyebrow{margin:0;color:var(--mb-clay);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mb-dialog-title{margin:0;font:600 20px/1.2 Fraunces,Georgia,serif}.mb-dialog-description{max-width:440px;margin:0;color:var(--mb-ink-muted);font-size:13px;line-height:1.5}.mb-dialog-close{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--mb-radius-sm);color:var(--mb-ink);background:transparent;cursor:pointer}.mb-dialog-close:hover{border-color:var(--mb-border);background:var(--mb-paper-muted)}.mb-dialog-close:focus-visible,.mb-dropdown-trigger:focus-visible,.mb-dropdown-item:focus-visible{outline:3px solid var(--mb-focus);outline-offset:2px}.mb-toast{position:fixed;z-index:1100;right:22px;bottom:22px;display:flex;align-items:flex-start;gap:10px;width:min(380px,calc(100vw - 44px));padding:13px 15px;border:1px solid var(--mb-border);border-radius:var(--mb-radius-md);color:var(--mb-ink);background:var(--mb-paper);box-shadow:var(--mb-shadow-paper);animation:mb-toast-in .18s ease-out}.mb-toast--success{color:var(--mb-success);border-color:#cfdcc9;background:var(--mb-success-soft)}.mb-toast--warning{color:var(--mb-warning);border-color:#ead8b9;background:var(--mb-warning-soft)}.mb-toast--error{color:var(--mb-error);border-color:#efd6cf;background:var(--mb-error-soft)}.mb-toast--info{color:var(--mb-info);border-color:#cfe0e7;background:var(--mb-info-soft)}.mb-toast__copy{display:grid;min-width:0;gap:2px}.mb-toast__copy strong{font-size:13px}.mb-toast__copy span{font-size:12px;line-height:1.45}.mb-toast__close{margin-left:auto;border:0;color:currentColor;background:transparent;cursor:pointer}.mb-state{display:grid;place-items:center;align-content:center;gap:10px;min-height:220px;padding:32px;color:var(--mb-ink-muted);text-align:center}.mb-state__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:var(--mb-clay);background:var(--mb-paper-muted)}.mb-state__title{margin:0;color:var(--mb-ink);font:600 20px/1.25 Fraunces,Georgia,serif}.mb-state__description{max-width:440px;margin:0;font-size:13px;line-height:1.55}.mb-state__action{margin-top:4px}.mb-state__spinner{width:30px;height:30px;border:3px solid var(--mb-border);border-top-color:var(--mb-clay);border-radius:50%;animation:mb-spin .8s linear infinite}.mb-dropdown-content{z-index:1100;min-width:220px;padding:6px;border:1px solid var(--mb-border);border-radius:var(--mb-radius-md);color:var(--mb-ink);background:var(--mb-paper);box-shadow:var(--mb-shadow-paper)}.mb-dropdown-item{display:flex;align-items:center;gap:8px;min-height:36px;padding:0 9px;border-radius:var(--mb-radius-sm);outline:none;cursor:pointer}.mb-dropdown-item[data-highlighted]{background:var(--mb-paper-muted)}.mb-dropdown-separator{height:1px;margin:5px -1px;background:var(--mb-border)}@keyframes mb-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes mb-content-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 8px)) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes mb-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes mb-sheet-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes mb-spin{to{transform:rotate(360deg)}}@media(max-width:767px){.mb-dialog-content[data-mobile-mode=bottom-sheet]{inset:auto 12px 12px;width:auto;max-height:calc(100vh - 24px);border-radius:var(--mb-radius-md);transform:none;animation-name:mb-bottom-sheet-in}.mb-toast{right:16px;bottom:16px;left:16px;width:auto}}@media(prefers-reduced-motion:reduce){.mb-overlay,.mb-dialog-content,.mb-sheet-content,.mb-toast,.mb-state__spinner{animation-duration:1ms}}@keyframes mb-bottom-sheet-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}:root{--background: #f8f4ed;--foreground: #352b28;--card: #fffdf9;--primary: #a65342;--primary-hover: #8f4435;--primary-foreground: #fffdf9;--secondary: #eee5da;--muted: #f1ebe3;--muted-foreground: #756a64;--accent: #e1e8dc;--border: #ded3c8;--shadow-paper: 0 1px 2px rgba(53, 43, 40, .04), 0 4px 12px rgba(53, 43, 40, .06);--shadow-lift: 0 8px 24px rgba(53, 43, 40, .1);color:var(--foreground);background:var(--background);font-family:Inter,system-ui,sans-serif;font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;color:var(--foreground);background:var(--background);font-size:15px;line-height:1.6}button,a,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3,.brand strong{font-family:Fraunces,Georgia,serif;font-optical-sizing:auto;letter-spacing:0}::selection{background:#a6534233}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(166,83,66,.28);outline-offset:3px}.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:9px 12px;border-radius:6px;color:var(--primary-foreground);background:var(--foreground);font-size:12px;font-weight:700;transform:translateY(-160%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}#main-content:focus{outline:none}.container{width:min(100%,1152px);margin-inline:auto;padding-inline:32px}.section{padding:92px 0}.section-band{border-block:1px solid var(--border);background:#fffdf9b8}.section-heading{max-width:920px}.section-heading h2{margin-top:10px;font-size:56px;font-weight:400;line-height:1.08;text-wrap:balance}.section-heading p{max-width:680px;margin-top:14px;color:var(--muted-foreground);font-size:17px}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:12px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.eyebrow.pill{padding:5px 11px;border:1px solid var(--border);border-radius:999px;color:var(--muted-foreground);background:var(--card);letter-spacing:0;text-transform:none}.eyebrow.pill svg{width:14px;height:14px;color:var(--primary)}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid transparent;border-radius:7px;color:var(--foreground);background:transparent;font-size:13px;font-weight:600;transition:border-color .18s,background .18s,color .18s,transform .18s}.button svg{width:16px;height:16px}.button:disabled{cursor:wait;opacity:.65}.button.primary{color:var(--primary-foreground);background:var(--primary);box-shadow:var(--shadow-paper)}.button.primary:hover{background:var(--primary-hover)}.button.outline{border-color:var(--border);background:var(--card)}.button.outline:hover,.button.ghost:hover{background:var(--muted)}.button.ghost{color:var(--muted-foreground)}.button.danger{color:#fff;background:#9b4338}.button.danger:hover{background:#84362d}.button.large{min-height:46px;padding-inline:20px;font-size:14px}.icon-button{display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--card)}.icon-button:hover{color:var(--primary);background:var(--muted)}.icon-button svg{width:17px;height:17px}.spin{animation:spin .8s linear infinite}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid transparent;background:var(--background);transition:border-color .18s,box-shadow .18s}.site-header.scrolled{border-color:var(--border);box-shadow:var(--shadow-paper)}.header-row{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.brand-hoop{display:grid;width:32px;height:32px;place-items:center;border:2px solid rgba(166,83,66,.72);border-radius:50%;background:var(--card)}.brand-hoop i{width:11px;height:11px;border-radius:50%;background:#a65342d1}.brand strong{font-size:18px;font-weight:600}.brand strong span{color:var(--primary)}.site-header nav{display:flex;align-items:center;gap:28px;color:var(--muted-foreground);font-size:13px}.site-header nav a{transition:color .18s}.site-header nav a:hover{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:5px}.header-cta,.account-button{min-height:36px;padding-inline:12px}.menu-button{display:none}.hero{padding:76px 0 82px}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.92fr);align-items:center;gap:76px}.hero-copy{min-width:0}.hero h1{max-width:700px;margin:20px 0;font-size:60px;font-weight:500;line-height:1.04;text-wrap:balance}.hero h1 em{color:var(--primary);font-style:normal;font-weight:500}.hero-copy>p:not(.hero-note){max-width:600px;color:var(--muted-foreground);font-size:17px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-note{margin-top:14px;color:var(--muted-foreground);font-size:11px}.hero-media{position:relative;overflow:hidden;aspect-ratio:3 / 2;margin:0;border:1px solid var(--border);border-radius:8px;background:var(--secondary);box-shadow:var(--shadow-lift)}.hero-media img{width:100%;height:100%;object-fit:cover}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:38px}.steps article,.benefit-grid article{min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:var(--shadow-paper)}.steps article{padding:22px}.steps article>span,.benefit-icon{display:grid;width:40px;height:40px;place-items:center;margin-bottom:15px;border-radius:7px;color:var(--primary);background:#a653421a}.steps svg,.benefit-icon svg{width:19px;height:19px}.steps h3{font-size:20px;font-weight:500;line-height:1.3}.steps p{margin-top:7px;color:var(--muted-foreground);font-size:13px;line-height:1.55}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px}.benefit-grid article{padding:20px}.benefit-icon{width:38px;height:38px;margin-bottom:12px;color:var(--foreground);background:var(--accent)}.benefit-grid h3{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700}.benefit-grid p{margin-top:5px;color:var(--muted-foreground);font-size:13px;line-height:1.55}.text-action{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;padding:5px 0;border:0;color:var(--primary);background:transparent;font-size:12px}.text-action:hover{text-decoration:underline;text-underline-offset:4px}.text-action svg{width:14px;height:14px}.templates{padding:64px 0 68px}.templates .section-heading{max-width:760px}.templates .section-heading h2{max-width:760px;margin-top:8px;font-size:36px;line-height:40px;text-wrap:wrap}.templates .section-heading p{max-width:620px}.template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:40px}.template-card{display:block;min-width:0;overflow:hidden;padding:0;border:1px solid var(--border);border-radius:8px;color:var(--foreground);background:var(--card);box-shadow:var(--shadow-paper);transition:border-color .18s,box-shadow .18s,transform .18s;text-align:left}.template-card:hover{border-color:#a6534273;box-shadow:var(--shadow-lift);transform:translateY(-2px)}.template-image{display:grid;overflow:hidden;aspect-ratio:1;place-items:center;color:var(--muted-foreground);background:var(--muted)}.template-image[data-background=linen]{background:#eee9e2}.template-image[data-background=sunrise]{background:#f6d18d}.template-image[data-background=sage]{background:#dfe5d7}.template-image[data-background=blush]{background:#ead8d2}.template-image[data-background=sky]{background:#d9e4e5}.template-image[data-background=clay]{background:#e7cdbb}.template-image>svg{width:30px;height:30px}.template-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.template-card:hover img{transform:scale(1.025)}.template-copy{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:10px;padding:13px}.template-copy>span{display:grid;min-width:0;gap:1px}.template-copy h3{overflow:hidden;font-family:Fraunces,Georgia,serif;font-size:16px;font-weight:600;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.template-copy small{overflow:hidden;color:var(--muted-foreground);font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.template-copy b{flex:0 0 auto;color:var(--muted-foreground);font-size:12px;font-weight:500;line-height:22px;white-space:nowrap}.empty-templates{margin-top:38px;padding:54px 24px;border:1px dashed var(--border);border-radius:8px;background:var(--card);text-align:center}.empty-templates>span{display:grid;width:48px;height:48px;place-items:center;margin:0 auto 14px;border-radius:50%;color:var(--primary);background:#a653421a}.empty-templates h3{font-size:24px;font-weight:500}.empty-templates p{max-width:460px;margin:7px auto 0;color:var(--muted-foreground);font-size:13px}.final{text-align:center}.final-copy{max-width:650px;margin-inline:auto}.final-copy h2{font-size:38px;font-weight:500;line-height:1.16;text-wrap:balance}.final-copy p{max-width:560px;margin:12px auto 0;color:var(--muted-foreground)}.final-copy>div{display:flex;justify-content:center;gap:10px;margin-top:24px}footer{margin-top:18px;border-top:1px solid var(--border);background:#eee5da6b}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px;padding-block:44px}.footer-brand{display:grid;align-content:start;gap:12px}.footer-brand p{max-width:340px;color:var(--muted-foreground);font-size:12px}.footer-column{display:grid;align-content:start;justify-items:start;gap:7px}.footer-column h3{margin-bottom:3px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:700}.footer-column a,.footer-column button{padding:0;border:0;color:var(--muted-foreground);background:transparent;font-size:12px}.footer-column a:hover,.footer-column button:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border)}.footer-bottom .container{display:flex;justify-content:space-between;gap:12px;padding-block:18px;color:var(--muted-foreground);font-size:10px}.toast-check{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:var(--card);background:var(--foreground);font-size:11px}.unpublished{display:grid;min-height:100vh;place-content:center;gap:8px;padding:24px;text-align:center}.landing-status p{max-width:420px;color:var(--muted-foreground)}.landing-status .button{margin:16px auto 0}.user-menu-trigger{display:inline-flex;height:36px;align-items:center;gap:5px;padding:0 8px 0 4px;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--card)}.user-menu-trigger:hover{background:var(--muted)}.user-menu-trigger>span{display:grid;width:27px;height:27px;place-items:center;border-radius:6px;color:var(--primary);background:#a6534221;font-size:11px;font-weight:700}.user-menu-trigger svg,.site-user-menu svg{width:14px;height:14px}.site-user-menu{min-width:245px}.site-user-identity{display:grid;gap:2px;padding:8px 9px}.site-user-identity strong,.site-user-identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-user-identity strong{font-size:12px}.site-user-identity span{color:var(--muted-foreground);font-size:10px}.danger-menu-item{color:var(--mb-error)}.site-navigation-sheet{width:min(360px,calc(100vw - 18px))}.mobile-menu{display:flex;flex-direction:column;gap:4px;padding:12px}.mobile-menu a,.mobile-menu .button{width:100%;min-height:42px;justify-content:flex-start;padding-inline:12px;border-radius:6px;text-align:left}.mobile-menu a{display:flex;align-items:center;font-size:13px}.mobile-menu a svg{width:16px;height:16px;margin-right:8px}.mobile-menu a:hover{background:var(--muted)}.site-modal{width:min(100%,500px);max-height:min(760px,calc(100vh - 36px));overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 24px 80px #352b2838}.modal-header{position:static;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 22px 14px;background:transparent}.modal-header>div{display:grid;gap:3px}.modal-header span{color:var(--primary);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.modal-header h2{font-size:25px;font-weight:500;line-height:1.2}.modal-description{padding:0 22px 18px;color:var(--muted-foreground);font-size:12px}.account-modes{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin:0 22px 18px;padding:3px;border-radius:7px;background:var(--muted)}.account-modes button{min-height:36px;border:1px solid transparent;border-radius:5px;color:var(--muted-foreground);background:transparent;cursor:pointer;font-size:12px}.account-modes button.active{border-color:var(--border);color:var(--foreground);background:var(--card);box-shadow:var(--shadow-paper)}.account-modal form{display:grid;gap:13px;padding:0 22px 22px}.account-modal label{display:grid;gap:5px;color:var(--muted-foreground);font-size:11px}.account-modal label span{color:var(--foreground);font-size:12px;font-weight:600}.account-modal input{width:100%;min-height:42px;padding:0 11px;border:1px solid var(--border);border-radius:6px;color:var(--foreground);background:var(--background);outline:none}.account-modal input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #a653421f}.account-help-link{width:fit-content;color:var(--primary);font-size:11px;font-weight:600}.account-help-link:hover{text-decoration:underline;text-underline-offset:3px}.form-error{padding:9px 11px;border:1px solid #e2b8ad;border-radius:6px;color:#8b3f34;background:#fff2ee;font-size:11px}.modal-submit{min-height:42px}.account-flow-page{min-height:calc(100vh - 64px);padding:92px 0 112px;border-bottom:1px solid var(--border);background:#fffdf99e}.account-flow-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);align-items:start;gap:96px}.account-flow-intro{max-width:680px;padding-top:22px}.account-flow-intro h1{max-width:660px;margin-top:12px;font-size:58px;font-weight:400;line-height:1.06;text-wrap:balance}.account-flow-intro p{max-width:560px;margin-top:18px;color:var(--muted-foreground);font-size:16px}.account-flow-form,.account-flow-result{display:grid;gap:16px;padding:28px;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:var(--shadow-paper)}.account-flow-form label{display:grid;gap:6px}.account-flow-form label span{font-size:12px;font-weight:700}.account-flow-form input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--background);outline:none}.account-flow-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #a653421f}.account-flow-form .button{width:100%;margin-top:4px}.account-flow-back{justify-self:center;color:var(--muted-foreground);font-size:11px}.account-flow-back:hover{color:var(--primary)}.account-flow-result{align-content:start}.account-flow-result>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:#3e704d;background:#e1ecdf}.account-flow-result[data-tone=error]>span{color:#8b3f34;background:#f6dfd8}.account-flow-result svg{width:22px;height:22px}.account-flow-result h2{font-size:28px;font-weight:500;line-height:1.2}.account-flow-result p{color:var(--muted-foreground);font-size:13px}.account-flow-result>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.projects-page{min-height:calc(100vh - 64px);padding:72px 0 96px;border-bottom:1px solid var(--border);background:#fffdf99e}.projects-page-header{display:flex;align-items:end;justify-content:space-between;gap:28px}.projects-page-header>div{max-width:720px}.projects-page-header h1{margin-top:8px;font-size:56px;font-weight:400;line-height:1.08}.projects-page-header p{margin-top:10px;color:var(--muted-foreground);font-size:16px}.projects-filters{display:flex;align-items:center;gap:12px;margin-top:34px;padding-block:16px;border-block:1px solid var(--border)}.projects-search{position:relative;display:block;width:min(100%,360px)}.projects-search svg{position:absolute;top:50%;left:12px;width:16px;height:16px;color:var(--muted-foreground);transform:translateY(-50%)}.projects-search input,.projects-filters select,.project-action-form input{width:100%;min-height:42px;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--card);outline:none}.projects-search input{padding:0 12px 0 38px}.projects-filters select{width:auto;padding:0 34px 0 12px}.projects-search input:focus,.projects-filters select:focus,.project-action-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #a653421f}.projects-filters>span{margin-left:auto;color:var(--muted-foreground);font-size:12px}.projects-page-state{min-height:360px;margin-top:28px;border:1px dashed var(--border);border-radius:8px;background:var(--card)}.projects-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.project-library-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:var(--shadow-paper);transition:border-color .18s,box-shadow .18s,transform .18s}.project-library-card:hover{border-color:#a653426b;box-shadow:var(--shadow-lift);transform:translateY(-2px)}.project-preview{display:grid;width:100%;aspect-ratio:1;place-items:center;padding:13%;border:0;background:var(--muted)}.project-preview-hoop{display:grid;width:100%;height:100%;place-items:center;border:10px solid #c99861;color:var(--muted-foreground);background:var(--project-fabric);box-shadow:inset 0 0 0 3px #8e603d,0 12px 22px #352b2821}.project-preview-hoop[data-shape=circle]{border-radius:50%}.project-preview-hoop[data-shape=oval]{width:76%;border-radius:50%}.project-preview-hoop[data-shape=rect]{border-radius:10px}.project-preview-hoop i{max-width:80px;font-size:10px;font-style:normal;text-align:center}.project-library-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding:13px 13px 7px}.project-title-button{display:grid;min-width:0;gap:2px;padding:0;border:0;color:var(--foreground);background:transparent;text-align:left}.project-title-button strong{overflow:hidden;font-family:Fraunces,Georgia,serif;font-size:16px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.project-title-button small{color:var(--muted-foreground);font-size:10px}.project-menu-trigger{width:32px;height:32px;border:0;background:transparent}.project-library-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 13px 13px;color:var(--muted-foreground);font-size:10px}.project-library-meta button{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;color:var(--primary);background:transparent;font-weight:600}.project-library-meta svg{width:12px;height:12px}.projects-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:30px;color:var(--muted-foreground);font-size:11px}.projects-pagination button:disabled{cursor:default;opacity:.4}.project-action-modal{width:min(100%,440px)}.project-action-form{display:grid;gap:18px;padding:0 22px 22px}.project-action-form label{display:grid;gap:6px;font-size:12px;font-weight:600}.project-action-form input{padding:0 11px}.project-action-form>div,.project-action-footer{display:flex;justify-content:flex-end;gap:8px}.project-action-footer{padding:0 22px 22px}.account-page,.legal-page{min-height:calc(100vh - 64px);border-bottom:1px solid var(--border);background:#fffdf99e}.account-page{padding:64px 0 96px}.account-page-layout{display:grid;gap:24px}.account-page-heading{max-width:780px}.account-page-heading h1,.legal-layout>header h1{margin-top:9px;font-size:52px;font-weight:400;line-height:1.08;text-wrap:balance}.account-page-heading p,.legal-layout>header p{max-width:640px;margin-top:12px;color:var(--muted-foreground);font-size:15px}.account-message{padding:11px 13px;border:1px solid #bcd1bc;border-radius:7px;color:#365a3c;background:#edf5eb;font-size:12px}.account-message[data-tone=error]{color:#8b3f34;border-color:#e2b8ad;background:#fff2ee}.account-settings-layout{display:grid;grid-template-columns:250px minmax(0,760px);align-items:start;gap:36px;margin-top:12px}.account-summary{position:sticky;top:88px;display:grid;gap:11px;padding-right:24px;border-right:1px solid var(--border)}.account-summary-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:var(--primary-foreground);background:var(--primary);font-family:Fraunces,Georgia,serif;font-size:20px}.account-summary>div{display:grid;gap:1px}.account-summary>div strong,.account-summary>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-summary>div strong{font-size:13px}.account-summary>div span,.account-summary p,.account-summary nav a{color:var(--muted-foreground);font-size:11px}.account-summary p{display:flex;align-items:center;gap:7px}.account-summary p svg{width:14px;height:14px;color:var(--primary)}.account-summary nav{display:grid;gap:5px;margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.account-summary nav a:hover{color:var(--primary)}.account-settings{display:grid}.account-settings-section{padding:24px 0;border-bottom:1px solid var(--border)}.account-settings-section:first-child{padding-top:0}.account-settings-section>header{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;margin-bottom:17px}.account-settings-section>header>span{display:grid;width:36px;height:36px;place-items:center;border-radius:7px;color:var(--primary);background:#a653421a}.account-settings-section>header svg{width:17px;height:17px}.account-settings-section h2{font-size:22px;font-weight:500;line-height:1.2}.account-settings-section header p{margin-top:2px;color:var(--muted-foreground);font-size:11px}.account-settings-section form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding-left:47px}.account-settings-section label{display:grid;gap:5px;color:var(--foreground);font-size:11px;font-weight:600}.account-settings-section input:not([type=checkbox]){width:100%;min-height:42px;padding:0 11px;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--card);outline:none}.account-settings-section input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #a653421f}.account-password-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto!important}.account-settings-section.danger>header>span{color:#963d33;background:#f6dfd8}.deletion-pending,.deletion-request{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-left:47px;padding:14px;border:1px solid #e2b8ad;border-radius:8px;background:#fff7f4}.deletion-pending p{display:flex;align-items:flex-start;gap:8px;color:#744139;font-size:12px}.deletion-pending svg{width:17px;height:17px;flex:0 0 auto}.deletion-request label{display:flex;grid:none;align-items:flex-start;gap:9px;color:#744139;font-weight:500;line-height:1.5}.deletion-request input{margin-top:3px;accent-color:#963d33}.legal-page{padding:76px 0 104px}.legal-layout{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);align-items:start;gap:70px}.legal-layout>header{position:sticky;top:92px}.legal-layout>header h1{font-size:46px}.legal-content{display:grid;gap:0;border-top:1px solid var(--border)}.legal-content section{padding:24px 0;border-bottom:1px solid var(--border)}.legal-content h2{font-size:22px;font-weight:500}.legal-content p{max-width:780px;margin-top:7px;color:var(--muted-foreground);font-size:13px;line-height:1.75}.legal-layout>aside{grid-column:2;padding:15px;border:1px solid var(--border);border-radius:8px;color:var(--muted-foreground);background:var(--card);font-size:11px}.legal-layout>aside a{color:var(--primary);font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1023px){.site-header nav,.header-actions{display:none}.menu-button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--card)}.menu-button svg{width:18px;height:18px}.container{padding-inline:24px}.templates .section-heading h2{font-size:36px;line-height:40px}.hero-layout{grid-template-columns:1fr 1fr;gap:38px}.hero h1{font-size:48px}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.account-password-form{grid-template-columns:1fr 1fr!important}.account-password-form .button{justify-self:start}}@media(max-width:767px){.container{padding-inline:16px}.section{padding:54px 0}.header-row{min-height:58px}.brand-hoop{width:29px;height:29px}.brand strong{font-size:16px}.hero{padding:38px 0 54px}.hero-layout{grid-template-columns:1fr;gap:28px}.hero-copy{order:1}.hero-media{order:2}.hero h1{margin-block:16px;font-size:42px;line-height:1.05}.hero-copy>p:not(.hero-note){font-size:15px}.hero-actions{display:grid;margin-top:22px}.hero-actions .button{width:100%}.hero-media{aspect-ratio:4 / 3}.section-heading h2{font-size:38px}.section-heading p{font-size:14px}.section-heading-row{align-items:start;flex-direction:column;gap:12px}.steps{grid-template-columns:1fr;gap:10px;margin-top:28px}.steps article{padding:17px}.benefit-grid{grid-template-columns:1fr;gap:10px;margin-top:28px}.templates{padding:54px 0}.templates .section-heading h2{font-size:30px;line-height:36px}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.template-copy{display:grid;gap:2px;padding:9px}.template-copy h3{font-size:13px;line-height:18px}.template-copy small,.template-copy b{font-size:10px;line-height:15px}.final-copy h2{font-size:31px}.final-copy p{font-size:13px}.final-copy>div{display:grid}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px;padding-block:34px}.footer-brand{grid-column:1 / -1}.footer-bottom .container{flex-direction:column;gap:2px}.site-modal{max-height:calc(100vh - 18px)}.modal-header{padding:18px 16px 12px}.modal-description{padding:0 16px 16px}.account-modes{margin:0 16px 16px}.account-modal form{padding:0 16px 16px}.account-flow-page{min-height:calc(100vh - 58px);padding:48px 0 64px}.account-flow-layout{grid-template-columns:1fr;gap:30px}.account-flow-intro{padding-top:0}.account-flow-intro h1{font-size:40px}.account-flow-intro p{font-size:14px}.account-flow-form,.account-flow-result{padding:20px}.account-flow-result>div{display:grid}.account-flow-result .button{width:100%}.projects-page{padding:42px 0 64px}.projects-page-header{align-items:stretch;flex-direction:column;gap:20px}.projects-page-header h1{font-size:40px}.projects-page-header .button{width:100%}.projects-filters{align-items:stretch;flex-direction:column;margin-top:26px}.projects-search,.projects-filters select{width:100%}.projects-filters>span{margin-left:0}.projects-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.project-preview{padding:10%}.project-preview-hoop{border-width:6px}.project-library-copy{padding:9px 9px 5px}.project-title-button strong{font-size:13px}.project-library-meta{padding:0 9px 9px}.project-action-form,.project-action-footer{padding:0 16px 16px}.account-page,.legal-page{min-height:calc(100vh - 58px)}.account-page{padding:42px 0 64px}.account-page-heading h1,.legal-layout>header h1{font-size:39px}.account-settings-layout,.legal-layout{grid-template-columns:1fr;gap:28px}.account-summary,.legal-layout>header{position:static;padding:0 0 20px;border-right:0;border-bottom:1px solid var(--border)}.account-settings-section form,.account-password-form{grid-template-columns:1fr!important;padding-left:0}.account-settings-section form .button{width:100%}.deletion-pending,.deletion-request{align-items:stretch;flex-direction:column;margin-left:0}.deletion-pending .button,.deletion-request .button{width:100%}.legal-page{padding:44px 0 64px}.legal-layout>aside{grid-column:1}}@media(max-width:479px){.template-grid{grid-template-columns:1fr}}
