h3,p{margin:0;width:-moz-fit-content;width:fit-content}.card{display:flex;flex-direction:column;padding:24px;gap:16px;background:#fff;color:#020817;border:1px solid #e2e8f0;border-radius:.5rem;width:100%}.card-label{font-size:16px;font-weight:400;color:$Foreground;display:flex;flex-direction:column;gap:8px;margin:0}.card-label p{font-size:14px;font-weight:400;color:#64748b;margin:0}.dark .card-label p{color:#94a3b8}.card-inf{display:flex;justify-content:space-between;flex-direction:row;align-items:center;gap:8px}.card-inf p{max-width:-moz-max-content;max-width:max-content;font-size:12px}.card-inf .button{max-width:100px}.dark .card{background:#1e293b;color:#f8fafc;border:1px solid #1e293b}.dark .card-label{color:#f8fafc}.dark .card-label p,.dark .card-inf p{color:#94a3b8}.tabs{position:relative;display:flex;justify-content:space-between;padding:.25rem;background:#f1f5f9;border-radius:.5rem;overflow:hidden;font-size:12px;font-weight:500;color:#fff;box-sizing:border-box;width:-moz-max-content;width:max-content}@media screen and (min-width: 46.5em){.tabs{gap:8px}}.tabs .tab{position:relative;border-radius:.5rem;padding:6px;z-index:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s ease;font-size:12px;color:#64748b;display:flex;justify-content:center;alight-items:center;text-align:center}.tabs .tab:hover,.tabs .tab.active{color:#020817}.dark .tabs{background:#1e293b;color:#020817}.dark .tabs .tab{color:#94a3b8}.dark .tabs .tab:hover{color:#3b82f6}.dark .tabs .tab.active{color:#020817}.tabs .indicator{position:absolute;z-index:0;top:.25rem;border-radius:6px;background:#fff;height:calc(100% - .5rem);width:100%;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:all .3s ease}.dark .tabs .indicator{color:#020817}.isMobile{width:100%}.search{width:100%;max-width:none;position:relative}@media screen and (min-width: 46.5em){.search{max-width:300px}}.search .search-wrapper{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#020817;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.search .search-wrapper:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb}.search .search-wrapper .search-input{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;color:#020817}.search .search-wrapper .search-input::-moz-placeholder{color:#64748b}.search .search-wrapper .search-input::placeholder{color:#64748b}.card-plus{display:flex;justify-content:center;align-items:center;background:#fff;border:1px dashed #e2e8f0;border-radius:.5rem;cursor:pointer;position:relative;transition:all .2s ease;height:100%;min-height:160px}.card-plus .plus{width:24px;height:24px;transition:all .4s ease;transform-origin:center;position:relative}.card-plus .plus span{position:absolute;background:#64748b;transition:all ease .3s}.card-plus .plus span:first-child{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.card-plus .plus span:last-child{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.card-plus:hover{box-shadow:0 2px 8px #0000001a;transform:scale(1.02)}.card-plus:hover .plus{transform:rotate(180deg)}.dark .card-plus{background:#020817;border:1px dashed #1e293b}.dark .card-plus:hover{box-shadow:0 2px 8px #ffffff1a}.dark .card-plus .plus span{background:#94a3b8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999;margin:0 5px}.modal-dialog{background:#fff;color:#020817;border-radius:.5rem;max-width:600px;width:100%;height:calc(100% - 72px);margin:36px 0;display:flex;flex-direction:column;box-shadow:0 10px 20px #0003}.dark .modal-dialog{background:#020817;color:#f8fafc}.modal-scroll{padding:2rem;overflow-y:auto;flex:1}.dark .modal-scroll{color:#f8fafc}.modal-footer{display:flex;justify-content:flex-end;gap:1rem}
