:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color:#17171a;background:#f5f5f7;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.shell{max-width:820px;margin:auto;padding:calc(28px + env(safe-area-inset-top)) 18px calc(44px + env(safe-area-inset-bottom))}header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:16px 2px 28px}h1{font-size:44px;letter-spacing:-1.8px;margin:3px 0 4px}h2{margin:0;font-size:21px;letter-spacing:-.4px}p{color:#6e6e73;margin:0;line-height:1.45}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.4px;color:#0a84ff}.privacy{background:#e9f7ee;color:#14783b;padding:9px 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.card{background:#ffffffdb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.05);border-radius:26px;padding:18px;margin-bottom:14px;box-shadow:0 8px 30px #0000000b}.drop{text-align:center;padding:36px 20px}.drop .icon{width:58px;height:58px;border-radius:18px;background:#edf5ff;color:#0a84ff;display:grid;place-items:center;margin:0 auto 14px;font-size:30px;font-weight:600}.drop p{font-size:14px;margin:7px 0 18px}.primary,.secondary,.small,.textButton,.round{font:inherit;border:0;cursor:pointer}.primary{background:#0a84ff;color:#fff;border-radius:14px;padding:13px 20px;font-weight:750}.secondary{background:#ececf0;color:#19191c;border-radius:14px;padding:13px 20px;font-weight:750}.wide{width:100%;margin-top:12px}.sectionTitle{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sectionTitle span{display:block;color:#8e8e93;font-size:12px;margin-top:2px}.textButton{background:none;color:#0a84ff}.rows{display:grid;gap:8px}.row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;border-radius:18px;background:#f7f7fa}.fileIcon{width:44px;height:44px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:800;color:#555;box-shadow:0 1px 4px #0001}.meta{min-width:0}.meta strong,.meta span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta strong{font-size:14px}.meta span{font-size:12px;color:#8e8e93;margin-top:3px}.status{font-size:11px;font-weight:800;padding:6px 8px;border-radius:999px;background:#ececf0;color:#636366}.status.converted{background:#e8f8ee;color:#167a3b}.status.error{background:#ffebea;color:#b42318}.round{width:30px;height:30px;border-radius:50%;background:#e8e8ed;font-size:20px;color:#666}.small{grid-column:3/5;background:#fff;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:700}.small+.small{grid-column:auto}.controls{padding:16px}.toggle{display:flex;align-items:center;gap:12px;position:relative}.toggle>div{flex:1}.toggle strong,.toggle span{display:block}.toggle strong{font-size:14px}.toggle span{font-size:12px;color:#8e8e93;margin-top:3px;line-height:1.35}.toggle input{display:none}.toggle i{width:49px;height:30px;border-radius:30px;background:#d1d1d6;position:relative;transition:.2s}.toggle i:after{content:"";position:absolute;width:26px;height:26px;background:#fff;border-radius:50%;top:2px;left:2px;box-shadow:0 1px 4px #0003;transition:.2s}.toggle input:checked+i{background:#34c759}.toggle input:checked+i:after{transform:translate(19px)}.note{font-size:13px;color:#6e6e73;padding:10px 7px 18px;text-align:center;max-width:680px;margin:0 auto;line-height:1.45}.note strong{color:#1c1c1e}footer{width:100%;display:flex;justify-content:center;align-items:center;text-align:center;margin:0 auto;color:#9b9ba0;font-size:11px;line-height:1.45;padding:4px 20px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0005;display:flex;align-items:flex-end;justify-content:center;padding-top:40px;z-index:10}.sheet{width:min(820px,100%);max-height:85vh;background:#fff;border-radius:28px 28px 0 0;padding:12px 18px calc(18px + env(safe-area-inset-bottom));overflow:auto}.grab{width:40px;height:5px;background:#d1d1d6;border-radius:10px;margin:0 auto 14px}.sheet pre{white-space:pre-wrap;word-break:break-word;background:#f6f6f8;border-radius:16px;padding:14px;font:13px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;max-height:65vh;overflow:auto}.heroHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.brandBlock{flex:1}.brandLogo{display:block;width:min(420px,90%);height:auto;margin-bottom:14px}.fileNameNotice{margin:14px 0 10px;padding:12px 14px;border-radius:12px;background:#ff950014;border:1px solid rgba(255,149,0,.18);color:#6b4a00;font-size:13px;line-height:1.45}.fileNameNotice strong{font-weight:600}.heroDescription{max-width:620px;margin:0;font-size:16px;line-height:1.5;color:#4a4a4f}.heroDescriptionEn{max-width:620px;margin:6px 0 0;font-size:12px;line-height:1.45;color:#9a9aa0}@media(max-width:620px){header{display:block}header .privacy{display:inline-block;margin-top:14px}h1{font-size:40px}.row{grid-template-columns:auto minmax(0,1fr) auto}.row .round{grid-column:3}.status{display:none}.small{grid-column:2/3}.small+.small{grid-column:3}}@media(max-width:700px){.heroHeader{flex-direction:column}.brandLogo{width:min(340px,100%)}.heroDescription{font-size:15px}.heroDescriptionEn{font-size:11px}}@media(prefers-color-scheme:dark){:root{color:#f5f5f7;background:#000}body{background:#000}.card{background:#1c1c1e;border-color:#ffffff0a}.drop .icon{background:#0d2c4b}.privacy{background:#0d2d18;color:#59d47c}p,.note{color:#a1a1a6}.row{background:#2c2c2e}.fileIcon,.small{background:#3a3a3c;color:#eee}.meta span,.toggle span,.sectionTitle span{color:#98989d}.round,.secondary{background:#3a3a3c;color:#eee}.toggle i{background:#4a4a4c}.note strong{color:#f5f5f7}.sheet{background:#1c1c1e}.sheet pre{background:#2c2c2e}.status{background:#3a3a3c}}
