*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:Yu Gothic UI,Meiryo,Segoe UI,Helvetica Neue,sans-serif;background:#f8fafc;color:#1a202c;line-height:1.6;-webkit-font-smoothing:antialiased}.app{max-width:720px;margin:0 auto;padding:32px 20px;min-height:100%;display:flex;flex-direction:column;gap:24px}.hero{background:linear-gradient(135deg,#1e3a5f,#2c5282);color:#fff;padding:32px 28px;border-radius:12px;box-shadow:0 4px 16px #1e3a5f26}.hero h1{margin:0 0 8px;font-size:1.6rem;letter-spacing:.04em}.subtitle{margin:0;font-size:.9rem;opacity:.85}.status{background:#fff;padding:20px 24px;border-radius:12px;border:1px solid #e2e8f0}.status h2{margin:0 0 12px;font-size:1.1rem;color:#2d3748}.ok{color:#2f855a;font-weight:600}.err{color:#c53030;font-weight:600}.footer{text-align:center;color:#718096;font-size:.8rem;margin-top:auto}.login-form{display:flex;flex-direction:column;gap:14px}.login-form label{display:flex;flex-direction:column;gap:4px;font-size:.9rem;color:#2d3748}.login-form input{padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:1rem;font-family:inherit}.login-form input:focus{outline:none;border-color:#2c5282;box-shadow:0 0 0 3px #2c528226}button{background:#2c5282;color:#fff;padding:10px 18px;border:none;border-radius:6px;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .15s}button:hover:not(:disabled){background:#1e3a5f}button:disabled{background:#a0aec0;cursor:not-allowed}.kv{display:grid;grid-template-columns:90px 1fr;gap:6px 12px;margin:8px 0 12px;font-size:.9rem}.kv dt{color:#4a5568;font-weight:600}.kv dd{margin:0;color:#2d3748;word-break:break-all}.hero-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.title-link{color:#fff;text-decoration:none}.title-link:hover{text-decoration:underline}.row-between{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.muted{color:#718096;font-weight:400}.back-link{color:#2b6cb0;text-decoration:none;font-size:.9rem}.back-link:hover{text-decoration:underline}button.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}section button.ghost{color:#2c5282;border:1px solid #2c5282;padding:4px 10px;font-size:.85rem}button.ghost:hover:not(:disabled){background:#ffffff1a}section button.ghost:hover:not(:disabled){background:#2c528214}.modal button.ghost{color:#2c5282;border:1px solid #2c5282;padding:4px 10px;font-size:.85rem}.modal button.ghost:hover:not(:disabled){background:#2c528214}.modal button.ghost:disabled{color:#94a3b8;border-color:#e2e8f0;background:transparent}.comment-bubble button.ghost{color:#2c5282;border:1px solid #2c5282;padding:3px 8px;font-size:.8rem}.comment-bubble button.ghost:hover:not(:disabled){background:#2c528214}.attr-panel button.ghost{color:#2c5282;border:1px solid #2c5282}.attr-panel button.ghost:hover:not(:disabled){background:#2c528214}.project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.project-row{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;text-decoration:none;color:#1a202c;transition:background .1s,border-color .1s}.project-row:hover{background:#edf2f7;border-color:#2c5282}.project-row-main{flex:1;min-width:0}.project-row-meta{font-size:.8rem;color:#718096;white-space:nowrap;margin-left:12px}.login-form textarea{padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical}.login-form textarea:focus{outline:none;border-color:#2c5282;box-shadow:0 0 0 3px #2c528226}.uploader{display:flex;flex-direction:column;gap:8px}.dropzone{border:2px dashed #cbd5e0;border-radius:10px;padding:28px 20px;background:#f8fafc;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.dropzone:hover:not(.disabled){border-color:#2c5282;background:#edf2f7}.dropzone.dragging{border-color:#2c5282;background:#e6f2ff}.dropzone.disabled{cursor:default;background:#fff}.dropzone p{margin:6px 0}.dropzone-icon{font-size:2rem;margin-bottom:8px}.upload-progress{text-align:left}.upload-filename{font-weight:600;margin-bottom:8px;word-break:break-all}.upload-bar{width:100%;height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden;margin:6px 0}.upload-bar-fill{height:100%;background:linear-gradient(90deg,#2c5282,#4299e1);transition:width .2s ease-out}.upload-stats{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-top:6px}.status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.status-pending{background:#fef5e7;color:#b7791f}.status-processing{background:#ebf8ff;color:#2b6cb0}.status-done{background:#f0fff4;color:#276749}.status-failed{background:#fff5f5;color:#c53030}.viewer-app{max-width:none;padding:0;display:flex;flex-direction:column;height:100vh;overflow:hidden}.viewer-app .hero{border-radius:0;padding:12px 20px}.viewer-toolbar{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.viewer-toolbar button{padding:4px 10px;font-size:.85rem}.viewer-toolbar button.ghost{color:#475569;border-color:#cbd5e1}.viewer-toolbar .tb-label{color:#64748b;font-size:.8rem;margin:0 4px 0 2px;white-space:nowrap}.viewer-toolbar .tb-sep{width:2px;align-self:stretch;min-height:26px;background:#94a3b8;border-radius:1px;margin:0 12px}.viewer-toolbar button.tb-group{background:#eef2f7;color:#334155;border:1px solid #cbd5e1;font-weight:600}.viewer-toolbar button.tb-group:hover:not(:disabled){background:#e2e8f0}.viewer-toolbar button.tb-group.open{background:#2c5282;color:#fff;border-color:#2c5282}.viewer-container{flex:1;position:relative;min-height:0;background:#f1f5f9;overflow:hidden}.viewer-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.viewer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffc;z-index:10;pointer-events:none;font-weight:600}.project-row-button{width:100%;background:#f8fafc;color:inherit;text-align:left;font:inherit;cursor:pointer;padding:12px 14px;border:1px solid #e2e8f0;border-radius:6px}.project-row-button:hover:not(:disabled){background:#edf2f7;border-color:#2c5282}button.ghost.danger{color:#b91c1c;border:1px solid #b91c1c}button.ghost.danger:hover:not(:disabled){background:#b91c1c14}.subbar{display:flex;align-items:center;gap:14px;margin:14px 0 4px;flex-wrap:wrap}.back-btn{background:#fff;color:#2c5282;border:1px solid #2c5282;border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:600;cursor:pointer}.back-btn:hover{background:#2c528214}.subbar-title{font-size:1.1rem;font-weight:700;color:#1e293b}.site-footer{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:8px}.site-footer-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:center}.footer-action{display:inline-block;color:#2c5282;background:#fff;border:1px solid #2c5282;border-radius:6px;padding:6px 14px;font-size:.85rem;text-decoration:none;cursor:pointer;line-height:1.4}.footer-action:hover{background:#2c528214}@supports (height: 100dvh){.viewer-app{height:100dvh}}@media (max-width: 768px){.app{padding:20px 14px;gap:18px}.hero{padding:22px 18px}.hero h1{font-size:1.4rem}}@media (max-width: 480px){.app{padding:14px 10px;gap:14px}.hero{padding:16px 14px;border-radius:10px}.hero h1{font-size:1.2rem}.hero-row{flex-wrap:wrap;gap:10px}.status{padding:14px}.status h2{font-size:1.05rem}.kv{grid-template-columns:72px 1fr}button{min-height:44px}input,textarea,select{font-size:16px}.project-row,.project-row-button{flex-direction:column;align-items:flex-start;gap:4px}.project-row-meta{margin-left:0;white-space:normal}.subbar{gap:8px}.viewer-app .hero{padding:8px 12px}.viewer-app .hero h1{font-size:1rem;margin-bottom:2px}.viewer-app .subtitle{display:none}.viewer-app .hero-row{gap:8px}.viewer-toolbar{gap:6px;padding:8px 10px;max-height:40vh;overflow-y:auto}.viewer-toolbar button{min-height:40px;padding:6px 12px}.viewer-toolbar .tb-sep{margin:0 8px}.viewer-toolbar .tb-pc-only{display:none!important}}.viewer-body{position:relative}@media (max-width: 480px){.attr-panel{position:fixed!important;top:0;left:0;right:0;height:50vh!important;width:auto!important;z-index:50;border-left:none!important;border-bottom:1px solid #e2e8f0;box-shadow:0 6px 16px #0003}}@media (orientation: landscape) and (max-height: 540px){.viewer-app .hero,.viewer-app .viewer-toolbar,.viewer-app .attr-panel{display:none!important}}.viewer-toolbar .tb-sep-strong{width:3px;min-height:30px;background:#475569;margin:0 14px}.measure-floating{position:absolute;transform:translate(-50%,calc(-100% - 12px));background:#0f172aeb;color:#fff;padding:4px 9px;border-radius:6px;font-size:.8rem;line-height:1.3;white-space:nowrap;pointer-events:none;z-index:40;box-shadow:0 2px 8px #00000059}.ctx-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60}.ctx-menu{position:absolute;z-index:61;min-width:124px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 8px 24px #0003;padding:4px}.ctx-menu-title{font-size:11px;color:#64748b;padding:3px 8px}.ctx-menu .ctx-item{display:block;width:100%;text-align:left;background:none;border:none;border-radius:6px;padding:8px 10px;font-size:13px;color:#0f172a;cursor:pointer}.ctx-menu .ctx-item:hover{background:#eff6ff}.ctx-menu .ctx-item.active{background:#1e3a5f;color:#fff}.ctx-sep{height:1px;background:#e2e8f0;margin:4px 2px}
