@charset "UTF-8";#root{text-align:center;--color-for: #c12a32;--color-dex: #f48e01;--color-con: #2eb576;--color-int: #00aded;--color-sag: #902e8c;--color-cha: #ef7eb0;--color-background: hsl(0, 0%, 87%);--color-proficiency-field: #b87333;--color-inspiration-field: #008705;--color-passive-perc-field: #dd07a4;--color-initiative-field: #f49740;--color-speed-field: #793b01;--color-dd-save-field: #920077}body{background-color:#e4d9d9;font-family:Roboto,sans-serif;overflow:hidden}.App{display:flex;flex-direction:row;height:100vh;width:100vw}.app-wrapper{display:flex;flex-direction:column;flex:1}.app-wrapper .App-header{display:flex;justify-content:center;align-items:end;height:10vh;background-color:transparent}.app-wrapper .App-content{display:flex;flex-direction:row;margin-right:3%;overflow:auto;height:100%}.app-wrapper .App-content .tab-selector-wrapper{display:flex;flex-direction:row;align-items:center;height:100%;width:auto;margin-left:1%}.app-wrapper .App-content .tab-component{display:flex;width:100%;height:100%;margin-left:3%;justify-content:center}.app-wrapper .App-footer{display:flex;justify-content:left;align-items:end;color:#000;height:10vh;background-color:transparent}.health-point-component{display:flex;flex-direction:column;gap:.5rem}.health-point-component .health-title{font-size:.9rem;font-weight:600}.health-point-component .health-block{display:flex;gap:.25rem}.health-point-component .health-block input{padding:.25rem;border:1px solid #ccc;border-radius:.25rem;font-size:.8rem;text-align:center}.health-point-component .health-block input.current-health,.health-point-component .health-block input.max-health,.health-point-component .health-block input.temp-health{flex:1}.armor-class-component{display:flex;flex-direction:column}.armor-class-component label{font-weight:700;margin-bottom:.3rem;color:#000}.armor-class-component .armor-block{display:flex;flex-direction:row;justify-content:space-between}.armor-class-component .armor-block input{padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;background-color:gray}.armor-class-component .armor-block input:focus{outline:none;border-color:#666}.wrapper-block{position:relative;height:75px;width:150px;margin:3%}.wrapper-block .styled-shape{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;height:90%;position:absolute;clip-path:polygon(0% 0%,100% 0%,100% 100%,30% 100%,0% 5%);border-radius:5%}.wrapper-block .styled-shape .stats-name{color:var(--color-background);font-weight:bolder;font-size:.8rem;text-transform:uppercase;padding-top:4%;padding-left:13%}.wrapper-block .styled-shape .input-background{display:flex;align-self:center;justify-content:center;align-items:center;background-color:var(--color-background);border-radius:5%;margin-left:25%;margin-bottom:3%;width:70%;height:50%}.wrapper-block .styled-shape .input-background input{font-size:1.6rem;font-weight:bolder}.wrapper-block .circle{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0%;left:2.5%;height:30%;min-width:5px;min-height:45px;aspect-ratio:1;border-radius:50%;background-color:var(--color-background);border:.2em solid;z-index:1}.wrapper-block .circle img{width:100%;height:100%}.number-input{display:flex;justify-content:center;align-items:center}.number-input input::-webkit-outer-spin-button,.number-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-input input[type=number]{-moz-appearance:textfield}.number-input input{border:none;outline:none;font-weight:700;font-size:1rem;color:#000;background-color:transparent;text-align:center;width:100%;height:100%}.skill-component{display:flex;justify-content:space-between;min-width:270px}.skill-component .wrapper-checkbox{display:flex;flex-direction:row}.skill-component .wrapper-input{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:35%;padding-left:5%}.skill-component .radio-button{width:1.25rem;height:1.25rem;margin-right:.5rem;cursor:pointer}.skill-component .radio-button svg{width:100%;height:100%}.skill-component span{text-align:start}.skill-component .skill-name{flex:1;font-weight:700;color:#4a4a4a;font-size:1rem}.skill-component .attribute-label{margin-right:.5rem;font-weight:700;font-size:1rem}.skill-component .attribute-label.FOR{color:var(--color-for)}.skill-component .attribute-label.DEX{color:#f48e01}.skill-component .attribute-label.CON{color:#2eb576}.skill-component .attribute-label.INT{color:#00aded}.skill-component .attribute-label.WIS{color:#902e8c}.skill-component .attribute-label.CHA{color:#ef7eb0}.skill-component .number-input{width:3rem;text-align:center;border:.0625rem solid #000000;border-radius:10%;background-color:#ccc}.checkbox-container{display:flex}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:1rem;font-weight:700;color:#000}.checkbox-input{width:1em;height:1em;text-align:center;line-height:1em;font-size:1em}.container{position:relative;width:275px;aspect-ratio:100/74;font-family:Roboto,sans-serif;margin:2%;max-height:220px}.stat-element{display:flex;flex-direction:column;height:100%;width:100%}.stat-element .stats-icon{display:flex;justify-content:center;align-items:center;width:25%;aspect-ratio:1;margin-top:11%;background-color:#e4d9d9;border:none;border-radius:50%;z-index:1}.stat-element .stats-icon img{width:100%;height:100%}.stat-element .stat-title{margin-top:4%;width:50%;height:29%;align-self:flex-start;font-weight:700;transform:rotate(-90deg);transform-origin:bottom;text-align:right}.stat-element .stat-title span{text-align:right;font-size:.8em;font-weight:800}.stat-element .wrapper-stat-square{position:absolute;width:55%;height:50%;padding-top:22%;padding-left:11%}.stat-element .stat-square{display:flex;height:100%;align-items:center;border:.2em solid #000;border-radius:3%;position:relative}.stat-element .stat-square .stat-ticker{font-weight:700;color:#c12a32;font-size:1.5rem;font-weight:800;position:absolute;top:-35%;left:25%}.stat-element .stat-square .number-input{margin-top:20%;margin-right:20%}.stat-element .stat-square .number-input input{text-align:center;font-size:3rem;border:none;background:transparent;padding-bottom:20%}.stat-element .proficiency-square{flex-direction:column;justify-content:center;align-items:center;width:50%;height:45%;position:absolute;top:0%;right:0%;background-color:#e4d9d9;border:.35em solid;border-radius:4%}.stat-element .proficiency-square .mod-value{align-self:stretch;text-align:center;font-weight:700;color:#000;font-size:1rm}.stat-element .proficiency-square .number-input{display:flex;justify-content:center;align-items:center}.stat-element .proficiency-square .number-input input{text-align:center;font-size:3rem;border:none;background:transparent;padding-bottom:20%}.stat-element .saving-square{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:40%;height:39%;position:absolute;bottom:0%;right:0%;background-color:#e4d9d9;border:.2em solid #000;border-radius:7%}.stat-element .saving-square .save-value{align-items:center;font-weight:700;color:#000;font-size:.8em}.stat-element .saving-square .number-input{display:flex;justify-content:center;align-items:center}.stat-element .saving-square .number-input input{text-align:center;font-size:2rem;border:none;background:transparent}.wrapper-all-stats{display:flex;width:auto;height:auto;justify-content:space-between}.wrapper-all-stats .testBlock{display:flex;flex-wrap:wrap;justify-content:space-between;height:auto;width:auto}.wrapper-all-stats .mainAttribute{display:flex;flex-wrap:wrap;justify-content:space-between;width:auto;max-width:600px;height:auto}.wrapper-all-stats .mainAttribute>*{box-sizing:border-box}.wrapper-all-stats .secondarySkill{padding:5px 30px 3px;display:flex;flex-direction:column;justify-content:space-around;height:auto;width:auto}.wrapper-all-stats .additionalValues{display:flex;flex-direction:column;justify-content:space-between}.wrapper-all-stats .additionalValues .derivedValue,.wrapper-all-stats .additionalValues .healthPoint,.wrapper-all-stats .additionalValues .armorClass{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;width:auto;max-width:550px;height:auto}.tab-selector{display:flex;flex-direction:column;height:95%;background-color:#fff;border-radius:12px;box-shadow:0 6px 12px 5px #0003;cursor:pointer;transition:background-color .3s ease}.tab-selector button{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;background-color:transparent}.tab-selector button:hover{background-color:#b9b9b9;color:#000;transition:background-color .4s ease,color .4s ease}.tab-selector button span{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#000;text-align:center;text-decoration:none;cursor:pointer}.tab-selector button img{width:50px;height:50px;margin-top:10%}.tab-selector button.active{background-color:#b9b9b9;color:#000;transition:background-color .4s ease,color .4s ease}.create-equipment-modal{position:fixed;top:0;left:0;width:100%;height:100%;padding:20px;background-color:#00000080;display:flex;justify-content:center;align-items:center}.create-equipment-modal .modal-content{background:#fff;padding:20px;border-radius:8px;width:400px;box-shadow:0 4px 8px #0003}.create-equipment-modal .modal-content h2{margin-bottom:20px}.create-equipment-modal .modal-content .div-input{margin-bottom:10px;display:flex;flex-direction:column;align-items:flex-start;font-weight:700}.create-equipment-modal .modal-content input,.create-equipment-modal .modal-content select{width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.create-equipment-modal .modal-content .modal-actions{display:flex;justify-content:space-between}.create-equipment-modal .modal-content .modal-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.create-equipment-modal .modal-content .modal-actions .validate{background-color:#4caf50;color:#fff}.create-equipment-modal .modal-content .modal-actions .validate:hover{background-color:#45a049}.create-equipment-modal .modal-content .modal-actions .cancel{background-color:#635f5f;color:#fff}.create-equipment-modal .modal-content .modal-actions .cancel:hover{background-color:#635f5f}.equipment-table-container{position:relative;padding:20px;font-family:Arial,sans-serif;width:100%;background-color:#cbbfbf;border-radius:18px}.equipment-table-container .table-header{margin-bottom:10px}.equipment-table-container .table-header .add-button{padding:8px 16px;background-color:#4caf50;border:none;color:#fff;border-radius:4px;cursor:pointer}.equipment-table-container .table-header .add-button:hover{background-color:#45a049}.equipment-table-container table{width:100%;border-collapse:collapse}.equipment-table-container table th,.equipment-table-container table td{padding:8px;text-align:center}.equipment-table-container table th img,.equipment-table-container table td img{width:25px;height:25px}.equipment-table-container table th{background-color:#969696;height:40px}.equipment-table-container table tr:nth-child(odd){background-color:#e1e1e1}.equipment-table-container table tr:nth-child(2n){background-color:#c9c9c9}.equipment-table-container table tr:hover{background-color:#a9a9a9}.equipment-table-container table button{margin:0 5px;padding:4px 8px;border:none;border-radius:4px;cursor:pointer}.equipment-table-container table button:first-child{background-color:#2196f3;color:#fff}.equipment-table-container table button:first-child:hover{background-color:#0b7dda}.equipment-table-container table button:last-child{background-color:#f44336;color:#fff}.equipment-table-container table button:last-child:hover{background-color:#da190b}.inventory-page{display:flex;flex-direction:column;width:100%;height:100%}.inventory-page .inventory-content{display:flex;flex-direction:row;width:100%;height:100%}.create-spell-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.create-spell-modal .modal-content{background:#fff;padding:20px;border-radius:8px;width:400px;box-shadow:0 4px 8px #0003}.create-spell-modal .modal-content h2{margin-bottom:20px}.create-spell-modal .modal-content .horizontal-separator{width:100%;height:1px;background-color:#ccc;margin:10px 0}.create-spell-modal .modal-content .div-input{margin-bottom:10px;display:flex;flex-direction:column;align-items:flex-start;font-weight:700}.create-spell-modal .modal-content span{margin-left:5px;font-size:20px;color:#000}.create-spell-modal .modal-content input{display:block;width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.create-spell-modal .modal-content input:focus{border-color:#4caf50;outline:none}.create-spell-modal .modal-content select{display:block;width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.create-spell-modal .modal-content .modal-actions{display:flex;justify-content:space-between}.create-spell-modal .modal-content .modal-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.create-spell-modal .modal-content .modal-actions .validate{background-color:#4caf50;color:#fff}.create-spell-modal .modal-content .modal-actions .validate:hover{background-color:#45a049}.create-spell-modal .modal-content .modal-actions .cancel{background-color:#635f5f;color:#fff}.create-spell-modal .modal-content .modal-actions .cancel:hover{background-color:#635f5f}.create-spell-modal .modal-content .checkbox-group{display:flex;flex-direction:row;margin-top:10px;gap:30px}.create-spell-modal .modal-content .checkbox-group input{margin-right:5px;margin-top:10px}.spell-table-container{font-weight:600;position:relative;padding:20px;font-family:Arial,sans-serif;width:100%;background-color:#cbbfbf;border-radius:18px}.spell-table-container .table-header{margin-bottom:10px}.spell-table-container .table-header .add-button{padding:8px 16px;background-color:#303030;border:none;color:#fff;border-radius:4px;cursor:pointer}.spell-table-container .table-header .add-button:hover{background-color:#45a049}.spell-table-container table{width:100%;border-collapse:collapse}.spell-table-container table th,.spell-table-container table td{padding:8px;text-align:center}.spell-table-container table th img,.spell-table-container table td img{width:25px;height:25px}.spell-table-container table th{background-color:#969696;height:40px}.spell-table-container table tr:nth-child(odd){background-color:#e1e1e1}.spell-table-container table tr:nth-child(2n){background-color:#c9c9c9}.spell-table-container table tr:hover{background-color:#a9a9a9}.spell-table-container table button{margin:0 5px;padding:4px 8px;border:none;border-radius:4px;cursor:pointer}.spell-table-container table button:first-child{background-color:#2196f3;color:#fff}.spell-table-container table button:first-child:hover{background-color:#0b7dda}.spell-table-container table button:last-child{background-color:#f44336;color:#fff}.spell-table-container table button:last-child:hover{background-color:#da190b}.spell-page{display:flex;flex-direction:column;width:100%;height:100%}.spell-page .spell-content{display:flex;flex-direction:row;width:100%;height:100%}.add-known-character-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.add-known-character-modal .modal-content{background:#fff;padding:20px;border-radius:8px;width:400px;box-shadow:0 4px 8px #0003}.add-known-character-modal .modal-content h2{margin-bottom:20px}.add-known-character-modal .modal-content .horizontal-separator{width:100%;height:1px;background-color:#ccc;margin:10px 0}.add-known-character-modal .modal-content .div-input{margin-bottom:10px;display:flex;flex-direction:column;align-items:flex-start;font-weight:700}.add-known-character-modal .modal-content span{margin-left:5px;font-size:20px;color:#000}.add-known-character-modal .modal-content input{display:block;width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.add-known-character-modal .modal-content input:focus{border-color:#4caf50;outline:none}.add-known-character-modal .modal-content select{display:block;width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.add-known-character-modal .modal-content .modal-actions{display:flex;justify-content:space-between}.add-known-character-modal .modal-content .modal-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.add-known-character-modal .modal-content .modal-actions .validate{background-color:#4caf50;color:#fff}.add-known-character-modal .modal-content .modal-actions .validate:hover{background-color:#45a049}.add-known-character-modal .modal-content .modal-actions .cancel{background-color:#635f5f;color:#fff}.add-known-character-modal .modal-content .modal-actions .cancel:hover{background-color:#635f5f}.add-known-character-modal .modal-content .checkbox-group{display:flex;flex-direction:row;margin-top:10px;gap:30px}.add-known-character-modal .modal-content .checkbox-group input{margin-right:5px;margin-top:10px}.floating-add-button{position:absolute;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background-color:#dfdfdf;color:#7a7773;font-size:2rem;border:none;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:2;padding:0;line-height:1.5}.floating-add-button:hover{background-color:#929292;color:#dfdfdf}.known-character-table-container{position:relative;padding:20px;font-family:Arial,sans-serif;width:100%;background-color:transparent;border-radius:18px;box-shadow:inset 0 6px 10px #0003}.known-character-table-container .table-header{margin-bottom:10px}.known-character-table-container .table-header .add-button{padding:8px 16px;background-color:#4caf50;border:none;color:#fff;border-radius:4px;cursor:pointer}.known-character-table-container .table-header .add-button:hover{background-color:#45a049}.known-character-table-container .known-character-table{width:100%;border-collapse:collapse}.known-character-table-container .known-character-table th,.known-character-table-container .known-character-table td{padding:8px;text-align:center}.known-character-table-container .known-character-table th img,.known-character-table-container .known-character-table td img{width:25px;height:25px}.known-character-table-container .known-character-table th{background-color:#969696;height:40px}.known-character-table-container .known-character-table tr:nth-child(odd){background-color:#e1e1e1}.known-character-table-container .known-character-table tr:nth-child(2n){background-color:#c9c9c9}.known-character-table-container .known-character-table tr:hover{background-color:#a9a9a9}.known-character-table-container .known-character-table button{margin:0 5px;padding:4px 8px;border:none;border-radius:4px;cursor:pointer}.known-character-table-container .known-character-table button:first-child{background-color:#2196f3;color:#fff}.known-character-table-container .known-character-table button:first-child:hover{background-color:#0b7dda}.known-character-table-container .known-character-table button:last-child{background-color:#f44336;color:#fff}.known-character-table-container .known-character-table button:last-child:hover{background-color:#da190b}.player-note-page{display:flex;flex-direction:column;width:100%}.player-note-page h1{font-size:2.5rem;color:#333}.player-note-page .infos-wrapper{display:flex;flex-direction:row;width:100%;height:100%}.player-note-page .infos-wrapper textarea{width:55%;resize:unset;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 4px #0000001a;overflow-y:auto}.player-note-page .infos-wrapper textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff80}.player-note-page .infos-wrapper textarea::placeholder{color:#aaa}.player-note-page .infos-wrapper .secondary-infos{width:50%;display:flex;flex-direction:column;margin-left:20px}.player-note-page .infos-wrapper .secondary-infos .KnownCharacterTableBlock{height:100%;display:flex;overflow-y:auto}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.character-sheet{display:flex;flex-direction:row}.character-sheet .character-sheet__container{display:flex;flex-direction:column;gap:1rem}.character-sheet .character-sheet__header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem}.character-sheet__photo{width:150px;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fafafa;text-align:center;border-radius:5px;border:3px solid #020202}.character-sheet__photo img{width:100%;height:auto;object-fit:cover}.character-sheet__photo span{font-size:.9rem;color:#999;padding:.5rem}.character-sheet__level{display:flex;align-items:center;justify-content:center}.character-sheet__level-circle{width:150px;height:150px;border-radius:50%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.character-sheet__level-circle .CircularProgressbar{position:absolute;width:100%;height:100%}.character-sheet__level-circle p{margin:0}.character-sheet__level-arrow{font-size:1rem}.character-sheet__level .character-sheet__xp{font-size:.8rem;color:#666}.character-sheet__classes{display:flex;align-items:center;justify-content:center}.character-sheet__classes-circle{width:130px;height:130px;border-radius:50%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.character-sheet__classes-circle .character-sheet__classes-icon{font-size:2rem}.character-sheet__classes-circle .character-sheet__classes-name{font-size:1.2rem;color:#666}.character-sheet__classes-circle .character-sheet__classes-level{font-size:1.8rem;color:#666}.character-sheet .character-sheet-name-block{display:flex;height:4rem;align-items:center;justify-content:center;border-top:#666 solid 2px;margin:0 15px}.character-sheet .character-sheet-name-block p{font-size:2rem;font-weight:700}.character-sheet .character-infos__content{display:flex;width:100%}.character-sheet .character-infos__content .character-datas{display:flex;flex-direction:column;justify-content:space-around;gap:.5rem;margin-left:20px}.character-sheet .character-infos__content .character-datas .character-sheet__info-block{display:flex;flex-direction:row}.character-sheet .character-infos__content .character-datas .character-sheet__info-block .character-name{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.character-sheet .character-infos__content .character-datas .character-sheet__info-block img{width:30px;height:30px;margin-right:.5rem}.character-sheet .character-infos__content .character-datas .character-sheet__info-block label{font-weight:700;margin-bottom:.5rem;white-space:nowrap;padding-right:5px}.character-sheet .character-infos__content .character-datas .character-sheet__info-block p{margin:0;line-height:1.4;white-space:pre-line}.character-sheet .character-infos__content .character-datas .character-sheet__info-block .race,.character-sheet .character-infos__content .character-datas .character-sheet__info-block .variante,.character-sheet .character-infos__content .character-datas .character-sheet__info-block .archetype,.character-sheet .character-infos__content .character-datas .character-sheet__info-block .historical{display:flex;flex-direction:row;padding-right:30px}.character-sheet .character-infos__content .character-physical{display:grid;gap:.5rem;border-left:#adadad solid 2px}.character-sheet .character-infos__content .character-physical .phsyical-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;min-width:400px}.character-sheet .character-infos__content .character-physical .phsyical-wrapper p{margin:0;line-height:1.4;white-space:pre-line;text-align:left;min-width:80px}.character-sheet .character-infos__content .character-physical .phsyical-wrapper img{width:30px;height:30px;margin-right:.5rem}.character-sheet .character-infos__content .character-physical .phsyical-wrapper div{display:flex;align-items:center}:root{font-family:Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}@font-face{font-family:nunito;src:url(/assets/nunito-sans-DD6HJfH_.ttf)}*{font-family:nunito,sans-serif}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
