:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}body{margin:0;background:#f8fafc}a{color:inherit}*{box-sizing:border-box}.container{max-width:1100px;margin:0 auto;padding:24px}.header-brand{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px;padding:20px 0}.header-brand-image{height:60px;width:auto;object-fit:contain}.header-brand-text{display:flex;flex-direction:column;gap:4px}.header-brand-title{font-size:28px;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.header-brand-subtitle{font-size:14px;color:#64748b;margin:0;line-height:1.2}.app-title{text-align:center;margin:0 0 12px;font-size:32px;font-weight:700;color:#0f172a}.app-description{text-align:center;margin:0 auto 32px;width:66.67%;font-size:16px!important}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;box-shadow:0 8px 24px #0f172a0f}h1,h2,h3{margin:0 0 12px}label{font-weight:600;display:block;margin-bottom:6px}input,textarea,select,button{font-family:inherit}input,textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc}textarea{min-height:140px;resize:vertical}button{cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-weight:700;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}button:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 12px 30px #2563eb40}.btn-secondary{background:#0ea5e9;color:#fff}.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.badge{display:inline-block;padding:4px 8px;border-radius:6px;background:#e2e8f0;font-size:12px;margin-right:8px}.counters-container{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.counter-card{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid;flex:1;min-width:160px;transition:transform .12s ease,box-shadow .12s ease}.counter-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a}.counter-success{background:#f0fdf4;border-color:#86efac;color:#166534}.counter-warning{background:#fffbeb;border-color:#fde047;color:#854d0e}.counter-neutral{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.counter-icon{font-size:24px;font-weight:700;line-height:1;flex-shrink:0}.counter-content{flex:1}.counter-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.8;margin-bottom:4px}.counter-value{font-size:24px;font-weight:700;line-height:1.2}.list{margin:8px 0;padding-left:16px}.panels-container{position:relative}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#f8fafcf2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:10;border-radius:12px;pointer-events:all}.overlay:before{content:"Please add and validate an access key to continue";color:#0f172a;font-weight:700;font-size:18px;text-align:center;padding:20px}.disabled-panel{position:relative;opacity:.45;pointer-events:none}.disabled-panel:after{content:"No valid key. Sending is disabled.";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#f8fafccc;color:#0f172a;font-weight:700;border-radius:12px}.table{width:100%;border-collapse:collapse;margin-top:10px}.table th,.table td{border:1px solid #e2e8f0;padding:8px;text-align:left}.flex-between{display:flex;justify-content:space-between;align-items:center}input[type=file]{padding:8px;background:transparent}.helper{color:#475569;font-size:14px}.alert{margin-top:10px;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#f1f5f9}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0f172a26;z-index:100;min-width:200px;overflow:hidden}.dropdown-item{display:block;width:100%;padding:10px 16px;text-align:left;background:transparent;border:none;color:#0f172a;font-weight:500;cursor:pointer;transition:background-color .12s ease}.dropdown-item:hover{background:#f1f5f9}.dropdown-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.dropdown-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 20px 40px #0f172a33;max-width:500px;width:100%}.modal-content h3{margin-top:0;margin-bottom:12px}.modal-content p{margin-bottom:0}
