:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#1e1e1e}body{margin:0;min-width:420px;min-height:100vh;padding-right:2em;display:flex;justify-content:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{padding:2rem;font-family:sans-serif}.app-title{font-size:1.8rem;margin-bottom:1.5rem;font-family:monospace}.app-form-group{margin-bottom:1rem;font-family:monospace}.app-analyze-btn{padding:.5rem 1rem;background-color:#333;color:#fff;border:none;cursor:pointer;font-family:monospace}.app-analyze-btn:disabled{background-color:#777;cursor:not-allowed}.app-result-block{padding:1rem;margin-top:1rem;white-space:pre-wrap;overflow-x:clip}.app-green-block{background-color:green;color:#fff}.app-orange-block{background-color:orange}.app-image-block{margin-top:1rem}.app-image-block img{max-width:10%;border:1px solid #ccc}.landing-page-container{background-color:#1e1e1e;overflow-x:hidden;color:#fff;min-height:100vh;font-family:monospace;display:initial;flex-direction:column}.landing-content{width:100%;height:90vh}.landing-ascii-art{font-family:monospace;font-size:clamp(.2rem,.4vw,.35rem);line-height:1em;color:#fff;background:transparent;white-space:pre;text-align:center;min-width:50ch;max-width:50ch;padding-left:3vw;padding-right:12vw}.landing-text{flex:1;width:100%;padding-top:8vh}.landing-text h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;margin-bottom:3vh;letter-spacing:.15em}.landing-text div.dashed-line{content:"";padding-top:3vh;border-top:.1rem dashed #fff}.landing-text div{font-size:clamp(.8rem,1.5vw,1rem);color:#fff;line-height:1.6;margin-bottom:3vh;max-width:45rem}.start-button{background-color:#ff7f32;color:#1e1e1e;padding:2vh 4vw;font-size:clamp(1rem,1.8vw,1.2rem);font-family:monospace;font-weight:700;cursor:pointer;transition:all .2s ease-in-out;display:block;margin-top:5vh;border:0}.start-button:hover{background-color:#ff975c;box-shadow:.4em .4em #000}.privacy-notice{padding-top:10vh}.privacy-notice h2{font-size:clamp(1.2rem,2.2vw,1.6rem);margin-bottom:2vh;letter-spacing:.15em}.privacy-notice h2.dashed-line{content:"";padding-top:3vh;border-top:.1rem dashed #fff}.privacy-notice div{font-size:clamp(.7rem,1.3vw,.9rem);color:#aaa;line-height:1.5;width:100%}@media screen and (max-width: 800px){.landing-ascii-art{font-family:monospace;font-size:clamp(.2rem,.4vw,.35rem);line-height:1em;color:#fff;background:transparent;white-space:pre;text-align:center;min-width:50ch;max-width:50ch;padding-left:3vw;padding-right:20vw}}.processed-results-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:stretch;padding:1rem;box-sizing:border-box}.processed-results-card{width:100%;max-width:100%;padding:1.5rem;border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem}h3{font-family:monospace;font-size:1.25rem;font-weight:600;margin:0;text-align:center;color:#fff;padding-top:1rem}.results-copy-button{position:absolute;top:0;right:0;padding:4px 8px;font-size:12px;color:#fff;font-family:monospace;background:#0000008f}.results-copy-button:hover{border-color:#fff;transform:none}.results-copy-button:disabled{cursor:not-allowed;background:#10b98166;color:#fff}.new-analysis-button{background:#ff7f32;color:#fff;border:none;padding:1rem 1.5rem;border-radius:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-family:monospace;width:100%;justify-content:center;margin-top:auto}.new-analysis-button:hover{background-color:#ff975c;box-shadow:.4em .4em #000}.processed-results-content{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%}.strategy-section{background:#374151b3;padding:2rem;border-radius:1rem;width:100%;max-width:100%;box-sizing:border-box}.strategy-header{margin-bottom:1.5rem}.strategy-header h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}.strategy-header p{color:#d1d5db;font-size:.875rem;margin:0}.strategy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:100%;max-width:100%}.strategy-option{background:#f8c6ab21;border:2px solid transparent;padding:.75rem 1rem;border-radius:.75rem;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;color:#d1d5db;font-family:monospace;font-size:.9rem;font-weight:500;min-height:40px}.strategy-option:hover{background:#f8c6ab21;border-color:#ff7f32}.strategy-option.active{background:#ff7f3233;border-color:#ff7f32;color:#fff}.strategy-option:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.strategy-icon{color:#ff7f32;display:flex;align-items:center;justify-content:center}.results-main-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"image strategy" "image results";gap:2rem;align-items:start;width:100%;height:100%;min-height:0}.image-section{grid-area:image;display:flex;flex-direction:column;height:100%}.image-section h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem;font-family:monospace}.image-wrapper{display:flex;flex:1;max-height:100vh;overflow:hidden;align-items:center;justify-content:center;width:100%;box-sizing:border-box;position:relative}.image-container{position:relative;display:inline-block}.annotated-image{max-width:100%;max-height:100vh;border-radius:1rem;object-fit:contain;display:block}.image-loading,.image-error,.image-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#9ca3af;text-align:center;background:#3741514d;padding:2rem;border-radius:1rem;border:2px dashed rgba(255,255,255,.3)}.image-error{color:#ef4444;border-color:#ef44444d}.download-icon-button{position:absolute;top:70px;top:8vh;right:1rem;background:#00000063;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;padding:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:44px;height:44px}.download-icon-button:hover{background:#3938384a;border-color:#ffffff08}.download-icon{width:20px;height:20px;color:#fff}.retry-button{background:#ff7f32;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .3s ease;font-family:monospace}.retry-button:hover{background:#e56428}.data-section{grid-area:results;display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;justify-content:flex-end;align-items:flex-end;height:100%}.results-block{background:#374151b3;padding:1.5rem;border-radius:1rem;width:100%;max-width:100%;box-sizing:border-box}.results-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:1rem;width:100%;height:100%}.result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#4b55634d;border-radius:.5rem;width:100%;max-width:100%;flex-direction:column;gap:.5rem;box-sizing:border-box}.result-label{font-size:3rem;color:#d1d5db}.result-value{font-size:.875rem;font-weight:600;color:#ff7f32}.raw-results{border:1px solid rgba(75,85,99,.5);width:100%;max-width:100%;box-sizing:border-box}.raw-results summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin:-1.5rem -1.5rem 0;border-radius:1rem 1rem 0 0;background:#4b55634d;width:calc(100% + 3rem);box-sizing:border-box}.raw-results summary:hover{background:#4b556380}.raw-results summary svg{transition:transform .3s ease;color:#9ca3af}.raw-results[open] summary svg{transform:rotate(180deg)}.raw-data{background:#0000004d;padding:1rem;border-radius:.5rem;font-size:3rem;line-height:1.5;color:#d1d5db;overflow-x:auto;white-space:pre-wrap;margin-top:1rem;border:1px solid rgba(75,85,99,.3);width:100%;max-width:100%;box-sizing:border-box}.loading-spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ff7f32;border-radius:50%;animation:spin 1s linear infinite}.strategy-list{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%}.strategy-column{grid-area:strategy;display:flex;flex-direction:column;gap:1rem}.results-column{display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.strategy-column h3{font-family:monospace}.strategy-buttons{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:100%}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{opacity:0}}.json-results{background:#0000005c;padding:1rem 2rem;border-radius:.5rem;font-size:.9rem;line-height:1.5;color:#d1d5db;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box;list-style:disc}.json-results-container{position:relative;transition:margin-bottom .3s ease}.json-results-container.with-banner{margin-bottom:40px}@media (max-width: 1200px){.results-main-content{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"image" "strategy" "results";gap:2rem}.new-analysis-button{padding:.75rem 1rem;font-size:.875rem;margin-bottom:2rem}}@media (max-width: 768px){.processed-results-container{padding:1rem}.processed-results-card{padding:1.5rem}.processed-results-header{flex-direction:column;align-items:stretch}.strategy-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.strategy-option{padding:1rem}.image-container{min-height:300px}.new-analysis-button{padding:.75rem 1rem;font-size:.875rem;margin-bottom:2rem}}@media (max-width: 480px){.strategy-grid{grid-template-columns:1fr 1fr}.new-analysis-button{padding:.75rem 1rem;font-size:.875rem;margin-bottom:2rem}}.upload-image-container{min-height:auto;background:#1e1e1e;display:flex;align-items:center;font-family:monospace;color:#fbf9fa;overflow-x:hidden;overflow-y:hidden;position:relative;width:100%;justify-content:center;box-sizing:border-box}.upload-image-card{padding:2.5rem;width:100%;max-width:100%;box-sizing:border-box}.landing-content{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:-3vh}.upload-image-content{display:grid;grid-template-columns:1fr minmax(280px,320px);gap:2.5rem;align-items:end;grid-template-rows:auto auto}.upload-section{display:flex;flex-direction:column;gap:1.5rem;height:100%}.upload-instruction strong{font-size:2rem;font-weight:600;color:#fff;display:block;margin-bottom:.9rem}.upload-instruction p,.upload-instruction li{color:#fffffff0;font-size:.9rem;line-height:1.5;margin:0}.upload-area{border:2px dashed #cbd5e0;border-radius:1rem;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;background:transparent;position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px}.upload-area:hover{border-color:#ff7f32;background:#bbbfc14d;box-shadow:0 10px 25px #000}.upload-area.dragover{border-color:#ff7f32;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);transform:scale(1.02)}.upload-area.has-file{border-color:#10b981;background:#10b9813b}.file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;top:0;left:0}.upload-icon{color:#ff7f32;margin-bottom:1rem}.upload-text{font-size:1.125rem;font-weight:600;color:#cbd5e0;margin-bottom:.5rem}.upload-subtext{font-size:.875rem;color:#9fa0a5}.file-preview{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.preview-container{display:flex;justify-content:center;align-items:center;width:100%}.preview-image{width:100%;height:100%;max-height:75vh;object-fit:cover;border-radius:.75rem;box-shadow:0 8px 25px #0003;max-width:250px}.file-info{margin-top:.75rem;text-align:center;width:100%}.file-name{font-weight:600;color:#f3f4f6;font-size:.95rem;margin-bottom:.25rem}.file-size{font-size:.875rem;color:#9ca3af}.remove-file-btn{position:absolute;top:1rem;right:1rem;border:none;background:transparent;padding:0;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;z-index:10}.remove-file-btn img{width:100%;height:100%;object-fit:contain;display:block}.remove-file-btn:hover img{transform:scale(1.1);transition:all .2s ease}.analyze-button-container{display:flex;flex-direction:column;justify-content:flex-end;flex:0 0 auto;margin-top:auto}.analyze-button{background:#ff7f32;color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:56px;flex-shrink:0;white-space:nowrap}.analyze-button:not(.disabled):hover{background-color:#ff975c;box-shadow:.4em .4em #000}.analyze-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reference-section{display:flex;flex-direction:column;background:#f8c6ab21;padding:1.5rem;border-radius:1rem;flex:0 0 auto}.reference-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem;padding-left:1.5rem}.example-image{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative}.annotated-image{border-radius:.75rem}.example-image img,.example-image svg{border-radius:1rem;max-height:650px;height:auto}@media (max-width: 1024px){.upload-image-content{grid-template-columns:1fr;gap:2rem}.reference-section{order:1}.upload-area{flex:none}}@media (max-width: 768px){.upload-image-card{padding:1.5rem}.upload-image-title{font-size:2rem}.upload-area{padding:1.5rem 1rem;min-height:160px}.preview-image{max-width:150px;max-height:150px}}@media (max-width: 480px){.upload-area{padding:1rem}.analyze-button{padding:.75rem 1rem;font-size:.95rem}}
