@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}:root{--FF: "Inter", sans-serif;--FONTCOLOR: #000;--CORNELLRED: #b31b1b}body{margin:0;font-family:var(--FF),"Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-weight:500}p{margin-bottom:1rem}a{color:#4e6779}a:hover,a:focus-visible{text-decoration:none}button{all:unset;box-sizing:border-box;cursor:pointer;display:block}.bold{font-weight:700}.underline{text-decoration:underline}.page{margin-top:20px;display:flex;flex-direction:column;flex-grow:1;gap:1rem;max-width:1320px;margin-right:auto;margin-left:auto}@media(min-width:300px){.page{max-width:300px}}@media(min-width:376px){.page{max-width:360px}}@media(min-width:576px){.page{max-width:540px}}@media(min-width:768px){.page{max-width:720px}}@media(min-width:992px){.page{max-width:960px}}@media(min-width:1200px){.page{max-width:1140px}}@media(min-width:1400px){.page{max-width:1320px}}._appContainer_ef5d49e{display:flex;flex-direction:column;min-height:100vh}._contentWrap_c8a657e{display:flex;flex-grow:1}._footer_03be8d1{max-width:100%;height:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:clamp(.58rem,3.5vw,.875rem);border:1px solid #eee}._footerContent_c4bcbb6{display:flex;flex-direction:column;align-items:center;gap:.5rem}._navbar_132db94{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:relative}._leftSection_e66d14e{display:flex;gap:.5rem;align-items:center}._rightSection_ba66de7{display:flex;gap:.5rem;margin-left:auto}._navbarIcon_e57d084{max-width:48px;min-width:48px;object-fit:contain}._navButton_110e126{display:inline-block;font-size:1rem;padding:6px 8px;margin:0;background-color:transparent;color:#000;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}a._navButton_110e126{text-decoration:none}._navButton_110e126:hover{background-color:#f3f4f6;color:#111827;box-shadow:0 2px 4px #00000014}._activeLink_947c086{color:#111827;font-weight:600}._signInButton_515b813{font:inherit;background-color:#637f94;color:#fff;text-decoration:none;padding:8px 16px;border-radius:6px;font-weight:500;transition:background-color .2s ease}._signInButton_515b813:hover{background-color:#4e6779;color:#fff;text-decoration:none}._downloadButton_b37f994{background-color:#75cfb1;color:#fff;text-decoration:none;padding:8px 16px;border-radius:6px;font-weight:500;transition:background-color .2s ease}._downloadButton_b37f994:hover{background-color:#5cad91;color:#fff;text-decoration:none}._hamburgerButton_29ce396{display:none;flex-direction:column;gap:6px;padding:8px;background:transparent;border:none;cursor:pointer;align-items:center}._hamburgerButton_29ce396:hover{background-color:#f3f4f6;border-radius:6px}._hamburgerLine_82b2911{display:block;width:30px;height:3px;background-color:#333;border-radius:3px}._collapsibleNavBar_40ec82f{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 4px 6px #0000001a;z-index:1000}._collapsibleNavBarButton_a02a1d5{display:block;padding:.75rem 1rem;color:#333;text-decoration:none;font-size:1rem;border-bottom:1px solid #eee;width:100%}._collapsibleNavBarButton_a02a1d5:last-child{border-bottom:none}._collapsibleNavBarButton_a02a1d5:hover{background-color:#f3f4f6}@media screen and (max-width:720px){._navButton_110e126,._rightSection_ba66de7{display:none}._hamburgerButton_29ce396{display:flex}._collapsibleNavBar_40ec82f{display:block}}._bold_3b7046d{font-weight:700}._underline_86a9e5b{text-decoration:underline}._page_bd638f8{margin-top:20px;display:flex;flex-direction:column;flex-grow:1;gap:1rem;max-width:1320px;margin-right:auto;margin-left:auto}@media(min-width:300px){._page_bd638f8{max-width:300px}}@media(min-width:376px){._page_bd638f8{max-width:360px}}@media(min-width:576px){._page_bd638f8{max-width:540px}}@media(min-width:768px){._page_bd638f8{max-width:720px}}@media(min-width:992px){._page_bd638f8{max-width:960px}}@media(min-width:1200px){._page_bd638f8{max-width:1140px}}@media(min-width:1400px){._page_bd638f8{max-width:1320px}}._about-text_26ffe72{font-size:1.2rem;padding-left:1rem}._card_52ff38e{display:flex;justify-content:center;flex-direction:column;padding:1rem;margin:1rem;background-color:#f5f5f5;border:var(--CORNELLRED) 2px solid}@media screen and (min-width:576px){._card_52ff38e{display:flex;flex-direction:row}}._card_52ff38e img{display:block;max-width:100%;height:auto;width:auto}@media screen and (min-width:576px){._card_52ff38e img{max-width:100%;width:300px;height:auto;margin:auto}}._guide-page_f562847{display:flex;flex-direction:row!important;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh;font-family:Inter,sans-serif}._title_fdc0111{margin-bottom:1rem}._description_c598e28{margin-bottom:2rem}._sidebar_e9175c8{max-width:250px;width:25vw;position:sticky;top:1rem;height:calc(100vh - 2rem);padding:1.5rem;background:#fafafa;border-radius:12px;border:1px solid #eaeaea;box-shadow:none;overflow-y:auto}._sidebar_e9175c8 ul{list-style:none;padding:0;margin:0;gap:0}._sidebar_e9175c8 a{color:#000;font-weight:500;font-size:.95rem;text-decoration:none;padding:.5rem 1rem;border-radius:8px;display:block;transition:background-color .2s;margin-bottom:.5rem}._sidebar_e9175c8 a:hover,._sidebar_e9175c8 a._active_ea6cb1e{background-color:#eaeaea}._sidebarSubsection_0cff647{position:relative;margin-left:1rem;border-left:2px solid #eaeaea;padding-left:.5rem;margin-bottom:0}._sidebarSubsectionItem_affd7c2{position:relative;padding-left:.5rem;margin-bottom:.5rem}._sidebarSubsectionTitle_88daec1{position:relative;margin-top:1rem;margin-bottom:.5rem;padding-bottom:.25rem}._sidebarSubsection_0cff647 a{font-size:.9rem;padding:.4rem .8rem}._content_d346e46{flex:1;max-width:800px;background-color:#fff}._section_e0efc50{margin-bottom:3rem}._section_e0efc50 h1{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}._section_e0efc50 h2{margin-top:1rem;margin-bottom:.5rem;padding-bottom:.25rem}._section_e0efc50 p{line-height:1.6;margin-top:.5rem;margin-bottom:1rem}._section_e0efc50 img{max-width:100%;height:auto;border:1px solid #eaeaea;border-radius:8px;margin:1rem 0}._bulletedList_423aed5{list-style:none;padding-left:1.25rem;margin-top:.5rem;margin-bottom:1rem}._bulletedList_423aed5 li{position:relative;padding-left:1rem}._bulletedList_423aed5 li:before{content:"-";position:absolute;left:0;color:#4a5568;font-weight:700}._stepContainer_857d88e{position:relative;margin-top:2rem;padding-left:2.5rem}._step_7700ed7{display:flex;align-items:center;position:relative;margin-bottom:2rem;min-height:2rem;list-style:none}._step_7700ed7:not(:last-child):after{content:"";position:absolute;left:1rem;top:1rem;width:2px;height:calc(100% + 1rem);background:#eaeaea;z-index:0}._stepIcon_2580151{position:absolute;left:0;top:0;width:2rem;height:2rem;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;z-index:1}._stepContent_8d9ceea{margin-left:2.5rem}._stepNote_8d38f7a{display:block;border:1px solid eaeaea;border-radius:8px;padding:.5rem;background-color:#fafafa}@media screen and (max-width:768px){._sidebar_e9175c8{display:none}}@media screen and (max-width:576px){._stepContainer_857d88e{padding-left:0}}._home-page_aa0a1a0{background-color:#fff;color:#000;display:flex;flex-grow:1;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}._content_b6d728c{display:flex;flex-direction:column;align-items:center;justify-content:center}._logo_de3c830{max-width:100%;height:auto}._title_d1c371d{font-size:clamp(2.5rem,15vw,3.75rem);font-weight:700;margin-bottom:1.5rem}._description_8093b72{text-align:center;font-size:clamp(.75rem,4.5vw,1.125rem);color:#1f2937}._button_9af24e8{text-decoration:none;background-color:#fff;color:#000;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:.375rem;font-size:clamp(.66rem,3.96vw,1rem);font-weight:500;transition:background-color .2s ease;cursor:pointer}._button_9af24e8:hover{background-color:#f3f4f6;text-decoration:none;color:#000}._journal-stats-table_71637ea{display:flex;flex-direction:column;gap:10px}._search-bar_f5c434c{height:40px;font-size:inherit;font-family:inherit;border:none;border-bottom:2px solid black}@media(min-width:300px){._search-bar_f5c434c{width:100%}}@media(min-width:768px){._search-bar_f5c434c{width:40%}}._journal-stats-table_71637ea table{display:block;table-layout:fixed;border:3px solid #dee2e6;border-spacing:0 5px;overflow:auto}._journal-stats-table_71637ea table>*>*>*{padding:5px}._journal-stats-table_71637ea th{text-align:start;vertical-align:bottom;font-weight:600}._journal-stats-table_71637ea td{text-align:start;vertical-align:top}._journal-stats-table_71637ea table>tbody>tr:nth-of-type(odd){background-color:#0000000d}._button-group_b9f95fd{border:none;display:flex;justify-content:flex-start;flex-wrap:wrap}._button-group_b9f95fd button{font-family:inherit;background-color:#fff;border-radius:5px;border:2px black solid;padding:5px;cursor:pointer}._button-group_b9f95fd button:disabled{pointer-events:none;opacity:.5}._journals-page_704c0ad p{line-height:1.5;padding-bottom:0;padding-top:0}._lifetime-stats_4ea43d2{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}._stats-table_f30735d{width:100%;max-width:1200px;border-collapse:collapse;table-layout:fixed}._stats-table_f30735d th,._stats-table_f30735d td{padding:8px;border:1px solid #ccc;text-align:center;word-wrap:break-word}._loginButton_8313361{display:inline-flex;align-items:center;gap:12px;background-color:#fff;color:#000;padding:12px 24px;border:1px solid #333;border-radius:10px;font-size:16px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;height:fit-content;width:fit-content;min-width:200px;max-width:100%}._loginButton_8313361:hover{filter:brightness(90%)}
