.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.login-title{font-size:32px;font-weight:700;color:#333;margin-bottom:8px;text-align:center}.login-subtitle{font-size:14px;color:#666;margin-bottom:32px;text-align:center}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#333}.form-group input{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{padding:12px;background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px}.login-button{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{opacity:.6;cursor:not-allowed}.form-field{display:flex;flex-direction:column;gap:6px;width:100%;max-width:100%;box-sizing:border-box}.form-field label{font-size:14px;font-weight:500;color:#333}.form-field .required{color:#dc3545;margin-left:2px}.field-description{font-size:12px;color:#666;margin:0;line-height:1.4}.form-field select,.form-field input[type=text],.form-field input[type=email],.form-field input[type=number],.custom-value-input{width:100%;max-width:100%;height:38px;padding:6px 10px;border-radius:6px;border:1px solid #d1d5db;background:#fff;font-size:14px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form-field select:focus,.form-field input[type=text]:focus,.form-field input[type=email]:focus,.form-field input[type=number]:focus,.custom-value-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.custom-value-input{margin-top:8px;border-color:#2563eb}.form-field-checkbox{flex-direction:column}.form-field-checkbox label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.form-field-checkbox input[type=checkbox]{width:18px;height:18px;flex-shrink:0;cursor:pointer}.file-input-hidden{display:none}.upload-button{background:#2563eb;color:#fff;padding:10px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500;font-size:14px;transition:background-color .2s;width:auto;min-width:180px;box-sizing:border-box}.upload-button:hover{background:#1d4ed8}.upload-button:active{background:#1e40af}.file-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.file-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:#374151;padding:6px 10px;background:#f3f4f6;border-radius:4px;border:1px solid #e5e7eb}.file-name{flex:1;word-break:break-word;overflow:hidden;text-overflow:ellipsis}.file-remove-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .15s ease}.file-remove-button:hover{background:#fee2e2;color:#dc2626}.file-remove-button:active{background:#b91c1c}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}@media (max-width: 900px){.col-span-3,.col-span-4{grid-column:span 2}}@media (max-width: 600px){.col-span-2,.col-span-3,.col-span-4{grid-column:span 1}.upload-button{width:100%}}.file-type-error{font-size:12px;color:#dc2626;margin:0}.section-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.section-grid{display:grid;gap:16px}.section-grid-cols-1{grid-template-columns:1fr}.section-grid-cols-2{grid-template-columns:repeat(2,1fr)}.section-grid-cols-3{grid-template-columns:repeat(3,1fr)}.section-grid-cols-4{grid-template-columns:repeat(4,1fr)}.section-column{display:flex;flex-direction:column;gap:16px}@media (max-width: 900px){.section-grid-cols-3,.section-grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.section-grid-cols-2,.section-grid-cols-3,.section-grid-cols-4{grid-template-columns:1fr}}.post-processing{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.pp-actions{display:flex;gap:10px;flex-wrap:wrap}.pp-action-btn{height:42px;padding:0 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.pp-action-btn--purple{background:#7c3aed;color:#fff}.pp-action-btn--purple:hover{background:#6d28d9}.pp-action-btn--primary{background:#2563eb;color:#fff}.pp-action-btn--primary:hover{background:#1d4ed8}.pp-panel{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#fafafa}.pp-panel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.pp-panel-title{font-size:15px;font-weight:600;color:#111827}.pp-panel-description{font-size:13px;color:#6b7280;margin-top:2px}.pp-panel-close{background:none;border:none;font-size:16px;color:#6b7280;cursor:pointer;padding:0 4px;line-height:1}.pp-panel-close:hover{color:#111827}.pp-fields-grid{display:grid;gap:12px}.pp-field{display:flex;flex-direction:column;gap:4px}.pp-field-label{font-size:13px;font-weight:500;color:#374151}.pp-required{color:#dc2626;margin-left:2px}.pp-field-input{height:36px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#fff;box-sizing:border-box;width:100%}.pp-field-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed26}.pp-panel-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.pp-cancel-btn{height:38px;padding:0 16px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.pp-cancel-btn:hover:not(:disabled){background:#e5e7eb}.pp-submit-btn{height:38px;padding:0 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.pp-submit-btn--purple{background:#7c3aed;color:#fff}.pp-submit-btn--purple:hover:not(:disabled){background:#6d28d9}.pp-submit-btn--primary{background:#2563eb;color:#fff}.pp-submit-btn--primary:hover:not(:disabled){background:#1d4ed8}.pp-submit-btn:disabled,.pp-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.pp-error{margin-top:10px;font-size:13px;color:#dc2626}.pp-success-banner{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;padding:12px 14px;font-size:14px;font-weight:500;color:#15803d}.pp-success-icon{font-size:16px;font-weight:700}.credit-balance{position:fixed;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;padding:4px 12px 4px 10px;font-size:12px;color:#6b7280;box-shadow:0 1px 4px #00000014;pointer-events:none;z-index:100}.credit-balance-label{color:#9ca3af}.credit-balance-value{font-weight:600;color:#374151}.dynamic-platform-view{padding:10px;max-width:100%;box-sizing:border-box}.platform-header{margin-bottom:24px}.platform-header h2{margin:0 0 6px;font-size:20px;font-weight:600;color:#111827}.platform-header p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.platform-sections{display:flex;flex-direction:column;gap:0}.platform-submit{display:flex;gap:10px;padding:4px 0 20px}.submit-button{flex:1;height:42px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background:#1d4ed8}.submit-button:disabled{background:#93c5fd;cursor:not-allowed}.platform-loader,.platform-error{display:flex;align-items:center;justify-content:center;padding:40px;text-align:center;color:#666}.platform-error{color:#dc3545}@media (max-width: 600px){.dynamic-platform-view{padding:16px}.platform-header h2{font-size:18px}.platform-header p{font-size:13px}}.result-success-banner{display:flex;align-items:flex-start;gap:10px;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:14px 16px;margin-bottom:16px}.result-success-icon{color:#16a34a;font-size:18px;font-weight:700;flex-shrink:0}.result-success-title{font-size:14px;font-weight:600;color:#15803d}.result-success-meta{font-size:13px;color:#166534;margin-top:2px}.result-table-section{margin-bottom:12px}.result-table-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:8px}.result-table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;max-height:210px;overflow-y:auto}.result-table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}.result-table thead th{position:sticky;top:0;background:#f3f4f6;padding:8px 10px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;border-right:1px solid #e5e7eb;z-index:1}.result-table thead th:last-child{border-right:none}.result-table tbody tr:nth-child(2n){background:#f9fafb}.result-table tbody td{padding:2px 4px;border-bottom:1px solid #f3f4f6;border-right:1px solid #f3f4f6}.result-table tbody td:last-child{border-right:none}.result-cell-input{width:100%;min-width:60px;height:28px;padding:2px 6px;border:1px solid transparent;border-radius:4px;font-size:12px;color:#374151;background:transparent;box-sizing:border-box}.result-cell-input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 2px #2563eb26}.result-table-hint{font-size:12px;color:#6b7280;margin-top:6px;margin-bottom:16px}.result-actions{display:flex;gap:10px;padding-bottom:20px}.result-btn{flex:1;height:42px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.result-btn-excel{background:#2563eb;color:#fff}.result-btn-excel:hover{background:#1d4ed8}.result-btn-csv{background:#16a34a;color:#fff}.result-btn-csv:hover:not(:disabled){background:#15803d}.result-btn-csv:disabled{background:#86efac;cursor:not-allowed}.result-btn-new{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.result-btn-new:hover{background:#e5e7eb}.module-tabs-container{display:flex;flex-direction:column;height:100%}.tabs-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e0e0e0;background:#fff;gap:12px;padding-right:20px}.tabs-list{display:flex;overflow-x:auto;flex:1}.tab-button{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.tab-button:hover{color:#333;background-color:#f5f5f5}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.logout-button{padding:8px 16px;background-color:#e7e5e5;color:#667eea;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap;box-shadow:0 1px 3px #0000001a}.logout-button:hover{background-color:#667eea;color:#f3eeee}.tab-content{flex:1;overflow-y:auto;padding:10px}.no-modules{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;text-align:center;color:#666;gap:16px}.no-modules p:first-child{font-size:18px;font-weight:600;margin-bottom:8px}.no-modules p:last-child{font-size:14px}.module-content h2{margin-top:0;margin-bottom:12px;color:#333;font-size:20px}.module-content p{color:#666;line-height:1.6;margin-bottom:20px}.dashboard-container{display:flex;flex-direction:column;height:100vh;background-color:#f5f5f5}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.dashboard-header h1{font-size:20px;font-weight:700;color:#333;margin:0}.user-info{display:flex;align-items:center;gap:12px;font-size:14px;color:#666}.logout-button{padding:8px 16px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.logout-button:hover{background-color:#e0e0e0}.dashboard-content{flex:1;overflow:hidden}*{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-color:#f5f5f5}#root{width:100%;height:100vh;overflow:hidden}.container{padding:20px;height:100%;overflow-y:auto}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:#666}.error{color:#d32f2f;padding:10px;background-color:#ffebee;border-radius:4px;margin:10px 0}
