:root{--ink:#08111f;--navy:#0b1930;--blue:#45a9ff;--cyan:#73e1ff;--paper:#f5f7fb;--muted:#6b778c;--line:#dce3ec;--danger:#e65b67}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{font-family:Inter,"Noto Sans JP",system-ui,-apple-system,sans-serif;color:var(--ink);background:#08111f}.app-shell{display:grid;grid-template-rows:5dvh 50dvh 45dvh;width:100%;height:100dvh;overflow:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;padding:max(3px,env(safe-area-inset-top)) 14px 3px;background:#fff;border-bottom:1px solid var(--line);z-index:30}.brand{display:flex;align-items:center;gap:8px;font-weight:800;letter-spacing:-.03em;white-space:nowrap}.app-icon{width:29px;height:29px;color:var(--blue)}button,input,select{font:inherit}.header-action{display:flex;align-items:center;gap:6px;width:auto;padding:7px 11px;border:0;border-radius:9px;background:var(--ink);color:#fff;font-size:.76rem;font-weight:750;cursor:pointer}.header-action svg{width:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.camera-section{position:relative;overflow:hidden;background:#07101d;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}#video{display:block;width:100%;height:100%;object-fit:cover}.camera-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,17,.5),transparent 30%,transparent 68%,rgba(2,8,17,.62));pointer-events:none}.section-label{position:absolute;top:14px;left:16px;font-size:.64rem;font-weight:800;letter-spacing:.18em;color:rgba(255,255,255,.78)}.section-label.dark{position:static;color:#6b7890}.icon-button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(5,13,25,.56);backdrop-filter:blur(10px);color:#fff;cursor:pointer}.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.section-settings{position:absolute;top:9px;right:13px;z-index:5}.scan-guide{position:absolute;left:50%;top:48%;width:min(70vw,340px);height:42%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.55);border-radius:18px;box-shadow:0 0 0 999px rgba(2,8,17,.12);pointer-events:none}.scan-guide:before,.scan-guide:after,.scan-guide span:before,.scan-guide span:after{content:"";position:absolute;width:26px;height:26px;border-color:var(--cyan);border-style:solid}.scan-guide:before{left:-2px;top:-2px;border-width:3px 0 0 3px;border-radius:16px 0 0}.scan-guide:after{right:-2px;top:-2px;border-width:3px 3px 0 0;border-radius:0 16px 0 0}.scan-guide span:before{left:-2px;bottom:-2px;border-width:0 0 3px 3px;border-radius:0 0 0 16px}.scan-guide span:after{right:-2px;bottom:-2px;border-width:0 3px 3px 0;border-radius:0 0 16px}.scan-result{position:absolute;left:16px;right:16px;bottom:10px;margin:0;text-align:center;font-size:.76rem;font-weight:650;text-shadow:0 1px 4px #000}.camera-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,#172b43,#07101d);color:#c6d0dd}.camera-placeholder p{margin:12px 0;font-size:.85rem}.loader{width:30px;height:30px;border:3px solid rgba(255,255,255,.18);border-top-color:var(--cyan);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.is-hidden{display:none!important}.secondary-button{padding:8px 14px;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:transparent;color:#fff;cursor:pointer}.side-panel{position:absolute;top:0;right:0;bottom:0;width:min(78vw,340px);padding:16px;background:rgba(8,17,31,.96);backdrop-filter:blur(16px);transform:translateX(105%);transition:transform .25s ease;z-index:20;box-shadow:-12px 0 40px rgba(0,0,0,.32)}.side-panel.is-open{transform:translateX(0)}.panel-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel-title-row h2{margin:2px 0 0;font-size:1.15rem;letter-spacing:-.03em}.eyebrow{font-size:.61rem;font-weight:850;letter-spacing:.16em;color:#3496e9}.close-button{font-size:1.6rem;line-height:1}.vertical-controls{height:calc(100% - 112px);display:flex;justify-content:center;gap:42px;padding:12px 0 5px}.vertical-control{display:grid;grid-template-rows:22px 1fr 20px;justify-items:center;gap:5px;font-size:.72rem;color:#c8d1dc}.vertical-control strong{font-size:.7rem}.vertical-range{width:150px;height:24px;align-self:center;transform:rotate(-90deg);accent-color:var(--cyan)}.vertical-control:nth-child(2) .vertical-range:disabled{opacity:.3}.switch-camera-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:9px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#172942;color:#fff;font-size:.76rem;font-weight:700;cursor:pointer}.switch-camera-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.barcode-section{position:relative;overflow:hidden;background:var(--paper);padding:12px 16px 14px;outline:none}.barcode-section.is-empty{cursor:pointer}.barcode-topline{display:flex;align-items:center;justify-content:space-between;height:32px}.dark-button{position:static;border-color:var(--line);background:#fff;color:var(--ink);box-shadow:0 3px 12px rgba(15,34,60,.08)}.empty-state,.output-stage{height:calc(100% - 32px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state svg{width:55px;margin-bottom:12px;fill:#a8b4c4}.empty-state strong{font-size:1rem}.empty-state span{margin-top:5px;color:var(--muted);font-size:.72rem}.output-stage canvas{display:block;max-width:min(92%,360px);max-height:70%;object-fit:contain}.value-text{max-width:90%;margin:12px 0 0;font-size:.9rem;font-weight:750;overflow-wrap:anywhere}.modal-layer{position:fixed;inset:0;display:grid;place-items:center;padding:18px;background:rgba(3,10,20,.64);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:.2s;z-index:100}.modal-layer.is-open{opacity:1;visibility:visible}.modal-card{width:min(100%,460px);max-height:90dvh;overflow:auto;padding:22px;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.3);transform:translateY(10px);transition:.2s}.modal-layer.is-open .modal-card{transform:none}.file-drop{display:flex;flex-direction:column;align-items:center;margin-top:22px;padding:24px 14px;border:1.5px dashed #9eb2c9;border-radius:14px;background:#f7faff;text-align:center;cursor:pointer}.file-drop svg{width:32px;margin-bottom:9px;fill:none;stroke:#238fe8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.file-drop strong{font-size:.9rem}.file-drop span{margin-top:4px;color:var(--muted);font-size:.7rem}.file-drop input{display:none}.divider{display:flex;align-items:center;gap:10px;margin:16px 0;color:#95a0af;font-size:.68rem}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--line)}.field-label{display:block;margin:13px 0 6px;font-size:.75rem;font-weight:750}.text-input{width:100%;padding:11px 12px;border:1px solid #cfd8e4;border-radius:10px;background:#fff;color:var(--ink)}.primary-button{width:100%;margin-top:12px;padding:11px 14px;border:0;border-radius:10px;background:var(--ink);color:#fff;font-weight:750;cursor:pointer}.import-status{min-height:18px;margin:12px 0 0;color:var(--muted);font-size:.7rem;line-height:1.5}.import-status.is-error{color:var(--danger)}.compact-card{width:min(100%,390px)}@media(min-width:800px){.app-shell{width:min(100%,760px);margin:auto;box-shadow:0 0 80px rgba(0,0,0,.45)}.side-panel{width:340px}}@media(max-height:650px){.brand{font-size:.86rem}.app-icon{width:24px;height:24px}.header-action{padding:4px 9px}.side-panel{padding:10px}.vertical-controls{height:calc(100% - 94px)}}
:where([hidden]){display:none!important}
.app-shell{grid-template-rows:5dvh 45dvh 45dvh 5dvh}.app-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;padding:3px 14px;background:#fff;border-top:1px solid var(--line);overflow:hidden}.app-footer nav{display:flex;align-items:center;gap:14px;min-width:0;overflow-x:auto;scrollbar-width:none}.app-footer nav::-webkit-scrollbar{display:none}.app-footer a{flex:0 0 auto;color:var(--muted);font-size:.6rem;font-weight:700;text-decoration:none;white-space:nowrap}.app-footer a:hover{color:var(--blue);text-decoration:underline}.app-footer small{flex:0 0 auto;color:#8994a4;font-size:.56rem;white-space:nowrap}
.app-icon{object-fit:cover;border-radius:7px}.output-stage{touch-action:pan-y;user-select:none}.output-title{max-width:90%;margin:0 0 8px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.04em}.output-pager{display:flex;align-items:center;justify-content:center;gap:6px;min-height:9px;margin-top:9px}.output-pager span{width:6px;height:6px;border-radius:50%;background:#c4cfdd;transition:.2s}.output-pager span.is-active{width:18px;border-radius:8px;background:var(--blue)}
