.toggle-container{display:inline-block}.toggle-container:focus{box-shadow:0 0 0 var(--toggle-ring-width,3px) var(--toggle-ring-color,rgba(16,185,129,.188));outline:none}.toggle{align-items:center;border:var(--toggle-border,.125rem) solid;border-radius:999px;box-sizing:content-box;cursor:pointer;display:flex;font-size:var(--toggle-font-size,.75rem);height:var(--toggle-height,1.25rem);line-height:1;position:relative;transition:all .3s;width:var(--toggle-width,3rem)}.toggle-on{background:var(--toggle-bg-on,#10b981);border-color:var(--toggle-border-on,#10b981);color:var(--toggle-text-on,#fff);justify-content:flex-start}.toggle-off{background:var(--toggle-bg-off,#e5e7eb);border-color:var(--toggle-border-off,#e5e7eb);color:var(--toggle-text-off,#374151);justify-content:flex-end}.toggle-on-disabled{background:var(--toggle-bg-on-disabled,#d1d5db);border-color:var(--toggle-border-on-disabled,#d1d5db);color:var(--toggle-text-on-disabled,#9ca3af);cursor:not-allowed;justify-content:flex-start}.toggle-off-disabled{background:var(--toggle-bg-off-disabled,#e5e7eb);border-color:var(--toggle-border-off-disabled,#e5e7eb);color:var(--toggle-text-off-disabled,#9ca3af);cursor:not-allowed;justify-content:flex-end}.toggle-handle{background:var(--toggle-handle-enabled,#fff);border-radius:50%;display:inline-block;height:var(--toggle-height,1.25rem);position:absolute;top:0;transition-duration:var(--toggle-duration,.15s);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:var(--toggle-height,1.25rem)}.toggle-handle-on{left:100%;transform:translate(-100%)}.toggle-handle-off{left:0}.toggle-handle-on-disabled{background:var(--toggle-handle-disabled,#f3f4f6);left:100%;transform:translate(-100%)}.toggle-handle-off-disabled{background:var(--toggle-handle-disabled,#f3f4f6);left:0}.toggle-label{box-sizing:border-box;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:calc(var(--toggle-width, 3.25rem) - var(--toggle-height, 1.25rem))}.toggle-on{background:var(--toggle-bg-on, #010c80);border-color:var(--toggle-border-on, #010c80)}:root{--toggle-width: 2.25rem;--toggle-height: 1rem}.main-container{margin:0 40px 0 80px}*{margin:0;padding:0;box-sizing:border-box}[disabled],[disabled=disabled],[disabled=true]{opacity:.5;cursor:not-allowed}[disabled] button,[disabled=disabled] button,[disabled=true] button{cursor:not-allowed!important}[readonly]{opacity:.5;cursor:not-allowed;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}[readonly]:focus{outline:none}body{font-family:Arial,sans-serif;line-height:1.6;background-color:#f4f4f4}a{font-weight:400;color:#010c80;text-decoration:inherit}a.underline{text-decoration:underline}a:hover{color:#bd6b01}h1{font-size:2.2em;line-height:1.1}h1,h2,h3,h4,h5{text-align:center}input,textarea,select{border:1px solid #949494;background-color:#fff;color:#8a8a8a;max-width:100%;line-height:1.2;padding:8px 12px;border-radius:2px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#010c80;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#010c80}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:10px 40px 10px 10px;font-size:16px;cursor:pointer;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpath fill="%23808080" d="M0 0l5 6 5-6z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:right 15px center;background-size:12px}select:focus{outline:none;border-color:#010c80}.no-touch{user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}#app{margin:0}.form-box{border:solid 1px #ccc;border-radius:0;background:#fff;font-size:1.5rem;margin:0 auto;padding:10px;width:100%;max-width:1000px;z-index:1}.form-box button{color:#fff}.form-box h3,.form-box h5{margin:10px 0;padding:0}.form-box h5{font-size:1.1rem;color:#010c80;margin:0 15% 60px;line-height:1.2}.form-box .form{margin:3%}.form-box .field{position:relative;display:flex;align-items:center;justify-content:start;margin-bottom:45px;column-gap:10%}.form-box .field div{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.form-box .field .name{position:absolute;margin-top:-80px;margin-left:5px;flex-shrink:1;font-size:.9rem}.form-box .field .name .error{margin-left:8px;font-size:.95rem;color:red}.form-box .field .value{flex-grow:1}.form-box .field .value input{width:100%;padding:12px 24px;font-weight:400;font-size:1.2rem}.form-box .field.error .value input{border-color:red}.form-box .field .note{font-size:.95rem;margin-left:8px}.form-box-menu{margin:3%;display:flex;justify-content:center}.form-box-menu button{width:100%}.form-box-menu.multiple{justify-content:space-between}.form-box-menu.multiple button{width:49%}.form-box-footer{line-height:2;margin:0 3%}.form-box-footer .note{font-size:50%}.form-box-footer .message{display:block;color:red;font-size:80%}.results-box{border:solid 1px #ccc;border-radius:0;background:#fff;font-size:1.25rem;margin:0 auto;padding:10px;width:100%;max-width:1000px}.results-box .header{margin:0 15%}.results-box button{color:#000}.results-box h3,.results-box h5{margin:10px 0;padding:0}.results-box h5{font-size:1.1rem;color:#010c80;line-height:1.2}.results-box .results{font-size:1rem;padding:4%;margin:0;height:calc(100% - 75px);overflow-y:auto}.results-box .result{display:flex;align-items:center;justify-content:space-between;margin-bottom:1px;padding-bottom:1px;line-height:2}.results-box.lined .result{border-bottom:solid 1px #f5f5f5;line-height:1.8}.results-box .result div{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.results-box .result .name{max-width:40%}.results-box .result .value{max-width:60%}.results-box .result .value input{width:100%;padding:8px 16px;font-weight:400}.results-box-menu{padding:2%;display:flex;justify-content:center;border-top:solid 1px #010c80;width:100%;background-color:#fff}.results-box-menu button{width:100%}.results-box-menu small{font-size:.55em;text-align:center}.results-box-menu.multiple{justify-content:space-between}.results-box-menu.multiple button{width:49%}@media (min-width: 960px){.form-box .field .name{font-size:1.1rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}#view{margin:75px auto 0;padding-top:0}.swatches{display:flex}.swatches a{border-radius:5px;display:flex;justify-content:center;align-items:center;border:solid 2px #eee;padding:10px;margin:10px;width:200px;height:100px;text-decoration:none;color:#444}.swatches a:hover{border-color:#086a2e;color:#086a2e;cursor:pointer;text-decoration:none}@media (max-width: 768px){#view.container{padding-left:10px;padding-right:10px}}.nav{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;height:75px;padding:8px 20px;background-color:#eee;color:#000;font-weight:700;border-bottom:1px solid #ccc;z-index:100}.nav.embedded{height:50px}.logo{max-width:100px}.login-page{background:linear-gradient(135deg,#086a2e,#e6e6fa);display:flex;align-items:center;justify-content:center;height:100vh;margin:0}.login-card{width:100%;max-width:400px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #0000001a;opacity:0;transform:translateY(20px);animation:slideIn .5s ease-out forwards}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.logo-container{text-align:center;margin-bottom:1rem}.logo-container img{max-width:120px;height:auto}.login-card h3{margin:0 0 .5rem;color:#333}.login-card h5{margin:0 0 1.5rem;color:#666;font-weight:400}.field-floating{position:relative;width:100%;max-width:320px;margin:0 auto 1.5rem}.field-floating input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #ccc;border-radius:4px;background:#fff}.field-floating .icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#999}.field-floating label{position:absolute;left:2.5rem;top:50%;transform:translateY(-50%);background:#fff;padding:0 .25rem;color:#999;transition:all .2s ease-out;pointer-events:none}.field-floating input:focus+label,.field-floating input:not(:placeholder-shown)+label{left:.5rem;top:-.7rem;font-size:.8rem;color:#086a2e}.field-floating input:focus{outline:none;border-color:#086a2e}.btn-login{width:100%;padding:.75rem;background-color:#086a2e;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-top:.5rem;transition:background-color .2s ease}.btn-login:hover{background-color:#4b3a84}.message{margin-top:1rem;color:#d9534f;text-align:center}.note{display:block;margin-top:.5rem;text-align:center;color:#999}.tab-list[data-v-0c404be5]{display:flex;gap:12px;margin-bottom:1rem}.tab-item[data-v-0c404be5]{padding:10px 16px;background-color:#f2f2f2;border-radius:4px;cursor:pointer}.tab-item.active[data-v-0c404be5]{background-color:#fff;border:1px solid #ccc;font-weight:700}.tab-item a[data-v-0c404be5]{text-decoration:none;color:inherit}.tab-panels[data-v-0c404be5]{border:1px solid #ccc;padding:16px;background:#fff}body{background:#f8f8f8;color:#000}.container{width:80%;margin:60px auto 0;padding:10px}.css-table{display:table;width:100%;margin-top:20px;border-spacing:0}.table-row{display:table-row}.table-cell{display:table-cell;padding:10px;border:1px solid #000;vertical-align:middle;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.header-cell{background:#eaeaea;font-weight:700;text-align:center}.css-table .table-cell select{color:#000}.css-table .table-cell button,.download-btn{background-color:#f2f2f2;color:#000;border:1px solid #ccc;transition:background-color .3s ease}.css-table .table-cell button:hover,.download-btn:hover{background-color:#ddd}.download-btn{margin:20px 0;padding:10px 20px;font-size:16px;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;width:80%;max-height:80%;border:1px solid #000;border-radius:4px;display:flex;flex-direction:column}.modal-header{flex:0 0 50px;padding:10px 20px;border-bottom:1px solid #ccc;display:flex;justify-content:center;align-items:center;position:relative}.close-modal{position:absolute;left:20px;border:none;background:transparent;font-size:18px;cursor:pointer}.modal-body{flex:1;overflow-y:auto;padding:20px}select{padding:5px;border:1px solid #ccc;background:#fff}a{color:#2a5db0;text-decoration:none}a:hover{text-decoration:underline}.hero{min-height:60vh;background:linear-gradient(to bottom right,#c2c7ff,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-content{max-width:700px}.hero-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;color:#475569;margin-bottom:2rem}.highlight{font-weight:600;color:#4f46e5}.hero-buttons{display:flex;justify-content:center;gap:1rem}.btn-primary{background-color:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer}.btn-primary:hover{background-color:#4338ca}.btn-outline{background-color:#fff;color:#4f46e5;border:1px solid #4f46e5;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer}.btn-outline:hover{background-color:#f1f5f9}.feature-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:4rem auto;text-align:left}.feature-section img{width:100%;border-radius:1rem;margin-bottom:1rem;box-shadow:0 6px 20px #0000001a}.feature-section .image-grid{display:flex;gap:1rem;margin-bottom:1rem}.feature-section .image-grid img{flex:1;width:50%;height:200px;object-fit:cover;border-radius:1rem;box-shadow:0 6px 20px #0000001a}.feature-section h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.feature-section p{color:#334155;font-size:1rem;line-height:1.6}.feature-list{margin-top:1rem;padding-left:1.25rem;list-style:disc;color:#475569;font-size:.95rem;line-height:1.5}.client-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;max-width:800px;margin:2rem auto 0;padding:0;list-style:none;text-align:center}.client-grid a{display:flex;align-items:center;justify-content:center;background:#f4f4f4;padding:1rem;border-radius:.5rem;font-weight:600;color:#1e293b;box-shadow:0 2px 6px #0000000f;height:80px;transition:transform .2s ease;border:solid 1px #c2c7ff}.client-grid a:hover{transform:translateY(-3px)}.mt-4{margin-top:1rem}@media (max-width: 768px){.feature-section{grid-template-columns:1fr;text-align:center}.feature-section .image-grid{flex-direction:column;align-items:center}.feature-list li{list-style:none}}.testimonial{padding:4rem 2rem;background:#fff;color:#334155;font-size:1.1rem}.testimonial h3{font-size:1.75rem;margin-bottom:1rem}.outro{background-color:#f9fafb;padding:4rem 2rem}.outro h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.outro p{max-width:600px;margin:0 auto;color:#64748b;font-size:1rem}.insight-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.insight-grid h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.insight-grid p{color:#475569;font-size:.95rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .6s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}
