.toolai-modal-backdrop,.toolai-login-modal,.toolai-login-panel,.toolai-email-login-form{--toolai-auth-brand: var(--brand, var(--rs-brand, #1b365d));--toolai-auth-brand-light: var(--brand-light, #2d5a8a);--toolai-auth-canvas: var(--canvas, var(--rs-bg, #f5f4ed));--toolai-auth-paper: var(--paper, var(--rs-surface, #faf9f5));--toolai-auth-paper-muted: var(--paper-muted, var(--rs-surface-subtle, #e8e6dc));--toolai-auth-ink: var(--ink, var(--rs-ink, #141413));--toolai-auth-text: var(--text, var(--rs-text, #3d3d3a));--toolai-auth-text-soft: var(--text-soft, var(--rs-muted-strong, #504e49));--toolai-auth-muted: var(--muted, var(--rs-muted, #6b6a64));--toolai-auth-muted-light: var(--muted-light, #8d8a82);--toolai-auth-line: var(--line, var(--rs-border, #e8e6dc));--toolai-auth-line-strong: var(--line-strong, var(--rs-border-strong, #d6d2c6));--toolai-auth-red-text: var(--red-text, #9f2f2d);--toolai-auth-shadow-float: var(--shadow-float, 0 18px 50px rgba(20, 20, 19, .045));--toolai-auth-control-height: 36px;--toolai-auth-control-radius: 8px;--toolai-auth-control-padding: 0 14px;font-family:TsangerJinKai02,"Source Han Serif SC","Noto Serif CJK SC",Songti SC,STSong,Charter,Georgia,Palatino,Times New Roman,serif}.toolai-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:var(--toolai-auth-canvas)}.toolai-login-modal,.toolai-login-panel{width:min(440px,100%);border:1px solid var(--toolai-auth-line);border-radius:12px;background:var(--toolai-auth-paper);box-shadow:var(--toolai-auth-shadow-float);padding:32px}.toolai-login-modal{position:relative}.toolai-login-panel{align-self:center;justify-self:center}.toolai-modal-close{position:absolute;top:16px;right:16px;display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid var(--toolai-auth-line);border-radius:6px;background:var(--toolai-auth-paper);color:var(--toolai-auth-muted);font-size:17px;font-weight:500;line-height:1}.toolai-modal-close:hover,.toolai-modal-close:focus-visible{color:var(--toolai-auth-ink);border-color:var(--toolai-auth-line-strong)}.toolai-login-eyebrow{display:block;color:var(--toolai-auth-muted);font-size:12px;font-weight:500;letter-spacing:.05em;line-height:1.3}.toolai-login-modal h2,.toolai-login-panel h1{margin:12px 36px 0 0;color:var(--toolai-auth-ink);font-size:28px;font-weight:500;letter-spacing:0;line-height:1.18;text-wrap:balance}.toolai-login-modal>p,.toolai-login-panel>p{margin:10px 0 24px;color:var(--toolai-auth-text-soft);font-size:14px;line-height:1.55}.toolai-email-login-form{display:grid;gap:16px}.toolai-auth-field{display:grid;gap:8px;color:var(--toolai-auth-text);font-size:13px;font-weight:500}.toolai-form-input{width:100%;height:44px;border:1px solid var(--toolai-auth-line);border-radius:8px;background:var(--toolai-auth-paper-muted);color:var(--toolai-auth-ink);font:inherit;padding:0 12px;outline:none}.toolai-form-input::placeholder{color:var(--toolai-auth-muted-light)}.toolai-form-input:focus,.toolai-code-button:focus-visible,.toolai-auth-submit-button:focus-visible,.toolai-modal-close:focus-visible,.toolai-modal-later:focus-visible{outline:none;border-color:var(--toolai-auth-brand);box-shadow:0 0 0 3px #1b365d24}.toolai-email-code-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px}.toolai-code-button,.toolai-auth-submit-button{min-height:var(--toolai-auth-control-height);border:1px solid var(--toolai-auth-line);border-radius:var(--toolai-auth-control-radius);font:inherit;font-size:13px;font-weight:500;line-height:1.35;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.toolai-code-button{background:var(--toolai-auth-paper);color:var(--toolai-auth-ink);padding:0 10px;white-space:nowrap}.toolai-code-button:hover:not(:disabled){border-color:var(--toolai-auth-line-strong)}.toolai-code-button:disabled,.toolai-auth-submit-button:disabled{cursor:not-allowed;opacity:.46}.toolai-auth-submit-button{width:100%;padding:var(--toolai-auth-control-padding);border-color:var(--toolai-auth-brand);background:var(--toolai-auth-brand);color:var(--toolai-auth-paper)}.toolai-auth-submit-button:hover:not(:disabled){background:var(--toolai-auth-brand);box-shadow:0 0 0 2px #1b365d1f}.toolai-auth-submit-button:active:not(:disabled){transform:none}.toolai-agreement-row{display:grid;grid-template-columns:16px minmax(0,1fr);gap:9px;align-items:start;color:var(--toolai-auth-muted);font-size:12px;font-weight:500;line-height:1.55}.toolai-agreement-row input{width:16px;height:16px;margin:2px 0 0;accent-color:var(--toolai-auth-brand)}.toolai-agreement-row a{color:var(--toolai-auth-brand);font-weight:500;text-decoration:none}.toolai-agreement-row a:hover,.toolai-agreement-row a:focus-visible{text-decoration:underline}.toolai-form-error{min-height:18px;margin:-4px 0 0;color:var(--toolai-auth-red-text);font-size:12px;line-height:1.5}.toolai-modal-later{display:block;margin:16px auto 0;border:0;background:transparent;color:var(--toolai-auth-muted);font:inherit;font-size:13px;font-weight:500}.toolai-modal-later:hover,.toolai-modal-later:focus-visible{color:var(--toolai-auth-ink)}@media(max-width:640px){.toolai-modal-backdrop{padding:16px}.toolai-login-modal,.toolai-login-panel{padding:22px}.toolai-login-modal h2,.toolai-login-panel h1{margin-right:32px;font-size:25px}.toolai-email-code-row{grid-template-columns:minmax(0,1fr) 112px}}@font-face{font-family:TsangerJinKai02;src:url(https://static.toolai.shop/common/TsangerJinKai02-W04.ttf) format("truetype");font-style:normal;font-weight:400 500;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/JetBrainsMono-D-8-_w7P.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}:root{--toolai-app-brand: #1b365d;--toolai-app-brand-light: #2d5a8a;--toolai-app-canvas: #f5f4ed;--toolai-app-canvas-soft: #f5f4ed;--toolai-app-paper: #faf9f5;--toolai-app-paper-muted: #e8e6dc;--toolai-app-ink: #141413;--toolai-app-text: #3d3d3a;--toolai-app-text-soft: #504e49;--toolai-app-muted: #6b6a64;--toolai-app-muted-light: #8d8a82;--toolai-app-line: #e8e6dc;--toolai-app-line-soft: #e5e3d8;--toolai-app-line-strong: #d6d2c6;--toolai-app-warm: #f0e8dc;--toolai-app-warm-text: #6f5a45;--toolai-app-shadow-float: 0 18px 50px rgba(20, 20, 19, .045);--toolai-app-control-height: 36px;--toolai-app-control-height-sm: 32px;--toolai-app-control-radius: 8px;--toolai-app-control-padding: 0 14px;--toolai-app-control-font-size: 13px;--toolai-app-font-serif: "TsangerJinKai02", "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", "STSong", Charter, Georgia, Palatino, "Times New Roman", serif;--toolai-app-container: 1200px;--toolai-app-side-gap: 80px;--toolai-app-mobile-gap: 36px;font-family:var(--toolai-app-font-serif);font-synthesis:weight}html,body,#root{background:var(--toolai-app-canvas)}.toolai-app-topbar{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;width:min(var(--toolai-app-container),calc(100% - var(--toolai-app-side-gap)));min-height:44px;margin:28px auto 0;padding:0;border:0;background:transparent}.toolai-app-topbar-with-nav{grid-template-columns:1fr auto 1fr}.home-shell>.toolai-app-topbar,.pet-shell>.toolai-app-topbar,.analyze-shell>.toolai-app-topbar,.shotcue-history-shell>.toolai-app-topbar,.shotcue-auth-shell>.toolai-app-topbar{width:100%;margin:0}.toolai-app-brand{display:inline-flex;align-items:center;justify-self:start;gap:10px;width:fit-content;min-width:0;min-height:44px;padding:0;border:0;background:transparent;color:var(--toolai-app-ink);text-decoration:none;font:inherit;cursor:pointer}.toolai-app-brand-mark{display:inline-grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid var(--toolai-app-line-strong);border-radius:6px;background:var(--toolai-app-paper);color:var(--toolai-app-ink);font-size:15px;font-weight:500;line-height:1}.toolai-app-brand-mark svg{display:block;width:18px;height:18px}.toolai-app-brand-copy{display:inline-flex;min-width:0;align-items:baseline;gap:10px;color:var(--toolai-app-ink);font-size:18px;font-weight:500;line-height:1;text-align:left}.toolai-app-brand-title,.toolai-app-brand-copy strong{color:var(--toolai-app-ink);font-size:18px;font-weight:500;line-height:1;letter-spacing:0}.toolai-app-brand-subtitle,.toolai-app-brand-copy small{display:none}.toolai-app-nav{display:flex;align-items:center;justify-content:center;gap:18px;min-width:0;color:var(--toolai-app-muted);font-size:13px;font-weight:500}.toolai-app-nav-link,.toolai-app-home-link{padding:8px 2px;color:var(--toolai-app-muted);text-decoration:none;font-size:13px;font-weight:500}.toolai-app-nav-link:hover,.toolai-app-nav-link:focus-visible,.toolai-app-home-link:hover,.toolai-app-home-link:focus-visible{color:var(--toolai-app-ink)}.toolai-app-top-actions{display:inline-flex;align-items:center;justify-content:flex-end;justify-self:end;gap:8px;min-width:0}.toolai-app-login-button,.toolai-app-auth-loading,.toolai-app-user-menu summary{min-height:var(--toolai-app-control-height);border:1px solid var(--toolai-app-line);border-radius:var(--toolai-app-control-radius);background:var(--toolai-app-paper);color:var(--toolai-app-ink);font-size:var(--toolai-app-control-font-size);font-weight:500;line-height:1.35}.toolai-app-login-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--toolai-app-control-padding);cursor:pointer}.toolai-app-auth-loading{display:inline-block;width:78px;background:var(--toolai-app-paper-muted)}.toolai-app-user-menu{position:relative}.toolai-app-user-menu summary{display:inline-flex;align-items:center;gap:8px;padding:0 12px;list-style:none;cursor:pointer}.toolai-app-user-menu summary::-webkit-details-marker{display:none}.toolai-app-user-avatar{position:relative;display:inline-grid;width:26px;height:26px;flex:0 0 auto;place-items:center;overflow:hidden;border:0;border-radius:6px;background:var(--toolai-app-warm);color:var(--toolai-app-warm-text);font-size:12px;font-weight:500;line-height:1}.toolai-app-user-avatar img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.toolai-app-user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolai-app-user-caret{color:var(--toolai-app-muted);font-size:12px;transform:translateY(-1px)}.toolai-app-user-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:60;display:grid;gap:0;width:140px;padding:6px;border:1px solid var(--toolai-app-line);border-radius:8px;background:var(--toolai-app-paper);box-shadow:var(--toolai-app-shadow-float)}.toolai-app-user-popover a,.toolai-app-user-popover button{display:flex;width:100%;min-height:var(--toolai-app-control-height-sm);align-items:center;gap:7px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--toolai-app-text);text-align:left;text-decoration:none;font:inherit;font-size:13px;font-weight:500;line-height:1.35;cursor:pointer}.toolai-app-user-popover a:hover,.toolai-app-user-popover a:focus-visible,.toolai-app-user-popover button:hover,.toolai-app-user-popover button:focus-visible{background:var(--toolai-app-paper-muted)}.toolai-app-brand:focus-visible,.toolai-app-nav-link:focus-visible,.toolai-app-home-link:focus-visible,.toolai-app-login-button:focus-visible,.toolai-app-user-menu summary:focus-visible,.toolai-app-user-popover a:focus-visible,.toolai-app-user-popover button:focus-visible{outline:none;box-shadow:0 0 0 3px #1b365d24}@media(max-width:760px){:root{--toolai-app-side-gap: var(--toolai-app-mobile-gap)}.toolai-app-topbar{grid-template-columns:1fr auto;gap:14px}.toolai-app-nav,.toolai-app-user-name{display:none}.toolai-app-login-button,.toolai-app-auth-loading,.toolai-app-user-menu summary{min-height:var(--toolai-app-control-height)}}:root{color-scheme:light;font-family:TsangerJinKai02,"Source Han Serif SC","Noto Serif CJK SC",Songti SC,STSong,Charter,Georgia,Palatino,Times New Roman,serif;--brand: #1b365d;--brand-light: #2d5a8a;--canvas: #f5f4ed;--canvas-soft: #f5f4ed;--paper: #faf9f5;--paper-muted: #e8e6dc;--ink: #141413;--text: #3d3d3a;--text-soft: #504e49;--muted: #6b6a64;--muted-light: #8d8a82;--line: #e8e6dc;--line-strong: #d6d2c6;--line-soft: #e5e3d8;--tag-bg: #eef2f7;--warm-soft: #f0e8dc;--warm-text: #6f5a45;--yellow-soft: #fbf3db;--blue-soft: #eef2f7;--green-soft: #edf3ec;--red-soft: #fdebec;--pet-cream: #f0e8dc;--pet-mobile-radius: 10px;background:var(--canvas);color:var(--text);font-synthesis:weight;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pet-community-page,.pet-community-detail-page{display:grid;gap:24px}.pet-community-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.pet-community-heading .pet-kicker{grid-column:1 / -1}.pet-community-tabs{display:inline-grid;grid-template-columns:repeat(3,minmax(92px,auto));width:fit-content;border:1px solid var(--line);border-radius:8px;background:var(--paper);overflow:hidden}.pet-community-tabs button{min-height:32px;padding:0 10px;border:0;border-right:1px solid var(--line);background:transparent;color:var(--text-soft);font-size:12px;line-height:1.35}.pet-community-tabs button:last-child{border-right:0}.pet-community-tabs button.is-active{color:var(--brand);box-shadow:inset 0 -2px 0 var(--brand)}.pet-community-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.pet-community-summary div,.pet-community-empty,.pet-community-card,.pet-community-source,.pet-community-unavailable-block,.pet-community-share-card,.pet-share-dialog{border:1px solid var(--line);border-radius:10px;background:var(--paper)}.pet-community-summary div{display:grid;gap:8px;min-height:86px;padding:18px}.pet-community-summary span,.pet-community-source span,.pet-community-template span,.pet-community-card small,.pet-share-preview-row span,.pet-share-preview-row small{color:var(--muted);font-size:12px}.pet-community-summary strong{color:var(--ink);font-size:26px;line-height:1.1}.pet-community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pet-community-card{overflow:hidden}.pet-community-media{display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;background:var(--paper-muted);color:var(--ink);font-size:22px;font-weight:500;text-align:center}.pet-community-media img,.pet-share-preview img{width:100%;height:100%;object-fit:cover}.pet-community-card-body{display:grid;gap:12px;padding:14px}.pet-community-author{display:flex;align-items:center;gap:10px}.pet-community-author>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line);border-radius:6px;background:var(--paper-muted);color:var(--ink);font-size:13px;font-weight:500}.pet-community-author div{display:grid;gap:2px;min-width:0}.pet-community-author strong,.pet-community-card-body p,.pet-community-source strong,.pet-community-template strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-community-card-body p{margin:0;color:var(--text);font-size:14px;line-height:1.5}.pet-community-meta,.pet-community-actions,.pet-community-stat-row,.pet-share-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pet-community-meta button,.pet-community-actions button,.pet-community-stat-row button{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--text-soft);font-size:12px}.pet-community-breadcrumb{display:flex;align-items:center;gap:8px;min-width:0;color:var(--muted);font-size:14px;line-height:1.5}.pet-community-breadcrumb a{color:var(--text-soft);text-decoration:none}.pet-community-breadcrumb a:hover,.pet-community-breadcrumb a:focus-visible{color:var(--ink)}.pet-community-breadcrumb span:last-child{min-width:0;color:var(--muted-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-community-meta span,.pet-community-stat-row span{color:var(--muted);font-size:12px}.pet-community-template{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;padding-top:10px;border-top:1px solid var(--line)}.pet-community-template strong{color:var(--ink);font-size:13px}.pet-community-actions .pet-button{min-height:36px;padding:0 14px;font-size:13px}.pet-community-unavailable{color:var(--muted);font-size:13px}.pet-community-empty,.pet-community-loading{display:grid;gap:12px;justify-items:start;padding:28px}.pet-community-empty strong{color:var(--ink);font-size:22px}.pet-community-empty p,.pet-community-loading{margin:0;color:var(--text-soft);font-size:14px}.pet-community-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:28px;align-items:start}.pet-community-detail-media{padding:20px}.pet-community-detail-media .pet-result-preview{min-height:auto;aspect-ratio:1 / 1}.pet-community-detail-side{display:grid;gap:18px;padding:24px}.pet-community-author.is-large>span{width:42px;height:42px;font-size:16px}.pet-community-detail-side h1{margin:0;color:var(--ink);font-size:30px;line-height:1.16}.pet-community-detail-side p,.pet-community-helper,.pet-community-unavailable-block span{margin:0;color:var(--text-soft);font-size:14px;line-height:1.55}.pet-community-stat-row{padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pet-community-source{display:grid;gap:4px;padding:14px}.pet-community-source small{color:var(--muted);font-size:12px}.pet-community-unavailable-block{display:grid;gap:4px;padding:14px;background:var(--paper-muted)}.pet-community-share-card{display:grid;gap:14px;margin-top:18px;padding:18px}.pet-community-share-card>div:first-child{display:grid;gap:4px}.pet-community-share-card strong,.pet-share-heading h2{color:var(--ink)}.pet-community-share-card span,.pet-share-heading p{color:var(--text-soft);font-size:13px;line-height:1.5}.pet-community-share-card textarea,.pet-share-dialog textarea{min-height:88px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--paper-muted);color:var(--text);line-height:1.5}.pet-community-check{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;color:var(--text-soft);font-size:13px}.pet-community-check input{width:16px;height:16px;accent-color:var(--ink)}.pet-share-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#11111147}.pet-share-dialog{display:grid;width:min(560px,100%);gap:18px;padding:28px;box-shadow:0 12px 30px #1414130a}.pet-share-heading h2{margin:0 0 6px;font-size:24px}.pet-share-heading p{margin:0}.pet-share-preview-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;align-items:center}.pet-share-preview{aspect-ratio:1 / 1;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--paper-muted)}.pet-share-preview-row div:last-child{display:grid;gap:6px}.pet-share-preview-row strong{color:var(--ink);font-size:16px}.pet-share-actions{justify-content:end}.pet-share-actions .pet-button{min-width:132px}@media(max-width:760px){.pet-community-heading{grid-template-columns:1fr;gap:12px}.pet-community-tabs{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.pet-community-tabs button{min-width:0;padding:0 10px}.pet-community-detail{grid-template-columns:1fr}.pet-community-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pet-community-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pet-community-summary div{gap:5px;min-height:62px;padding:10px 8px}.pet-community-summary strong{font-size:22px}.pet-community-summary span{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.pet-community-detail-media,.pet-community-detail-side{padding:16px}.pet-community-detail-side h1{font-size:24px}.pet-community-share-card{padding:16px}.pet-share-modal{align-items:end;padding:0}.pet-share-dialog{width:100%;max-height:78vh;overflow:auto;border-radius:10px 10px 0 0;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.pet-share-preview-row{grid-template-columns:88px minmax(0,1fr)}.pet-share-actions{display:grid;grid-template-columns:.42fr .58fr}.pet-share-actions .pet-button{min-width:0}}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--canvas);line-height:1.5}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}textarea{resize:vertical}button:disabled{cursor:not-allowed;opacity:.52}#root{min-height:100vh}.pet-app{min-height:100vh;background:var(--canvas)}.pet-shell{width:min(1200px,calc(100% - 80px));min-height:100vh;margin:0 auto;padding:28px 0 30px}.pet-sticky-shell{padding-bottom:calc(118px + env(safe-area-inset-bottom))}.pet-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:44px}.pet-brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:var(--ink)}.pet-brand-mark{display:inline-grid;width:28px;height:28px;place-items:center;border:1px solid var(--line-strong);border-radius:6px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:500}.pet-brand-mark svg{display:block;width:18px;height:18px}.pet-brand-copy{display:inline-flex;align-items:baseline;gap:10px}.pet-brand-title{color:var(--ink);font-size:18px;font-weight:500;line-height:1}.pet-brand-subtitle{color:var(--muted);font-size:12px;font-weight:500}.pet-nav{display:flex;align-items:center;justify-content:center;gap:18px;color:var(--muted);font-size:13px;font-weight:500}.pet-nav-link{padding:8px 2px}.pet-nav-link:hover,.pet-nav-link:focus-visible{color:var(--ink)}.pet-top-actions{display:inline-flex;align-items:center;justify-self:end;gap:8px}.pet-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--ink);background:var(--paper);font-size:13px;font-weight:500;line-height:1.35;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.pet-button-icon{flex:0 0 auto}.pet-button:hover,.pet-button:focus-visible{border-color:var(--line-strong)}.pet-button:active{transform:none}.pet-button-primary{border-color:var(--brand);background:var(--brand);color:var(--paper)}.pet-button-secondary{background:var(--paper)}.pet-header-login{min-width:72px}.pet-auth-loading{width:72px;min-height:36px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.pet-user-menu{position:relative}.pet-user-menu summary{list-style:none;display:inline-flex;min-height:36px;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:500;line-height:1.35}.pet-user-menu summary::-webkit-details-marker{display:none}.pet-user-avatar{display:inline-grid;width:26px;height:26px;place-items:center;border-radius:6px;background:var(--yellow-soft);color:var(--ink);font-size:12px}.pet-user-popover{position:absolute;z-index:20;right:0;top:calc(100% + 8px);display:grid;width:150px;gap:2px;padding:6px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.pet-user-popover a,.pet-user-popover button{display:flex;min-height:38px;align-items:center;border:0;border-radius:6px;padding:0 10px;background:transparent;color:var(--text);font-size:13px;text-align:left}.pet-user-popover a:hover,.pet-user-popover button:hover{background:var(--paper-muted)}.pet-main{display:grid;gap:48px;padding:58px 0 42px}.pet-flow-main{gap:24px}.pet-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:stretch;gap:24px;border-bottom:1px solid var(--line);padding-bottom:32px}.pet-hero-copy,.pet-page-heading{display:grid;align-content:center;gap:14px}.pet-kicker{display:inline-flex;width:fit-content;min-height:22px;align-items:center;border-radius:4px;padding:2px 8px;background:var(--tag-bg);color:var(--brand);font-size:12px;font-weight:500;letter-spacing:.06em;line-height:1.35;text-transform:uppercase}.pet-hero h1,.pet-page-heading h1{max-width:780px;margin:0;color:var(--ink);font-family:inherit;font-size:clamp(34px,5.2vw,48px);font-weight:500;line-height:1.1;letter-spacing:0;text-wrap:balance}.pet-page-heading h1{font-size:clamp(28px,4vw,34px)}.pet-hero p,.pet-page-heading p{max-width:640px;margin:0;color:var(--text-soft);font-size:16px;line-height:1.55}.pet-hero-actions,.pet-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.pet-quota-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.pet-quota-row span,.pet-chip{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:var(--paper);color:var(--muted);font-size:12px;font-weight:500}.pet-upload-card,.pet-card{border:1px solid var(--line);border-radius:8px;background:var(--paper)}.pet-upload-card{display:grid;align-content:space-between;gap:16px;padding:24px}.pet-upload-frame{display:grid;min-height:300px;place-items:center;align-content:center;gap:10px;border:1px dashed var(--line-strong);border-radius:8px;background:var(--paper-muted);color:var(--muted);text-align:center}.pet-upload-frame strong{color:var(--ink);font-size:16px;line-height:1.3;font-weight:500}.pet-upload-mark{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font-weight:500}.pet-upload-card-button,.pet-wide-action{width:100%}.pet-section{display:grid;gap:18px}.pet-section-heading,.pet-card-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.pet-section-heading h2,.pet-card-heading h2{margin:0;color:var(--ink);font-size:22px;line-height:1.2}.pet-section-heading a,.pet-card-heading span{color:var(--muted);font-size:13px;font-weight:500}.pet-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pet-template-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--paper);color:var(--text);text-align:left}.pet-template-art{position:relative;overflow:hidden;display:grid;min-height:180px;align-content:end;gap:8px;border-radius:8px;padding:14px;background:var(--paper-muted)}.pet-template-preview-button{display:block;border:0;padding:0;background:transparent;color:inherit;text-align:left}.pet-template-preview-button:disabled{cursor:default}.pet-template-preview-button.has-preview{cursor:zoom-in}.pet-template-art img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pet-template-art.has-preview:after{position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(to top,#faf9f5f0,#faf9f500);content:""}.pet-template-art span{position:relative;z-index:1;justify-self:start;border:1px solid var(--line);border-radius:6px;padding:4px 7px;background:var(--paper);color:var(--muted);font-size:11px;font-weight:500}.pet-template-art strong{position:relative;z-index:1;color:var(--ink);font-size:18px}.pet-template-meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.pet-template-card h3,.pet-exception-item h3{margin:0;color:var(--ink);font-size:16px}.pet-template-meta-row h3{min-width:0}.pet-template-meta-row small{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:500}.pet-template-identity-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px;font-weight:500}.pet-template-identity-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-template-identity-row span:first-child{color:var(--ink)}.pet-template-card p,.pet-exception-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.pet-template-card-loading .pet-template-art,.pet-template-card-loading>span{min-height:16px;border-radius:6px;background:var(--paper-muted)}.pet-template-card-loading .pet-template-art{min-height:180px}.pet-template-notice{display:grid;gap:8px;border:1px solid var(--line);border-radius:10px;padding:18px;background:var(--paper)}.pet-template-notice strong{color:var(--ink);font-size:16px}.pet-template-notice p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.pet-template-notice button{justify-self:start;min-height:38px;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:500}.pet-notice-actions{display:flex;flex-wrap:wrap;gap:10px}.pet-custom-template-panel{display:grid;gap:16px}.pet-custom-template-heading{display:flex;align-items:start;justify-content:space-between;gap:16px}.pet-custom-template-heading h2{margin:0;color:var(--ink);font-size:22px;font-weight:500;letter-spacing:0}.pet-custom-template-heading p{max-width:680px;margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.pet-custom-template-heading>span{flex:0 0 auto;border:1px solid var(--line);border-radius:6px;padding:6px 10px;color:var(--muted);font-size:12px;font-weight:500}.pet-custom-template-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pet-custom-template-open{justify-self:start;min-width:168px}.pet-custom-template-form label{display:grid;gap:7px;color:var(--text);font-size:13px;font-weight:500}.pet-custom-template-form input,.pet-custom-template-form select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--text);padding:0 12px;font-size:14px}.pet-custom-template-form input[type=file]{padding:9px 10px}.pet-custom-template-file,.pet-custom-template-preview,.pet-custom-template-style-field,.pet-custom-template-actions{grid-column:1 / -1}.pet-custom-template-preview{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--paper-muted)}.pet-custom-template-preview-art{display:grid;overflow:hidden;aspect-ratio:1;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.pet-custom-template-preview-art img{width:100%;height:100%;object-fit:contain}.pet-custom-template-preview strong,.pet-custom-template-preview span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-custom-template-preview strong{color:var(--ink);font-size:15px;line-height:1.3;font-weight:500}.pet-custom-template-preview span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45;font-weight:400}.pet-custom-template-error{display:grid;gap:7px;margin-top:10px;border:1px solid rgba(159,47,47,.24);border-radius:10px;padding:10px;background:var(--red-soft)}.pet-custom-template-error strong{color:#7e2626;font-size:13px;line-height:1.35}.pet-custom-template-error p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.45}.pet-custom-template-error button{justify-self:start;min-height:34px;border:1px solid rgba(159,47,47,.24);border-radius:6px;padding:0 10px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:500}.pet-custom-template-error-inline{grid-column:1 / -1;margin-top:0}.pet-custom-template-style-field{display:grid;min-width:0;gap:9px;border:0;margin:0;padding:0}.pet-custom-template-style-field legend{color:var(--text);font-size:13px;font-weight:500}.pet-custom-template-check{grid-column:1 / -1;grid-template-columns:18px minmax(0,1fr);align-items:center}.pet-custom-template-check input{min-height:auto}.pet-custom-template-form .pet-inline-message,.pet-custom-template-form .pet-button{grid-column:1 / -1}.pet-custom-template-actions{display:grid;grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);gap:10px}.pet-custom-template-actions .pet-button{grid-column:auto}.pet-custom-template-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;display:grid;place-items:center;padding:28px;background:#1111119e}.pet-custom-template-dialog{position:relative;width:min(760px,100%);max-height:min(860px,calc(100vh - 56px));overflow:auto;border:1px solid var(--line);border-radius:10px;padding:20px;background:var(--paper);box-shadow:0 12px 30px #1414130a}.pet-custom-template-dialog .pet-custom-template-heading{padding-right:48px}.pet-custom-template-dialog .pet-custom-template-form{margin-top:16px}.pet-custom-template-close{top:18px;right:18px}.pet-text-style-panel{display:grid;gap:14px;border:1px solid var(--line);border-radius:10px;padding:16px;background:var(--paper)}.pet-text-style-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.pet-text-style-heading div{display:grid;gap:4px}.pet-text-style-heading strong{color:var(--ink);font-size:16px}.pet-text-style-heading span,.pet-text-style-heading em{color:var(--muted);font-size:13px;font-style:normal;font-weight:500}.pet-text-style-options,.pet-text-style-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.pet-text-style-inline{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.pet-text-style-option{display:grid;min-width:0;gap:7px;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--paper);color:var(--text);text-align:left}.pet-text-style-option.is-active{border-color:var(--brand);box-shadow:0 0 0 2px #12121214}.pet-text-style-option strong{color:var(--ink);font-size:13px;font-weight:500}.pet-text-style-option small{color:var(--muted);font-size:12px;line-height:1.35}.pet-text-style-sample{display:block;overflow:hidden;min-height:38px;color:var(--ink);font-size:22px;font-weight:950;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.pet-text-style-bubble_white_outline{color:var(--ink);-webkit-text-stroke:5px var(--paper);paint-order:stroke fill;text-shadow:0 3px 0 rgba(17,17,17,.22)}.pet-text-style-white_fill_black_stroke{color:var(--paper);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill}.pet-text-style-black_fill_white_stroke{color:var(--ink);-webkit-text-stroke:3px var(--paper);paint-order:stroke fill;text-shadow:0 2px 0 rgba(17,17,17,.22)}.pet-text-style-comic_shadow{color:var(--ink);-webkit-text-stroke:2px var(--paper);paint-order:stroke fill;text-shadow:3px 3px 0 rgba(17,17,17,.18)}.pet-workspace{display:grid;gap:16px}.pet-workspace-two{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.pet-card{display:grid;gap:18px;padding:24px}.pet-photo-preview,.pet-result-preview{position:relative;display:grid;min-height:360px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--paper-muted)}.pet-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.pet-photo-preview img,.pet-result-preview img{width:100%;height:100%;object-fit:contain;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.pet-photo-preview.has-image,.pet-result-preview.has-image{background:var(--paper)}.pet-photo-subject{width:46%;aspect-ratio:1;border:1px solid var(--line-strong);border-radius:8px;background:var(--paper)}.pet-file-meta{display:inline-flex;min-width:0;width:fit-content;max-width:100%;min-height:36px;align-items:center;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:var(--paper-muted);color:var(--muted);font-size:12px;font-weight:500}.pet-file-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-chip-row{display:flex;flex-wrap:wrap;gap:8px}.pet-pick-card .pet-chip{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-chip-success{background:var(--green-soft)}.pet-chip-info{background:var(--blue-soft)}.pet-chip-warning{background:var(--yellow-soft)}.pet-inline-message{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.pet-error-message{color:#9f2f2f}.pet-exception-list{display:grid;gap:10px}.pet-exception-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:var(--canvas-soft)}.pet-exception-item button,.pet-segments button,.pet-toolbar-buttons button{min-height:36px;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:500}.pet-toolbar-buttons button.is-active{border-color:var(--brand);background:var(--brand);color:var(--paper)}.pet-subject-list{display:grid;gap:10px}.pet-recognition-card{align-content:start}.pet-recognition-status{display:grid;gap:8px;border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--paper-muted)}.pet-recognition-status span,.pet-recognition-section-heading span{color:var(--muted);font-size:12px;font-weight:500}.pet-recognition-status strong{color:var(--ink);font-size:18px;line-height:1.25}.pet-recognition-status p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.55}.pet-recognition-status-recognized,.pet-recognition-status-multiple_pets,.pet-recognition-status-low_quality{background:var(--green-soft)}.pet-recognition-status-uploading,.pet-recognition-status-recognizing,.pet-recognition-status-ready{background:var(--blue-soft)}.pet-recognition-status-failed,.pet-recognition-status-unsafe_content,.pet-recognition-status-unsupported_format,.pet-recognition-status-too_large{background:var(--red-soft)}.pet-recognition-status-no_pet_detected,.pet-recognition-status-recognition_failed{background:var(--yellow-soft)}.pet-recognition-exception{display:grid;gap:8px;border:1px solid rgba(159,47,47,.24);border-radius:10px;padding:14px;background:var(--warm-soft)}.pet-recognition-exception-no_pet_detected,.pet-recognition-exception-recognition_failed{border-color:#8f65183d;background:var(--yellow-soft)}.pet-recognition-exception strong{color:#7e2626;font-size:15px;line-height:1.35}.pet-recognition-exception-no_pet_detected strong,.pet-recognition-exception-recognition_failed strong{color:#7a5616}.pet-recognition-exception p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.5}.pet-recognition-exception .pet-button{justify-self:start;min-height:40px;padding:0 14px}.pet-recognition-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pet-recognition-metrics.is-muted{opacity:.52}.pet-recognition-metrics div,.pet-recognition-empty{border:1px solid var(--line);border-radius:10px;background:var(--paper)}.pet-recognition-metrics div{display:grid;gap:6px;min-width:0;padding:12px}.pet-recognition-metrics span{color:var(--muted);font-size:12px;font-weight:500}.pet-recognition-metrics strong{overflow:hidden;color:var(--ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.pet-recognition-section{display:grid;gap:10px}.pet-recognition-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.pet-recognition-section-heading strong,.pet-recognition-empty strong{color:var(--ink);font-size:14px}.pet-recognition-empty{display:grid;gap:8px;padding:16px}.pet-recognition-empty p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.55}.pet-recognition-empty button{justify-self:start;min-height:34px;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:var(--paper-muted);color:var(--ink);font-size:12px;font-weight:500}.pet-subject-item{display:grid;gap:4px;min-height:56px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--paper);color:var(--text);text-align:left}.pet-subject-item.is-selected{border-color:var(--brand);background:var(--paper-muted)}.pet-subject-item strong{color:var(--ink);font-size:14px}.pet-subject-item span{color:var(--muted);font-size:12px;font-weight:500}.pet-warning-list{display:grid;gap:8px}.pet-warning-list span{border:1px solid var(--line);border-radius:6px;padding:8px 10px;background:var(--yellow-soft);color:var(--text-soft);font-size:12px;font-weight:500}.pet-selection-strip{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--paper)}.pet-selection-strip.is-muted{background:var(--yellow-soft)}.pet-selection-copy,.pet-bottom-copy{display:grid;flex:1 1 auto;gap:3px;min-width:0}.pet-selection-strip strong,.pet-bottom-inner strong{color:var(--ink);font-size:14px}.pet-selection-strip span,.pet-bottom-inner span{color:var(--muted);font-size:12px}.pet-mini-thumb{width:44px;height:44px;flex:0 0 auto;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--paper-muted)}.pet-selection-strip .pet-mini-thumb{width:58px;height:58px}.pet-mini-thumb img{width:100%;height:100%;object-fit:cover}.pet-mini-thumb.has-image{background:var(--paper)}.pet-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:12px;align-items:center}.pet-template-toolbar-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.pet-template-upload-button{min-width:132px;min-height:36px;white-space:nowrap}.pet-toolbar input,.pet-field input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:var(--paper);color:var(--text);font-size:14px}.pet-segments{display:flex;gap:6px}.pet-segments button.is-active{border-color:var(--brand);background:var(--brand);color:var(--paper)}.pet-template-pick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pet-pick-card.is-selected{border-color:var(--brand);box-shadow:0 0 0 2px #1d1d1b14}.pet-pick-card.is-community-same{border-color:var(--line-strong);background:var(--tag-bg)}.pet-pick-card.is-community-same.is-selected{border-color:var(--brand)}.pet-pick-card.is-unavailable{opacity:.62}.pet-pick-card.is-locked:not(.is-unavailable){background:var(--canvas-soft)}.pet-template-select-button{display:inline-flex;min-width:0;min-height:36px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:500}.pet-template-card-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:center}.pet-template-card-actions.has-owner-actions{grid-template-columns:minmax(58px,.86fr) 36px minmax(68px,1fr)}.pet-template-owner-button,.pet-template-delete-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:6px;background:var(--paper-muted);color:var(--text);font-size:12px;font-weight:500}.pet-template-owner-button{min-width:0;padding:0 8px;overflow:hidden;white-space:nowrap}.pet-template-owner-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.pet-template-delete-button{width:36px;padding:0;color:var(--muted)}.pet-template-owner-button:hover,.pet-template-owner-button:focus-visible,.pet-template-delete-button:hover,.pet-template-delete-button:focus-visible{border-color:var(--line-strong);color:var(--ink)}.pet-pick-card.is-selected .pet-template-select-button{border-color:var(--brand);background:var(--brand);color:var(--paper)}.pet-template-selected-mark{position:absolute;z-index:2;top:10px;right:10px;display:grid;width:26px;height:26px;place-items:center;border-radius:6px;background:var(--brand);color:var(--paper);font-style:normal;font-weight:500}.pet-template-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:28px;background:#111111ad}.pet-template-lightbox-panel{position:relative;display:grid;gap:16px;width:min(720px,100%);max-height:min(820px,calc(100vh - 56px));overflow:auto;border:1px solid var(--line);border-radius:10px;padding:16px;background:var(--paper);box-shadow:0 12px 30px #1414130a}.pet-template-lightbox-close{position:absolute;top:24px;right:24px;z-index:2;display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:6px;padding:0;background:var(--paper);color:var(--ink);box-shadow:0 8px 24px #1414130d}.pet-template-lightbox-close:hover,.pet-template-lightbox-close:focus-visible{border-color:var(--line-strong);background:var(--paper-muted);outline:none}.pet-template-lightbox-close span{position:relative;display:block;width:16px;height:16px}.pet-template-lightbox-close span:before,.pet-template-lightbox-close span:after{position:absolute;top:50%;left:50%;width:18px;height:2px;border-radius:999px;background:currentColor;content:""}.pet-template-lightbox-close span:before{transform:translate(-50%,-50%) rotate(45deg)}.pet-template-lightbox-close span:after{transform:translate(-50%,-50%) rotate(-45deg)}.pet-template-lightbox-image{display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--paper-muted)}.pet-template-lightbox-image img{display:block;width:100%;max-height:min(620px,68vh);object-fit:contain}.pet-template-lightbox-copy{display:grid;gap:6px}.pet-template-lightbox-copy h2{margin:0;color:var(--ink);font-size:20px;line-height:1.25}.pet-template-lightbox-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.pet-generating-card{grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);align-items:center}.pet-render-preview{display:grid;place-items:center}.pet-render-square{display:grid;width:min(100%,360px);aspect-ratio:1;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--paper-muted)}.pet-render-square.has-preview{background:var(--paper)}.pet-render-square img{width:100%;height:100%;object-fit:contain}.pet-progress-block{display:grid;gap:18px}.pet-progress-copy{display:grid;gap:4px}.pet-progress-copy strong{color:var(--ink);font-size:22px}.pet-progress-copy span{color:var(--muted);font-size:14px}.pet-progress-track{height:6px;overflow:hidden;border-radius:6px;background:var(--line)}.pet-progress-track span{display:block;width:72%;height:100%;border-radius:inherit;background:var(--brand)}.pet-progress-mini-steps{display:none}.pet-step-list{display:grid;gap:8px}.pet-step{display:flex;min-height:38px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:var(--paper-muted);color:var(--muted)}.pet-step span{width:10px;height:10px;border:1px solid var(--muted-light);border-radius:4px}.pet-step-done{background:var(--green-soft);color:var(--text)}.pet-step-active{border-color:var(--brand);background:var(--paper);color:var(--ink)}.pet-failure-panel{display:grid;gap:12px;border:1px solid rgba(159,47,47,.24);border-radius:10px;padding:14px;background:var(--red-soft)}.pet-failure-panel strong{color:#7e2626;font-size:15px;line-height:1.45}.pet-failure-panel dl{display:grid;gap:8px;margin:0}.pet-failure-panel dl div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px}.pet-failure-panel dt,.pet-failure-panel dd{margin:0;font-size:12px;line-height:1.45}.pet-failure-panel dt{color:var(--muted);font-weight:500}.pet-failure-panel dd{overflow-wrap:anywhere;color:var(--ink);font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,Monaco,TsangerJinKai02,"Source Han Serif SC",monospace}.pet-generation-success,.pet-generating-empty{display:grid;gap:6px;border:1px solid rgba(110,140,116,.18);border-radius:10px;padding:14px;background:var(--green-soft)}.pet-generation-success strong,.pet-generating-empty strong{color:var(--ink);font-size:15px}.pet-generation-success span,.pet-generating-empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.pet-link-button{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:500;line-height:1.35}.pet-result-preview{align-content:center;aspect-ratio:1;min-height:0}.pet-result-preview img{width:100%;height:100%;object-fit:contain}.pet-result-preview-card{align-self:start}.pet-toolbar-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px;align-items:start}.pet-export-card{align-content:start}.pet-result-actions-card{gap:16px}.pet-result-action-list{display:grid;gap:12px}.pet-result-action-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;min-height:82px;border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--paper-muted)}.pet-result-action-card div{display:grid;gap:5px;min-width:0}.pet-result-action-card strong{color:var(--ink);font-size:15px;font-weight:500}.pet-result-action-card span{color:var(--muted);font-size:13px;font-weight:500;line-height:1.45;overflow-wrap:anywhere}.pet-result-action-card .pet-button{min-width:120px;min-height:36px}.pet-text-editor{display:grid;gap:14px;border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--paper-muted)}.pet-text-editor.is-active{border-color:var(--line-strong);background:var(--paper)}.pet-text-editor-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.pet-text-editor-heading div{display:grid;gap:3px}.pet-text-editor-heading strong{color:var(--ink);font-size:15px}.pet-text-editor-heading span{color:var(--muted);font-size:12px}.pet-text-editor-heading button{min-height:34px;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:var(--brand);color:var(--paper);font-size:12px;font-weight:500}.pet-editor-step{display:grid;gap:10px}.pet-editor-step-heading{display:flex;align-items:center;gap:8px}.pet-editor-step-heading span{display:grid;place-items:center;width:22px;height:22px;border:1px solid var(--line-strong);border-radius:999px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:500}.pet-editor-step-heading strong{color:var(--ink);font-size:14px;font-weight:500}.pet-field{display:grid;gap:8px}.pet-field span{color:var(--muted);font-size:13px;font-weight:500}.pet-benefit-panel{display:grid;gap:10px;border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--blue-soft)}.pet-benefit-panel div{display:grid;gap:3px}.pet-benefit-panel strong{color:var(--ink);font-size:14px}.pet-benefit-panel span{color:var(--text-soft);font-size:13px}.pet-export-options{display:grid;gap:10px}.pet-export-save{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--paper-muted)}.pet-export-save span{color:var(--muted);font-size:12px;font-weight:500}.pet-export-save button,.pet-history-more{min-height:38px;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:500}.pet-editor-submit{display:grid;gap:12px;border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--paper)}.pet-editor-submit>div:first-child{display:grid;gap:4px}.pet-editor-submit strong{color:var(--ink);font-size:14px;font-weight:500}.pet-editor-submit span{color:var(--muted);font-size:12px;font-weight:500;line-height:1.4}.pet-editor-actions{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:10px}.pet-editor-actions .pet-button{min-height:36px;width:100%}.pet-export-option{display:grid;gap:4px;min-height:68px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--paper);color:var(--text);text-align:left}.pet-export-option:disabled{cursor:not-allowed;opacity:.62}.pet-export-option strong{color:var(--ink);font-size:14px}.pet-export-option span,.pet-export-option em{color:var(--muted);font-size:12px;font-style:normal}.pet-download-ready{display:grid;gap:6px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--green-soft)}.pet-download-ready strong{color:var(--ink);font-size:14px}.pet-download-ready span,.pet-download-ready a{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:13px;font-weight:500}.pet-download-ready span{color:var(--text-soft)}.pet-result-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#11111147}.pet-result-dialog{display:grid;width:min(620px,100%);max-height:calc(100vh - 48px);gap:18px;overflow:auto;border:1px solid var(--line);border-radius:10px;padding:28px;background:var(--paper);box-shadow:0 12px 30px #1414130a}.pet-result-dialog-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.pet-result-dialog-heading div{display:grid;gap:6px}.pet-result-dialog-heading h2{margin:0;color:var(--ink);font-size:24px;line-height:1.15}.pet-result-dialog-heading p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.5}.pet-result-dialog-close{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--paper-muted);color:var(--ink);font-size:20px;font-weight:500;line-height:1}.pet-text-editor-dialog{padding:0;border:0;background:transparent}@media(max-width:760px){.pet-result-modal{align-items:end;padding:0}.pet-result-dialog{width:100%;max-height:82vh;border-radius:10px 10px 0 0;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}}.pet-history-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end}.pet-history-heading h1{margin:8px 0 0;color:var(--ink);font-size:clamp(30px,2.4vw,36px);line-height:1.12;font-weight:500}.pet-history-heading p{max-width:560px;margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.pet-history-filter-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.pet-history-filter{display:inline-flex;min-height:34px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;padding:0 14px;background:var(--paper);color:var(--text);font-size:13px;font-weight:500}.pet-history-filter span{color:inherit;font-variant-numeric:tabular-nums}.pet-history-filter.is-active{border-color:var(--brand);background:var(--brand);color:var(--paper)}.pet-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.pet-history-card{display:grid;align-content:start;gap:14px;border:1px solid var(--line);border-radius:10px;padding:16px;background:var(--paper);transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.pet-history-card:hover{border-color:var(--line-strong);background:var(--canvas-soft)}.pet-history-visual{position:relative;display:grid;align-content:end;overflow:hidden;aspect-ratio:1;min-height:240px;border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--paper-muted);cursor:pointer}.pet-history-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pet-history-visual .pet-chip{position:relative;z-index:1;justify-self:start;border-color:var(--line-soft);box-shadow:0 4px 16px #1414130d}.pet-history-placeholder{display:block;width:46%;aspect-ratio:1;margin:27%;border:1px solid var(--line-strong);border-radius:10px;background:var(--paper)}.pet-history-copy{display:grid;gap:10px}.pet-history-title-row h3{margin:0;color:var(--ink);font-size:17px;line-height:1.35}.pet-history-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.pet-history-progress-block{display:grid;gap:8px}.pet-history-progress-copy{display:flex;gap:10px;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:500}.pet-history-progress-track{overflow:hidden;height:6px;border-radius:999px;background:var(--line)}.pet-history-progress-track span{display:block;width:58%;height:100%;border-radius:inherit;background:var(--brand)}.pet-history-error{margin:0;color:#9f2f2f;font-size:13px;line-height:1.45}.pet-history-debug{color:var(--muted);font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,Monaco,TsangerJinKai02,"Source Han Serif SC",monospace;font-size:12px;overflow-wrap:anywhere}.pet-history-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.pet-history-status-completed{background:var(--green-soft)}.pet-history-status-running{background:var(--blue-soft)}.pet-history-status-failed{background:var(--red-soft)}.pet-history-counts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pet-history-counts span{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:var(--paper);color:var(--muted);font-size:12px;font-weight:500}.pet-history-item-loading div,.pet-history-item-loading span{min-height:18px;border-radius:8px;background:var(--paper-muted)}.pet-history-item-loading div{width:100%;aspect-ratio:1}.pet-history-more{justify-self:center;min-width:140px}.pet-bottom-bar{display:block;position:fixed;z-index:15;right:0;bottom:0;left:0;padding:12px 0 calc(env(safe-area-inset-bottom) + 12px);border-top:1px solid var(--line);background:var(--paper);box-shadow:0 -8px 20px #14141309}.pet-mobile-primary-bar{display:none}.pet-bottom-inner{display:flex;width:min(1200px,calc(100% - 80px));min-height:44px;align-items:center;justify-content:flex-end;gap:12px;margin:0 auto}.pet-auth-shell{display:grid;grid-template-rows:auto 1fr auto}.pet-auth-main{display:grid;place-items:center;padding:60px 0}.pet-footer{display:block;margin-top:56px;border-top:1px solid var(--line);padding:38px 0 0;color:var(--muted)}.toolai-footer-main{display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,.62fr);gap:44px;min-height:156px}.toolai-footer-brand-block{max-width:320px}.toolai-footer-brand{display:block;color:var(--ink);font-family:inherit;font-size:27px;font-weight:500;letter-spacing:0;line-height:1.1}.toolai-footer-description{margin:14px 0 0;color:var(--muted-light);font-size:16px;line-height:1.58}.toolai-footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:36px}.toolai-footer-section-title{margin:0 0 16px;color:var(--muted-light);font-size:12px;font-weight:500;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.toolai-footer-links,.toolai-footer-contact{display:grid;gap:12px}.toolai-footer-link{color:var(--muted-light);font-size:15px;line-height:1.35;text-decoration:none;overflow-wrap:anywhere;transition:color .16s ease}.toolai-footer-link:hover,.toolai-footer-link:focus-visible{color:var(--ink)}.toolai-footer-contact-items{display:grid;justify-items:start;gap:12px}.toolai-footer-contact-popover{position:relative;width:max-content;max-width:100%}.toolai-footer-contact-trigger{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;font:inherit;list-style:none;text-align:left;cursor:pointer}.toolai-footer-contact-trigger::-webkit-details-marker{display:none}.toolai-footer-contact-card{position:absolute;right:0;bottom:calc(100% + 10px);z-index:30;min-width:196px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow-float);color:var(--text);opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden}.toolai-footer-contact-value{display:block;color:var(--text);font-size:14px;line-height:1.4;white-space:nowrap}.toolai-footer-contact-card-qr{width:232px;max-width:calc(100vw - 36px);padding:10px}.toolai-footer-contact-card-qr img{display:block;width:100%;height:auto;border-radius:6px}.toolai-footer-contact-popover.is-open>.toolai-footer-contact-card,.toolai-footer-contact-popover:hover>.toolai-footer-contact-card,.toolai-footer-contact-popover:focus-within>.toolai-footer-contact-card{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.toolai-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding:20px 0 0;color:var(--muted-light);font-size:13px;line-height:1.5}.toolai-footer-legal-links{display:inline-flex;align-items:center;gap:20px;white-space:nowrap}@media(max-width:980px){.pet-footer{margin-top:42px}.toolai-footer-main{grid-template-columns:1fr;gap:34px;min-height:0}.toolai-footer-sections{grid-template-columns:1fr 1fr;justify-content:start;text-align:left;gap:32px 28px}.toolai-footer-contact{justify-items:start}.toolai-footer-section .toolai-footer-links{justify-content:start;justify-items:start;text-align:left}.toolai-footer-contact .toolai-footer-contact-card{right:0;left:auto}.toolai-footer-bottom{align-items:flex-start;flex-direction:column;gap:16px}.toolai-footer-legal-links{justify-content:flex-start}}.toast-viewport{position:fixed;z-index:80;right:20px;bottom:20px;display:grid;gap:8px}.toast-item{max-width:320px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--paper);color:var(--text);font-size:13px}.toast-warning{background:var(--yellow-soft)}@media(max-width:860px){.pet-shell{width:min(100% - 36px,680px);padding-top:18px}.pet-topbar{grid-template-columns:1fr auto}.pet-nav,.pet-brand-subtitle,.pet-user-name{display:none}.pet-main{gap:28px;padding-top:34px}.pet-hero,.pet-workspace-two,.pet-generating-card{grid-template-columns:1fr}.pet-hero{gap:16px}.pet-hero h1,.pet-page-heading h1{font-size:32px}.pet-hero p,.pet-page-heading p{font-size:14px}.pet-upload-card,.pet-card{padding:16px;border-radius:8px}.pet-upload-frame,.pet-photo-preview,.pet-result-preview{min-height:260px}.pet-template-grid,.pet-template-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pet-template-art{min-height:136px}.pet-template-lightbox{padding:18px}.pet-template-lightbox-panel{max-height:calc(100vh - 36px)}.pet-template-lightbox-close{top:14px;right:14px}.pet-template-toolbar-row{grid-template-columns:1fr}.pet-template-upload-button{width:100%}.pet-custom-template-modal{padding:18px}.pet-custom-template-dialog{max-height:calc(100vh - 36px)}.pet-toolbar{grid-template-columns:1fr}.pet-segments{overflow-x:auto;padding-bottom:2px}.pet-exception-item,.pet-history-heading,.pet-history-grid{grid-template-columns:1fr}.pet-history-filter-row{justify-content:flex-start}.pet-history-visual,.pet-history-item-loading div{min-height:220px}.pet-history-actions{justify-content:flex-start}.pet-failure-panel dl div{grid-template-columns:1fr;gap:2px}.pet-toolbar-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.pet-text-editor-heading{grid-template-columns:1fr}.pet-text-style-heading{display:grid;grid-template-columns:1fr}.pet-text-style-options,.pet-text-style-inline{grid-template-columns:repeat(2,minmax(0,1fr))}.pet-bottom-inner{width:min(100% - 36px,680px);align-items:stretch}.pet-bottom-inner .pet-mini-thumb{display:none}}@media(max-width:560px){:root{--canvas: #f5f4ed;--green-soft: #eef5ed;--yellow-soft: var(--pet-cream);--line: #e8e6dc}.pet-shell{width:100%;padding:max(20px,env(safe-area-inset-top)) 20px 0}.pet-mobile-flow-shell,.pet-sticky-shell{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.pet-shell>.toolai-app-topbar{width:100%;min-height:44px;margin:0}.toolai-app-brand{gap:9px}.toolai-app-brand-mark{width:30px;height:30px;border-radius:8px}.toolai-app-brand-title,.toolai-app-brand-copy strong{font-size:17px}.toolai-app-nav,.toolai-app-brand-subtitle,.toolai-app-user-name{display:none}.toolai-app-login-button,.toolai-app-auth-loading,.toolai-app-user-menu summary{min-width:46px;min-height:36px;border-radius:8px;padding:0 9px}.toolai-app-user-avatar{width:26px;height:26px;border-radius:8px}.pet-mobile-flow-shell .pet-footer,.pet-sticky-shell .pet-footer{display:none}.pet-brand-copy{display:grid;gap:2px}.pet-brand-title{font-size:16px}.pet-page-heading{gap:6px}.pet-main{gap:18px;padding:26px 0 18px}.pet-flow-main{gap:14px}.pet-kicker{color:var(--brand);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.pet-hero h1,.pet-page-heading h1{font-family:inherit;font-size:30px;font-weight:500;line-height:1.12}.pet-hero p,.pet-page-heading p{max-width:320px;color:var(--text-soft);font-size:13px;line-height:1.5}.pet-hero-actions,.pet-action-row,.pet-bottom-inner,.pet-editor-actions,.pet-export-save{display:grid;grid-template-columns:1fr}.pet-card,.pet-upload-card,.pet-template-notice,.pet-selection-strip,.pet-custom-template-panel,.pet-text-style-panel{border-radius:var(--pet-mobile-radius);box-shadow:none}.pet-upload-card{border-radius:8px}.pet-card{gap:14px;padding:14px}.pet-result-action-list{gap:10px}.pet-result-action-card{grid-template-columns:1fr;gap:10px;min-height:0;padding:12px}.pet-result-action-card .pet-button{width:100%}.pet-card-heading h2,.pet-section-heading h2{font-size:22px}.pet-card-heading span{font-size:12px}.pet-custom-template-heading,.pet-custom-template-form{grid-template-columns:1fr}.pet-custom-template-heading{display:grid}.pet-custom-template-dialog{border-radius:var(--pet-mobile-radius);padding:16px}.pet-custom-template-dialog .pet-custom-template-heading{padding-right:40px}.pet-custom-template-close{top:14px;right:14px}.pet-custom-template-open{width:100%}.pet-custom-template-preview,.pet-custom-template-actions{grid-template-columns:1fr}.pet-photo-preview{width:100%;min-height:0;height:auto;border-radius:8px;background:var(--paper-muted)}.pet-photo-preview.has-image{aspect-ratio:auto}.pet-photo-preview.pet-photo-preview-empty{min-height:260px}.pet-chip-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pet-chip{min-height:34px;justify-content:center;border-radius:8px;padding:0 8px;background:var(--paper);font-size:11px;white-space:nowrap}.pet-chip-success{background:var(--green-soft);color:#465f4b}.pet-chip-warning{background:var(--pet-cream)}.pet-file-meta{min-height:42px;border-radius:10px;padding:0 14px;background:var(--paper)}.pet-upload-page .pet-preview-card>.pet-action-row,.pet-upload-page .pet-recognition-card>.pet-action-row,.pet-upload-page .pet-wide-action{display:none}.pet-upload-page .pet-recognition-card{display:none}.pet-upload-page .pet-recognition-card.has-multiple-subjects,.pet-upload-page .pet-recognition-card.has-rejected-state{display:grid}.pet-recognition-status,.pet-recognition-exception,.pet-recognition-metrics,.pet-subject-item{border-radius:10px}.pet-recognition-exception{gap:6px;padding:12px}.pet-recognition-exception .pet-button{width:100%;min-height:40px}.pet-upload-page .pet-recognition-card.has-rejected-state .pet-recognition-metrics{display:none}.pet-recognition-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.pet-mobile-primary-bar{display:block}.pet-bottom-bar{display:block;padding:10px 20px calc(env(safe-area-inset-bottom) + 10px);background:var(--paper)}.pet-bottom-inner{width:100%;min-height:60px;gap:8px;margin:0}.pet-bottom-inner .pet-button-primary,.pet-mobile-primary-bar .pet-button-primary{min-height:44px;border-radius:8px;font-size:13px;font-weight:500;line-height:1.35}.pet-mobile-primary-bar .pet-link-button{min-height:24px;color:var(--text-soft)}.pet-selection-strip{grid-template-columns:52px minmax(0,1fr) auto;gap:10px;padding:10px}.pet-selection-strip .pet-mini-thumb{width:52px;height:52px;border-radius:10px}.pet-selection-copy strong{font-size:13px}.pet-selection-copy span{font-size:11px;line-height:1.35}.pet-toolbar{gap:10px}.pet-toolbar input{min-height:40px;border-radius:8px;background:var(--paper)}.pet-segments{gap:8px;margin-right:-20px;padding:0 20px 2px 0}.pet-segments button{flex:0 0 auto;min-height:34px;border-radius:9px;padding:0 12px;font-size:13px;font-weight:500}.pet-template-grid,.pet-template-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pet-home-template-grid .pet-template-card:nth-child(n+3){display:none}.pet-template-card{min-height:236px;gap:7px;border-radius:10px;padding:7px}.pet-template-art{min-height:112px;border-radius:10px;padding:8px}.pet-template-art.has-preview:after{height:54%}.pet-template-art span{border-radius:7px;padding:3px 7px;font-size:10px}.pet-template-selected-mark{top:7px;right:7px;width:22px;height:22px;font-size:12px}.pet-template-meta-row{align-items:start}.pet-template-meta-row h3{font-size:14px;line-height:1.18}.pet-template-meta-row small{font-size:11px}.pet-template-card p{display:none}.pet-pick-card .pet-chip-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.pet-pick-card .pet-chip{min-height:24px;justify-content:start;font-size:10px}.pet-pick-card:not(.is-selected) .pet-chip-warning,.pet-pick-card .pet-chip-success{display:none}.pet-text-style-panel{display:none}.pet-template-select-button{display:inline-flex;width:100%;min-width:0;min-height:34px;align-items:center;justify-content:center;gap:5px;border-radius:9px;padding:0 9px;overflow:hidden;font-size:12px;white-space:nowrap}.pet-template-card-actions{gap:6px}.pet-template-card-actions.has-owner-actions{grid-template-columns:36px 36px minmax(0,1fr)}.pet-template-owner-button,.pet-template-delete-button{width:36px;min-height:34px;border-radius:9px;padding:0}.pet-template-owner-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.pet-generating-card{gap:16px}.pet-render-square{width:min(300px,100%);border-radius:10px}.pet-progress-block{gap:14px}.pet-progress-copy{grid-template-columns:minmax(0,1fr) auto;align-items:baseline}.pet-progress-copy strong{font-size:24px}.pet-progress-copy span{text-align:right}.pet-progress-track{height:8px;background:var(--line-soft)}.pet-progress-track span{background:var(--brand)}.pet-progress-mini-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;color:var(--muted);font-size:11px;font-weight:500;text-align:center}.pet-progress-mini-steps span:before{display:block;width:22px;height:22px;margin:0 auto 6px;border:1px solid var(--line-strong);border-radius:999px;background:var(--paper);content:""}.pet-progress-mini-steps .is-done:before,.pet-progress-mini-steps .is-active:before{border-color:var(--brand);background:var(--brand)}.pet-progress-mini-steps .is-active:before{box-shadow:0 0 0 4px #1b365d24}.pet-step-list{display:none}.pet-generation-success{border-radius:10px;padding:12px 14px}.pet-generating-empty{border-radius:var(--pet-mobile-radius);padding:18px}.pet-generating-card .pet-action-row{display:grid;grid-template-columns:1fr;margin-top:0}.pet-history-counts,.pet-history-filter-row{justify-content:flex-start}.pet-button{width:100%}.pet-history-actions,.pet-community-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;width:100%}.pet-history-actions .pet-button,.pet-community-actions .pet-button{flex:1 1 0;min-width:0;width:auto;padding-inline:10px;white-space:nowrap}.pet-history-actions .pet-link-button,.pet-community-actions button{flex:0 0 auto;min-width:58px;padding-inline:10px;white-space:nowrap}.pet-community-card{border-radius:8px}.pet-community-card-body{gap:8px;padding:9px}.pet-community-author{gap:7px}.pet-community-author>span{width:24px;height:24px;border-radius:5px;font-size:11px}.pet-community-author strong{font-size:12px}.pet-community-author small,.pet-community-card small,.pet-community-template span,.pet-community-meta span{font-size:10px}.pet-community-card-body p{font-size:12px;line-height:1.35}.pet-community-meta{gap:6px}.pet-community-meta button,.pet-community-actions button{min-height:28px;padding-inline:7px;border-radius:5px;font-size:11px}.pet-community-template{gap:5px;padding-top:7px}.pet-community-template strong{font-size:11px}.pet-community-actions{gap:6px}.pet-community-actions .pet-button{min-height:30px;padding-inline:8px;border-radius:5px;font-size:11px}.pet-community-actions button{min-width:44px}.pet-community-unavailable{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.pet-recognition-metrics{grid-template-columns:1fr}.pet-section-heading{align-items:flex-start}.pet-result-preview strong{font-size:22px}}
