*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn-export{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1px solid #242C4F;border-radius:6px;background:#fff;color:#242c4f;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.btn-export:hover:not(:disabled){background:#242c4f;color:#fff}.btn-export:disabled{opacity:.5;cursor:not-allowed}.btn-import{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1px solid #166534;border-radius:6px;background:#fff;color:#166534;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.btn-import:hover{background:#166534;color:#fff}.help-wrapper{position:relative}.btn-help{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:transparent;color:#999;cursor:pointer;transition:all .15s}.btn-help:hover{color:#242c4f;background:#eef0f6}.help-tooltip{display:none;position:absolute;right:0;top:36px;width:420px;padding:14px;background:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:100;font-size:12px;color:#333;line-height:1.5}.help-tooltip:before{content:"";position:absolute;top:-6px;right:10px;width:10px;height:10px;background:#fff;border-left:1px solid #d0d0d0;border-top:1px solid #d0d0d0;transform:rotate(45deg)}.help-wrapper:hover .help-tooltip{display:block}.help-tooltip .help-title{font-weight:600;color:#242c4f;margin-bottom:2px;font-size:12px}.help-tooltip p{margin:0 0 8px}.help-tooltip p:last-child{margin-bottom:0}.help-tooltip .help-note{font-size:11px;color:#888;margin-top:8px}.help-table{width:100%;border-collapse:collapse;margin-top:6px;font-size:11px}.help-table th{background:#f0f0f0;color:#333;font-weight:600;padding:5px 8px;text-align:left;border-bottom:1px solid #d0d0d0}.help-table td{padding:4px 8px;border-bottom:1px solid #f0f0f0;color:#555}.help-table tr:last-child td{border-bottom:none}.help-table td:first-child{font-weight:600;color:#333;white-space:nowrap}.help-table td:nth-child(2){text-align:center;color:#166534;font-weight:600}.info-card{display:flex;gap:16px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:flex-start;margin-bottom:16px}.info-card .info-icon{flex-shrink:0;color:#242c4f}.info-card .info-content h3{font-size:16px;font-weight:600;margin:0 0 8px;color:#1f2937}.info-card .info-content p{font-size:14px;color:#4b5563;margin:0 0 8px;line-height:1.5}.info-card .info-content p:last-child{margin-bottom:0}.info-card .info-content a{color:#242c4f;text-decoration:underline}.info-card .info-content a:hover{color:#1a2040}.alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-icon{flex-shrink:0;color:inherit}.required{color:#dc2626;font-weight:600}
