@charset "UTF-8";:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#8f3d4a;text-decoration:inherit;transition:color .2s ease}a:hover{color:#59262e}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333}h1{font-size:3.2em;line-height:1.1;color:#333;font-weight:600}h2{color:#333;font-weight:600}h3{color:#333;font-weight:500}p{color:#666;line-height:1.6}button{border-radius:8px;border:1px solid #A3B1A4;padding:.75rem 1rem;font-size:1em;font-weight:500;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#333;cursor:pointer;transition:all .2s ease;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;opacity:1}button:hover{border-color:#8f3d4a;background-color:#fff;transform:translateY(0);box-shadow:none;opacity:.8}button:focus,button:focus-visible{outline:2px solid #A3B1A4;outline-offset:2px}button:active{transform:translateY(0)}.start-container{width:100%;max-width:none;margin:0;padding:2rem 3rem;min-width:55vw;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;min-height:100vh}.start-container h1{color:#333;margin-bottom:1rem;text-align:center;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.start-container p{color:#666;margin-bottom:2rem;text-align:center;font-size:1.1rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.accordions-container{margin-bottom:2rem;width:100%;padding:0 .5rem;box-sizing:border-box}.accordion{margin-bottom:1rem;border:1px solid #C8A1A7;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box;background:#f9f6f2}.accordion-header{width:100%;padding:1rem 1.5rem;background:#f9f6f2;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#333;transition:all .3s ease;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none;opacity:1;box-shadow:0 2px 4px #0000001a}.accordion-header:focus{outline:none;border:none}.accordion-header:hover:not(.active){background:#f9f6f2;opacity:.5;box-shadow:none}.accordion-header.active{background:#c8a1a7;color:#fff;opacity:1!important}.accordion-icon{font-size:1.5rem;font-weight:700;transition:transform .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.accordion-content{padding:1.5rem 2rem;background:#f9f6f2;border-top:1px solid #C8A1A7;border:none!important;display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box}.sub-accordion{margin-bottom:.75rem;border:1px solid #A3B1A4;border-radius:6px;overflow:hidden;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box;background:#fff}.sub-accordion-header{width:100%;padding:.75rem 1rem;background:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;color:#333;transition:all .3s ease;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none;opacity:1}.sub-accordion-header:focus{outline:none;border:none}.sub-accordion-header:hover:not(.active){background:#f9f6f2;opacity:.8}.sub-accordion-header.active{background:#a3b1a4;color:#333;opacity:1!important}.sub-accordion-content{padding:1rem 1.5rem;background:#fff;border-top:1px solid #A3B1A4;display:flex;flex-direction:column;gap:.75rem;width:100%;box-sizing:border-box;min-width:200px}.provider-checkbox{display:flex;align-items:center;cursor:pointer;padding:.75rem;border-radius:6px;transition:all .2s ease;border:1px solid #A3B1A4;background:#fff;width:100%;box-sizing:border-box;min-width:0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;opacity:1}.provider-checkbox:hover{background:#fff;border-color:#8f3d4a;transform:translateY(0);box-shadow:none;opacity:.8}.provider-checkbox input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid #A3B1A4;border-radius:4px;margin-right:.75rem;position:relative;transition:all .3s ease;flex-shrink:0;background:#fff}.provider-checkbox input[type=checkbox]:checked+.checkmark{background:#8f3d4a;border-color:#8f3d4a}.provider-checkbox input[type=checkbox]:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:14px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.provider-name{font-size:.95rem;color:#333;-webkit-user-select:none;user-select:none;line-height:1.3;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.defaults-content{width:100%}.defaults-description{color:#666;margin-bottom:1rem;font-size:.95rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.4}.defaults-checkboxes{display:flex;flex-direction:column;gap:.75rem}.provider-checkbox.disabled{cursor:not-allowed;opacity:.7;background:#ccd4cd;border-color:#a3b1a4}.provider-checkbox.disabled:hover{background:#ccd4cd;border-color:#a3b1a4;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;opacity:.7}.provider-checkbox.disabled .provider-name{color:#666;font-weight:500}.provider-checkbox.disabled .checkmark{background:#8f3d4a;border-color:#8f3d4a;opacity:.8}.provider-checkbox.disabled .checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:14px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.submit-section{text-align:center;margin-top:2rem;width:100%;padding:0 .5rem;box-sizing:border-box}.provider-counter{margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.counter-text{font-size:1rem;color:#666;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.counter-warning{font-size:.9rem;color:#d32f2f;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;background:#d32f2f1a;padding:.5rem .75rem;border-radius:4px;border:1px solid rgba(211,47,47,.3)}.submit-button{background:#8f3d4a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transform:translateY(-2px);box-shadow:0 4px 8px #481f254d;opacity:1}.submit-button:hover:not(:disabled){background:#8f3d4a;transform:translateY(0);box-shadow:0 2px 4px #481f2533;opacity:.9}.submit-button:disabled{background:#fff;color:#666;cursor:not-allowed;transform:none;box-shadow:none;border:1px solid #A3B1A4}@media (max-width: 1024px){.start-container{padding:1.5rem 2rem}.logo{max-height:100px;max-width:250px}.accordion-content{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1.5rem}}@media (max-width: 768px){.start-container{padding:1rem 1.5rem}.logo{max-height:80px;max-width:200px}.accordion-header{padding:.75rem 1rem;font-size:1rem}.accordion-content{padding:1rem 1.5rem;grid-template-columns:1fr;gap:.5rem}.provider-checkbox{padding:.5rem}.provider-name{font-size:.9rem}}@media (max-width: 480px){.start-container{padding:.5rem 1rem}.logo{max-height:60px;max-width:150px}.logo-container{margin-bottom:1.5rem}.accordion-header{padding:.5rem .75rem;font-size:.9rem}.accordion-content{padding:.75rem 1rem}}.details-container{width:100%;max-width:none;margin:0;padding:2rem 3rem;min-width:55vw;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;min-height:100vh}.details-container h1{color:#333;margin-bottom:1rem;text-align:center;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.details-container p{color:#666;margin-bottom:2rem;text-align:center;font-size:1.1rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.details-form{max-width:800px;margin:0 auto}.form-section{margin-bottom:2rem;padding:1.5rem;background:#f9f6f2;border-radius:8px;border:1px solid #C8A1A7}.form-section h3{color:#333;margin-bottom:1.5rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1.2rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.form-group{flex:1;display:flex;flex-direction:column}.form-group.full-width{flex:1 1 100%}.form-group label{color:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:1px solid #A3B1A4;border-radius:6px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;background:#fff;color:#333;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#8f3d4a;box-shadow:0 0 0 2px #8f3d4a33}.form-group input::placeholder{color:#666}.submit-section{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #C8A1A7}.submit-button{background:#8f3d4a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transform:translateY(-2px);box-shadow:0 4px 8px #481f254d}.submit-button:hover:not(:disabled){background:#7d3541;transform:translateY(-1px);box-shadow:0 6px 12px #481f2566}.submit-button:disabled{background:#666;cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}@media (max-width: 1024px){.details-container{padding:1.5rem 2rem}.logo{max-height:100px;max-width:250px}.form-section{padding:1rem}}@media (max-width: 768px){.details-container{padding:1rem 1.5rem}.logo{max-height:80px;max-width:200px}.form-row{flex-direction:column;gap:.75rem}.form-group{flex:1 1 100%}.form-section{padding:.75rem}}@media (max-width: 480px){.details-container{padding:.5rem 1rem}.logo{max-height:60px;max-width:150px}.logo-container{margin-bottom:1.5rem}.form-section h3{font-size:1.1rem}.submit-button{padding:.75rem 1.5rem;font-size:1rem}}.confirm-container{width:100%;max-width:none;margin:0;padding:2rem 3rem;min-width:55vw;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;min-height:100vh}.confirm-container h1{color:#333;margin-bottom:1rem;text-align:center;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.confirm-container p{color:#666;margin-bottom:2rem;text-align:center;font-size:1.1rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.confirmation-content{max-width:900px;margin:0 auto 2rem}.section{margin-bottom:2rem;padding:1.5rem;background:#f9f6f2;border-radius:8px;border:1px solid #C8A1A7}.section h3{color:#333;margin-bottom:1.5rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1.3rem;border-bottom:2px solid #C8A1A7;padding-bottom:.75rem}.providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.category-group h4{color:#8f3d4a;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;margin-bottom:.75rem;font-size:1.1rem}.category-group ul{list-style:none;padding:0;margin:0}.category-group ul li{padding:.5rem .75rem;background:#fff;border:1px solid #A3B1A4;border-radius:4px;margin-bottom:.5rem;color:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.category-group ul li:last-child{margin-bottom:0}.details-grid{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;align-items:flex-start;padding:.75rem 1rem;background:#fff;border-radius:6px;border:1px solid #A3B1A4}.detail-row .label{font-weight:600;color:#333;min-width:120px;margin-right:1rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.detail-row .value{color:#666;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;flex:1;word-break:break-word}.no-data{color:#666;font-style:italic;text-align:center;padding:1.5rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.action-buttons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #C8A1A7}.action-button{background:#a3b1a4;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transform:translateY(-2px);box-shadow:0 4px 8px #6d816f4d}.action-button:hover{background:#879a89;transform:translateY(-1px);box-shadow:0 6px 12px #6d816f66}.action-button:active{transform:translateY(0)}.primary-action{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.action-text{color:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1.1rem;text-align:center;margin-bottom:1rem;margin-top:0}.primary-button{background:#8f3d4a;color:#fff;border:none;padding:1.5rem 2rem;font-size:1.2rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transform:translateY(-2px);box-shadow:0 4px 8px #481f254d;width:100%;text-align:center}.primary-button:hover{background:#7d3541;transform:translateY(-1px);box-shadow:0 6px 12px #481f2566}.primary-button:active{transform:translateY(0)}@media (max-width: 1024px){.confirm-container{padding:1.5rem 2rem}.logo{max-height:100px;max-width:250px}.providers-grid{grid-template-columns:1fr}.section{padding:1rem}}@media (max-width: 768px){.confirm-container{padding:1rem 1.5rem}.logo{max-height:80px;max-width:200px}.action-buttons{flex-direction:column;gap:1rem}.action-button{width:100%}.primary-button{padding:1rem 1.5rem;font-size:1.1rem}.detail-row{flex-direction:column;gap:.5rem}.detail-row .label{min-width:auto;margin-right:0}}@media (max-width: 480px){.confirm-container{padding:.5rem 1rem}.logo{max-height:60px;max-width:150px}.logo-container{margin-bottom:1.5rem}.section h3{font-size:1.2rem}.action-button{padding:.75rem 1.5rem;font-size:1rem}.primary-button{padding:.75rem 1rem;font-size:1rem}}.completed-container{width:100%;max-width:none;margin:0;padding:2rem 3rem;min-width:55vw;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;width:100%}.logo{max-height:120px;max-width:300px;height:auto;width:auto;object-fit:contain}.completed-content{text-align:center;max-width:600px;width:100%}.completed-container h1{color:#333;margin-bottom:1.5rem;text-align:center;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:2.5rem;line-height:1.2}.download-message{color:#666;margin-bottom:2rem;text-align:center;font-size:1.3rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.download-section{display:flex;justify-content:center;margin-top:2rem}.download-button{background:#8f3d4a;color:#fff;border:none;padding:1.5rem 3rem;font-size:1.4rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transform:translateY(-3px);box-shadow:0 6px 16px #481f2566;min-width:280px}.download-button:hover{background:#7d3541;transform:translateY(-2px);box-shadow:0 8px 20px #481f2580}.download-button:active{transform:translateY(-1px)}.download-button:disabled{background:#ba5e6d;cursor:not-allowed;transform:translateY(0);box-shadow:0 2px 8px #481f254d}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.email-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #C8A1A7}.email-message{color:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:1.1rem;text-align:center;margin-bottom:1rem;line-height:1.6}.email-message strong{color:#8f3d4a;font-weight:600}.support-message{color:#666;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:1rem;text-align:center;margin-bottom:0;line-height:1.6}.support-email{color:#8f3d4a;text-decoration:none;font-weight:500;transition:color .2s ease}.support-email:hover{color:#59262e;text-decoration:underline}@media (max-width: 1024px){.completed-container{padding:1.5rem 2rem}.logo{max-height:100px;max-width:250px}.completed-container h1{font-size:2.2rem}.download-message{font-size:1.2rem}}@media (max-width: 768px){.completed-container{padding:1rem 1.5rem}.logo{max-height:80px;max-width:200px}.completed-container h1{font-size:2rem;margin-bottom:1rem}.download-message{font-size:1.1rem;margin-bottom:1.5rem}.download-button{padding:1rem 2rem;font-size:1.2rem;min-width:240px}.email-message{font-size:1rem}.support-message{font-size:.9rem}}@media (max-width: 480px){.completed-container{padding:.5rem 1rem}.logo{max-height:60px;max-width:150px}.completed-container h1{font-size:1.8rem}.download-message{font-size:1rem}.download-button{padding:.75rem 1.5rem;font-size:1.1rem;min-width:200px}.email-message{font-size:.95rem}.support-message{font-size:.85rem}}.App,#root{background-color:#fff;min-height:100vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root:not(.start-page){max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:8em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(200,161,167,.6))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #A3B1A4}.read-the-docs{color:#666}
