.upload-form-container{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.upload-form-container h2{margin-bottom:1.5rem;color:#333}.upload-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#555;font-size:.9rem}.form-group input[type=file]{padding:.5rem;border:2px dashed #ddd;border-radius:4px;cursor:pointer}.form-group input[type=file]:hover{border-color:#667eea}.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:80px}.form-group input[type=file]:disabled,.form-group input[type=url]:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed}.form-group input[type=url]{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input[type=url]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-hint{display:block;margin-top:.25rem;font-size:.85rem;color:#666;font-style:italic}.input-type-toggle{display:flex;gap:.5rem;margin-bottom:.5rem}.toggle-btn{flex:1;padding:.75rem 1rem;border:2px solid #ddd;background:#fff;color:#666;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.toggle-btn:hover:not(:disabled){border-color:#667eea;color:#667eea}.toggle-btn.active{background:#667eea;color:#fff;border-color:#667eea}.toggle-btn:disabled{opacity:.6;cursor:not-allowed}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.image-preview{margin-top:.5rem;border:1px solid #ddd;border-radius:4px;overflow:hidden;max-width:300px}.image-preview img{width:100%;height:auto;display:block}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.map-view-container{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:1rem}.map-view-container h2{color:#333;margin:0}.map-legend{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#f9f9f9;border-radius:4px}.legend-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;transition:all .2s;padding:.25rem;border-radius:4px}.legend-item:hover{background:#f0f0f0}.legend-item.selected{background:#e8eaf6;font-weight:600}.legend-marker{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem}.legend-marker.primary{background:#ea4335}.legend-marker.secondary{background:#4285f4}.legend-text{color:#555}.map-container{width:100%;height:400px;border-radius:4px;overflow:hidden;border:1px solid #ddd}.map-placeholder{padding:3rem;text-align:center;color:#999;background:#f5f5f5;border-radius:4px}.cost-panel{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.cost-panel h2{color:#333;margin-bottom:1rem}.cost-summary{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.cost-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem}.cost-item.total{font-size:1.2rem;font-weight:600;color:#667eea;padding:.75rem 0}.cost-item.subtotal{font-weight:600;color:#555;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.cost-label{color:#333}.cost-value{color:#667eea;font-weight:600}.cost-details{display:flex;flex-direction:column;gap:1.5rem}.cost-section h3{color:#555;font-size:1rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.cost-section .cost-item span:first-child{color:#666}.cost-section .cost-item span:last-child{color:#333;font-weight:500}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center;box-shadow:0 2px 10px #0000001a}.app-header h1{font-size:2.5rem;margin-bottom:.5rem}.app-header p{font-size:1.1rem;opacity:.9}.app-main{flex:1;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.app-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.left-panel,.right-panel{display:flex;flex-direction:column;gap:1.5rem}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:8px}.results-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.results-header h2{color:#333}.toggle-json-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}.toggle-json-btn:hover{background:#5568d3}.json-display{background:#f5f5f5;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.85rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.locations-list h3{margin-bottom:1rem;color:#555}.location-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1rem;transition:all .2s;overflow:hidden}.location-card:hover{background:#f0f0f0;border-color:#667eea;transform:translate(4px)}.location-card.selected{background:#e8eaf6;border:2px solid #667eea;box-shadow:0 2px 8px #667eea33}.location-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.location-name{font-weight:600;font-size:1.1rem;color:#333}.confidence-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.location-details{color:#666;font-size:.9rem}.coordinates{font-family:monospace;color:#888;margin:.25rem 0}.reasoning{margin-top:.5rem;font-style:italic;color:#555}.location-photo{width:100%;height:200px;margin:-1rem -1rem 1rem;overflow:hidden;background:#e0e0e0}.location-photo img{width:100%;height:100%;object-fit:cover}.place-address{font-weight:500;color:#444;margin-bottom:.5rem}.place-rating{color:#f59e0b;font-weight:600;margin:.5rem 0}.rating-count{color:#666;font-weight:400;font-size:.85rem}.place-links{margin-top:.5rem}.place-links a{color:#667eea;text-decoration:none;font-size:.9rem}.place-links a:hover{text-decoration:underline}@media (max-width: 1200px){.app-content{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#333}#root{min-height:100vh}
