@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";*{box-sizing:border-box}:root{color:#000;--panel-1:#f4e8db;--panel-2:#d9c6b0;--panel-3:#6b8a80;--panel-4:#2b2623;--accent:#c86a3c;--panel-text-dark:#111;--panel-text-light:#fff;background-color:#fff;font-family:DM Sans,Arial,sans-serif;font-weight:400;line-height:1.5}h1,h2,h3{font-family:DM Sans,Arial,sans-serif;font-style:italic}.global-background{z-index:0;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:auto 100vh;background-attachment:scroll;width:100%;position:absolute;inset:0}.site{z-index:1;position:relative}.global-background:after{content:none}.site{color:#000;min-height:100vh;transition:color .25s;position:relative;background:0 0!important}.petal-scene{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.petal{top:-60px;left:var(--x);opacity:var(--op,.75);animation:petal-fall var(--dur) linear var(--delay) infinite;will-change:transform;position:absolute}.petal .leaf{background:linear-gradient(135deg, hsl(var(--hue) 82% 78%), hsl(var(--hue) 72% 66%));width:1em;height:.58em;animation:petal-spin var(--rdur) linear infinite;animation-direction:var(--rdir,normal);border-radius:100% 4%;display:block;box-shadow:inset 0 0 0 1px #fff6,0 1px 4px #783c142e}@keyframes petal-fall{0%{transform:translate(0,0)}to{transform:translate3d(var(--sway,0px), 108vh, 0)}}@keyframes petal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[role=button]:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #6b3012}.upload-box:focus-visible{border-color:#000}header{background:var(--panel-1);max-width:1180px;height:76px;color:var(--panel-text-dark);border-bottom:1px solid #0000001f;border-radius:0 0 10px 10px;justify-content:flex-start;align-items:center;margin:auto;padding:0 28px;display:flex;position:relative}.wordmark{color:#000;background:0 0;border:0;padding:0;line-height:1;display:none}.wordmark-stack{display:none}.header-left-spacer{width:44px;height:44px;margin-right:8px}header nav{align-items:center;gap:24px;display:flex;position:absolute;left:50%;transform:translate(-50%)}nav button,nav a,.text-button{letter-spacing:.12em;text-transform:uppercase;color:#000;background:0 0;border:0;padding:5px 0;font-size:.76rem;font-weight:700;text-decoration:none;position:relative}nav button:after,nav a:after,.text-button:after{content:"";background:#000;width:0;height:2px;transition:width .2s;position:absolute;bottom:-2px;left:0}nav button:hover:after,nav a:hover:after,nav .active:after,.text-button:hover:after{width:100%}.hero{text-align:center;max-width:850px;margin:0 auto;padding:120px 28px 135px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#000;margin:0 0 16px;font-family:DM Sans,Arial,sans-serif;font-size:.68rem;font-weight:700}.hero h1{margin:0;font-size:clamp(3.4rem,9vw,6rem);line-height:1.08}.brand-heading{place-items:center;width:100%;min-height:1.12em;display:inline-grid;position:relative}.brand-text{white-space:nowrap;letter-spacing:.04em;color:#000;text-shadow:0 4px 24px #fff9;opacity:0;pointer-events:none;grid-area:1/1;transition:opacity .4s;display:inline-block}.brand-text.is-active{opacity:1}.brand-en{font-family:DM Sans,Arial,sans-serif;font-style:italic;font-weight:800}.brand-ja{letter-spacing:.12em;font-family:DM Sans,Arial,sans-serif;font-weight:800}.brand-hi{font-family:DM Sans,Arial,sans-serif;font-weight:800}.brand-letter{opacity:0;transition:opacity .35s,transform .35s;transition-delay:calc(var(--i) * 55ms);display:inline-block;transform:translateY(.28em)}.brand-text.is-active .brand-letter{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.brand-text,.brand-letter{transition:none!important}.brand-text.is-active,.brand-text.is-active .brand-letter{opacity:1!important;transform:none!important}.petal-scene{animation:.4s forwards petal-fade-hide}@keyframes petal-fade-hide{to{opacity:0}}}.hero>p:not(.eyebrow){color:#000;max-width:620px;margin:30px auto;font-size:1.15rem;font-weight:600;line-height:1.55}.primary{color:#fff;letter-spacing:.04em;background:#000;border:0;border-radius:999px;margin-top:24px;padding:13px 24px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 14px #0003}.primary:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 18px #0000004d}.primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.primary span{padding-left:18px}.content-section,.workspace-section{max-width:1180px;margin:auto;padding:85px 28px}.section-head{justify-content:space-between;align-items:flex-end;margin-bottom:35px;display:flex}.section-head h2,.limitations h2,.workspace-section h2{letter-spacing:0;color:#000;margin:0;font-size:clamp(1.45rem,2.5vw,2rem);font-weight:800;line-height:1.25}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.panel{background:var(--panel-1);color:var(--panel-text-dark);border:1px solid #0000001f;border-radius:10px;box-shadow:0 4px 16px #0000000f}.panel--muted{background:var(--panel-2);color:var(--panel-text-dark)}.panel--accent{background:var(--panel-3);color:var(--panel-text-light)}.panel--dark{background:var(--panel-4);color:var(--panel-text-light)}.feature{background:var(--panel-1);color:var(--panel-text-dark);border:1px solid #0000001f;border-radius:12px;min-height:215px;padding:28px;transition:transform .25s,border-color .25s,background-color .25s,box-shadow .25s;box-shadow:0 4px 18px #0000000f}.feature:hover{background:#fff;border-color:#0000008c;transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.feature>span{color:#6b3012;letter-spacing:.02em;background:#0000001f;border:1px solid #0000004d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-family:DM Sans,Arial,sans-serif;font-size:.72rem;font-weight:700;display:inline-flex}.feature h3{color:#000;margin:20px 0 8px;font-size:1.02rem;font-weight:800;line-height:1.25}.feature p{color:#000;max-width:260px;margin:0;font-size:.92rem;font-weight:500;line-height:1.5}.feature-collapsible{cursor:pointer;-webkit-user-select:none;user-select:none}.feature-collapsible:focus-visible{outline-offset:2px;outline:2px solid #6b3012}.feature-collapsible .feature-hint{letter-spacing:.08em;text-transform:uppercase;color:#00000073;max-width:none;margin-top:2px;font-size:.68rem;font-weight:600}.feature-collapsible.is-open .feature-hint{color:#6b3012}.feature-collapsible .feature-body{opacity:0;max-height:0;transition:max-height .3s,opacity .25s,margin-top .3s;overflow:hidden}.feature-collapsible.is-open .feature-body{opacity:1;max-height:280px;margin-top:10px}.how-page{max-width:860px;margin:0 auto;padding:85px 28px 0}.how-page .section-head{margin-bottom:24px;display:block}.how-panel{margin-bottom:28px;padding:28px 30px}.how-panel h3{color:#000;margin:26px 0 10px;font-size:1.05rem;font-weight:800}.how-panel h3:first-child{margin-top:0}.how-panel p{color:#000;margin:0 0 14px;font-size:.95rem;font-weight:500;line-height:1.75}.how-panel p:last-child{margin-bottom:0}.how-panel code{background:#00000012;border:1px solid #00000026;border-radius:5px;padding:1px 5px;font-family:DM Sans,Arial,sans-serif;font-size:.85em;font-weight:700}.how-list{margin:0 0 14px;padding:0;list-style:none}.how-list li{color:#000;border-bottom:1px solid #00000014;padding:8px 0 8px 22px;font-size:.95rem;font-weight:500;line-height:1.7;position:relative}.how-list li:last-child{border-bottom:0}.how-list li:before{content:"•";color:#0000008c;font-size:1.1em;font-weight:700;line-height:1.4;position:absolute;left:0}.pipe-steps{flex-direction:column;max-width:420px;margin:6px 0 22px;display:flex}.pipe-step{background:#fff;border:1px solid #00000040;border-radius:10px;flex-direction:column;gap:2px;padding:12px 16px;display:flex}.pipe-step strong{color:#000;font-size:.9rem}.pipe-step span{color:#0009;font-size:.8rem;font-weight:500}.pipe-arrow{text-align:center;color:#00000073;padding:4px 0;font-size:1rem;font-weight:700}.how-back{text-align:center;margin:8px 0 24px}.nav-button{background:var(--panel-1);color:#000;border:1px solid #00000047;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex;box-shadow:0 2px 8px #0000000d}.nav-button:hover{background:var(--panel-2);border-color:#0006}.nav-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-button:active{transform:translateY(1px)}.limitations{background:var(--panel-2);border:1px solid #0000001f;border-radius:12px;margin-top:50px;padding:60px max(28px,50% - 562px);scroll-margin-top:20px;box-shadow:0 4px 20px #0000000f}.limitations h2{color:#000;margin-bottom:24px}.limitations ul{color:#000;max-width:780px;padding-left:0;list-style:none}.limitations li{color:#000;align-items:baseline;gap:12px;padding:10px 0;font-size:.96rem;font-weight:500;line-height:1.55;display:flex}.limitations li:before{content:"—";color:#000;font-family:DM Sans,Arial,sans-serif;font-weight:800}.portfolio-note{color:#000;margin-top:30px;font-weight:700}.limitations-page ul{gap:16px;margin:20px 0 10px;padding-left:22px;display:grid}.limitations-page li{line-height:1.7}.limitations-page p{margin:0 0 10px}.limitations-page .portfolio-note{margin-top:26px}.render-warning{color:#5c4300;background:#fff8e1;border:1px solid #f0d97c;border-radius:8px;align-items:flex-start;gap:10px;max-width:1180px;margin:0 auto 28px;padding:14px 18px;font-size:.88rem;font-weight:500;line-height:1.5;display:flex}.render-warning-icon{flex-shrink:0;font-size:1rem;line-height:1.5}.app-page{max-width:1180px;margin:auto;padding:68px 28px}.app-intro{margin-bottom:47px}.app-intro h1{letter-spacing:0;color:#000;margin:0 0 20px;font-size:clamp(1.9rem,4vw,3.2rem);font-weight:800;line-height:1.5}.app-intro em{font-size:1.05em;font-style:italic;font-weight:800}.app-intro>p:not(.eyebrow){color:#000;max-width:500px;font-size:1.02rem;font-weight:500}.upload-layout{grid-template-columns:1fr;align-items:start;gap:16px;max-width:760px;margin:0 auto;display:grid}.upload-box{text-align:center;border-style:dashed;border-color:#0000004d;flex-direction:column;justify-content:center;align-items:center;min-height:325px;padding:35px;transition:border-color .2s,background-color .2s;display:flex;position:relative}.upload-box:hover{background:var(--panel-2);border-color:#0003}.upload-box input{display:none}.upload-symbol{color:#000;font-size:2rem;font-weight:700}.upload-box h2,.analysis-card h2{color:#000;margin:13px 0 5px;font-size:1.08rem;font-weight:800}.upload-box p,.analysis-card>p{color:#000;margin:0;font-size:.92rem;font-weight:500}.upload-box .upload-preview{aspect-ratio:auto;object-fit:contain;object-position:center;background:var(--panel-1);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border:1px solid #0000001f;border-radius:10px;flex:0 auto;width:auto;min-width:0;max-width:100%;height:auto;max-height:240px;margin-top:18px;display:block;box-shadow:0 6px 20px #0000001f}.upload-box>:not(img){z-index:1}.analysis-card{padding:31px}.analysis-card .primary{margin-top:28px}.analysis-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.analysis-actions .primary{margin-top:0}.secondary-button{color:#000;letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #000;border-radius:999px;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.secondary-button:hover{color:#fff;background:#000;transform:translateY(-1px);box-shadow:0 6px 18px #0000004d}.secondary-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.report h2{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 20px;font-size:.95rem;font-weight:600;overflow:hidden}.report-section{border-top:1px solid #00000024;padding:16px 0}.report-section h3{letter-spacing:.14em;text-transform:uppercase;color:#000;margin:0 0 12px;font-size:.68rem;font-weight:700}.metric-list{grid-template-columns:1fr 1fr;display:grid}.metric-list div{border-bottom:1px solid #00000024;justify-content:space-between;gap:5px;padding:8px 0;font-size:.78rem;display:flex}.metric-list span{color:#000;font-weight:500}.metric-list strong{color:#000;text-align:right;font-family:DM Sans,Arial,sans-serif;font-size:.9rem;font-weight:800}.channel-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.channel{border-left:3px solid var(--panel-4);background:var(--panel-2);color:var(--panel-text-dark);border-radius:4px;padding:10px}.channel h4{text-transform:capitalize;color:#000;margin:0 0 7px;font-size:.76rem;font-weight:700}.channel p{color:#000;justify-content:space-between;gap:3px;margin:4px 0;font-size:.67rem;font-weight:500;display:flex}.channel strong{color:#000;font-weight:800}.histogram-list{gap:8px;display:grid}.histogram-row{text-transform:capitalize;color:#000;grid-template-columns:37px 1fr 115px;align-items:center;gap:7px;font-size:.7rem;font-weight:600;display:grid}.histogram-bar{background:#0000001f;border-radius:2px;height:11px;display:flex;overflow:hidden}.histogram-bar i{height:100%;display:block}.hist-dark{background:#000}.hist-mid{background:#c86a3c}.hist-bright{background:#d4954a}.histogram-row small{color:#000;text-align:right;font-family:DM Sans,Arial,sans-serif;font-size:.6rem;font-weight:500}.histogram-key{color:#000;margin:8px 0 0;font-size:.64rem;font-weight:500}.color-list{grid-template-columns:1fr 1fr;gap:8px;display:grid}.color-item{align-items:center;gap:8px;min-width:0;display:flex}.color-swatch{border:1px solid #0003;border-radius:3px;flex:0 0 26px;width:26px;height:26px;display:block}.color-item div{min-width:0}.color-item strong,.color-item small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.color-item strong{color:#000;font-size:.72rem;font-weight:700}.color-item small{color:#000;font-family:DM Sans,Arial,sans-serif;font-size:.6rem;font-weight:500}.toast-stack{z-index:200;flex-direction:column;gap:10px;max-width:min(360px,100vw - 44px);display:flex;position:fixed;bottom:22px;right:22px}.toast{background:var(--panel-1);color:var(--panel-text-dark);border:1px solid #0000001f;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 12px 12px 14px;font-size:.86rem;font-weight:600;animation:.25s cubic-bezier(.22,1,.36,1) toast-in;display:flex;box-shadow:0 10px 30px #0000002e}.toast p{flex:1;margin:0}.toast-success{border-left:3px solid #2e6b3e}.toast-error{border-left:3px solid #a33d2a}.toast-info{border-left:3px solid #6b3012}.toast-icon{font-weight:800}.toast-success .toast-icon{color:#2e6b3e}.toast-error .toast-icon{color:#a33d2a}.toast-info .toast-icon{color:#6b3012}.toast-close{color:#000;background:0 0;border:0;border-radius:4px;padding:0 2px;font-size:1rem;line-height:1}.toast-close:hover{color:#000}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.skeleton{background:#00000017;border-radius:4px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.4s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.skeleton-card{min-height:200px}.skeleton-mark{border-radius:8px;width:40px;height:40px}.skeleton-line{height:11px}.skeleton-card .skeleton-line{margin-top:12px}.w-45{width:45%}.w-70{width:70%}.w-85{width:85%}.skeleton-chip-row{gap:6px;margin-top:12px;display:flex}.skeleton-chip{border-radius:999px;width:74px;height:20px}.skeleton-block{border-radius:8px;height:120px}.report-skeleton{gap:10px;padding-top:6px;display:grid}.report-skeleton-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.skeleton-tile{border-radius:8px;height:64px}.gallery.is-refreshing{opacity:.55;transition:opacity .2s}.gallery-controls{flex-wrap:wrap;align-items:center;gap:10px;margin:18px 0 0;display:flex}.gallery-search,.gallery-sort{font:inherit;color:#000;background:#fffc;border:1px solid #00000040;border-radius:8px;padding:9px 12px;font-size:.86rem}.gallery-search{flex:220px;max-width:340px}.gallery-sort{cursor:pointer}.gallery-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;display:flex}.gallery-pagination button:disabled{opacity:.4;cursor:not-allowed}.page-status{color:#000;letter-spacing:.05em;font-family:DM Sans,Arial,sans-serif;font-size:.68rem;font-weight:600}.workspace-section{padding:78px 0 0}.section-line{border-bottom:1px solid #00000029;justify-content:space-between;align-items:flex-end;padding-bottom:18px;display:flex}.section-line small{letter-spacing:0;color:#000;margin-left:10px;font-size:.75rem;font-weight:500}.selection-note{color:#000;margin:18px 0;font-size:.88rem;font-weight:500}.gallery{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.image-card{text-align:left;min-width:0;font:inherit;color:inherit;cursor:default;border:0;padding:18px;transition:border-color .2s,transform .2s,background-color .2s;position:relative}.card-body{cursor:pointer}.card-body:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #6b3012}.card-delete{z-index:2;opacity:.7;background:#ffffffd9;border:1px solid #0003;border-radius:4px;place-items:center;width:28px;height:28px;padding:0;transition:opacity .2s,border-color .2s;display:grid;position:absolute;top:12px;left:12px}.card-delete svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.card-delete:hover{opacity:1;border-color:#00000080}.card-select.checkbox{text-align:center;color:#000;z-index:2;background:#fff;border:1px solid #00000059;border-radius:3px;width:20px;height:20px;padding:0;font-size:.78rem;font-weight:700;line-height:18px;position:absolute;top:12px;right:12px}.card-dimensions{font-family:DM Sans,Arial,sans-serif;color:#000!important;margin-top:6px!important;font-size:.65rem!important}.card-metrics{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.card-chip{color:#000;background:#0000001a;border-radius:999px;padding:3px 7px;font-size:.65rem;font-weight:600}.color-strip{gap:4px;height:8px;margin-top:12px;display:flex}.color-strip-swatch{border:1px solid #00000026;border-radius:2px;flex:1;min-width:0}.image-card:hover{background:#ffffffe0;border-color:#0006;transform:translateY(-3px)}.image-card.selected{border:2px solid #000;padding:17px}.checkbox{text-align:center;color:#000;background:#fff;border:1px solid #00000059;border-radius:3px;width:20px;height:20px;font-size:.78rem;font-weight:700;line-height:18px;position:absolute;top:12px;right:12px}.selected .checkbox{color:#fff;background:#000;border-color:#000}.file-mark{color:#000;background:#efefef;border-radius:4px;place-items:center;width:40px;height:40px;margin-top:28px;font-family:DM Sans,Arial,sans-serif;font-size:1.35rem;font-weight:700;display:grid}.image-card h3{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:20px 0 4px;font-family:DM Sans,Arial,sans-serif;font-size:.84rem;font-weight:600;overflow:hidden}.image-card p{color:#000;margin:0;font-family:DM Sans,Arial,sans-serif;font-size:.67rem;font-weight:500}.image-card>div:last-child:not(.card-body){color:#000;flex-direction:column;gap:3px;margin-top:16px;font-size:.7rem;font-weight:500;display:flex}.reveal{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(16px)}.reveal.is-visible{opacity:1;transform:none}.image-card.reveal{opacity:1;animation:.55s cubic-bezier(.22,1,.36,1) both card-reveal;animation-delay:var(--reveal-delay,0s);transform:none}@keyframes card-reveal{0%{opacity:0;transform:translateY(16px)}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.image-card.reveal{animation:none}}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:flex-start;padding:40px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-panel{background:#fff;border:1px solid #00000038;border-radius:12px;width:min(720px,100%);max-height:calc(100vh - 80px);padding:28px 24px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000040}.modal-close{color:#000;background:0 0;border:0;border-radius:4px;width:32px;height:32px;font-size:1.6rem;line-height:1;position:absolute;top:12px;right:14px}.modal-close:hover{color:#000;background:#00000014}.modal-status{text-align:center;color:#000;padding:24px 0;font-weight:500}.modal-error{color:#8b2e0f}.report-modal{max-height:none}.modal-backdrop-confirm{z-index:120;align-items:center}.confirm-panel{width:min(420px,100%);max-height:none;padding:26px 24px 22px}.confirm-title{color:#000;margin:0 0 10px;font-size:1.25rem}.confirm-description{color:#000;overflow-wrap:anywhere;margin:0 0 6px;font-size:.95rem;line-height:1.6}.confirm-warning{color:#8b2e0f;margin:0 0 18px;font-size:.82rem;font-weight:600}.confirm-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.confirm-actions .secondary-button{margin-top:0;padding:10px 20px}.danger-button{color:#fff;letter-spacing:.04em;cursor:pointer;background:#a33d2a;border:1px solid #a33d2a;border-radius:999px;padding:10px 22px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.danger-button:hover{background:#8b2e0f;border-color:#8b2e0f;transform:translateY(-1px);box-shadow:0 6px 18px #a33d2a4d}.danger-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.danger-button:focus-visible,.confirm-cancel:focus-visible{outline-offset:2px;outline:2px solid #000}.stat-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px;display:grid}.stat-card{background:#ffffff80;border:1px solid #00000024;border-radius:8px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.stat-label{letter-spacing:.08em;text-transform:uppercase;color:#000;font-family:DM Sans,Arial,sans-serif;font-size:.62rem;font-weight:700}.stat-value{color:#000;font-family:DM Sans,Arial,sans-serif;font-size:1rem;font-weight:800}.stat-bar{background:#0000001a;border-radius:2px;height:4px;margin-top:4px;overflow:hidden}.stat-bar i{background:linear-gradient(90deg,#6b3012,#c86a3c);border-radius:2px;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);display:block}.info-tip{color:#6b3012;vertical-align:middle;cursor:help;background:0 0;border:1px solid #0006;border-radius:50%;flex:none;justify-content:center;align-items:center;width:14px;height:14px;margin-left:6px;padding:0;font-family:DM Sans,Arial,sans-serif;font-size:9px;line-height:1;display:inline-flex;position:relative}.info-tip:after{content:attr(data-tip);color:#fff;letter-spacing:0;text-transform:none;text-align:left;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:30;background:#000;border-radius:6px;width:max-content;max-width:230px;padding:8px 10px;font-family:DM Sans,Arial,sans-serif;font-size:.72rem;font-weight:500;line-height:1.4;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)scale(.96)}.info-tip:hover:after,.info-tip:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%)scale(1)}.compare-reveal{margin-top:28px;display:block}.compare-action{text-align:right}.comparison{margin-top:28px;padding:28px}.comparison h2{margin-bottom:21px}.table-wrap{overflow:auto}table{border-collapse:collapse;text-align:right;width:100%;font-size:.86rem}th,td{white-space:nowrap;color:#000;border-bottom:1px solid #00000024;padding:12px 14px}th:first-child,td:first-child{text-align:left;font-weight:700}th{letter-spacing:.05em;text-transform:uppercase;color:#000;font-family:DM Sans,Arial,sans-serif;font-size:.75rem;font-weight:600}.table-note{color:#000;margin:17px 0 0;font-size:.78rem;font-weight:500}td.diff-best{color:#2e6b3e;background:#3e7c4f1f;font-weight:700}td.diff-worst{color:#a33d2a;background:#b3402b1a}.diff-mark{margin-left:6px;font-family:DM Sans,Arial,sans-serif;font-size:.78em;font-weight:700}.diff-legend{color:#000;flex-wrap:wrap;gap:6px 18px;margin:14px 0 0;font-size:.78rem;font-weight:500;display:flex}.diff-legend span{white-space:nowrap}.diff-legend .diff-up,.diff-legend .diff-down{font-weight:700}.diff-legend .diff-up{color:#2e6b3e}.diff-legend .diff-down{color:#a33d2a}.empty{color:#000;padding:22px 0;font-size:.92rem;font-weight:500}.site-footer{border:1px solid #00000029;border-radius:14px;flex-direction:column;gap:38px;max-width:1180px;margin:64px auto 0;font-weight:500;text-align:left!important;color:#000!important;background:var(--panel-1)!important;padding:46px 32px 30px!important;font-family:DM Sans,Arial,sans-serif!important;font-size:.72rem!important;display:flex!important}.footer-top{grid-template-columns:1.35fr 1fr;align-items:start;gap:46px;display:grid}.footer-brand{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.footer-wordmark{letter-spacing:.08em;color:#000;font-family:DM Sans,Arial,sans-serif;font-size:2.1rem;font-style:italic;font-weight:800;line-height:1}.footer-tagline{color:#000;max-width:460px;margin:0;font-family:DM Sans,Arial,sans-serif;font-size:.95rem;font-weight:500;line-height:1.65}.footer-cols{grid-template-columns:1fr 1fr;align-items:start;gap:34px;display:grid}.footer-col{flex-flow:wrap;align-items:baseline;gap:10px 22px;display:flex}.footer-col h4{letter-spacing:.16em;text-transform:uppercase;color:#000;flex-basis:100%;margin:0;font-family:DM Sans,Arial,sans-serif;font-size:.64rem;font-weight:700}.footer-col a{color:#000;border-bottom:1px solid #0000;align-items:center;gap:7px;padding:2px 0;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.footer-col a:hover{color:#000;border-bottom-color:#00000073}.footer-col svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 14px;width:14px;height:14px}.footer-col svg.icon-github{fill:currentColor;stroke:none}.back-to-top{z-index:120;color:#000;cursor:pointer;background:#fff;border:1px solid #0000004d;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .2s,box-shadow .2s,background-color .2s;animation:.25s back-to-top-in;display:inline-flex;position:fixed;bottom:26px;left:26px;box-shadow:0 8px 22px #0000002e}.back-to-top:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 28px #00000042}.back-to-top svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}@keyframes back-to-top-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-bottom{border-top:1px solid #00000024;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding-top:24px;display:flex}.footer-meta{flex-wrap:wrap;align-items:center;gap:8px 20px;display:flex}.footer-meta svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 14px;width:14px;height:14px}.footer-star{color:#000;border-bottom:1px solid #0000;align-items:center;gap:7px;padding:2px 0;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.footer-star:hover{color:#000;border-bottom-color:#00000073}.tour-backdrop{z-index:140;background:#00000073;animation:.2s tour-fade;position:fixed;inset:0}.tour-spotlight{z-index:141;pointer-events:none;border-radius:12px;outline:2px solid #c86a3c;transition:all .25s cubic-bezier(.22,1,.36,1);position:fixed;box-shadow:0 0 0 9999px #00000073}.tour-card{z-index:150;background:#fff;border:1px solid #00000040;border-radius:10px;width:320px;padding:18px 18px 16px;animation:.2s tour-fade;position:fixed;box-shadow:0 18px 50px #0000004d}.tour-step{letter-spacing:.16em;text-transform:uppercase;color:#000;margin:0 0 6px;font-family:DM Sans,Arial,sans-serif;font-size:.62rem;font-weight:700}.tour-card h3{color:#000;margin:0 0 6px;font-size:.98rem;font-weight:800}.tour-card>p:not(.tour-step){color:#000;margin:0 0 12px;font-size:.88rem;font-weight:500;line-height:1.5}.tour-dots{gap:6px;margin-bottom:12px;display:flex}.tour-dots i{background:#0003;border-radius:50%;width:7px;height:7px}.tour-dots i.active{background:#c86a3c}.tour-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.tour-actions .primary{margin-top:0;padding:9px 16px}@keyframes tour-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.tour-backdrop,.tour-card{animation:none}.tour-spotlight{transition:none}}.error-boundary{text-align:left;background:#fff;border:1px solid #00000040;border-radius:10px;max-width:620px;margin:90px auto;padding:34px}.error-boundary h2{color:#000;margin:0 0 10px}.error-boundary p{color:#000;word-break:break-word;font-weight:500}@media (width<=760px){header{flex-direction:column;justify-content:center;gap:8px;height:auto;min-height:68px;padding:12px 16px}.header-left-spacer{display:none}header nav{flex-wrap:wrap;justify-content:center;gap:8px 18px;width:100%;position:static;left:auto;transform:none}nav button,nav a{white-space:nowrap}.hero{padding:85px 22px 100px}.feature-grid,.gallery{grid-template-columns:1fr 1fr}.upload-layout{grid-template-columns:1fr}.content-section,.app-page{padding-left:18px;padding-right:18px}.app-page{padding-top:48px;padding-bottom:48px}.workspace-section{padding-top:60px}.section-head{display:block}.section-head h2{margin-top:8px}.section-line{flex-wrap:wrap;gap:6px 12px}.section-line small{margin-left:0}.how-page{padding:60px 18px 0}.how-panel{padding:22px 20px}.analysis-card,.comparison{padding:22px}.site-footer{gap:30px;padding:36px 22px 26px!important}.footer-top{grid-template-columns:1fr;gap:30px}.footer-cols{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=450px){header{padding-top:10px;padding-bottom:10px}header nav{gap:6px 12px}nav button,nav a,.text-button{letter-spacing:.08em;font-size:.72rem}.nav-help{width:28px;height:28px;font-size:.82rem}.feature-grid,.gallery,.color-list,.stat-grid,.metric-list{grid-template-columns:1fr}.hero{padding:60px 16px 75px}.hero h1{font-size:min(5.5rem,18vw)}.app-intro h1{font-size:2.5rem}.channel-grid{grid-template-columns:1fr}.histogram-row{grid-template-columns:34px 1fr}.histogram-row small{text-align:left;grid-column:2}.how-page{padding:44px 14px 0}.how-panel{padding:18px 16px}.how-panel p,.how-list li{font-size:.9rem}.upload-box{min-height:260px;padding:22px 16px}.analysis-card{padding:18px 16px}.analysis-actions .primary,.analysis-actions .secondary-button{flex:100%}.comparison{padding:16px 14px}table{font-size:.8rem}th,td{padding:9px 10px}.compare-action{text-align:left}.gallery-search{flex-basis:100%;max-width:none}.modal-backdrop{padding:14px 10px}.modal-panel{max-height:calc(100vh - 28px);padding:20px 14px}.modal-backdrop-confirm{padding:14px 10px}.confirm-panel{padding:22px 16px 18px}.confirm-actions{justify-content:stretch}.confirm-actions .secondary-button,.confirm-actions .danger-button{flex:auto}.toast-stack{max-width:none;bottom:12px;left:12px;right:12px}.tour-card{max-width:calc(100vw - 24px)}.info-tip:after{max-width:min(230px,72vw)}.back-to-top{width:40px;height:40px;bottom:14px;left:14px}}.chart-scroll{padding:4px 0 9px;overflow-x:auto}.channel-chart{border-bottom:1px solid #00000024;min-width:340px;height:155px;display:flex}.chart-axis{color:#000;text-align:right;flex-direction:column;justify-content:space-between;width:28px;padding:0 5px 17px 0;font:9px DM Sans,Arial,sans-serif;display:flex}.channel-chart-groups{background:repeating-linear-gradient(#0000 0 49%,#00000014 50%,#0000 51% 99%);flex:1;justify-content:space-around;display:flex}.channel-chart-group{justify-content:center;align-items:flex-end;gap:7px;width:29%;height:100%;padding-bottom:18px;display:flex;position:relative}.channel-chart-group>strong{text-transform:uppercase;color:#000;font:700 9px DM Sans,Arial,sans-serif;position:absolute;bottom:0}.channel-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;height:100%;display:flex}.channel-bar{opacity:.9;border-radius:2px 2px 0 0;width:100%;min-height:2px}.channel-bar.red{background:#c86a3c}.channel-bar.green{background:#d4954a}.channel-bar.blue{background:#5a6b7c}.channel-bar-wrap span{color:#000;writing-mode:vertical-rl;margin-top:3px;font-size:8px;transform:rotate(180deg)}.dominant-chart{gap:6px;margin:0 0 14px;display:grid}.dominant-bar{color:#000;grid-template-columns:65px 1fr 42px;align-items:center;gap:8px;font-size:10px;display:grid}.dominant-bar>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dominant-bar>div{background:#00000014;border-radius:2px;height:10px;overflow:hidden}.dominant-bar i{height:100%;display:block}.dominant-bar b{text-align:right;color:#000;font:9px DM Sans,Arial,sans-serif}.compare-chart-wrap{border-top:1px solid #00000024;border-bottom:1px solid #00000024;margin:8px 0 27px;padding:15px 0 2px;overflow-x:auto}.compare-legend{color:#000;flex-wrap:wrap;gap:7px 14px;margin:0 0 14px;font-size:10px;display:flex}.compare-legend span{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;max-width:160px;display:inline-flex;overflow:hidden}.compare-legend i{border-radius:2px;flex:0 0 9px;width:9px;height:9px}.compare-chart{align-items:stretch;gap:9px;min-width:500px;height:180px;display:flex}.compare-group{flex-direction:column;flex:1;justify-content:flex-end;min-width:72px;display:flex}.compare-bars{background:repeating-linear-gradient(#0000 0 49%,#00000014 50%,#0000 51% 99%);border-bottom:1px solid #00000029;justify-content:center;align-items:flex-end;gap:3px;height:148px;display:flex}.compare-bars i{opacity:.9;border-radius:2px 2px 0 0;flex:1;max-width:18px;min-height:2px;display:block}.compare-group>span{text-align:center;color:#000;height:32px;padding-top:5px;font-size:9px;line-height:1.15}.compare-bars i.is-best{opacity:1;outline-offset:1.5px;outline:1.5px solid #000}.compare-bars.has-winner i:not(.is-best){opacity:.5}.chart-caption{color:#000!important;margin:11px 0!important;font-size:10px!important}@media (width<=480px){.dominant-bar{grid-template-columns:55px 1fr 36px}.compare-chart-wrap{padding-bottom:4px}}
