:root{color-scheme:light;--ink:#163d67;--text:#233b53;--muted:#64748a;--paper:#fff;--bg:#f4f7fb;--line:#dce4ee;--accent:#c94e31;--soft:#eaf1f9;--radius:20px;font-family:"BIZ UDPGothic","Yu Gothic UI","Hiragino Kaku Gothic ProN",system-ui,sans-serif;font-size:16px;line-height:1.7}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}[hidden]{display:none!important}button,input,textarea{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #e6a440;outline-offset:4px}a{color:var(--ink)}h1,h2,h3,p{margin:0}h1{font-size:2rem;line-height:1.5;letter-spacing:.02em}h2{font-size:1.15rem;line-height:1.5}h3{font-size:1rem;line-height:1.65}ul{padding-left:1.3rem}li+li{margin-top:.45rem}.header{max-width:1160px;margin:auto;padding:24px 32px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-size:1.2rem;font-weight:750;letter-spacing:.04em}.brand small{display:block;font-size:.75rem;font-weight:500;letter-spacing:.06em;color:var(--muted)}.prototype{font-size:.8rem;border:1px solid var(--line);border-radius:30px;padding:3px 13px;color:var(--muted);background:#fff}.shell{max-width:1096px;margin:14px auto 0;padding:0 0 40px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.eyebrow{font-size:.75rem;letter-spacing:.17em;color:var(--muted);font-weight:700;margin-bottom:5px}.button{border:0;border-radius:11px;padding:12px 20px;min-height:48px;font-size:.9375rem;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:12px;line-height:1.5;transition:background .15s}.primary{background:var(--ink);color:#fff}.primary:hover:not(:disabled){background:#225487}.secondary{background:#fff;border:1px solid #b5c5d7;color:var(--ink)}.secondary:hover:not(:disabled){background:var(--soft)}.quiet{background:0 0;color:var(--ink);font-size:.875rem;padding:8px 12px}.quiet:hover{background:#e4ecf6}.tabs{display:flex;gap:26px;border-bottom:1px solid var(--line);margin-bottom:28px}.tab{background:0 0;border:0;color:var(--muted);font-weight:650;font-size:.9375rem;padding:12px 2px 14px;border-bottom:3px solid transparent;min-height:48px}.tab.active{color:var(--ink);border-color:var(--ink)}.tab span{display:inline-block;min-width:24px;text-align:center;border-radius:8px;background:#e6edf5;font-size:.8rem;padding:0 6px;margin-left:5px}.workspace{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:24px;align-items:start}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 10px #163d6703;padding:26px}.section-heading{display:flex;align-items:center;gap:11px;margin-bottom:22px}.section-heading>.meta{margin-left:auto;white-space:nowrap}.step{font-size:.75rem;background:var(--soft);color:var(--ink);width:30px;height:30px;border-radius:9px;display:inline-flex;justify-content:center;align-items:center;font-weight:750;flex-shrink:0}.meta{font-size:.875rem;color:var(--muted)}.fine{font-size:.8125rem;color:var(--muted);line-height:1.8}.capture-empty{border:1px dashed #b5c6da;background:#f8fafd;border-radius:14px;text-align:center;min-height:326px;padding:35px 12px 28px;display:flex;align-items:center;flex-direction:column;justify-content:center}.camera-icon{width:54px;height:54px;color:var(--ink);margin-bottom:16px}.capture-empty h3{font-size:1.0625rem;margin-bottom:8px}.capture-empty p{font-size:.875rem;color:var(--muted)}.capture-actions{display:flex;gap:10px;margin:24px 0 12px}.shooting-tip{display:flex;gap:12px;padding:20px 9px}.shooting-tip p{font-size:.875rem;color:var(--muted)}.shooting-tip strong{font-weight:600;color:var(--text)}.tip-mark{width:21px;height:21px;border:1px solid #9bacc0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0;margin-top:4px}.contexts{border:0;padding:0;margin:0 0 20px;display:flex;flex-wrap:wrap;gap:9px}.contexts legend{font-size:.875rem;color:var(--muted);margin-bottom:12px}.contexts label,.reaction-options label{position:relative;cursor:pointer}.contexts input,.reaction-options input{position:absolute;opacity:0;width:1px;height:1px}.contexts span,.reaction-options span{display:block;border:1px solid var(--line);padding:9px 13px;border-radius:9px;color:var(--text);font-size:.875rem;min-height:44px}.contexts input:checked+span,.reaction-options input:checked+span{background:var(--soft);color:var(--ink);border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.contexts input:focus-visible+span,.reaction-options input:focus-visible+span{outline:3px solid #e6a440;outline-offset:3px}.field{display:block;font-size:.875rem;font-weight:600;margin-bottom:20px}.field>.meta{font-weight:400;margin-left:8px}.field textarea,.field input{display:block;margin-top:8px;width:100%;padding:11px 13px;background:#fcfdff;border:1px solid #cdd7e3;border-radius:10px;color:var(--text);font-size:1rem;resize:vertical;line-height:1.6;font-weight:400}textarea::placeholder,input::placeholder{color:#768598;font-size:.875rem}.connection-box{font-size:.8125rem;background:#f5f8fc;border-radius:9px;padding:11px 13px;margin-bottom:14px;color:var(--muted)}.connection-box span{display:block;color:var(--text)}.connection-box small{font-size:.8125rem;display:block}.text-button{background:0 0;border:0;color:var(--ink);font-size:.8125rem;text-decoration:underline;padding:5px 0;min-height:32px}.analyze-button{width:100%;background:var(--accent);justify-content:space-between;padding-left:19px;padding-right:19px}.analyze-button:hover:not(:disabled){background:#ae3d25}.analyze-button+p{margin-top:8px}.privacy{font-size:.8125rem;border-top:1px solid var(--line);margin-top:20px;padding-top:16px;color:var(--muted)}.privacy summary{cursor:pointer;color:var(--text);min-height:32px}.privacy p{margin:9px 0}.notice{margin-bottom:20px;padding:13px 16px;border:1px solid #b5c8dd;border-radius:10px;background:#eaf2fb;font-size:.9375rem;white-space:pre-line}.notice.error{background:#fff2ee;border-color:#dfb3a7;color:#8f321d}#preview{display:block;width:100%;max-height:350px;aspect-ratio:4/3;object-fit:contain;background:#142c43;border-radius:12px}.preview-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:6px 0}.frame-strip{display:flex;overflow-x:auto;gap:7px;padding-bottom:5px}.frame-strip figure{margin:0;flex:0 0 75px}.frame-strip img{display:block;width:75px;height:58px;object-fit:cover;border-radius:6px}.frame-strip figcaption{font-size:.75rem;color:var(--muted);text-align:center}.progress-area{padding-top:16px;font-size:.875rem}progress{display:block;width:100%;height:8px;margin-top:9px;accent-color:var(--ink)}.footnote{font-size:.8125rem;color:var(--muted);margin:22px 4px 0;max-width:740px}.result-card{margin-top:26px;border-top:4px solid var(--ink)}.result-badge{margin-left:auto;font-size:.75rem;padding:4px 10px;border-radius:20px;background:var(--soft);white-space:nowrap}.result-summary{font-size:1.35rem;font-weight:700;color:var(--ink);line-height:1.65;margin-bottom:9px}.result-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px;margin-top:28px}.observations{margin-top:12px}.observation{display:flex;gap:13px;margin-bottom:14px;align-items:start}.observation img{width:96px;height:76px;object-fit:cover;border-radius:8px}.observation figure{margin:0;flex-shrink:0}.observation figcaption{font-size:.75rem;color:var(--muted)}.observation p{font-size:.9375rem}.candidate{margin-top:12px;border-left:3px solid #eab799;padding:0 0 0 13px}.candidate strong{font-size:.9375rem;color:var(--ink)}.candidate p{font-size:.875rem;margin-top:4px}.spaced{margin-top:24px}.suggestions{font-size:.9375rem}.missing{background:#f5f8fc;padding:16px 18px;margin:18px 0;border-radius:10px;font-size:.875rem}.reaction-section{border-top:1px solid var(--line);padding-top:23px;margin-top:22px}.reaction-options{padding:0;border:0;display:flex;gap:9px;flex-wrap:wrap;margin:15px 0}.reaction-section .field{max-width:640px}.save-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.history-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px}.history-heading>div{display:flex;gap:4px}.danger{color:#a53e2c}.empty-state{text-align:center;padding:52px 20px;margin-top:25px}.empty-state p{color:var(--muted);margin:8px 0 21px}.empty-symbol{font-size:2rem;font-weight:300;color:var(--ink);background:var(--soft);display:inline-flex;width:60px;height:60px;align-items:center;justify-content:center;border-radius:50%;margin-bottom:15px}.history-card{margin-top:18px}.history-card-head{display:flex;justify-content:space-between;gap:15px;align-items:start}.history-card h3{font-size:1.0625rem;margin:10px 0}.history-card p{font-size:.9375rem}.history-reaction{color:var(--ink);margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.history-card details{font-size:.875rem;margin-top:13px}.history-card summary{cursor:pointer;min-height:36px}.footer{max-width:1096px;margin:auto;border-top:1px solid var(--line);padding:20px 0 28px;color:var(--muted);font-size:.8125rem;display:flex;justify-content:space-between;gap:15px}dialog{width:min(480px,calc(100% - 32px));border:1px solid var(--line);border-radius:20px;padding:27px;color:var(--text);box-shadow:0 20px 70px #0b284b40}dialog::backdrop{background:#0b284b70}.dialog-heading{display:flex;justify-content:space-between;align-items:center}.close-button{background:0 0;border:0;font-size:1.7rem;color:var(--muted);width:44px;height:44px}.dialog-heading+p{margin-bottom:18px}.error-text{color:#a03220;margin-bottom:16px;font-size:.875rem}.skip{position:absolute;top:-60px;left:12px;background:#fff;padding:8px;z-index:10}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#result-title:focus{outline:none}body,button,input,textarea{overflow-wrap:anywhere}@media(min-width:1200px){.shell{margin-top:23px}}@media(max-width:1160px){.shell,.footer{margin-left:28px;margin-right:28px}}@media(max-width:760px){.header{padding:18px 20px}.brand{font-size:1.08rem}.shell{margin:12px 18px 0;padding-bottom:28px}.page-heading{align-items:flex-end;gap:10px;margin-bottom:16px}h1{font-size:1.65rem}.eyebrow{font-size:.6875rem;letter-spacing:.12em}.page-heading>.button{padding:6px 0;min-width:80px;font-size:.8125rem}.workspace{grid-template-columns:minmax(0,1fr);gap:4px}.card{padding:20px;border-radius:16px}.tabs{margin-bottom:20px;gap:24px}.capture-empty{min-height:282px;padding:24px 10px}.camera-icon{width:45px;height:45px;margin-bottom:10px}.capture-empty h3{font-size:1rem}.capture-actions{margin-top:20px}.section-heading{margin-bottom:18px}.shooting-tip{padding:15px 3px 20px}.context-card{margin-top:0}.result-grid{grid-template-columns:minmax(0,1fr);gap:24px}.result-summary{font-size:1.2rem}.result-badge{font-size:.6875rem;padding:4px 7px}.result-card .section-heading{gap:8px}.result-card h2{font-size:1.05rem}.footer{margin:0 18px;padding:18px 0;font-size:.75rem}.footer span{max-width:60%;text-align:right}.history-heading{align-items:start}.history-heading h2{font-size:1.05rem}.history-heading>div{gap:0}.history-heading .button{font-size:.8125rem;padding:6px}.observation img{width:88px;height:70px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.drop-hint{display:none;margin-top:14px;color:var(--ink)}@media(hover:hover) and (pointer:fine){.drop-hint{display:block}}.capture-card{transition:box-shadow .15s,outline-color .15s}.capture-card.dragover{outline:3px dashed var(--ink);outline-offset:-10px;box-shadow:0 0 0 6px var(--soft)}.capture-card.dragover .capture-empty{background:var(--soft)}.share-section{margin-top:26px;padding-top:18px;border-top:1px solid var(--line)}.share-section h3{margin:0 0 4px}.share-row{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 6px}.share-row .button{text-decoration:none}#audio-info{margin-top:2px}.share-section h3{font-size:1.15rem}.share-row{gap:12px;margin:14px 0 8px}.share-btn{flex:1 1 auto;min-width:150px;min-height:54px;font-size:1rem;font-weight:700;border-radius:14px;gap:8px;box-shadow:0 2px 6px rgba(22,61,103,.18);text-decoration:none;color:#fff}.share-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,61,103,.24)}.share-btn:disabled{opacity:.6;box-shadow:none}.share-btn-image{background:var(--accent)}.share-btn-image:hover:not(:disabled){background:#b5431f}.share-btn-x{background:#111}.share-btn-x:hover{background:#333}.share-btn-line{background:#06c755}.share-btn-line:hover{background:#05a648}@media(max-width:560px){.share-btn{flex:1 1 100%}}
.embed{background:0 0}.embed .header,.embed .footer,.embed .skip{display:none}.embed .shell{margin-top:0;padding-bottom:8px}.embed dialog{margin:16px auto auto}