@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");.MineSweeper_gameLayout__IF_EL{padding:120px 0;width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:100vh}.MineSweeper_gameContainer__sGQ4m{display:flex;flex-direction:column;align-items:center;gap:24px;background:#2d1b1e;padding:32px;border-radius:8px;box-shadow:0 0 0 4px #4d533e,0 0 0 8px #6b7353,0 0 0 12px #8b956d,0 0 32px rgba(0,0,0,.5)}.MineSweeper_title__xjdxN{font-family:Press Start\ 2P,monospace;font-size:32px;color:#c4cfa1;text-shadow:2px 2px 0 #6b7353,4px 4px 0 #4d533e,6px 6px 0 #2d1b1e;margin:0;letter-spacing:2px}.MineSweeper_gameContainer__sGQ4m:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:radial-gradient(circle at center,rgba(196,207,161,.1) 0,transparent 20%);pointer-events:none;z-index:-1}@keyframes GameSettings_fadeIn__9lovI{0%{opacity:0}to{opacity:1}}.GameSettings_settings__sPb8V{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:20px;box-sizing:border-box;animation:GameSettings_fadeIn__9lovI .5s ease-out;height:100%}.GameSettings_title__O3Xhz{color:#1a1a1a;font-size:40px;font-weight:700;margin-bottom:25px;text-align:center}.GameSettings_settingsContainer__Km6Ym{background-color:white;border-radius:20px;padding:24px;width:100%;max-width:460px;display:flex;flex-direction:column;gap:24px;border:1px solid black;box-shadow:0 8px 0 #1a1a1a;margin-top:20px}.GameSettings_optionGroup__esYsN{width:100%}.GameSettings_optionLabel___AqVd{color:#1a1a1a;font-weight:700;margin-bottom:16px}.GameSettings_optionButtons__h8_To{display:grid;grid-template-columns:1fr 1fr;gap:16px}.GameSettings_optionButton__hJ2gu{background-color:#f9c2fc;color:#1a1a1a;font-weight:700;padding:10px;border-radius:26px;border:none;cursor:pointer;transition:all .2s;box-shadow:0 3px 0 #1a1a1a}.GameSettings_optionButton__hJ2gu:hover{background-color:#fad0fc;transform:translateY(-2px);box-shadow:0 5px 0 #1a1a1a}.GameSettings_optionButton__hJ2gu:active{transform:translateY(2px);box-shadow:0 1px 0 #1a1a1a}.GameSettings_optionButton__hJ2gu.GameSettings_selected__jTTVD,.GameSettings_startButton__BoYE7{background-color:#7557f8;color:white}.GameSettings_startButton__BoYE7{font-weight:700;font-size:20px;padding:14px;border-radius:35px;border:none;cursor:pointer;transition:all .2s;margin-top:10px;box-shadow:0 4px 0 #1a1a1a}.GameSettings_startButton__BoYE7:hover{background-color:#8669f9;transform:translateY(-2px);box-shadow:0 6px 0 #1a1a1a}.GameSettings_startButton__BoYE7:active{transform:translateY(2px);box-shadow:0 2px 0 #1a1a1a}@media (max-width:420px){.GameSettings_settingsContainer__Km6Ym{padding:24px 16px}.GameSettings_optionButton__hJ2gu{font-size:14px}}.Card_card__Xm4RB{perspective:1000px;position:relative;border-radius:50%;cursor:pointer;transform-style:preserve-3d;transition:transform .3s ease}.Card_cardLarge__2PvZL{width:118px;height:118px}.Card_cardSmall__H4fVd{width:82px;height:82px}.Card_cardInner__55lua{position:relative;width:100%;height:100%;text-align:center;transition:transform .3s;transform-style:preserve-3d;border-radius:50%}.Card_flipped__uvHhJ .Card_cardInner__55lua{transform:rotateY(180deg)}.Card_cardBack__mg73d,.Card_cardFront__fTuCD{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 3px 0 #1a1a1a}.Card_cardFront__fTuCD{background-color:#7557f8}.Card_cardFront__fTuCD:hover{background-color:#8669f9;transform:translateY(-2px);box-shadow:0 5px 0 #1a1a1a}.Card_cardBack__mg73d{background-color:#f9c2fc;color:#1a1a1a;transform:rotateY(180deg);font-weight:700}.Card_matched__V8_xP .Card_cardBack__mg73d{background-color:#8669f9;color:white}.Card_number__SIkJP{font-size:40px;font-weight:700;color:#1a1a1a}.Card_cardSmall__H4fVd .Card_number__SIkJP{font-size:24px}.Card_icon__Y2lr0{display:block;color:#1a1a1a}.Card_iconLarge__OS3HD{width:60px;height:60px}.Card_iconSmall__jGANZ{width:40px;height:40px}@keyframes Card_flip__3Cfz3{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}@media (max-width:420px){.Card_cardLarge__2PvZL{width:72px;height:72px}.Card_cardSmall__H4fVd{width:46px;height:46px}.Card_cardLarge__2PvZL .Card_number__SIkJP{font-size:24px}.Card_cardSmall__H4fVd .Card_number__SIkJP{font-size:18px}.Card_iconLarge__OS3HD{width:40px;height:40px}.Card_iconSmall__jGANZ{width:24px;height:24px}}.GameBoard_gameBoard__JcveI{width:100%;padding:20px 0;display:flex;justify-content:center}.GameBoard_grid__e5K08{display:grid;gap:16px;justify-content:center}.GameBoard_grid4x4__Wqjnp{grid-template-columns:repeat(4,1fr);max-width:532px}.GameBoard_grid6x6__aKJvJ{grid-template-columns:repeat(6,1fr);max-width:572px}@media (max-width:600px){.GameBoard_grid__e5K08{gap:12px}.GameBoard_grid4x4__Wqjnp,.GameBoard_grid6x6__aKJvJ{max-width:320px}}@media (max-width:420px){.GameBoard_grid__e5K08{gap:10px}.GameBoard_grid4x4__Wqjnp,.GameBoard_grid6x6__aKJvJ{max-width:300px}}.MemoryGame_memoryGame__RszQt{width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;min-height:600px}.MemoryGame_gameLayout__uL4h0{padding:120px 0;width:100%;margin:0 auto}.MemoryGame_memoryGameContent__Zu18D{width:100%;position:relative;display:flex;justify-content:center;min-height:600px}.MemoryGame_gameContainer__jvMb5{max-width:700px;height:90vh}.MemoryGame_gameContainer__jvMb5,.MemoryGame_settingsContainer__konjv{width:100%;display:flex;flex-direction:column;align-items:center;animation:MemoryGame_slideIn__1d_Xz .5s ease-out}.MemoryGame_settingsContainer__konjv{max-width:500px;padding:20px}@keyframes MemoryGame_slideIn__1d_Xz{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.MemoryGame_gameHeader__SKzrk{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 20px}.MemoryGame_gameTitle__2BWtq{color:#1a1a1a;font-size:32px;font-weight:700;margin:0}.MemoryGame_gameActions__bnOwN{display:flex;gap:16px}.MemoryGame_gameButton__Fwrcl{border:none;border-radius:26px;padding:10px 20px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 0 #1a1a1a}.MemoryGame_gameButton__Fwrcl:hover{transform:translateY(-2px);box-shadow:0 6px 0 #1a1a1a}.MemoryGame_gameButton__Fwrcl:active{transform:translateY(2px);box-shadow:0 2px 0 #1a1a1a}.MemoryGame_restartButton__Jv28T{background-color:#f9c2fc;color:#1a1a1a}.MemoryGame_restartButton__Jv28T:hover{background-color:#fad0fc}.MemoryGame_newGameButton__V1Rdz{background-color:#7557f8;color:white}.MemoryGame_newGameButton__V1Rdz:hover{background-color:#8669f9}.MemoryGame_gameStats__whrxi{display:flex;gap:25px;margin-top:40px;width:100%;justify-content:center;padding:0 20px}.MemoryGame_statBox__iOV61{background-color:white;border-radius:5px;padding:16px;width:100%;max-width:255px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 0 #1a1a1a}.MemoryGame_statLabel__XVWOD,.MemoryGame_statValue__E0pIK{color:#1a1a1a;font-weight:700}.MemoryGame_statValue__E0pIK{font-size:24px}.MemoryGame_gameOverlay__cjtpU{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(26,26,26,.5);display:flex;justify-content:center;align-items:center;z-index:10}.MemoryGame_gameOverModal__ajn24{background-color:white;border-radius:10px;padding:32px;width:90%;max-width:500px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 0 #1a1a1a}.MemoryGame_gameOverTitle__aQlpq{font-size:32px;color:#1a1a1a;margin:0 0 16px}.MemoryGame_gameOverSubtitle__o3g5i{color:#1a1a1a;margin:0 0 24px}.MemoryGame_gameOverStats__uaoMt{width:100%;margin-bottom:24px}.MemoryGame_gameOverStatRow__KHzDc{background-color:white;border:2px solid #7557f8;border-radius:5px;padding:16px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.MemoryGame_gameOverStatLabel__Vkj0g{color:#1a1a1a;font-weight:700}.MemoryGame_gameOverStatValue__EJSsJ{color:#1a1a1a;font-size:20px;font-weight:700}.MemoryGame_gameOverActions__Crklh{display:flex;gap:16px;width:100%;justify-content:center}@media (max-width:600px){.MemoryGame_gameHeader__SKzrk{flex-direction:column;gap:20px}.MemoryGame_gameStats__whrxi{flex-direction:column;align-items:center;gap:16px}.MemoryGame_statBox__iOV61{max-width:100%}.MemoryGame_gameOverActions__Crklh{flex-direction:column}.MemoryGame_gameButton__Fwrcl{width:100%}}.layout_sectionContainer__c1DzK{position:relative;display:flex;justify-content:center}.layout_sectionLayoutContainer__tpNW_{width:100%;flex-direction:column;max-width:1080px;margin:0 16px}.layout_sectionLayout__jnWaM{padding:clamp(60px,8vw,116px) clamp(24px,8vw,128px);width:100%;margin:0 auto}.layout_projectSectionLayout__hZfTE{display:flex;flex-direction:column;padding:clamp(40px,5vw,80px) clamp(24px,8vw,128px);width:100%;margin:0 auto;gap:24px}.layout_sectionColumnLayout___HgXl{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));row-gap:32px;align-items:flex-start}.layout_sectionCopyLayout__oIuK2{display:grid;row-gap:32px}.layout_sectionColumnImageLayout__96zSq{position:relative;display:flex;justify-content:center;align-items:center}.layout_sectionCardLayout__im1eI{display:flex;flex-direction:column;gap:100px}.layout_projectHeroContainer__FlOKE{display:flex;flex-direction:column;align-items:center;width:100%}.layout_projectHeroImageWrapper__SoVdF{width:100%;display:flex;justify-content:center;background-color:#f6f9fc}.layout_projectHeroImageContainer__ox5kg{width:100%;max-width:1280px;height:400px;position:relative;border-radius:8px}.layout_projecHeroImage__M0RZX{object-fit:cover}@media (max-width:768px){.layout_sectionColumnLayout___HgXl{display:flex;flex-direction:column-reverse}}.MazeGame_gameLayout__phSdN{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.MazeGame_gameContainer__eJUej{display:flex;flex-direction:column;align-items:center;background-color:#eaeef9;padding:30px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);max-width:800px;width:100%}.MazeGame_title__9rJ0a{font-size:2.5rem;margin-bottom:20px;color:#3c394a;font-family:Inter,Helvetica Neue,sans-serif;letter-spacing:-.5px;font-weight:700}.MazeGame_controls__zNDFg{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:30px;flex-wrap:wrap;width:100%}.MazeGame_difficultySelector__dmRB_{display:flex;align-items:center;gap:12px}.MazeGame_difficultySelector__dmRB_ label{font-weight:600;color:#3c394a}.MazeGame_difficultySelector__dmRB_ select{padding:10px 16px;border-radius:8px;border:2px solid #3c394a;background-color:#eaeef9;color:#3c394a;font-size:.95rem;cursor:pointer;font-weight:500;transition:all .2s}.MazeGame_difficultySelector__dmRB_ select:hover{background-color:#dfe4f3}.MazeGame_button__Wgs86{padding:10px 20px;background-color:#3c394a;color:#eaeef9;border:none;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .2s;font-weight:600}.MazeGame_button__Wgs86:hover{background-color:#4e4b61;transform:translateY(-2px)}.MazeGame_button__Wgs86:active{transform:translateY(0)}.MazeGame_mazeContainer__pLlqT{align-items:center;padding:15px;border-radius:12px}.MazeGame_legend__cekIz,.MazeGame_mazeContainer__pLlqT{margin:20px 0;display:flex;justify-content:center;background-color:#dfe4f3}.MazeGame_legend__cekIz{gap:30px;padding:12px 24px;border-radius:8px}.MazeGame_legendItem__gQX2S{display:flex;align-items:center;gap:8px;color:#3c394a;font-weight:500}.MazeGame_legendColor__15Tl8{width:16px;height:16px;border-radius:4px}.MazeGame_stats__tDhC0{display:flex;justify-content:center;gap:40px;margin:20px 0;background-color:#dfe4f3;padding:15px 25px;border-radius:8px;width:100%;max-width:400px;color:#3c394a}.MazeGame_statItem__fgz7z{text-align:center;font-weight:500}.MazeGame_instructions__wTa3F{margin-top:20px;text-align:center;color:#3c394a;max-width:600px;line-height:1.5}.MazeGame_instructions__wTa3F p{margin:8px 0}.MazeGrid_mazeGrid___HZre{display:grid;margin:0 auto;position:relative;border:3px solid #3c394a;outline:none;gap:2px;border-radius:4px}.MazeGrid_cell__NTzBN{position:relative;box-sizing:border-box;background-color:#eaeef9;border-radius:2px}.MazeGrid_player__oYJ9z{position:relative}.MazeGrid_player__oYJ9z:after{content:"";position:absolute;top:15%;left:15%;width:70%;height:70%;background-color:#ff6b6b;border-radius:50%;z-index:2}.MazeGrid_start__BhPTc{background-color:#6fdbb7}.MazeGrid_end__zXOlu{background-color:#182f6e}.MazeGrid_playerPath__QHRVu:before{content:"";position:absolute;top:40%;left:40%;width:20%;height:20%;background-color:#ff6b6b;border-radius:50%;z-index:1;opacity:.6}.MazeGrid_shortestPath__UdHQX{background-color:rgb(80,255,109)}.Cell_cell__SWFel{width:32px;height:32px;border:none;font-family:Press Start\ 2P,monospace;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;image-rendering:pixelated;transition:transform .1s}.Cell_cell__SWFel:active{transform:scale(.95)}.Cell_hidden__TFSZ8{background:#8b956d;box-shadow:inset -2px -2px 0 #6b7353,inset 2px 2px 0 #c4cfa1;border:1px solid #4d533e}.Cell_hidden__TFSZ8:hover{background:#9ea57f}.Cell_revealed__rAaLQ{background:#c4cfa1;box-shadow:inset 2px 2px 0 #6b7353,inset -2px -2px 0 #8b956d;border:1px solid #4d533e}.Cell_mine__Y6wh3{background:#d95763!important;color:#2d1b1e}.Cell_number1__gimjr{color:#4f6781}.Cell_number2__6ihOQ{color:#4b7d4b}.Cell_number3__ijLGm{color:#d95763}.Cell_number4__N1uFs{color:#4d2c5e}.Cell_number5__449H8{color:#8b4d2a}.Cell_number6__dxj8R{color:#2d8a8a}.Cell_number7__61ZWk{color:#2d1b1e}.Cell_number8__QBvxE{color:#757575}.Board_boardContainer___55be{display:inline-block;background:#2d1b1e;padding:16px;border-radius:4px;box-shadow:0 0 0 4px #4d533e,0 0 0 8px #6b7353,0 0 0 12px #8b956d}.Board_board__JhNfk{display:grid;gap:1px;background:#4d533e;border:4px solid #6b7353;box-shadow:inset 0 0 0 2px #4d533e,0 0 0 2px #2d1b1e}.Board_board__JhNfk:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 1px,transparent 0,transparent 2px);pointer-events:none}.FlagCounter_counter__GkqDc,.Timer_timer__o4NX4{background:#1a0f11;color:#ff3333;font-family:Press Start\ 2P,monospace;font-size:20px;padding:8px 12px;border:2px solid #4d533e;min-width:60px;text-align:center;box-shadow:inset 0 0 8px #000}.DifficultySelector_selector__EqnOc{display:flex;gap:8px;justify-content:center}.DifficultySelector_button__9QKa8{background:#6b7353;color:#c4cfa1;padding:8px 16px;font-family:Press Start\ 2P,monospace;font-size:10px;cursor:pointer;text-transform:uppercase;box-shadow:inset -2px -2px 0 #4d533e,inset 2px 2px 0 #8b956d;border:2px solid #3f4434;transition:all .1s}.DifficultySelector_button__9QKa8:hover:not(:disabled){background:#7a8161}.DifficultySelector_button__9QKa8:disabled{opacity:.5;cursor:not-allowed}.DifficultySelector_button__9QKa8.DifficultySelector_active__yTnJL{background:#4d533e;box-shadow:inset 2px 2px 0 #3f4434,inset -2px -2px 0 #6b7353}.GameControls_controls__adVg_{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;width:100%}.GameControls_topBar__uDKLp{display:flex;justify-content:space-between;align-items:center;background:#2d1b1e;padding:8px;border:4px solid #6b7353;box-shadow:inset 0 0 0 2px #4d533e}.GameControls_counter___vCbk,.GameControls_timer__5u5SV{background:#1a0f11;color:#ff3333;font-family:Press Start\ 2P,monospace;font-size:20px;padding:8px 12px;border:2px solid #4d533e;min-width:60px;text-align:center;box-shadow:inset 0 0 8px #000}.GameControls_resetButton__4kkja{background:#8b956d;width:48px;height:48px;font-size:24px;cursor:pointer;box-shadow:inset -2px -2px 0 #6b7353,inset 2px 2px 0 #c4cfa1;border:2px solid #4d533e;transition:transform .1s}.GameControls_resetButton__4kkja:active{transform:scale(.95);box-shadow:inset 2px 2px 0 #6b7353,inset -2px -2px 0 #c4cfa1}.GameControls_difficultySelector__2MtUc{display:flex;gap:8px;justify-content:center}.GameControls_difficultyButton__s_5Qj{background:#6b7353;color:#c4cfa1;padding:8px 16px;font-family:Press Start\ 2P,monospace;font-size:10px;cursor:pointer;text-transform:uppercase;box-shadow:inset -2px -2px 0 #4d533e,inset 2px 2px 0 #8b956d;border:2px solid #3f4434;transition:all .1s}.GameControls_difficultyButton__s_5Qj:hover{background:#7a8161}.GameControls_difficultyButton__s_5Qj.GameControls_active__JuCMg{background:#4d533e;box-shadow:inset 2px 2px 0 #3f4434,inset -2px -2px 0 #6b7353}.type_heroHeading__7BXVA{font-size:3rem;font-weight:700;line-height:1.1;letter-spacing:-.03em}.type_projectHeroHeading__2125O{font-size:3rem;font-weight:700;line-height:1.4;letter-spacing:-.03em}.type_sectionHeading__eTDLc{font-size:2.25rem;font-weight:700;line-height:1.4;letter-spacing:-.5px}.type_subSectionHeading__F7XTq{font-size:1.75rem;font-weight:700;line-height:1.4;letter-spacing:-.04em}.type_heroParagraph__An9uX{font-weight:400;line-height:1.75rem}.type_heroParagraph__An9uX,.type_sectionParagraph__g_AEf{font-size:1.125rem;letter-spacing:.2px;color:var(--text-color)}.type_sectionParagraph__g_AEf{line-height:28px}.type_sectionListItem___mZ5Z{font-size:1rem;line-height:26px;letter-spacing:.2px}.Projects_cardContainer__0XpVH{cursor:pointer;transition:all .2s ease;overflow:hidden}.Projects_cardContainer__0XpVH:hover h2{color:var(--primary)}.Projects_imageContainer__7eaGf{position:relative;overflow:hidden;height:100%;background-color:#f6f9fc}.Projects_image___DNsA{width:100%;height:100%;aspect-ratio:16/9;object-fit:contain;object-position:center;transition:transform .2s ease}.Projects_cardContainer__0XpVH:hover .Projects_image___DNsA{transform:scale(1.05)}.Projects_contentContainer__Zgjed{display:flex;flex-direction:column;height:100%;gap:1.875rem}.Projects_tagsContainer__CF2VF{display:flex;flex-wrap:wrap;gap:.625rem}.Projects_tag__5_tqb{padding:.313rem .625rem;background-color:var(--primary-light);border-radius:4px;font-size:.875rem}.Projects_linksContainer__DBxfS{display:flex;gap:1rem}.Projects_githubLink__Q6rzi,.Projects_projectLink__Wy1K6{text-decoration:none;color:var(--primary);font-weight:500;transition:opacity .2s ease}.Projects_githubLink__Q6rzi:hover,.Projects_projectLink__Wy1K6:hover{opacity:.8}.Projects_cardHeading__EC_19{font-size:1.5rem;font-weight:700;transition:color .2s ease}.Projects_cardParagraph__LNVUw{font-size:1rem;font-weight:400;line-height:1.75rem;width:80%;color:#425466}@media (max-width:768px){.Projects_cardParagraph__LNVUw{width:100%}}.Button_button__WQ3_h{--btn-padding-small:0.375rem 0.75rem;--btn-padding-medium:0.5rem 1rem;--btn-padding-large:0.75rem 1.25rem;--btn-font-small:0.75rem;--btn-font-medium:0.875rem;--btn-font-large:1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.25rem;font-weight:600;letter-spacing:.02em;transition:all .2s ease;position:relative;overflow:visible;cursor:pointer;text-decoration:none;color:inherit}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}.Button_animatedBorder__fbezy{--border-width:1px;--border-radius:0.25rem;--primary-color:var(--primary);--secondary-color:rgba(162,187,255,0.8);border:var(--border-width) solid transparent!important;position:relative;isolation:isolate;z-index:1}.Button_animatedBorder__fbezy:before{content:"";position:absolute;inset:calc(var(--border-width) * -1);border-radius:var(--border-radius);padding:var(--border-width);background:conic-gradient(from var(--angle),var(--primary-color) 80%,var(--secondary-color) 88%,var(--secondary-color) 92%,var(--primary-color) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:Button_rotateBorder__xLJOA 2s linear infinite;z-index:-1}.Button_animatedBorder__fbezy:hover:before{animation-play-state:paused}@keyframes Button_rotateBorder__xLJOA{to{--angle:360deg}}.Button_arrowWrapper__swRJU{display:inline-flex;align-items:center;padding-right:4px;overflow:visible}.Button_small__PVbCa{padding:var(--btn-padding-small);font-size:var(--btn-font-small)}.Button_medium__I1Fwh{padding:var(--btn-padding-medium);font-size:var(--btn-font-medium)}.Button_large__4KqCA{padding:var(--btn-padding-large);font-size:var(--btn-font-large)}.Button_primary___5QRF{background-color:var(--primary);color:white;border:1px solid var(--primary)}.Button_primary___5QRF:hover{opacity:.9}.Button_secondary__z8DZE{background-color:var(--primary-light);color:var(--primary);border:1px solid var(--primary-light)}.Button_secondary__z8DZE:hover{background-color:var(--primary);color:white}.Button_outline__3GOLy{background-color:transparent;border:1px solid var(--primary);color:var(--primary)}.Button_outline__3GOLy:hover{background-color:var(--primary);color:white}.Button_ghost__9OlTm{background-color:transparent;border:none;font-weight:500}.Button_ghost__9OlTm:hover{color:var(--primary)}.Button_justifyBetween__9S7jc{justify-content:space-between}.Button_marginTopZero__3Q9Nv{margin-top:0}.OptimizationDrawing_container__Lr6B6{width:100%;margin:0 auto;background-color:#a2bbff27}.OptimizationDrawing_svg__lQvlG{width:100%;height:auto;height:400px}.ClayPhone_clayPhoneWrapper__ILWzt{width:100%;height:100%}.ClayPhone_clayPhoneContainer__2OUlA,.ClayPhone_clayPhoneWrapper__ILWzt{display:flex;justify-content:center;align-items:center;transform-origin:center center}.ClayPhone_clayPhoneContainer__2OUlA{width:fit-content;height:fit-content}.ClayPhone_phoneGraphic__LIHFH{width:400px;height:855px;padding:8px;border-radius:var(--phoneBorderRadius);background:#f6f9fc;box-shadow:var(--phoneGraphicShadow);user-select:none;font-size:16px;position:relative;display:flex;justify-content:center;align-items:center;transform-origin:center center;will-change:transform;backface-visibility:hidden}.ClayPhone_screenContainer__mKlUS{width:100%;height:100%;border-radius:var(--phoneScreenBorderRadius);position:relative}.ClayPhone_screenContent__9dWPE{object-fit:contain;pointer-events:none;transform-origin:center center;border-radius:var(--phoneScreenBorderRadius)}@media (max-width:768px){.ClayPhone_phoneGraphic__LIHFH{width:100%;height:auto;aspect-ratio:400/855}}