:root{--tm-teal: #0F766E;--tm-teal-dark: #0B5750;--tm-ink: #1a1a1a;--tm-muted: #5F6368;--tm-line: #e6e6ea;--tm-bg: #f7faf9}.tm-page{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--tm-ink)}.tm-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.tm-hero{max-width:1180px;margin:0 auto;padding:7.5rem 1.25rem 1.5rem}.tm-hero-inner{max-width:720px;margin:0 auto 1.75rem;text-align:center}.tm-badge-hero{display:inline-block;padding:.4rem .9rem;border-radius:999px;background:#0f766e17;color:var(--tm-teal);font-size:.85rem;font-weight:600;margin-bottom:1rem}.tm-title{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(2rem,5vw,3.1rem);line-height:1.08;margin:0 0 1rem}.tm-lead{font-size:1.08rem;line-height:1.6;color:var(--tm-muted);margin:0}.tm-nojs{text-align:center;color:var(--tm-muted);padding:2rem}.tm-card{max-width:620px;margin:0 auto;background:#fff;border:1px solid var(--tm-line);border-radius:1.25rem;box-shadow:0 18px 40px -24px #00000040;padding:1.75rem 1.5rem 1.5rem}.tm-field{margin-bottom:1rem}.tm-label{display:block;margin-bottom:.5rem;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.05rem,2.4vw,1.3rem);font-weight:700}.tm-combo{position:relative}.tm-input{width:100%;font:inherit;font-size:1rem;padding:.8rem .9rem;border:2px solid var(--tm-line);border-radius:.7rem;background:#fff;color:inherit}.tm-input-sm{padding:.55rem .7rem;font-size:.92rem;border-width:1.5px}.tm-input:focus{outline:none;border-color:var(--tm-teal);box-shadow:0 0 0 3px #0f766e2e}.tm-hint{margin:.5rem 0 0;color:var(--tm-muted);font-size:.85rem;line-height:1.5}.tm-suggest{position:absolute;left:0;right:0;top:calc(100% + .3rem);z-index:20;background:#fff;border:1px solid var(--tm-line);border-radius:.7rem;box-shadow:0 18px 40px -20px #00000059;max-height:17rem;overflow-y:auto}.tm-suggest-item{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .85rem;cursor:pointer;border-bottom:1px solid var(--tm-line)}.tm-suggest-item:last-child{border-bottom:0}.tm-suggest-item.active{background:#0f766e14}.tm-suggest-name{font-weight:600;font-size:.95rem}.tm-suggest-meta{font-size:.8rem;color:var(--tm-muted)}.tm-picked{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;margin-bottom:1rem;background:var(--tm-bg);border:1px solid rgba(15,118,110,.22);border-radius:.7rem}.tm-picked-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.tm-picked-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--tm-teal);font-weight:700}.tm-picked-name{font-size:1rem}.tm-picked-meta{font-size:.82rem;color:var(--tm-muted)}.tm-turnstile{min-height:0}.tm-err{margin:0 0 .75rem;padding:.65rem .8rem;border-radius:.6rem;background:#fdf0ef;border:1px solid #f0c6c1;color:#96261a;font-size:.9rem}.tm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:inherit;font-weight:700;cursor:pointer;padding:.85rem 1.4rem;border:0;border-radius:.7rem;background:var(--tm-teal);color:#fff;transition:background .15s ease,transform .15s ease}.tm-btn:hover:not(:disabled){background:var(--tm-teal-dark)}.tm-btn:disabled{opacity:.55;cursor:not-allowed}.tm-btn-go{width:100%}.tm-btn-sm{padding:.6rem 1rem;font-size:.9rem;width:100%}.tm-link-btn{font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;background:none;border:0;color:var(--tm-teal);text-decoration:underline;text-underline-offset:3px;padding:.25rem 0}.tm-link-btn:disabled{color:var(--tm-muted);cursor:not-allowed;text-decoration:none}.tm-quota{margin:.75rem 0 0;text-align:center;font-size:.85rem;color:var(--tm-muted)}.tm-privacy{margin:1rem 0 0;text-align:center;font-size:.8rem;color:var(--tm-muted);line-height:1.5}.tm-pick-steps{list-style:none;margin:1.25rem 0 0;padding:1rem 0 0;border-top:1px solid var(--tm-line);display:grid;gap:.5rem;counter-reset:tmstep}.tm-pick-steps li{position:relative;padding-left:1.9rem;font-size:.88rem;color:var(--tm-muted);line-height:1.5;counter-increment:tmstep}.tm-pick-steps li:before{content:counter(tmstep);position:absolute;left:0;top:.05rem;width:1.35rem;height:1.35rem;border-radius:50%;background:#0f766e1a;color:var(--tm-teal);font-size:.75rem;font-weight:700;display:grid;place-items:center}.tm-stage{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.5rem}.tm-stage-step{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--tm-muted);opacity:.5;transition:opacity .3s ease}.tm-stage-dot{width:.55rem;height:.55rem;border-radius:50%;flex:none;background:var(--tm-line);transition:background .3s ease}.tm-stage-step.is-now{opacity:1;color:var(--tm-ink);font-weight:600}.tm-stage-step.is-now .tm-stage-dot{background:var(--tm-teal);animation:tm-pulse 1.4s ease-in-out infinite}.tm-stage-step.is-done{opacity:.85}.tm-stage-step.is-done .tm-stage-dot{background:var(--tm-teal)}@keyframes tm-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}@media(prefers-reduced-motion:reduce){.tm-stage-step.is-now .tm-stage-dot{animation:none}}.tm-studio{max-width:1180px;margin:0 auto}.tm-studio-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.tm-studio-h{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(1.3rem,3vw,1.8rem);margin:0 0 .25rem}.tm-studio-sub{margin:0;color:var(--tm-muted);font-size:.95rem}.tm-studio-actions{display:flex;align-items:center;gap:1rem}.tm-quota-studio{text-align:left;margin:0 0 1.25rem}.tm-controls{background:#fff;border:1px solid var(--tm-line);border-radius:1rem;padding:1.1rem 1.2rem;margin-bottom:1.5rem;box-shadow:0 14px 32px -26px #0006}.tm-ctrl+.tm-ctrl,.tm-ctrl-grid{margin-top:1rem}.tm-ctrl-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));padding-top:1rem;border-top:1px solid var(--tm-line)}.tm-ctrl-label{display:block;margin-bottom:.45rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--tm-muted)}.tm-chips{display:flex;flex-wrap:wrap;gap:.4rem}.tm-chip{font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;padding:.42rem .8rem;border-radius:999px;border:1.5px solid var(--tm-line);background:#fff;color:var(--tm-ink);transition:border-color .15s ease,background .15s ease}.tm-chip:hover{border-color:#0f766e73}.tm-chip.is-on{border-color:var(--tm-teal);background:#0f766e17;color:var(--tm-teal-dark)}.tm-chip:focus-visible{outline:2px solid var(--tm-teal);outline-offset:2px}.tm-chips-sw .tm-chip{padding:.3rem;border-radius:.6rem;line-height:0}.tm-sw{display:block;width:1.75rem;height:1.75rem;border-radius:.4rem;border:1px solid rgba(0,0,0,.18)}.tm-badge-photo{font-size:.75rem;opacity:.6}.tm-ctrl-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.25rem;padding-top:1rem;border-top:1px solid var(--tm-line)}.tm-name-field{flex:1 1 240px}.tm-toggle{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem;cursor:pointer;padding-bottom:.45rem}.tm-toggle input{width:1.05rem;height:1.05rem;accent-color:var(--tm-teal);cursor:pointer}.tm-posts{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tm-post{background:#fff;border:1px solid var(--tm-line);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 14px 32px -26px #0006}.tm-canvas-wrap{background:var(--tm-bg);padding:1rem}.tm-canvas{display:block;width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 26px -16px #0000008c}.tm-post-body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.tm-post-field{display:block}.tm-post-row{display:flex;gap:.75rem}.tm-post-field-sm{flex:1 1 0;min-width:0}.tm-textarea{width:100%;font:inherit;font-size:.92rem;line-height:1.5;resize:vertical;padding:.55rem .7rem;border:1.5px solid var(--tm-line);border-radius:.6rem;background:#fff;color:inherit}.tm-textarea:focus{outline:none;border-color:var(--tm-teal);box-shadow:0 0 0 3px #0f766e29}.tm-photo{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.tm-photo.is-off .tm-photo-btn,.tm-photo.is-off .tm-link-btn{display:none}.tm-photo-btn{display:inline-flex;align-items:center;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--tm-teal);padding:.4rem .8rem;border:1.5px dashed rgba(15,118,110,.45);border-radius:999px}.tm-photo-btn:hover{background:#0f766e0f}.tm-sr-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.tm-photo-btn:focus-within{outline:2px solid var(--tm-teal);outline-offset:2px}.tm-photo-note{font-size:.75rem;color:var(--tm-muted);flex:1 1 100%;line-height:1.4}.tm-source{border-top:1px solid var(--tm-line);padding-top:.6rem}.tm-source summary{cursor:pointer;font-size:.82rem;font-weight:600;color:var(--tm-teal);list-style:revert}.tm-source-q{margin:.6rem 0 .35rem;padding-left:.75rem;border-left:2px solid var(--tm-line);font-size:.85rem;line-height:1.55;color:var(--tm-ink)}.tm-source-when{font-size:.75rem;color:var(--tm-muted)}.tm-source-note{margin:.5rem 0 0;font-size:.75rem;color:var(--tm-muted);line-height:1.45}.tm-section{max-width:900px;margin:0 auto;padding:2.5rem 1.25rem}.tm-section-inner{max-width:760px;margin:0 auto}.tm-section h2{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:clamp(1.5rem,3.5vw,2.1rem);margin:0 0 1.5rem;text-align:center}.tm-steps{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.tm-steps li{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;align-items:start}.tm-step-n{grid-row:span 2;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--tm-teal);color:#fff;font-weight:700;display:grid;place-items:center}.tm-steps h3{margin:.2rem 0 0;font-size:1.05rem}.tm-steps p{margin:.25rem 0 0;color:var(--tm-muted);line-height:1.6;font-size:.95rem}.tm-q{border-bottom:1px solid var(--tm-line);padding:.9rem 0}.tm-q summary{cursor:pointer;font-weight:600;font-size:1rem}.tm-q p{margin:.6rem 0 0;color:var(--tm-muted);line-height:1.65;font-size:.95rem}.tm-related{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.tm-related a{padding:.55rem 1rem;border:1.5px solid var(--tm-line);border-radius:999px;font-size:.9rem;font-weight:600;color:var(--tm-teal);text-decoration:none}.tm-related a:hover{border-color:var(--tm-teal);background:#0f766e0f}@media(max-width:620px){.tm-hero{padding-top:6rem}.tm-studio-head{flex-direction:column;align-items:stretch}.tm-studio-actions{justify-content:space-between}.tm-post-row{flex-direction:column}}
