*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.app-container{height:100vh;display:flex;flex-direction:column;overflow:hidden}.main-layout{display:flex;flex:1;overflow:hidden}.sidebar{width:320px;min-width:320px;background:#fff;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;overflow:hidden}.main-content{flex:1;position:relative;overflow:hidden;z-index:0;isolation:isolate}.detail-panel{width:380px;min-width:380px;background:#fff;border-left:1px solid #E5E7EB;display:flex;flex-direction:column;overflow:hidden}.map-container{height:100%;width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-large{max-width:800px}.quota-bar-track{height:8px;border-radius:4px;background:#e5e7eb;overflow:hidden}.quota-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.toast{position:fixed;bottom:24px;right:24px;padding:12px 20px;border-radius:8px;color:#fff;font-weight:500;z-index:99999;box-shadow:0 4px 12px #0003;animation:slideIn .3s ease;max-width:320px}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-warning{background:#f59e0b}.toast-info{background:#2563eb}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.star-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:2px;transition:transform .1s}.star-btn:hover{transform:scale(1.2)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-input{width:100%;padding:8px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;transition:border-color .2s,box-shadow .2s;outline:none}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.school-card{padding:12px 16px;cursor:pointer;border-bottom:1px solid #F3F4F6;transition:background .15s}.school-card:hover{background:#f9fafb}.school-card.active{background:#eff6ff;border-left:3px solid #2563EB}@media(max-width:768px){.sidebar{display:none}.detail-panel{width:100%;position:absolute;top:0;right:0;bottom:0;z-index:1000}}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s infinite}
