:root{--line-green:#06c755;--line-green-soft:#e5f9ec;--background:#f5f5f5;--surface:#fff;--border:#e8e8e8;--text:#111;--muted:#616161;--danger:#ff334b;--info:#4270ed;--shadow:0 18px 50px #11111112;--radius-large:24px;--radius-medium:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic UI,Yu Gothic,Meiryo,sans-serif;line-height:1.6}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible{outline:3px solid var(--info);outline-offset:3px}a:focus-visible{outline:3px solid var(--info);outline-offset:3px}input:focus-visible{outline:3px solid var(--info);outline-offset:3px}[tabindex]:focus-visible{outline:3px solid var(--info);outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit}.app-shell{min-height:100vh}.app-header{z-index:20;background:var(--line-green);border-bottom:1px solid #11111114;position:sticky;top:0}.header-inner{grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);align-items:center;gap:24px;width:min(1180px,100% - 40px);height:72px;margin:0 auto;display:grid}.brand{color:#fff;letter-spacing:.06em;align-items:center;gap:12px;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.new-creation-button{color:#08783e;cursor:pointer;white-space:nowrap;background:#fffffff0;border:1px solid #ffffffb8;border-radius:999px;justify-self:end;min-height:40px;padding:0 16px;font-size:13px;font-weight:850;line-height:1;transition:background .15s,transform .15s;box-shadow:0 6px 18px #004f2324}.new-creation-button:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.brand>span{white-space:nowrap}.brand:focus-visible{outline-color:#fff}.brand-logo{border-radius:11px;width:40px;height:40px;box-shadow:0 4px 12px #004f232e}.step-progress{width:280px;position:relative}.step-progress ol{z-index:1;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid;position:relative}.step-progress li{place-items:center;display:grid}.step-progress-track{background:#11111138;border-radius:999px;height:4px;position:absolute;top:15px;left:12.5%;right:12.5%;overflow:hidden}.step-progress-track span{border-radius:inherit;background:var(--surface);width:0;height:100%;transition:width .24s;display:block}.step-progress-button{color:#1111119e;cursor:pointer;background:#48d17f;border:2px solid #11111147;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;font-size:13px;font-weight:900;line-height:1;transition:border-color .16s,background .16s,box-shadow .16s,color .16s,transform .16s;display:grid}.step-progress-button:hover:not(:disabled){transform:translateY(-1px)}.step-progress-button.is-complete{border-color:var(--text);background:var(--surface);color:var(--text)}.step-progress-button.is-current{border-color:var(--text);background:var(--text);color:var(--surface);box-shadow:0 0 0 4px #ffffff85}.step-progress-button:disabled{cursor:not-allowed;opacity:1}.main-content{width:min(1180px,100% - 40px);margin:0 auto;padding:74px 0 80px}.hero{max-width:none;margin-bottom:52px}.hero-intro{margin-bottom:28px}.eyebrow,.step-label{color:#08783e;letter-spacing:.14em;margin:0 0 8px;font-size:12px;font-weight:900}.hero h1{letter-spacing:-.035em;margin:0;font-size:clamp(56px,5vw,62px);line-height:1.08}.hero-copy{max-width:none;color:var(--muted);margin:22px 0 0;font-size:clamp(18px,1.5vw,19px)}@media (min-width:1024px){.hero h1{white-space:nowrap}}.hero-points{grid-template-columns:repeat(4,1fr);gap:14px;margin:0;padding:0;list-style:none;display:grid}.hero-points li{background:var(--surface);color:#075d32;border:1px solid #bdeecf;border-radius:18px;align-items:center;gap:14px;min-height:104px;padding:18px;display:flex;box-shadow:0 10px 30px #06c75514}.hero-point-icon{background:var(--line-green);color:#fff;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;line-height:1;display:grid}.hero-point-copy{gap:2px;display:grid}.hero-point-copy strong{color:var(--text);font-size:15px;line-height:1.4}.hero-point-copy>span{color:var(--muted);font-size:12px;line-height:1.5}.card{border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow);padding:30px}.upload-card,.frames-card,.export-card{margin-bottom:24px}.step-section{scroll-margin-top:96px}.section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.section-heading h2{letter-spacing:-.04em;white-space:nowrap;margin:0;font-size:24px;line-height:1.25}.frame-counter{color:var(--muted);white-space:nowrap;font-size:14px}.frame-counter strong{color:var(--text);font-size:24px}.drop-zone{background:#fcfcfc;border:2px dashed #c8c8c8;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:212px;padding:28px;transition:border-color .16s,background .16s,transform .16s;display:grid}.drop-zone.is-dragging{background:var(--line-green-soft);border-color:#08783e;transform:translateY(-2px)}.upload-visual{width:92px;height:86px;position:relative}.upload-visual i{border:3px solid var(--text);background:var(--surface);border-radius:14px;width:58px;height:58px;position:absolute}.upload-visual i:first-child{background:var(--line-green);top:0;left:22px}.upload-visual i:nth-child(2){bottom:0;left:0}.upload-visual b{background:var(--text);width:30px;height:30px;color:var(--surface);border-radius:50%;place-items:center;font-size:20px;line-height:1;display:grid;position:absolute;bottom:1px;right:0}.drop-title{margin:0 0 4px;font-size:18px;font-weight:800;color:var(--text)!important}.drop-zone p{color:var(--muted);margin:0;font-size:13px}.primary-button,.secondary-button,.text-button,.icon-button,.drag-handle,.choice-chip,.option-card{cursor:pointer;border:0}.primary-button,.secondary-button{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.primary-button{background:var(--line-green);color:#fff;box-shadow:0 8px 22px #06c75538}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled){transform:translateY(-1px)}.secondary-button{background:var(--surface);color:var(--text);border:1px solid #c8c8c8}.text-button{color:var(--muted);text-underline-offset:4px;background:0 0;padding:7px 5px;font-size:13px;font-weight:700;text-decoration:underline}.danger-text{color:#ba1731}.message-list,.format-warning{border-radius:12px;margin:16px 0 0;padding:13px 15px;font-size:13px}.message-list{color:#9a1230;background:#fff0f2;border:1px solid #ffc3ca}.message-list p{margin:0}.message-list p+p{margin-top:5px}.format-warning{color:#274797;background:#f2f5ff;border:1px solid #ccd8fa}.dimension-warning{color:#724300;background:#fff9e9;border:1px solid #f1c66f;border-radius:12px;margin-top:16px;padding:18px 20px;font-size:12px}.dimension-warning strong{color:#5f3700;font-size:13px;display:block}.dimension-warning p{margin:4px 0 0}.dimension-warning+.format-warning{margin-top:10px}.draft-status{color:#075d32;background:#f1fbf5;border:1px solid #bde9ce;border-radius:12px;align-items:center;gap:9px;margin-top:14px;padding:16px 18px;font-size:12px;display:flex}.draft-status>span{background:var(--line-green);width:22px;height:22px;color:var(--text);border-radius:50%;flex:0 0 22px;place-items:center;font-weight:900;display:grid}.draft-status p{margin:0}.draft-status.is-error{color:#9a1230;background:#fff0f2;border-color:#ffc3ca}.draft-status.is-error>span{background:var(--error);color:#fff}.section-help{color:var(--muted);margin:-8px 0 20px;font-size:13px}.frame-list{scroll-snap-type:x proximity;gap:12px;margin:0;padding:3px 3px 14px;list-style:none;display:flex;overflow-x:auto}.frame-list-empty{min-height:118px;color:var(--muted);text-align:center;background:#fcfcfc;border:1px dashed #c8c8c8;border-radius:16px;place-items:center;padding:24px;display:grid}.frame-list-empty p{margin:0;font-size:13px;font-weight:700}.frame-item{border:1px solid var(--border);scroll-snap-align:start;touch-action:manipulation;background:#fcfcfc;border-radius:16px;flex:0 0 146px;padding:12px;position:relative}.frame-number{z-index:1;border:2px solid var(--surface);background:var(--text);min-width:24px;height:24px;color:var(--surface);border-radius:999px;place-items:center;padding:0 6px;font-size:11px;font-weight:800;line-height:1;display:grid;position:absolute;top:6px;left:6px}.checkerboard{background-color:#fff;background-image:linear-gradient(45deg,#e8e8e8 25%,#0000 25%),linear-gradient(-45deg,#e8e8e8 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e8e8e8 75%),linear-gradient(-45deg,#0000 75%,#e8e8e8 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.frame-thumbnail{border-radius:12px;width:120px;height:120px;overflow:hidden}.frame-thumbnail img,.preview-large img,.emoji-slot img,.result-preview img{object-fit:contain;image-rendering:auto;width:100%;height:100%;display:block}.frame-name{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:9px 0;font-size:11px;overflow:hidden}.frame-actions{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.icon-button,.drag-handle{height:30px;color:var(--text);background:#efefef;border-radius:8px;place-items:center;padding:0;font-weight:800;display:grid}.drag-handle{cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing}.danger-icon{color:#ba1731;background:#fff0f2}.workspace-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:24px;margin-bottom:24px;display:grid}.setting-group{border:0;border-top:1px solid var(--border);margin:0;padding:22px 0}.settings-limit-note{color:var(--muted);margin:6px 0 0;font-size:12px;font-weight:500;line-height:1.6}.setting-group:first-of-type{border-top:0;padding-top:4px}.setting-group legend{width:100%;margin-bottom:12px;font-size:14px;font-weight:800}.setting-group legend span{color:var(--muted);margin-left:8px;font-size:11px;font-weight:500}.chip-row,.option-grid{gap:8px;display:grid}.four-columns{grid-template-columns:repeat(4,1fr)}.three-columns{grid-template-columns:repeat(3,1fr)}.two-columns{grid-template-columns:repeat(2,1fr)}.choice-chip,.option-card{color:var(--text);background:#fcfcfc;border:1px solid #d7d7d7}.choice-chip{border-radius:10px;min-height:46px;font-size:13px}.choice-chip strong{font-size:18px}.option-card{text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;min-height:72px;padding:12px;display:flex}.option-card strong{font-size:14px}.option-card span{color:var(--muted);font-size:11px}.choice-chip.selected,.option-card.selected{background:var(--line-green-soft);border-color:#08783e;box-shadow:inset 0 0 0 1px #08783e}.speed-control{background:#fcfcfc;border:1px solid #d7d7d7;border-radius:14px;padding:16px}.speed-readout,.speed-scale{justify-content:space-between;align-items:center;gap:12px;display:flex}.speed-readout{color:var(--muted);margin-bottom:10px;font-size:11px}.speed-readout strong{color:#075d32;font-size:18px}.speed-slider{width:100%;height:32px;accent-color:var(--line-green);cursor:pointer;margin:0}.speed-slider:focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #4270ed59}.speed-scale{color:var(--muted);font-size:10px;font-weight:700}.motion-speed-scale span{text-align:center;flex-direction:column;flex:1;display:flex}.motion-speed-scale span:first-child{text-align:left}.motion-speed-scale span:last-child{text-align:right}.motion-speed-scale .is-disabled{color:#a5a5a5;text-decoration:line-through}.setting-note{color:#9a5a00;margin:10px 0 0;font-size:12px}.info-note{color:var(--muted)}.advanced-speed-option{background:#fafafa;border:1px solid #d7d7d7;border-radius:12px;margin-top:14px;padding:14px}.advanced-speed-option>strong{margin-bottom:8px;font-size:12px;display:block}.advanced-speed-option label{cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;font-weight:700;display:flex}.advanced-speed-option input{width:18px;height:18px;accent-color:var(--line-green);margin:0}.advanced-speed-option p{color:var(--muted);margin:8px 0 0 27px;font-size:11px}.playback-summary{background:var(--line-green-soft);border:1px solid #b8eccc;border-radius:14px;margin:2px 0 22px;padding:16px}.playback-summary>strong{color:#075d32;font-size:13px}.playback-summary dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:12px 0 0;display:grid}.playback-summary dl div{min-width:0}.playback-summary dt{color:var(--muted);font-size:10px}.playback-summary dd{margin:1px 0 0;font-size:13px;font-weight:800}.playback-summary p{color:#075d32;border-top:1px solid #b8eccc;margin:12px 0 0;padding-top:10px;font-size:11px}.preview-card{position:sticky;top:96px}.preview-status{background:var(--line-green-soft);color:#075d32;white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.preview-stage{grid-template-columns:1fr 140px;align-items:center;gap:22px;display:grid}.preview-large{border:1px solid var(--border);border-radius:20px;width:min(100%,300px);height:min(300px,100vw - 58px);margin:0 auto;overflow:hidden}.preview-empty{height:100%;color:var(--muted);text-align:center;background:#ffffffd1;flex-direction:column;justify-content:center;align-items:center;padding:28px;font-size:12px;display:flex}.empty-frames{width:64px;height:56px;margin-bottom:12px;position:relative}.empty-frames i{background:#fff;border:2px solid #949494;border-radius:10px;width:42px;height:42px;position:absolute}.empty-frames i:first-child{right:0}.empty-frames i:nth-child(2){top:7px;right:7px}.empty-frames i:nth-child(3){top:14px;right:14px}.compact-preview>p{color:var(--muted);margin:0 0 8px;font-size:11px;font-weight:700}.message-sample{background:#efefef;border-radius:13px;justify-content:center;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:10px;font-size:12px;display:flex}.emoji-slot{border-radius:5px;flex:0 0 36px;width:36px;height:36px;overflow:hidden}.preview-controls{justify-content:center;gap:10px;margin-top:22px;display:flex}.first-frame-note{color:var(--muted);background:#f5f5f5;border-radius:12px;gap:10px;margin-top:20px;padding:12px;font-size:11px;display:flex}.first-frame-note p{margin:0}.note-icon{background:var(--text);width:22px;height:22px;color:var(--surface);border-radius:50%;flex:0 0 22px;place-items:center;font-weight:800;line-height:1;display:grid}.compliance-pill{color:var(--muted);white-space:nowrap;background:#efefef;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.compliance-pill.ready{background:var(--line-green-soft);color:#075d32}.export-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;display:grid}.filename-field{font-size:12px;font-weight:700;display:block}.filename-field>span:first-child{margin-bottom:7px;display:block}.filename-input{border:1px solid #c8c8c8;border-radius:12px;align-items:center;height:52px;display:flex;overflow:hidden}.filename-input:focus-within{border-color:var(--info);box-shadow:0 0 0 2px #4270ed2e}.filename-input input{border:0;outline:0;flex:1;min-width:0;height:100%;padding:0 14px}.filename-input b{height:100%;color:var(--muted);background:#f5f5f5;align-items:center;padding:0 14px;display:flex}.generate-button{min-width:190px;height:52px}.result-panel{border-top:1px solid var(--border);grid-template-columns:190px 1fr;gap:24px;margin-top:28px;padding-top:28px;display:grid}.result-preview{border:1px solid var(--border);border-radius:18px;width:190px;height:190px;overflow:hidden}.result-title-row,.result-title-row>div{align-items:center;display:flex}.result-title-row{justify-content:space-between;gap:16px}.result-title-row>div{gap:12px}.success-mark{background:var(--line-green);width:34px;height:34px;color:var(--text);border-radius:50%;place-items:center;font-weight:900;display:grid}.result-title-row p{color:#075d32;margin:0;font-size:12px;font-weight:800}.result-title-row strong{font-size:16px}.result-size{font-size:20px;font-weight:900}.result-metrics{grid-template-columns:repeat(5,1fr);gap:8px;margin:18px 0;display:grid}.result-metrics div{background:#f5f5f5;border-radius:10px;padding:10px}.result-metrics dt{color:var(--muted);font-size:10px}.result-metrics dd{margin:0;font-size:12px;font-weight:800}.result-actions{flex-wrap:wrap;gap:10px;display:flex}.save-destination{color:#274797;background:#f2f5ff;border-radius:10px;margin:0 0 13px;padding:11px 13px;font-size:12px}.app-footer{width:min(1180px,100% - 40px);color:var(--muted);border-top:1px solid #dfdfdf;justify-content:space-between;gap:24px;margin:0 auto;padding:28px 0 40px;font-size:12px;display:flex}.app-footer strong{color:var(--text)}.app-footer p{margin:4px 0 0}.app-footer a{color:#075d32;font-weight:800}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:1023px){.hero h1{font-size:48px}.hero-copy{font-size:17px}}@media (max-width:900px){.header-inner{grid-template-columns:minmax(220px,1fr) 240px auto;gap:16px}.step-progress{width:240px}.workspace-grid{grid-template-columns:1fr}.preview-card{position:static}}@media (min-width:681px) and (max-width:1023px){.hero-headline-tail{white-space:nowrap}}@media (max-width:680px){.header-inner,.main-content,.app-footer{width:min(100% - 24px,1180px)}.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:7px;height:auto;min-height:104px;padding:10px 0 9px}.brand{grid-area:1/1;justify-self:start;font-size:15px}.brand-logo{border-radius:10px;width:36px;height:36px}.step-progress{grid-area:2/1/auto/-1;justify-self:center;width:min(340px,100%)}.new-creation-button{grid-area:1/2;min-height:36px;padding:0 11px;font-size:11px}.step-section{scroll-margin-top:124px}.main-content{padding:46px 0 56px}.hero{margin-bottom:36px}.hero h1{font-size:clamp(36px,10vw,46px)}.hero-copy{font-size:16px}.hero-intro{margin-bottom:22px}.hero-points{grid-template-columns:1fr;gap:10px}.hero-points li{min-height:84px;padding:14px 16px}.draft-status{padding:15px 16px}.dimension-warning{margin-top:12px;padding:15px 16px}.card{border-radius:20px;padding:21px 17px}.drop-zone{text-align:center;grid-template-columns:1fr;justify-items:center;gap:14px;min-height:260px}.upload-button{width:100%}.workspace-grid{gap:16px}.preview-stage{grid-template-columns:1fr}.compact-preview{width:min(210px,100%);margin:0 auto}.export-row,.result-panel{grid-template-columns:1fr}.generate-button,.result-preview{width:100%}.result-preview{height:calc(100vw - 58px)}.result-title-row{align-items:flex-start}.result-metrics{grid-template-columns:repeat(2,1fr)}.result-actions>*{flex:1}.app-footer{flex-direction:column}}@media (max-width:420px){.brand{gap:8px;font-size:13px}.brand-logo{border-radius:9px;width:32px;height:32px}.new-creation-button{min-height:34px;padding:0 8px;font-size:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
