:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}body,#root{box-sizing:border-box;background-color:#f8f9fa;width:100%;margin:0;padding:0;overflow-x:hidden}.form-container{background:#f0f2f5 linear-gradient(#fff 0%,#dfe9f3 100%);justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.form-card{text-align:center;background:#fffffff2;border:1px solid #e0e6ed;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 24px #00000014}.logo-text{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.logo-text .logo-highlight{color:#fca311}.form-card p{color:#8492a6;margin-bottom:1.5rem}.form-group{text-align:left;margin-bottom:1rem;position:relative}.form-group label{color:#3c4858;margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{color:#2c3e50;box-sizing:border-box;background-color:#fff;border:1px solid #e0e6ed;border-radius:8px;width:100%;padding:.75rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#fca311;outline:none;box-shadow:0 0 0 3px #fca31133}.btn-primary{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.6rem 1.2rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .2s}.btn-primary:hover:not(:disabled){background-color:#0056b3;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;background-color:#6c757d}.form-footer{border-top:1px solid #e0e6ed;margin-top:1.5rem;padding-top:1rem;font-size:.9rem}.form-footer a{color:#fca311;font-weight:600;text-decoration:none}.btn-link{color:#fca311;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.error-message{color:#d93025;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;margin-bottom:1rem;padding:.75rem}.success-message{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:6px;margin-bottom:1rem;padding:.75rem}.container{box-sizing:border-box;padding:0 2rem}.dashboard-header{border-bottom:1px solid #e0e6ed;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-header h1{color:#14213d}.btn-logout{color:#fff;cursor:pointer;background-color:#e63946;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}.corridas-container{margin-top:2rem}.corridas-container h2{color:#2c3e50;border-bottom:1px solid #e0e6ed;padding-bottom:.5rem;font-weight:700}.corridas-table{border-collapse:collapse;width:100%;margin-top:1rem}.corridas-table th,.corridas-table td{text-align:left;border-bottom:1px solid #e0e6ed;padding:.75rem}.corridas-table th{color:#3c4858;background-color:#f8f9fa;font-weight:600}.corridas-table tbody tr:hover{background-color:#f1f3f5}.corridas-table .text-center{text-align:center}.dashboard-content .form-card{max-width:none;box-shadow:none;border:1px solid #e0e6ed;padding:2rem}.form-card h2{color:#2c3e50}.btn-delete{color:#fff;cursor:pointer;background-color:#dc3545;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}.btn-icon{cursor:pointer;color:#fff;background:#dc3545;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.3rem .5rem;font-size:1rem;line-height:1;display:inline-flex}.btn-edit{background-color:#007bff}.actions-group{justify-content:center;gap:.5rem;display:flex}.dashboard-layout{width:100%;min-height:100vh;display:flex}.sidebar{color:#fff;box-sizing:border-box;background-color:#14213d;flex-direction:column;flex-shrink:0;width:250px;padding:1.5rem;display:flex}.sidebar-logo{color:#fff;text-align:center;align-self:center;margin-top:1.5rem;margin-bottom:2rem}.sidebar nav ul{margin:0;padding:0;list-style:none}.sidebar nav li{cursor:pointer;border-radius:8px;padding:1rem;font-weight:500;transition:background-color .2s}.sidebar nav li:hover{background-color:#ffffff1a}.sidebar nav li.active{color:#14213d;background-color:#fca311;font-weight:700}.sidebar-footer{text-align:center;margin-top:auto}.sidebar-footer p{margin:0 0 1rem;font-weight:500}.dashboard-content{flex-direction:column;flex-grow:1;align-items:center;padding:2rem;display:flex;overflow-y:auto}.content-wrapper{background-color:#fdfdfd;border-radius:12px;width:85%;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 4px 24px #0000000f}.content-wrapper h2{color:#2c3e50}.filtros-container{background-color:#fff;border:1px solid #e0e6ed;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.btn-secondary{color:#fff;cursor:pointer;background-color:#6c757d;border:1px solid #6c757d;border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;font-weight:600}.modal-overlay{z-index:1000;background-color:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:1.5rem;animation:.3s ease-out fadeIn;box-shadow:0 5px 15px #0000004d}.modal-header{border-bottom:1px solid #e0e6ed;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.modal-header h3{color:#2c3e50;margin:0}.modal-close-btn{cursor:pointer;color:#8492a6;background:0 0;border:none;font-size:1.5rem}.modal-body p{color:#3c4858;margin:0}.modal-footer{border-top:1px solid #e0e6ed;justify-content:flex-end;gap:.5rem;margin-top:1.5rem;padding-top:1rem;display:flex}.status-pagamento{border-radius:4px;padding:.2rem .5rem;font-size:.85rem;font-weight:600}.status-pagamento.pago{color:#155724;background-color:#d4edda}.status-pagamento.pendente{color:#721c24;background-color:#f8d7da}.payment-section{border-top:1px solid #e0e6ed;margin-top:2rem;padding-top:1.5rem}.payment-section h3{color:#3c4858;margin-bottom:1rem;font-weight:600}.payment-options{gap:1rem;display:flex}.btn-confirm{color:#fff;cursor:pointer;background-color:#28a745;border:1px solid #28a745;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}.payment-toggle{margin-bottom:1.5rem}.toggle-switch{width:60px;height:34px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:26px;height:26px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background-color:#28a745}input:checked+.slider:before{transform:translate(26px)}.modal-body{border-radius:0 0 12px 12px;max-height:60vh;overflow-y:auto}.mobile-header,.sidebar-close-btn{display:none}.sidebar-overlay{z-index:1050;width:100%;height:100%;position:fixed;top:0;left:0}@media (width<=768px){.sidebar{z-index:1100;height:100%;transition:left .3s ease-in-out;position:fixed;top:0;left:-100%;box-shadow:2px 0 10px #0000001a}.sidebar.open{left:0}.sidebar-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;font-weight:700;display:block;position:absolute;top:.8rem;left:1.5rem}.dashboard-content{margin-bottom:1rem;padding:1rem}.mobile-header{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #e0e6ed;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.hamburger-btn{cursor:pointer;color:#14213d;background:0 0;border:none;padding-right:1rem;font-size:1.5rem}.mobile-logo{text-align:center;margin:0;font-size:1.5rem}.content-wrapper{width:90%;box-shadow:none;border:none;border-radius:10px;max-width:500px;padding:1rem}.sidebar-logo{margin-top:50px}.form-group input,.form-group select,.form-group textarea{padding-top:.5rem;padding-bottom:.5rem}.filtros-container{flex-direction:column;align-items:stretch}.filtros-container .form-group,.filtros-container button{width:100%}.table-responsive-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.modal-overlay{padding:1rem}.modal-content{box-sizing:border-box;border-radius:12px;width:85%;max-width:none;padding:1rem}.modal-body{max-height:75vh}.modal-footer{flex-direction:column;gap:.75rem}.modal-footer .btn-primary,.modal-footer .btn-secondary{width:100%}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}}
