*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto Flex,sans-serif;background:#011627;min-height:100vh;color:#fdfffc}.mobile-menu-toggle{position:fixed!important;top:1rem!important;left:1rem!important;z-index:10001!important;background:#ff9c1f!important;border:3px solid #2ec4b6!important;border-radius:6px!important;padding:.75rem!important;cursor:pointer!important;display:none!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:60px!important;height:60px!important;transition:all .3s ease!important;box-shadow:0 4px 15px #2ec4b680!important}.mobile-menu-toggle.mobile-detected,.mobile-menu-toggle.force-show{display:flex!important}@media(max-width:768px){.main-content.active .mobile-menu-toggle{display:flex!important}}@media(min-width:769px){.mobile-menu-toggle{display:none!important}}.hamburger-line{width:25px;height:3px;background:#011627;margin:2px 0;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-toggle:hover{background:#ff9c1f;transform:scale(1.05)}.mobile-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999}.mobile-backdrop.active{display:block}.container{display:flex;min-height:100vh;position:relative}.upload-area{flex:1;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#011627}.upload-area.active{width:100vw}.upload-area.hidden{display:none}.upload-content{text-align:center;max-width:900px;width:100%;padding:2rem}.logo h1{color:#fdfffc;font-size:2rem;margin-bottom:1rem;font-weight:600}.logo p{color:#2ec4b6;font-size:1rem;margin-bottom:2rem}.main-logo{max-width:150px;height:auto;display:block;margin:0 auto 1.5rem}.upload-main-section{display:flex;align-items:flex-start;justify-content:center;gap:3rem;margin:2rem 0;position:relative;min-height:300px;width:100%}.drop-zone{background:#011627;border:3px dashed #2ec4b6;border-radius:15px;padding:3rem 2rem;transition:all .3s ease;cursor:pointer;width:400px;flex-shrink:0}.drop-zone:hover,.drop-zone.dragover{border-color:#ff9c1f;background:#1e3a5f;transform:translateY(-2px);box-shadow:0 10px 30px #2ec4b64d}.upload-icon{font-size:4rem;margin-bottom:1rem}.drop-zone h2{color:#fdfffc;margin-bottom:.5rem;font-weight:400}.drop-zone p{color:#2ec4b6;font-size:1rem}.supported-systems{margin:0;text-align:left;width:300px;flex-shrink:0;padding-top:1rem}.supported-systems h3{color:#fdfffc;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.systems-list{list-style:none;padding:0;margin:0;background:transparent;border-radius:8px;padding:1rem;border:none}.systems-list li{padding:.4rem 0;font-size:.95rem;font-weight:500}.systems-list li:last-child{border-bottom:none}.systems-list li.supported{color:#2ec4b6}.systems-list li.coming-soon{color:#ff9c1f}.file-list{margin:2rem 0}.file-item{background:#1e3a5fcc;padding:1rem;margin:.5rem 0;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #2ec4b6}.file-info{display:flex;align-items:center;gap:.5rem}.file-icon{font-size:1.5rem}.file-name{font-weight:500;color:#fdfffc}.file-size{color:#2ec4b6;font-size:.9rem}.file-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.file-status.ready{background:#2ec4b6;color:#011627}.file-status.processed,.file-status.processing{background:#ff9c1f;color:#011627}.file-status.error{background:#de182c;color:#fdfffc}.analyze-btn{background:linear-gradient(135deg,#2ec4b6,#ff9c1f);color:#011627;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.analyze-btn:disabled{background:#1e3a5f;color:#2ec4b6;cursor:not-allowed}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #2ec4b666}.sidebar{width:320px;background:#011627;box-shadow:2px 0 10px #2ec4b633;padding:2rem;display:none;flex-direction:column;overflow-y:auto;position:fixed;left:0;top:0;height:100vh;z-index:1000;border-right:2px solid #2ec4b6}.sidebar.active{display:flex}.sidebar-logo{text-align:center;margin-bottom:0rem;padding-bottom:1rem;border-bottom:1px solid #2ec4b6}.crown-logo{max-width:120px;height:auto;display:block;margin:0 auto}.sidebar-upload-section{margin-top:auto;padding-top:2rem;border-top:1px solid #2ec4b6}.sidebar-header h3{margin-bottom:1.5rem;color:#fdfffc}.drop-zone-small{background:#011627;border:2px dashed #2ec4b6;border-radius:8px;padding:2rem 1rem;text-align:center;margin-bottom:1rem;cursor:pointer;transition:all .3s ease}.drop-zone-small:hover,.drop-zone-small.dragover{border-color:#ff9c1f;background:#354d6d}.upload-icon-small{font-size:2rem;margin-bottom:.5rem}.drop-zone-small p{color:#2ec4b6;font-size:.9rem}.file-list-small{margin-bottom:1rem;max-height:200px;overflow-y:auto}.file-item-small{background:#011627;padding:.75rem;margin:.25rem 0;border-radius:6px;font-size:.9rem;border:1px solid #2ec4b6;color:#fdfffc}.file-status-small{font-size:.7rem;padding:.2rem .5rem;border-radius:10px;margin-top:.25rem;display:inline-block;font-weight:500}.file-status-small.ready{background:#2ec4b6;color:#011627}.file-status-small.processed,.file-status-small.processing{background:#ff9c1f;color:#011627}.file-status-small.error{background:#de182c;color:#fdfffc}.analyze-btn-small{background:#2ec4b6;color:#011627;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;width:100%;margin-bottom:2rem;transition:all .3s ease}.analyze-btn-small:disabled{background:#1e3a5f;color:#2ec4b6;cursor:not-allowed}.analyze-btn-small:hover:not(:disabled){background:#ff9c1f}.clear-workspace-btn{background:#de182c;color:#fdfffc;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;cursor:pointer;width:100%;margin-top:1rem;font-family:Roboto Flex,sans-serif;font-weight:500;transition:background .3s ease}.clear-workspace-btn:hover{background:#b71c3c}.data-info{padding-top:.2rem;margin-bottom:0rem}.data-info h4{margin-bottom:0rem;color:#fdfffc;font-weight:600}#dataStats{font-size:.9rem;color:#2ec4b6}.stat-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.filters-section{padding-top:1rem;border-top:1px solid #2ec4b6}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filters-header h4{margin:0;color:#fdfffc;font-weight:600}.reset-filters-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .2s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.reset-filters-icon:hover{background:#2ec4b6;transform:rotate(45deg);color:#011627}.filter-group{margin-bottom:1rem}.filter-group label{display:block;margin-bottom:.25rem;font-weight:600;color:#fdfffc;font-size:.9rem}.checkbox-group{max-height:140px;overflow-y:auto;border:1px solid rgba(46,196,182,.22);border-radius:10px;padding:.4rem;background:#2ec4b60b;box-shadow:inset 0 1px 4px #0006;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.checkbox-group:hover,.checkbox-group:focus-within{border-color:#2ec4b68c;background:#2ec4b612;box-shadow:inset 0 1px 4px #0006,0 0 0 3px #2ec4b61a}.filter-checkbox{display:flex;align-items:center;margin-bottom:.15rem;padding:.25rem .4rem;border-radius:6px;transition:background .18s ease,transform .18s ease;font-size:.8rem}.filter-checkbox:hover{background:#2ec4b61f}.filter-checkbox:last-child{margin-bottom:0}.filter-checkbox input[type=checkbox]{margin-right:.5rem;cursor:pointer;width:15px;height:15px;accent-color:#2ec4b6;flex-shrink:0}.filter-checkbox label{cursor:pointer;font-size:.8rem;font-weight:400;margin:0;flex:1;line-height:1.2;color:#fdfffc}.filter-button-row{display:flex;gap:.5rem;margin-top:.5rem}.clear-filters-btn{background:#de182c;color:#fdfffc;border:none;padding:.6rem 1rem;border-radius:4px;font-size:.8rem;cursor:pointer;width:100%;transition:background .3s ease;font-family:Roboto Flex,sans-serif;font-weight:500;line-height:1.2;height:40px;display:flex;align-items:center;justify-content:center}.clear-filters-btn:hover{background:#b71c3c}.edit-tags-btn{background:#2ec4b6!important;color:#011627!important;border:none;padding:.6rem 1rem;border-radius:4px;font-size:.8rem;cursor:pointer;width:50%;transition:background .3s ease;font-family:Roboto Flex,sans-serif;font-weight:500;line-height:1.2;height:40px;display:flex;align-items:center;justify-content:center}.edit-tags-btn:hover{background:#ff9c1f!important}.download-btn-sidebar{background:#2ec4b6;color:#011627;border:none;padding:.6rem 1rem;border-radius:4px;font-size:.8rem;cursor:pointer;width:100%;transition:background .3s ease;margin-top:.5rem;font-family:Roboto Flex,sans-serif;font-weight:500;line-height:1.2;height:40px;display:flex;align-items:center;justify-content:center}.download-btn-sidebar:hover{background:#ff9c1f}.main-content{flex:1;padding:2rem;background:#011627;display:none;margin-left:0;width:calc(100% - 320px);box-sizing:border-box}.main-content.active{display:block}.section-header{background:#011627;padding:1rem 2rem;border-radius:10px;box-shadow:0 2px 10px #2ec4b633;margin-bottom:2rem;border:1px solid #2ec4b6}.section-tabs{display:flex;gap:.5rem}.section-tab{background:#011627;color:#2ec4b6;border:1px solid #2ec4b6;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-family:Roboto Flex,sans-serif;font-weight:500;font-size:.9rem;transition:all .3s ease}.section-tab:hover{background:#354d6d;border-color:#ff9c1f;color:#ff9c1f}.section-tab.active{background:#2ec4b6;color:#011627;border-color:#2ec4b6}.section-tab.active:hover{background:#ff9c1f;border-color:#ff9c1f}.section-content{display:none}.section-content.active{display:block}.activity-calendar{width:100%}.calendar-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.cal-nav-btn{background:#011627;color:#2ec4b6;border:1px solid #2ec4b6;width:36px;height:36px;border-radius:6px;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cal-nav-btn:hover:not(:disabled){background:#ff9c1f;border-color:#ff9c1f;color:#011627}.cal-nav-btn:disabled{opacity:.3;cursor:not-allowed}.cal-range{color:#fdfffc;font-weight:600;min-width:230px;text-align:center}.cal-months{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cal-month-title{text-align:center;color:#fdfffc;font-weight:600;margin-bottom:.75rem}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-weekday{text-align:center;color:#2ec4b6;font-size:.7rem;font-weight:600;padding-bottom:.25rem}.cal-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#fdfffc}.cal-cell.empty{visibility:hidden}.cal-cell.future{color:#fdfffc40}.cal-cell span{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:50%}.cal-cell.has-workout span{background:#2ec4b6;color:#011627;font-weight:600}.cal-cell.today span{box-shadow:0 0 0 1px #ff9c1f}.calendar-empty{color:#2ec4b6;text-align:center;padding:2rem 0}@media(max-width:768px){.cal-months{grid-template-columns:1fr;gap:2rem}.cal-range{min-width:0}}.insight-toggle{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.chart-note{color:#b8c5d0;font-size:.85rem;line-height:1.4;margin-bottom:1rem;max-width:70ch}.insight-toggle-btn{background:#1e3a5f;color:#2ec4b6;border:1px solid #2ec4b6;padding:.3rem .9rem;border-radius:6px;cursor:pointer;font-family:Roboto Flex,sans-serif;font-size:.8rem;transition:all .2s ease}.insight-toggle-btn:hover{border-color:#ff9c1f;color:#ff9c1f}.insight-toggle-btn.active{background:#2ec4b6;color:#011627;font-weight:600}.charts-row{display:flex;gap:2rem;margin-bottom:2rem}.chart-container.half-width{flex:1;min-width:0}.chart-container.half-width canvas{max-width:100%!important;height:300px!important;max-height:300px!important}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#1e3a5f;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #2ec4b633;border:1px solid #2ec4b6}.content-header h2{color:#fdfffc;font-weight:400}.controls{display:flex;gap:1rem;align-items:center}#clubFilter{padding:.5rem 1rem;border:1px solid #2ec4b6;border-radius:6px;background:#1e3a5f;color:#fdfffc;font-size:.9rem}.download-btn{background:#2ec4b6;color:#011627;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .3s ease}.download-btn:hover{background:#ff9c1f}.chart-container{background:#011627;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #2ec4b633;margin-bottom:2rem;width:100%;display:flex;flex-direction:column;border:1px solid #2ec4b6}.chart-container h3{color:#fdfffc;margin-bottom:1rem}.chart-container canvas{max-width:100%!important;height:500px!important;max-height:500px!important}.chart-legend-controls{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #2ec4b6}.chart-legend{display:flex;flex-wrap:wrap;align-items:center;flex:1;min-height:40px}.legend-item{display:inline-flex!important;align-items:center!important;margin-right:15px!important;margin-bottom:5px!important;cursor:pointer!important;max-width:calc(100% - 20px);flex-shrink:1}.data-table-container{background:#011627;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #2ec4b633;margin-bottom:2rem;width:100%;overflow:hidden;order:3;border:1px solid #2ec4b6}.data-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;cursor:pointer;user-select:none}.data-table-header h3{margin:0;color:#fdfffc;font-weight:600}.collapse-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s ease}.collapse-btn:hover{background:#2ec4b6;color:#011627}.collapse-icon{font-size:1rem;color:#2ec4b6;transition:transform .3s ease}.data-table-content{max-height:500px;overflow:hidden;transition:max-height .3s ease}.data-table-content.collapsed{max-height:0}.data-table-content.expanded{max-height:400px;overflow:visible}.summary-table-container{background:#011627;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #2ec4b633;width:100%;overflow:hidden;margin-bottom:2rem;order:2;border:1px solid #2ec4b6}.summary-table-container h3{margin-bottom:1rem;color:#fdfffc;font-weight:600}.summary-table-wrapper{max-height:400px;overflow:auto;border:1px solid #2ec4b6;border-radius:6px;background:#011627}.summary-controls{display:flex;gap:.5rem;margin-bottom:1.5rem;align-items:center}.summary-view-btn{background:#2a4f73;color:#2ec4b6;border:1px solid #2ec4b6;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-family:Roboto Flex,sans-serif;font-weight:500;font-size:.9rem;transition:all .2s ease}.summary-view-btn:hover{background:#354d6d;border-color:#ff9c1f;color:#ff9c1f}.summary-view-btn.active{background:#2ec4b6;color:#011627;border-color:#2ec4b6}.summary-view-btn.active:hover{background:#ff9c1f;border-color:#ff9c1f}#dataTable,#summaryTable{max-width:100%}.data-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:800px}.data-table.compact-table{min-width:unset;width:100%;font-size:.8rem}.data-table th,.data-table td{padding:.75rem;text-align:center;border-bottom:1px solid rgba(46,196,182,.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;color:#fdfffc}.data-table.compact-table th,.data-table.compact-table td{padding:.5rem .25rem}.data-table th.club-type-header,.data-table td.club-type-cell,.data-table th.tags-header,.data-table td.tags-cell{text-align:left;min-width:120px;max-width:180px}.data-table th{background:#2a4f73;font-weight:600;color:#fdfffc;text-align:center;position:sticky;top:0;z-index:10;border-bottom:2px solid rgba(46,196,182,.35)}.header-with-units{display:flex;flex-direction:column;line-height:1.2;align-items:center;text-align:center}.header-name{font-weight:600;margin-bottom:2px}.header-units{font-size:.8em;font-weight:400;color:#2ec4b6}.sortable-header{cursor:pointer;user-select:none;transition:background-color .2s ease}.sortable-header:hover{background-color:#354d6d!important}.data-table tr:hover{background:#2a4f73}.std-dev{color:#ff9c1f;font-weight:400}@media(max-width:768px){.mobile-menu-toggle{display:flex!important}.upload-area.active~.mobile-menu-toggle{display:none!important}.upload-content{max-width:100%;padding:1rem}.upload-main-section{flex-direction:column;gap:2rem;align-items:center;min-height:auto}.drop-zone{width:100%;max-width:400px;padding:2rem 1rem}.supported-systems{width:100%;max-width:400px;text-align:center}.systems-list{text-align:left}.sidebar{width:280px!important;transform:translate(-100%)!important;transition:transform .3s ease!important;padding-top:4rem!important;z-index:10000!important;box-shadow:2px 0 20px #2ec4b64d!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;background:#011627!important;border-right:2px solid #2ec4b6!important;overflow-y:auto!important;display:block!important}.sidebar.active{transform:translate(0)!important}.sidebar.mobile-hidden{transform:translate(-100%)!important;display:block!important}.sidebar.active.mobile-hidden{transform:translate(-100%)!important}.main-content{width:100%!important;margin-left:0!important;padding:4rem 1rem 1rem!important;min-height:100vh!important;position:relative!important;z-index:1!important;background:#011627!important;display:block!important}.main-content.active{display:block!important;margin-left:0!important;width:100%!important}.section-header{padding:.75rem 1rem;margin-bottom:1rem}.content-header{flex-direction:column;gap:1rem;align-items:stretch;padding:1rem}.controls{justify-content:space-between}.chart-container{padding:1rem;margin-bottom:1rem}.chart-container canvas{max-width:100%!important;height:250px!important;max-height:250px!important}.chart-container.half-width canvas{max-width:100%!important;height:250px!important;max-height:250px!important}.chart-legend-controls{flex-direction:column;gap:15px}.charts-row{flex-direction:column;gap:1rem}.chart-container.half-width{width:100%;flex:none}.section-tabs{flex-wrap:wrap;gap:.25rem}.section-tab{flex:1;min-width:120px;padding:.5rem 1rem;font-size:.8rem}.data-table-container,.summary-table-container{padding:1rem;overflow-x:auto}.data-table{min-width:600px;font-size:.8rem}.data-table th,.data-table td{padding:.5rem .25rem;max-width:120px}.data-table.compact-table{min-width:400px;font-size:.7rem}.data-table.compact-table th,.data-table.compact-table td{padding:.4rem .2rem;max-width:100px}.legend-item{margin-right:10px!important;margin-bottom:3px!important;font-size:.8rem}.file-list{margin:1rem 0}.file-item{padding:.75rem;margin:.25rem 0}.analyze-btn{padding:.75rem 2rem;font-size:1rem}}*{scrollbar-width:thin;scrollbar-color:rgba(46,196,182,.4) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#2ec4b659;border-radius:999px;border:2px solid transparent;background-clip:padding-box;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:#2ec4b699;background-clip:padding-box}::-webkit-scrollbar-thumb:active{background-color:#ff9c1fcc;background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}.checkbox-group::-webkit-scrollbar,.file-list-small::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:7px;height:7px}.checkbox-group::-webkit-scrollbar-thumb,.file-list-small::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{border-width:1px}@media(min-width:769px){.mobile-menu-toggle{display:none!important}.sidebar{position:fixed;transform:none!important;width:320px}.main-content.active{margin-left:320px;width:calc(100% - 320px)}}.loading{display:inline-block;width:20px;height:20px;border:3px solid #2a4f73;border-top:3px solid #2ec4b6;border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#00000080}.modal-content{background-color:#1e3a5f;margin:5% auto;padding:0;border-radius:8px;width:80%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 4px 20px #2ec4b64d;border:2px solid #2ec4b6}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #2ec4b6;background:#2a4f73}.modal-header h2{margin:0;color:#fdfffc;font-family:Roboto Flex,sans-serif;font-weight:600}.close{color:#2ec4b6;font-size:28px;font-weight:700;cursor:pointer;line-height:1}.close:hover,.close:focus{color:#ff9c1f}.modal-body{padding:2rem;max-height:50vh;overflow-y:auto}.modal-body p{margin-bottom:1.5rem;color:#2ec4b6;font-family:Roboto Flex,sans-serif}.tag-edit-list{display:flex;flex-direction:column;gap:1rem}.tag-edit-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid #2ec4b6;border-radius:6px;background:#2a4f73}.tag-edit-item label{min-width:120px;font-weight:500;color:#fdfffc;font-family:Roboto Flex,sans-serif}.tag-edit-item input{flex:1;padding:.5rem;border:1px solid #2ec4b6;border-radius:4px;font-family:Roboto Flex,sans-serif;background:#1e3a5f;color:#fdfffc}.tag-edit-item input:focus{outline:none;border-color:#ff9c1f;box-shadow:0 0 0 2px #ff9c1f40}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #2ec4b6;background:#2a4f73}.cancel-btn{background:#de182c;color:#fdfffc;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-family:Roboto Flex,sans-serif;font-weight:500;transition:background .3s ease}.cancel-btn:hover{background:#b71c3c}.submit-btn{background:#2ec4b6;color:#011627;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-family:Roboto Flex,sans-serif;font-weight:600;transition:background .3s ease}.submit-btn:hover{background:#ff9c1f}
