.table-generator{min-height:auto;background:linear-gradient(135deg,#0a1929,#1a1a2e,#16213e);padding:2rem;color:#e0e0e0}.table-generator .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#4fc3f7;text-decoration:none;margin-bottom:1.5rem;font-size:.95rem;transition:color .2s ease}.table-generator .back-link:hover{color:#81d4fa}.table-generator .tool-header{text-align:center;margin-bottom:2rem}.table-generator .tool-header h1{font-size:2.5rem;background:linear-gradient(135deg,#4fc3f7,#00bcd4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.table-generator .tool-header p{color:#90a4ae;font-size:1.1rem}.tg-layout{display:grid;grid-template-columns:300px 1fr;gap:var(--tool-content-gap, 2rem);max-width:1600px;margin:0 auto}@media (max-width: 1023px){.tg-layout{grid-template-columns:1fr}}.tg-controls{display:flex;flex-direction:column;gap:1.5rem}.tg-section{background:#ffffff14;border-radius:12px;padding:1.25rem;border:2px solid rgba(255,255,255,.25)}.tg-section h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.tg-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.tg-size-controls{display:flex;gap:1rem}.tg-size-input{flex:1}.tg-size-input label{display:block;font-size:.85rem;color:#90a4ae;margin-bottom:.5rem}.tg-number-input{display:flex;align-items:center;background:#0000004d;border-radius:8px;overflow:hidden}.tg-number-input button{background:#4fc3f733;border:none;color:#4fc3f7;width:36px;height:36px;font-size:1.2rem;cursor:pointer;transition:background .2s ease}.tg-number-input button:hover{background:#4fc3f74d}.tg-number-input input{flex:1;background:transparent;border:none;color:#fff;text-align:center;font-size:1rem;padding:.5rem;width:50px}.tg-number-input input::-webkit-inner-spin-button,.tg-number-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tg-checkboxes{display:flex;flex-direction:column;gap:.75rem}.tg-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem}.tg-checkbox input{width:18px;height:18px;accent-color:#4fc3f7;cursor:pointer}.tg-select-group{margin-bottom:1rem}.tg-select-group:last-child{margin-bottom:0}.tg-select-group label{display:block;font-size:.85rem;color:#90a4ae;margin-bottom:.5rem}.tg-select-group select{width:100%;background:#0000004d;border:2px solid rgba(255,255,255,.25);border-radius:8px;padding:.75rem;color:#fff;font-size:.95rem;cursor:pointer}.tg-alignment-buttons{display:flex;gap:.5rem}.tg-alignment-buttons button{flex:1;background:#0000004d;border:2px solid rgba(255,255,255,.25);border-radius:8px;padding:.75rem;color:#90a4ae;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.tg-alignment-buttons button:hover{border-color:#4fc3f74d;color:#4fc3f7}.tg-alignment-buttons button.active{background:#4fc3f733;border-color:#4fc3f7;color:#4fc3f7}.tg-caption-input{width:100%;background:#0000004d;border:2px solid rgba(255,255,255,.25);border-radius:8px;padding:.75rem;color:#fff;font-size:.95rem}.tg-caption-input::placeholder{color:silver}.tg-action-buttons{display:flex;flex-direction:column;gap:.75rem}.tg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.tg-btn.primary{background:linear-gradient(135deg,#4fc3f7,#00bcd4);color:#000}.tg-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4fc3f74d}.tg-btn.secondary{background:#ffffff26;color:#e0e0e0;border:2px solid rgba(255,255,255,.25)}.tg-btn.secondary:hover{background:#ffffff26;border-color:#fff3}.tg-file-btn{position:relative;overflow:hidden}.tg-main{display:flex;flex-direction:column;gap:1.5rem}.tg-editor-section,.tg-preview-section,.tg-output-section{background:#ffffff14;border-radius:12px;padding:1.5rem;border:2px solid rgba(255,255,255,.25)}.tg-editor-section h3,.tg-preview-section h3,.tg-output-section h3{font-size:1rem;color:#4fc3f7;margin-bottom:1rem}.tg-table-wrapper{overflow-x:auto;margin-bottom:1rem}.tg-edit-table{width:100%;border-collapse:collapse}.tg-edit-table td{position:relative;padding:0}.tg-edit-table td input{width:100%;min-width:100px;background:#0000004d;border:2px solid rgba(255,255,255,.25);padding:.75rem;color:#fff;font-size:.95rem;transition:border-color .2s ease}.tg-edit-table td input:focus{outline:none;border-color:#4fc3f7;background:#0006}.tg-edit-table td.header-cell input{background:#4fc3f71a;font-weight:600}.tg-edit-table td input::placeholder{color:silver}.tg-delete-row,.tg-delete-col{position:absolute;background:#f44336cc;border:none;color:#fff;width:20px;height:20px;border-radius:50%;font-size:12px;cursor:pointer;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.tg-delete-row{right:-10px;top:50%;transform:translateY(-50%)}.tg-edit-table tr:hover .tg-delete-row{opacity:1}.tg-delete-col-row td{padding-top:.5rem;text-align:center}.tg-delete-col{position:static;opacity:.5}.tg-delete-col:hover{opacity:1}.tg-add-buttons{display:flex;gap:1rem}.tg-add-btn{flex:1;background:#4fc3f71a;border:1px dashed rgba(79,195,247,.3);border-radius:8px;padding:.75rem;color:#4fc3f7;font-size:.95rem;cursor:pointer;transition:all .2s ease}.tg-add-btn:hover{background:#4fc3f733;border-color:#4fc3f7}.tg-preview{overflow-x:auto;padding:1rem;background:#fff;border:2px solid #d1d5db;border-radius:8px;min-height:150px;box-shadow:0 1px 3px #0000001a}.tg-preview-table{width:100%;border-collapse:collapse;color:#333}.tg-preview-table caption{caption-side:top;padding:.5rem;font-weight:600;color:#555}.tg-preview-table th,.tg-preview-table td{padding:.75rem 1rem}.tg-preview-table.compact th,.tg-preview-table.compact td{padding:.4rem .6rem}.tg-preview-table.bordered th,.tg-preview-table.bordered td{border:1px solid #ddd}.tg-preview-table.striped tbody tr:nth-child(2n){background:#f5f5f5}.tg-preview-table.hoverable tbody tr:hover{background:#e3f2fd}.table-style-minimal .tg-preview-table th{border-bottom:2px solid #333;font-weight:600}.table-style-minimal .tg-preview-table td{border-bottom:1px solid #eee}.table-style-modern .tg-preview-table{box-shadow:0 1px 3px #0000001a;border:2px solid #d1d5db;border-radius:8px;overflow:hidden}.table-style-modern .tg-preview-table th{background:#2196f3;color:#fff}.table-style-modern .tg-preview-table td{border-bottom:1px solid #eee}.table-style-classic .tg-preview-table{border:2px solid #333}.table-style-classic .tg-preview-table th{background:#f5f5f5;border:1px solid #333}.table-style-classic .tg-preview-table td{border:1px solid #333}.table-style-dark .tg-preview{background:#f9fafb}.table-style-dark .tg-preview-table{color:#e0e0e0}.table-style-dark .tg-preview-table th{background:#2d2d44;color:#4fc3f7;border-bottom:2px solid #4fc3f7}.table-style-dark .tg-preview-table td{border-bottom:1px solid #333}.table-style-dark .tg-preview-table.striped tbody tr:nth-child(2n){background:#ffffff14}.table-style-dark .tg-preview-table.hoverable tbody tr:hover{background:#4fc3f71a}.table-style-colorful .tg-preview-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.table-style-colorful .tg-preview-table tbody tr:nth-child(odd){background:#fce4ec}.table-style-colorful .tg-preview-table tbody tr:nth-child(2n){background:#e3f2fd}.tg-output-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.tg-output-header h3{margin-bottom:0}.tg-format-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.tg-format-tabs button{background:#0000004d;border:2px solid rgba(255,255,255,.25);border-radius:6px;padding:.5rem 1rem;color:#90a4ae;font-size:.85rem;cursor:pointer;transition:all .2s ease}.tg-format-tabs button:hover{border-color:#4fc3f74d;color:#4fc3f7}.tg-format-tabs button.active{background:#4fc3f733;border-color:#4fc3f7;color:#4fc3f7}.tg-output-content{background:#0000004d;border-radius:8px;padding:1rem;max-height:300px;overflow:auto}.tg-output-content pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;color:#b0bec5;line-height:1.6}.tg-output-actions{display:flex;gap:1rem;margin-top:1rem}.tg-tips{background:#ffffff14;border-radius:12px;padding:1.5rem;margin-top:2rem;border:2px solid rgba(255,255,255,.25)}.tg-tips h3{color:#4fc3f7;margin-bottom:1rem}.tg-tips ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.75rem}.tg-tips li{padding:.5rem 0;color:#b0bec5;font-size:.95rem}.tg-tips li strong{color:#e0e0e0}.table-generator .cta-section{margin-top:3rem;background:linear-gradient(135deg,#4fc3f71a,#00bcd41a);border-radius:16px;padding:3rem;text-align:center;border:1px solid rgba(79,195,247,.2)}.table-generator .cta-content h2{font-size:1.75rem;color:#fff;margin-bottom:1rem}.table-generator .cta-content p{color:#90a4ae;font-size:1.1rem;max-width:600px;margin:0 auto 1.5rem}.table-generator .cta-button{display:inline-block;background:linear-gradient(135deg,#4fc3f7,#00bcd4);color:#000;font-weight:600;padding:1rem 2rem;border-radius:8px;text-decoration:none;transition:all .3s ease}.table-generator .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4fc3f74d}@media (max-width: 768px){.table-generator{padding:1rem}.table-generator .tool-header h1{font-size:1.75rem}.tg-size-controls{flex-direction:column}.tg-output-header{flex-direction:column;align-items:flex-start}.tg-format-tabs{width:100%;overflow-x:auto;padding-bottom:.5rem}.tg-output-actions,.tg-add-buttons{flex-direction:column}.tg-tips ul{grid-template-columns:1fr}}
