*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333}.app{max-width:1200px;margin:0 auto;padding:20px}.header{background:#2c3e50;color:#fff;padding:20px 30px;border-radius:8px;margin-bottom:20px}.header h1{font-size:1.5rem;margin-bottom:4px}.header p{font-size:.9rem;opacity:.8}.content{display:flex;flex-direction:column;gap:20px}.tables-row{display:flex;gap:20px}.tables-row>.section{flex:1}.section{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.section h2{font-size:1.1rem;color:#2c3e50}.button-group{display:flex;gap:8px;flex-wrap:wrap}.table-container{max-height:300px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:4px}table{width:100%;border-collapse:collapse}thead{position:sticky;top:0;background:#f8f9fa;z-index:1}th,td{padding:8px 12px;text-align:left;border-bottom:1px solid #e0e0e0}th{font-weight:600;font-size:.85rem;color:#555}tbody tr:nth-child(2n){background:#f9f9f9}tbody tr:hover{background:#e8f4fd}td input[type=text],td input[type=email]{width:100%;border:1px solid transparent;padding:4px 8px;border-radius:4px;font-size:.9rem;background:transparent}td input[type=text]:focus,td input[type=email]:focus{border-color:#3498db;background:#fff;outline:none}input[type=checkbox]{width:16px;height:16px;cursor:pointer}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:opacity .2s}.btn:hover{opacity:.85}.btn:active{opacity:.7}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:4px 10px;font-size:.8rem}.btn-blue{background:#3498db;color:#fff}.btn-green{background:#27ae60;color:#fff}.btn-red{background:#e74c3c;color:#fff}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500;font-size:.9rem;color:#555}.input-full{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.input-full:focus{border-color:#3498db;outline:none}.input-disabled{background:#f0f0f0;color:#888}textarea.input-full{font-family:monospace;resize:vertical;min-height:150px}.send-info{display:flex;gap:20px;margin-bottom:15px;font-size:.9rem;color:#666}.btn-send{width:100%;padding:14px;font-size:1rem}@media (max-width: 768px){.tables-row{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start}}
