@charset "UTF-8";
:root{--bg:#f5f6f2;--surface:#fff;--ink:#233f3a;--muted:#7b8984;--green:#176b60;--dark:#144d43;--line:#e4e9e3;--amber:#986114;--radius:16px;--shadow:0 8px 32px #243d3510}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;font-size:14px;line-height:1.6}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #dce3dd;border-radius:9px;background:white;color:var(--ink);min-height:45px;transition:border .15s}input:focus,select:focus,textarea:focus{outline:3px solid #176b601c;border-color:var(--green)}input[type=checkbox]{width:18px;min-height:18px;height:18px;accent-color:var(--green);vertical-align:middle}label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}h1,h2,h3,p{margin-top:0}h1{font-size:29px;letter-spacing:-.8px;line-height:1.4;margin-bottom:8px}h2{font-size:18px;margin-bottom:12px}h3{font-size:15px;margin-bottom:8px}p{margin-bottom:16px}small{font-size:12px}strong{font-weight:600}.muted{color:var(--muted)}.eyebrow{font-size:10px;letter-spacing:2.5px;font-weight:700;color:var(--muted);margin-bottom:10px}.button{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:43px;padding:10px 17px;background:white;border:1px solid #d9e2da;border-radius:9px;color:var(--ink);font-weight:600;font-size:13px;white-space:nowrap;text-decoration:none!important}.button:hover{background:#f0f5f0}.button.primary{background:var(--green);color:white;border-color:var(--green);box-shadow:0 3px 9px #176b6017}.button.primary:hover{background:var(--dark)}.button.white{background:white;color:var(--dark);border-color:white}.button.full{width:100%}.text-button{border:0;background:none;color:var(--green);padding:4px;font-size:13px}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;background:#f0f2ee;color:#6c7d74;white-space:nowrap}.pill.confirmed,.pill.succeeded{background:#e6f2ea;color:#35754b}.pill.draft,.pill.unknown,.pill.failed{background:#fff2d9;color:#9a6b23}.pill.running{background:#e6f0fa;color:#39749d}.success-text{color:#35754b}.warning-text{color:var(--amber);font-size:12px}.danger{color:#b95043}.notice{padding:14px 18px;border-radius:10px;border:1px solid #dce8df;background:#edf5ee;margin-bottom:18px}.notice.error{background:#fff0e9;border-color:#edcfc4;color:#9c4d37}.notice.soft{background:transparent;color:var(--muted);font-size:12px;margin-top:20px}.errorlist{list-style:none;padding:10px 12px;margin:8px 0;border-radius:8px;background:#fff0e8;color:#a44829;font-size:12px}.field .errorlist{padding:5px 8px}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.narrow{max-width:580px}.sidebar{position:fixed;inset:0 auto 0 0;width:228px;background:#fff;border-right:1px solid var(--line);padding:34px 23px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:11px;align-items:center;font-size:21px;font-weight:700;color:var(--dark);line-height:1.3;text-decoration:none!important}.brand small{display:block;font-size:8px;letter-spacing:2.8px;margin-top:5px;font-weight:500}.brand-icon{width:40px;height:40px;border:1px solid #b8c9be;border-radius:50%;display:grid;place-items:center;font-size:28px;color:var(--green)}.nav-caption{font-size:11px;color:#9aaba0;margin:42px 13px 12px}.sidebar nav{display:grid;gap:7px}.sidebar nav a{display:flex;gap:13px;padding:12px 15px;border-radius:9px;color:#728076;font-weight:500;font-size:13px;text-decoration:none}.sidebar nav a span{font-size:18px;line-height:1.2;width:18px;text-align:center}.sidebar nav a.active,.sidebar nav a:hover{background:#eaf2eb;color:var(--green)}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:23px;display:flex;gap:10px;align-items:center;font-size:12px}.sidebar-bottom small{display:block;color:var(--muted);font-size:10px}.sidebar-bottom>a{margin-left:auto;font-size:11px}.avatar{display:grid;place-items:center;width:33px;height:33px;border-radius:10px;background:#eee9d9;color:#8b7956;font-size:15px}.workspace{margin-left:228px}.topbar{height:70px;border-bottom:1px solid var(--line);padding:0 40px;display:flex;align-items:center;justify-content:space-between;background:#fafbf8;color:#8a978e;font-size:11px}.topbar i{font-style:normal;padding:0 14px;color:#bbc5bc}.topbar form{margin:0}main{max-width:1550px;margin:0 auto;padding:34px 40px 30px}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.page-heading p:last-child{margin-bottom:0}.hero{background:var(--dark);color:#fff;min-height:300px;border-radius:18px;display:flex;justify-content:space-between;align-items:center;padding:33px 42px;overflow:hidden;position:relative}.hero>div:first-child{z-index:2}.hero h2{font-size:31px;font-weight:500;line-height:1.4;letter-spacing:.4px;margin:18px 0 14px}.hero p{font-size:12px;color:#c0d5c7;line-height:1.9}.light-pill{background:#ffffff16;border:1px solid #ffffff21;color:#d1e0d5;font-size:10px;font-weight:400;letter-spacing:1px}.hero-link{color:#dce9df;font-size:12px;margin-left:10px}.hero-form{width:295px;padding:27px 23px 35px;background:#fffdf4;color:#526957;border-radius:9px;box-shadow:0 12px 0 #f4f2e546,0 35px 60px #00282045;transform:rotate(-7deg);margin:0 35px 0 25px;position:relative}.paper-top{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:600}.mini-eye{font-size:23px;color:#7c917d}.paper-line{height:7px;width:100%;background:#e9ece1;margin:20px 0;border-radius:4px}.paper-line.short{width:55%}.paper-grid{display:grid;grid-template-columns:repeat(4,1fr);font-size:10px;border:1px solid #dfe4d7;border-radius:4px;overflow:hidden}.paper-grid span{padding:13px 4px;text-align:center;border-bottom:1px solid #dfe4d7;border-right:1px solid #dfe4d7}.verified-label{position:absolute;bottom:-18px;right:-24px;transform:rotate(7deg);padding:12px 17px;border-radius:9px;background:#e6efd9;font-size:11px;box-shadow:0 5px 20px #12382130}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0 30px}.stats article{padding:20px 23px;background:#fff;border:1px solid var(--line);border-radius:13px}.stats article>span{font-size:12px;color:#6b7c71}.stats strong{display:block;font-size:32px;font-weight:500;line-height:1.35;margin:10px 0 7px}.stats strong small{font-size:11px;color:#a2ada4;margin-left:10px}.stats p{font-size:10px;color:#95a197;margin:0}.dot{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:5px;vertical-align:middle}.dot.green{background:#6fa07b}.dot.amber{background:#c9a758}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.section-heading h2,.section-heading h3{margin:0}.section-heading>a{font-size:12px}.table-panel{padding:0;overflow:hidden}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:12px}th{padding:14px 22px;background:#fafbf8;color:#8b978e;font-size:10px;font-weight:500;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:17px 22px;border-bottom:1px solid #eff2ec}tbody tr:last-child td{border-bottom:0}td small{display:block;font-size:10px;color:#9aa59e;margin-top:3px}td>a{font-size:11px}.empty{text-align:center;padding:42px 20px;color:#87958a}.empty h3{color:#4d6855;margin:13px 0 7px}.empty p{font-size:12px}.empty a{font-size:12px}.empty-icon{font-size:27px;color:#b3c5b4;display:inline-flex;border:1px solid #e0e8dd;border-radius:13px;padding:4px 14px}footer{max-width:1550px;margin:auto;padding:4px 40px 23px;display:flex;justify-content:space-between;color:#a0aba2;font-size:10px}.filters{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin-bottom:25px;padding:20px}.filters>div{flex:1;min-width:125px}.filters>div:first-child{flex:2;min-width:185px}.filters label{font-size:11px;color:var(--muted)}.filters input,.filters select{font-size:12px;padding:9px 10px;min-height:41px}.count{display:inline-block;font-size:11px;padding:2px 8px;margin-left:7px;background:#e5ece4;border-radius:6px;vertical-align:middle}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin:20px 0;font-size:12px}.upload-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:45px;align-items:start}.upload-panel{padding:28px}.dropzone{border:1.5px dashed #a5bfad;background:#f5f9f3;border-radius:12px;padding:50px 25px;text-align:center;cursor:pointer}.dropzone strong,.dropzone span{display:block}.dropzone strong{font-size:17px;margin:20px 0 8px}.dropzone>span:last-of-type{font-size:11px;color:var(--muted);font-weight:400}.dropzone input{font-size:12px;max-width:310px;margin:20px auto 0;background:transparent;min-height:0;border:0}.upload-icon{font-size:34px;width:65px;height:65px;line-height:60px;border:1px solid #b9cebd;border-radius:17px;color:#669576;margin:0 auto}.upload-panel .button{margin-top:19px}.upload-preview{width:100%;max-height:350px;object-fit:contain;margin-top:20px;border-radius:10px}.upload-tips{padding:20px 8px}.upload-tips h2{font-size:29px;line-height:1.5;font-weight:500}.upload-tips ol{list-style:decimal-leading-zero;padding-left:26px}.upload-tips li{padding:13px 0 10px 8px;border-bottom:1px solid var(--line)}.upload-tips li::marker{color:#a3b19d;font-size:13px}.upload-tips li p{font-size:12px;color:var(--muted);margin:5px 0}.upload-tips>.muted{margin-top:20px;font-size:11px}.scan-layout{display:grid;grid-template-columns:minmax(270px,.8fr) minmax(450px,1.5fr);gap:22px;align-items:start}.image-panel{position:sticky;top:20px;padding:18px}.image-panel img{width:100%;border-radius:7px;display:block;border:1px solid var(--line);max-height:70vh;object-fit:contain;background:#f8f8f3}.image-panel .button{margin-top:15px}.image-panel>.muted{font-size:11px;margin:13px 0 0}.recognition-panel{margin-bottom:20px}.provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.provider{border:1px solid var(--line);border-radius:11px;padding:16px}.provider-heading{display:flex;justify-content:space-between;gap:7px}.provider>p{font-size:11px;color:var(--muted);margin:8px 0}.provider-form{margin-top:12px}.provider .button{min-height:35px;padding:7px 10px;font-size:11px}.recognition-panel>.muted{font-size:11px}.recognition-panel #recognition-message{font-size:12px;color:var(--green);margin-bottom:0;margin-top:14px}.table-title{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 0}.table-title h2{margin:0}.table-note{padding:7px 20px 0;font-size:10px;color:var(--muted)}.compare-table{font-size:11px}.compare-table td{padding:13px 15px;vertical-align:top;min-width:95px}.compare-table th{padding:12px 15px}.compare-table .warning-text{font-size:10px}.flagged{background:#fffaf0}.edit-layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(480px,1.5fr);gap:22px;align-items:start}.edit-layout.no-image{display:block;max-width:1000px;margin:auto}.form-section{margin-bottom:18px}.section-number{font-size:10px;color:#99af9d;display:inline-block;margin-right:10px;font-weight:400;vertical-align:middle}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px}.field{min-width:0}.field label{font-size:12px;font-weight:500}.field-warning>input,.field-warning>select,.field-warning>textarea{border-color:#d8b77b;background:#fffdf7}.flag{font-size:9px;padding:2px 5px;border-radius:4px;background:#fff1d3;color:#a77b32;margin-left:8px;white-space:nowrap}.sources{font-size:10px;margin-top:7px;color:var(--muted)}.sources summary{cursor:pointer}.sources p{font-size:10px;margin:4px 0;overflow-wrap:anywhere}.source-actions{display:flex;gap:10px;flex-wrap:wrap}.source-actions .text-button{font-size:10px;padding:1px 0}.field input[type=checkbox]{margin-right:7px}.field div[id]{padding:5px 0}.field div[id] label{font-size:12px}.confirmation{background:#f9fbf6}.checkbox-line{display:flex;align-items:flex-start;gap:10px;font-size:12px;font-weight:500}.checkbox-line input{flex-shrink:0;margin-top:2px}.confirmation .muted{font-size:11px;margin:12px 0 20px}.confirmation .actions{justify-content:flex-end}.delete-form{text-align:right;margin:20px 5px}.auth-workspace main{max-width:none;padding:0}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:#fbfcf8}.login-story{padding:50px 65px 35px;background:var(--dark);color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.brand.light{color:#eff4df;font-size:22px}.brand.light .brand-icon{color:#c9d6ae;border-color:#668578}.login-story>div:nth-child(2){z-index:2;margin:50px 0 25px}.login-story .eyebrow{color:#adc3b0;font-weight:400;font-size:10px;letter-spacing:4px}.login-story h1{font-size:49px;line-height:1.5;font-weight:500;letter-spacing:1px;margin:25px 0}.login-story p:not(.eyebrow){font-size:14px;line-height:2.1;color:#b5ceba}.login-story>small{font-size:10px;color:#91b09a;z-index:2;margin-top:150px}.vision-art{position:absolute;right:-90px;bottom:0;width:420px;height:420px;opacity:.42}.orbit{position:absolute;border:1px solid #93b487;border-radius:50%;inset:20px}.orbit.o2{inset:85px}.iris{position:absolute;inset:138px;border:20px solid #7e9e6d;border-radius:50%}.art-dot{position:absolute;width:16px;height:16px;background:#d4dbac;border-radius:50%}.d1{top:65px;left:95px}.d2{bottom:53px;left:134px;width:7px;height:7px}.login-form{max-width:390px;width:100%;margin:auto;padding:50px 20px}.login-form h2{font-size:29px;margin:12px 0}.login-form>.muted{font-size:12px;margin-bottom:35px}.login-form label{margin-top:18px;font-weight:500;font-size:12px}.login-form input{padding:13px}.login-form .button{margin-top:28px;justify-content:space-between;padding:13px 18px}.login-help{font-size:11px;color:#8f9a90;margin-top:25px}.messages{margin-bottom:20px}
@media(min-width:1600px){.hero{min-height:320px}.hero-form{margin-right:100px;width:320px}.hero h2{font-size:35px}}
@media(max-width:1150px){.sidebar{width:190px;padding:30px 15px}.workspace{margin-left:190px}main{padding:28px}.topbar{padding:0 28px}.stats{gap:10px}.stats article{padding:18px}.hero-form{margin-right:0;width:245px}.hero{padding:28px}.hero h2{font-size:28px}.scan-layout,.edit-layout{grid-template-columns:1fr}.image-panel{position:static;max-width:100%}.image-panel img{max-height:420px}.scan-layout>.image-panel,.edit-layout>.image-panel{max-width:700px;width:100%}.login-story{padding:45px}.login-story h1{font-size:40px}}
@media(max-width:760px){.sidebar{position:static;width:auto;padding:17px 19px 0;border-right:0;border-bottom:1px solid var(--line);display:block}.brand{font-size:19px}.brand-icon{width:33px;height:33px;font-size:24px}.brand small{font-size:7px;margin-top:2px}.nav-caption,.sidebar-bottom{display:none}.sidebar nav{display:flex;gap:3px;margin-top:17px;overflow-x:auto;padding-bottom:10px}.sidebar nav a{font-size:11px;padding:8px 10px;white-space:nowrap;gap:7px}.sidebar nav a span{font-size:15px;width:auto}.workspace{margin-left:0}.topbar{height:43px;padding:0 20px;font-size:9px}.topbar i{padding:0 7px}.topbar .text-button{font-size:10px}main{padding:23px 18px}.page-heading{align-items:flex-start;flex-wrap:wrap;margin-bottom:21px;gap:13px}h1{font-size:25px}.page-heading>.button{min-height:37px;padding:8px 12px;font-size:11px}.page-heading .muted{font-size:12px}.eyebrow{font-size:8px;letter-spacing:2px}.hero{padding:25px;min-height:285px}.hero h2{font-size:28px}.hero p{font-size:11px}.hero-form{width:190px;position:absolute;right:-47px;bottom:58px;opacity:.26;transform:rotate(-12deg)}.hero .button{font-size:11px}.hero-link{font-size:11px}.stats{grid-template-columns:1fr 1fr;gap:10px;margin:15px 0 25px}.stats article{padding:17px}.stats strong{font-size:29px}.stats article>span{font-size:11px}.stats p{font-size:9px}.section-heading h2{font-size:16px}th,td{padding:13px 16px;white-space:nowrap}.table-scroll{scrollbar-width:thin}.empty{padding:35px 18px}.empty h3{font-size:14px}.empty p{font-size:11px}footer{padding:3px 18px 20px;font-size:9px}footer span{display:none}.filters{gap:10px;padding:15px}.filters>div{min-width:120px}.filters>div:first-child{min-width:100%;}.filters .button{min-height:39px;font-size:12px}.upload-layout{grid-template-columns:1fr;gap:10px}.upload-panel{padding:17px}.dropzone{padding:35px 10px}.dropzone strong{font-size:16px}.dropzone input{font-size:11px;padding:8px 0;max-width:260px}.upload-tips{padding:20px 8px}.upload-tips h2{font-size:23px}.upload-tips h2 br{display:none}.scan-layout,.edit-layout{display:block}.image-panel{margin-bottom:20px;padding:14px}.image-panel img{max-height:330px}.provider-grid{grid-template-columns:1fr}.recognition-panel{padding:18px}.recognition-panel .section-heading h2{font-size:16px}.compare-table td{white-space:normal;min-width:95px}.compare-table td:last-child{min-width:140px}.table-title{padding:17px 15px 0}.table-title h2{font-size:16px}.table-note{padding-left:15px;padding-right:15px}.form-section{padding:19px 15px}.field-grid{gap:18px 12px}.field input,.field select,.field textarea{font-size:14px;padding:10px 9px}.field label{font-size:11px}.flag{font-size:8px;margin-left:3px;display:inline-block}.sources p{overflow-wrap:anywhere}.source-actions{gap:5px}.confirmation{padding:18px 15px}.confirmation .actions{justify-content:space-between}.checkbox-line{font-size:11px}.login-layout{display:block}.login-story{min-height:220px;padding:25px 28px}.login-story>div:nth-child(2){margin:23px 0 0}.login-story h1{font-size:30px;line-height:1.4;margin:0}.login-story h1 br{display:none}.login-story p:not(.eyebrow),.login-story>small,.login-story .eyebrow{display:none}.vision-art{width:270px;height:270px;right:-75px;bottom:-130px;opacity:.25}.iris{inset:85px;border-width:12px}.orbit.o2{inset:55px}.login-form{padding:35px 25px 50px;max-width:410px}.login-form h2{font-size:26px}.login-form>.muted{margin-bottom:25px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.photo-history-heading{margin-top:27px}.recent-photos{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:15px}.recent-photos>a{display:flex;gap:12px;align-items:center;padding:16px 20px;flex:1;min-width:200px;text-decoration:none}.recent-photos>a>span{font-size:25px;color:#96ae98}.recent-photos strong{font-size:12px}.recent-photos small{display:block;color:var(--muted);font-size:10px}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.photo-card img{width:100%;height:210px;object-fit:contain;background:#f5f6f2;border-radius:8px;margin-bottom:14px}.photo-card h3{margin-bottom:3px}.photo-card .muted{font-size:11px}.photo-card .button{margin-top:15px}.use-source:disabled{cursor:not-allowed}.recent-photos>.muted{font-size:12px}
@media(max-width:760px){.sidebar nav{overflow:visible;gap:4px}.sidebar nav a{flex:1;flex-direction:column;gap:3px;padding:8px 2px;font-size:10px;align-items:center;text-align:center}.sidebar nav a span{font-size:15px}.photo-grid{grid-template-columns:1fr}.photo-card{padding:18px}}

.raw-response{margin-top:15px;font-size:12px}.raw-response pre{max-height:300px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f7f3;padding:12px;font-size:11px}.provider-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}

