:root{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;font-weight:400;color:#ffffffde;background-color:var(--color-blue-50);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50: oklch(.971 .013 17.38);--color-red-100: oklch(.936 .032 17.717);--color-red-200: oklch(.885 .062 18.334);--color-red-600: oklch(.577 .245 27.325);--color-red-900: oklch(.396 .141 25.723);--color-amber-50: oklch(.987 .022 95.277);--color-amber-200: oklch(.924 .12 95.746);--color-amber-900: oklch(.414 .112 45.904);--color-green-50: oklch(.982 .018 155.826);--color-green-100: oklch(.962 .044 156.743);--color-green-200: oklch(.925 .084 155.995);--color-green-600: oklch(.627 .194 149.214);--color-green-900: oklch(.393 .095 152.535);--color-teal-50: oklch(.984 .014 180.72);--color-teal-100: oklch(.953 .051 180.801);--color-teal-500: oklch(.704 .14 182.503);--color-teal-600: oklch(.6 .118 184.704);--color-teal-700: oklch(.511 .096 186.391);--color-blue-50: oklch(.97 .014 254.604);--color-blue-100: oklch(.932 .032 255.585);--color-blue-200: oklch(.882 .059 254.128);--color-blue-400: #51a2ff;--color-blue-500: oklch(.623 .214 259.815);--color-blue-600: #155dfb;--color-blue-700: oklch(.488 .243 264.376);--color-blue-800: oklch(.424 .199 265.638);--color-blue-900: oklch(.379 .146 265.522);--color-slate-50: oklch(.984 .003 247.858);--color-slate-200: oklch(.929 .013 255.508);--color-slate-600: oklch(.446 .043 257.281);--color-slate-700: oklch(.372 .044 257.287);--color-slate-900: oklch(.208 .042 265.755);--color-white: #fff;--spacing: .25rem;--container-2xl: 42rem;--container-3xl: 48rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-3xl: 1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--text-5xl: 3rem;--text-5xl--line-height: 1;--font-weight-normal: 400;--font-weight-medium: 500;--ease-out: cubic-bezier(0, 0, .2, 1);--blur-sm: 8px;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box}html,body{height:100%;max-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--color-blue-50);margin:0;padding:.25rem .5rem}a{font-weight:500;color:#646cff;text-decoration:none}h1{margin:.5rem auto;font-size:2em;line-height:1.1}h2{font-size:1.1rem;line-height:1}button{width:95%;max-width:450px;margin:1rem auto;border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-blue-500);cursor:pointer;transition:border-color .25s;color:#fff}button:hover{border-color:var(--color-blue-700)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.underline{text-decoration:underline}#root{height:100%;max-height:100vh;background-color:inherit;border:none;border-radius:16px;padding:0 .25rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 1 0%}.home{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:16px;margin:1rem auto;padding:1rem;width:100%;max-width:550px;background-color:#fff;box-shadow:0 20px 25px -5px var(--tw-shadow-color, #0000001a),0 8px 10px -6px var(--tw-shadow-color, #0000001a)}.logo{margin:1rem auto;width:5rem;height:5rem;border:none;border-radius:100%;padding:.5em;background-color:var(--color-blue-400)}.logo svg{width:90%;height:90%}.title{color:var(--color-blue-400);text-align:center}.subtitle{width:90%;text-align:center;color:var(--color-slate-600);font-weight:400}.card{width:90%;max-width:600px;margin:1rem auto;background-color:var(--color-blue-50);border:1px solid var(--color-blue-200);border-radius:12px;text-align:left;padding:1rem}.card p{margin:0;font-size:1rem;color:var(--color-slate-900);font-weight:500}.card ul{margin:.5rem auto;list-style:none;padding-left:0}.card ul li{display:flex;gap:4px;margin:.5rem auto;color:var(--color-slate-700);font-size:.9rem}.card ul li span{color:var(--color-blue-400)}.disclaimer{margin:1rem auto;padding:1rem;width:90%;max-width:550px;border:1px solid var(--color-amber-200);border-radius:12px;background-color:var(--color-amber-50);color:var(--color-amber-900);font-size:.9rem}.home-btns{width:90%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}.home-btns button{background-color:var(--color-blue-500);margin:.5rem auto;padding:1rem}.home-btns button:hover{cursor:pointer}.home-btns button:focus,.home-btns button:focus-visible{outline:none}.home-btn-title{margin:.5rem auto}.home-btn-subtitle{font-size:.7rem;margin-top:0}#wizardBtn:hover{background-color:var(--color-blue-600)}#examLibraryBtn{background-color:inherit;border-color:var(--color-blue-400);color:var(--color-slate-700)}#examLibraryBtn:hover{background-color:var(--color-slate-200);color:var(--color-slate-900)}.solar--clipboard-linear{display:inline-block;width:24px;height:24px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M16 4.002c2.175.012 3.353.109 4.121.877C21 5.758 21 7.172 21 10v6c0 2.829 0 4.243-.879 5.122C19.243 22 17.828 22 15 22H9c-2.828 0-4.243 0-5.121-.878C3 20.242 3 18.829 3 16v-6c0-2.828 0-4.242.879-5.121c.768-.768 1.946-.865 4.121-.877'/%3E%3Cpath stroke-linecap='round' d='M8 14h8m-9-3.5h10m-8 7h6'/%3E%3Cpath d='M8 3.5A1.5 1.5 0 0 1 9.5 2h5A1.5 1.5 0 0 1 16 3.5v1A1.5 1.5 0 0 1 14.5 6h-5A1.5 1.5 0 0 1 8 4.5z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.lucide--book-open-text{display:inline-block;width:24px;height:24px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 7v14m4-9h2m-2-4h2M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3zm3-6h2M6 8h2'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media screen and (min-width:769px){.home-btns{flex-direction:row}}@media screen and (min-width:1024px){#root{margin-top:2rem}}.title{width:100%}.wizard{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:550px}.question-container{border-radius:16px;margin:1rem auto;padding:1rem;width:100%;max-width:550px;background-color:#fff;box-shadow:0 20px 25px -5px var(--tw-shadow-color, #0000001a),0 8px 10px -6px var(--tw-shadow-color, #0000001a)}.wizard p{color:var(--color-slate-700)}.wizard-q{margin:1rem auto;font-size:1.1rem}.wizard-subq{margin:.5rem auto;font-size:.9rem}.wizard ul{margin:.5rem auto;font-size:.9rem;color:var(--color-slate-700)}.answers{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.wizard button{background-color:inherit;border:1px solid var(--color-blue-400);color:var(--color-blue-400)}.wizard button:hover{border:1px solid var(--color-blue-400);background-color:var(--color-blue-400);color:#fff}.wizard button:focus,.wizard button:focus-visible{outline:none}.wizard .back-btn{max-width:550px;border:none;margin:1rem auto 0 .5rem;text-align:left;padding:0;background-color:inherit;color:var(--color-slate-700)}.wizard .back-btn:hover{border:none;background-color:inherit;color:var(--color-blue-600)}.cancel-btn{min-width:240px;border:1px solid var(--color-blue-100);margin-top:2rem;padding:.75rem .5rem;background-color:#fff;color:var(--color-slate-700);transition:unset}.cancel-btn:hover{cursor:pointer;background-color:var(--color-blue-100);color:var(--color-slate-900)}.cancel-btn:focus,.cancel-btn:focus-visible{border:none;outline:none}.streamline-flex--show-layer{display:inline-block;width:16px;height:16px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath d='m5.194 3.387l.047-.616c.074-.953.8-1.758 1.747-1.894c.478-.07.967-.122 1.463-.122s.986.052 1.464.122c.946.136 1.672.941 1.747 1.894c.074.945.143 1.92.143 2.916c0 .997-.07 1.972-.143 2.917c-.075.953-.801 1.758-1.747 1.894a10 10 0 0 1-1.603.12'/%3E%3Cpath d='M6.512 3.502c.946.136 1.672.941 1.747 1.894c.074.945.144 1.92.144 2.916c0 .997-.07 1.972-.144 2.917c-.075.953-.8 1.758-1.747 1.894c-.478.07-.967.122-1.463.122s-.986-.052-1.464-.122c-.946-.136-1.672-.941-1.747-1.894c-.074-.945-.144-1.92-.144-2.917s.07-1.97.144-2.916c.075-.953.8-1.758 1.747-1.894c.478-.07.967-.122 1.464-.122c.496 0 .985.052 1.463.122'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;margin-inline:6px}.header-title{display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--color-blue-400)}.header-title svg{width:3rem;height:3rem;border:none;border-radius:100%;padding:.5em}.progress-bar-container{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;max-width:700px;color:var(--color-slate-700)}.progress-bar-steps{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding-left:0}.progress-bar-step-item,.progress-bar-step-item-last{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:25%;color:var(--color-slate-700);font-size:.8rem}.progress-bar-step-item button,.progress-bar-step-item-last button{width:50px;height:50px;margin:auto;padding:.6rem;border-radius:50%;background-color:#fff;z-index:1;color:var(--color-blue-400)}.progress-bar-step-item button:focus,.progress-bar-step-item-last button:focus,.progress-bar-step-item button:focus-visible,.progress-bar-step-item-last button:focus-visible,.progress-bar-step-item button:hover,.progress-bar-step-item-last button:hover{outline:none;background-color:none;cursor:default}.progress-bar-step-item.active button{color:#fff;background-color:var(--color-blue-400)}.lucide--baby{display:inline-block;width:30px;height:28px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5m1-4h.01'/%3E%3Cpath d='M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6a9 9 0 0 1-17.6 0a2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1m-3 5h.01'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.lucide--file-exclamation-point{display:inline-block;width:30px;height:28px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2zm6-13v4m0 4h.01'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.la--baby{display:inline-block;width:30px;height:28px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 7c-6.668 0-9.906 6.563-9.906 6.563l1.812.875S9.301 15.715 12 14.125v6.094c-.406.144-.938.363-1.531.687c-.54.293-1.09.672-1.563 1.188S8.027 23.301 8 24.125c-.047 1.559.832 2.96 1.625 4.125a23 23 0 0 0 1.594 2.063l1.5-1.375s-.73-.778-1.438-1.813c-.707-1.035-1.3-2.355-1.281-2.938c.008-.242.121-.472.375-.75c.254-.277.648-.554 1.063-.78a8 8 0 0 1 1.124-.5C13.13 22.913 14.235 24 16 24c1.738 0 2.828-1.055 3.406-1.813c.301.114.664.266 1.032.47c.417.226.816.507 1.062.78c.246.274.344.508.344.75c0 .622-.617 1.903-1.313 2.907c-.695 1.004-1.375 1.75-1.375 1.75l1.438 1.375s.808-.867 1.593-2c.786-1.133 1.657-2.496 1.657-4.032c0-.835-.403-1.57-.875-2.093c-.473-.524-1.02-.89-1.563-1.188A10.4 10.4 0 0 0 20 20.281v-6.156c2.7 1.59 4.094 4.313 4.094 4.313l1.812-.875S22.668 11 16 11m0 2a7.6 7.6 0 0 1 2 .25v7.438c-.11.207-.707 1.312-2 1.312s-1.89-1.105-2-1.313V13.25a7.6 7.6 0 0 1 2-.25'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.solar--document-text-outline{display:inline-block;width:24px;height:24px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.944 1.25h2.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-2.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153M6.71 2.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.289v4c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h2c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14h-2c-1.907 0-3.261.002-4.29.14M7.25 8A.75.75 0 0 1 8 7.25h8a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 8m0 4a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75' clip-rule='evenodd'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.exam-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000}.exam-modal-container{background:#fff;border-radius:12px;max-width:500px;width:calc(100% - 40px);max-height:80vh;overflow:auto;padding:0;border:1px solid var(--color-slate-700);box-shadow:0 10px 30px #00000040;position:relative;z-index:1001}.exam-modal{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;width:100%;padding:1rem;color:var(--color-slate-600)}.exam-modal-header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;border-bottom:1px solid var(--color-slate-200)}.material-symbols-light--close{padding:.75rem 1.25rem;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m6.4 18.308l-.708-.708l5.6-5.6l-5.6-5.6l.708-.708l5.6 5.6l5.6-5.6l.708.708l-5.6 5.6l5.6 5.6l-.708.708l-5.6-5.6z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.material-symbols-light--close:hover{cursor:pointer}.exam-modal-title{font-size:1.25rem;color:var(--color-slate-900)}.exam-modal-description,.exam-modal-abnormal{width:100%;margin:.5rem 0}.exam-modal-images{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px;margin:.5rem auto}.exam-modal-suggested-timing,.exam-modal-comments{width:100%}.reference{border-top:1px solid var(--color-slate-200);width:100%;padding:1rem;text-align:center}.result{display:flex;justify-content:flex-start;align-items:flex-start;gap:16px;margin-bottom:1rem}.heroicons--exclamation-circle{display:inline-block;width:24px;height:24px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 9v3.75m9-.75a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-9 3.75h.008v.008H12z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.heroicons--check-circle{display:inline-block;width:24px;height:24px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 12.75L11.25 15L15 9.75M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.result-icon-container{display:flex;justify-content:center;align-items:center;padding:.25rem;background-color:var(--color-blue-400);border-radius:50%}#result-icon{width:3rem;height:3rem}.result-text-header{margin:0;text-align:left;font-size:1.5rem;color:var(--color-slate-900)}.result-text-details{margin:.5rem auto 0 0;text-align:left;font-size:1rem;color:var(--color-slate-600)}.action{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:var(--color-blue-50);border:1px solid var(--color-blue-200);border-radius:12px;padding:.5rem 1rem;color:var(--color-blue-900)}.action p{margin:.5rem auto .5rem 0;text-align:left}.chart-note-header{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.chart-note-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:var(--color-blue-50);border:1px solid var(--color-blue-200);border-radius:12px;padding:.5rem 1rem;color:var(--color-blue-900)}.chart-note-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin:.25rem 0}.chart-note-section p{margin:.5rem auto 0 0;text-align:left;font-size:.9rem}.chart-note-section ul{margin:0 0 .5rem;padding-left:0;list-style:none;text-align:left;font-size:.9rem}.chart-note-section ul li{margin:.25rem 0 0}#chart-note{white-space:pre-wrap;word-wrap:break-word;font-family:var(--font-sans)}.copy-btn{width:35%;min-width:124px;margin:0}.exam-library-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:16px;margin:1rem auto;padding:1rem;width:100%;max-width:750px;background-color:#fff;box-shadow:0 20px 25px -5px var(--tw-shadow-color, #0000001a),0 8px 10px -6px var(--tw-shadow-color, #0000001a)}.exam-library-title{width:75%;text-align:center;margin:.5rem auto;font-size:1.875rem;color:var(--color-blue-500)}.exam-library-subtitle{width:75%;margin:0 auto 2rem;text-align:center;color:var(--color-slate-700)}.exam-techniques-container{width:95%;display:grid;grid-template-columns:1fr;gap:16px}.back-btn-container{width:100%;max-width:750px}.back-btn{background:inherit;border:none;outline:none;color:var(--color-slate-600);margin-left:0;text-align:left}.back-btn:hover{border:none;outline:none;color:var(--color-slate-900)}@media screen and (min-width:768px){.exam-techniques-container{grid-template-columns:1fr 1fr}}.exam-technique-container{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:1rem;border:1px solid var(--color-slate-200);border-radius:12px}.exam-technique-container:hover{cursor:pointer}.exam-technique-title{margin-top:.5rem;font-size:1.25rem;color:var(--color-slate-900)}.exam-technique-description{margin:1rem 0;font-size:.9rem;color:var(--color-slate-600);opacity:.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:200px}.exam-technique-btn{margin:1rem auto 0 0;padding:0;text-align:left;background-color:inherit;color:var(--color-blue-400)}
