body{font-family:Segoe UI,Meiryo,sans-serif;background-color:#f4f7f6;color:#333;margin:0;padding:20px}.container{max-width:1100px;margin:0 auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 15px #0000001a}h1{font-size:1.6em;text-align:center;color:#2c3e50;margin-bottom:20px}.tabs{display:flex;justify-content:center;margin-bottom:20px;background:#ecf0f1;border-radius:8px;padding:5px;box-shadow:inset 0 1px 3px #0000001a;flex-wrap:wrap}.tab-btn{flex:1;padding:12px;border:none;background:transparent;font-size:1em;font-weight:700;color:#7f8c8d;cursor:pointer;border-radius:6px;transition:all .3s;min-width:200px}.tab-btn:hover{color:#3498db}.tab-btn.active{background:#fff;color:#3498db;box-shadow:0 2px 5px #0000001a}.tab-content{display:none}.tab-content.active{display:block;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.manual-accordion{margin-bottom:20px;background:#fff;border:2px solid #bdc3c7;border-radius:6px;overflow:hidden}.manual-accordion summary{padding:12px 15px;background:#fdfdfd;font-weight:700;color:#2c3e50;cursor:pointer;list-style:none;position:relative;font-size:1.1em}.manual-accordion summary::-webkit-details-marker{display:none}.manual-accordion summary:after{content:"▼";position:absolute;right:15px;color:#7f8c8d}.manual-accordion[open] summary:after{content:"▲"}.manual-accordion .manual-content{padding:20px;font-size:.95em;line-height:1.6;color:#444;border-top:1px solid #bdc3c7;background:#f9fbfb}.manual-content h3{margin-top:0;color:#d35400;font-size:1.1em;border-bottom:2px solid #f39c12;padding-bottom:5px;display:inline-block}.manual-content ul,.manual-content ol{padding-left:25px;margin-bottom:15px;margin-top:5px}.manual-content li{margin-bottom:6px}.section-title{font-size:1.1em;color:#34495e;border-left:4px solid #3498db;padding-left:10px;margin-bottom:15px}.form-area{padding:15px;background:#fdfdfd;border:1px solid #eee;border-radius:6px;margin-bottom:20px}.form-group{margin-bottom:15px}label{display:block;font-weight:700;margin-bottom:5px;font-size:.9em;color:#555}input[type=number],input[type=date],input[type=time],input[type=text],select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1em}input[readonly]{background-color:#f2f4f4;color:#7f8c8d}.preset-buttons{display:flex;gap:5px;margin-top:5px;flex-wrap:wrap}.btn-preset{flex:1;padding:8px;font-size:.85em;border:1px solid #3498db;background:#fff;color:#3498db;border-radius:4px;cursor:pointer;font-weight:700;min-width:60px;text-align:center}.btn-preset:hover{background:#ebf5fb}.slider-wrapper{background:#fff4e6;padding:15px;border-radius:8px;border:2px solid #f39c12;margin-top:10px}.slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:700;color:#d35400;font-size:.9em}.slider-time-display{font-size:1.4em;background:#fff;padding:5px 15px;border-radius:4px;border:1px solid #f39c12}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:24px;width:24px;border-radius:50%;background:#e67e22;cursor:pointer;margin-top:-8px;box-shadow:0 2px 4px #0000004d;border:2px solid #fff}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;background:#bdc3c7;border-radius:4px}.btn-main{width:100%;background:#3498db;color:#fff;border:none;padding:15px;font-size:1.1em;border-radius:6px;cursor:pointer;font-weight:700;margin-bottom:15px;box-shadow:0 4px 6px #0000001a;transition:background .3s}.btn-main:hover{background:#2980b9}.map-instruction{text-align:center;font-weight:700;color:#e67e22;margin-bottom:10px;font-size:1.05em}.search-container{display:flex;gap:10px;margin-bottom:15px;justify-content:center}.search-container input{width:60%}.btn-action{padding:8px 12px;background:#fff;border:2px solid #95a5a6;color:#333;border-radius:6px;cursor:pointer;font-weight:700}.btn-action:hover{background:#f0f3f4}.map-wrapper{position:relative;width:100%;height:500px;margin-bottom:15px;border-radius:8px;border:2px solid #bdc3c7;overflow:hidden}.map-canvas{width:100%;height:100%}.map-tools{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:5;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;background:#fffffff2;padding:10px;border-radius:8px;box-shadow:0 2px 6px #0003;width:max-content;max-width:95%}.tool-btn{padding:8px 12px;border:2px solid #34495e;background:#fff;border-radius:4px;cursor:pointer;font-weight:700;color:#34495e;font-size:.9em;white-space:nowrap}.tool-btn.active{background:#34495e;color:#fff}.tool-btn.shadow-btn.active{background:#2980b9;border-color:#2980b9;color:#fff}.tool-btn.light-btn.active{background:#d35400;border-color:#d35400;color:#fff}.layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.layout-grid{grid-template-columns:1fr}}.building-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.85em;font-weight:700;margin-bottom:15px;color:#fff}.badge-shadow{background:#3498db}.badge-light{background:#e67e22}.btn-delete{background:#e74c3c;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-weight:700;width:100%;margin-top:10px}.section-view-wrapper{position:relative;width:100%;height:400px;background:#fdfdfd;border:2px solid #bdc3c7;border-radius:8px;overflow:hidden;margin-top:10px}#shd_sectionCanvas{position:absolute;top:0;left:0;width:100%;height:100%}.results-wrapper{display:flex;flex-wrap:wrap;gap:15px}.card{padding:15px;border-radius:6px;box-shadow:0 2px 5px #0000000d;flex:1;min-width:300px}.card-angle{background:#e8f6f3;border-left:5px solid #1abc9c}.card-impact{background:#fdfefe;border-left:5px solid #3498db}.card-analysis{background:#fff4e6;border-left:5px solid #e67e22}.impact-highlight{font-size:1.2em;color:#d35400;font-weight:700}.grid-3col{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}
