._toggle_scs81_1{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;cursor:pointer;transition:all .15s ease-in-out}._toggle_scs81_1:hover{background:var(--bg-tertiary);transform:rotate(15deg)}._toggle_scs81_1:active{transform:scale(.95) rotate(15deg)}._icon_scs81_24{width:20px;height:20px;color:var(--text-primary);transition:all .3s ease-in-out}._icon_scs81_24._light_scs81_31{color:#f59e0b}._icon_scs81_24._dark_scs81_35{color:var(--accent-primary)}._header_2dpzf_1{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border-color);transition:background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out}._header_2dpzf_1._scrolled_2dpzf_13{box-shadow:var(--card-shadow)}._nav_2dpzf_17{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);padding:0 1.5rem;max-width:var(--container-max-width);margin:0 auto}@media (min-width: 768px){._nav_2dpzf_17{padding:0 2rem}}._logo_2dpzf_33{font-size:1.5rem;font-weight:700;color:var(--accent-primary);text-decoration:none;transition:transform .15s ease-in-out}._logo_2dpzf_33:hover{transform:scale(1.05)}._navList_2dpzf_46{display:none;list-style:none;align-items:center;gap:2rem}@media (min-width: 768px){._navList_2dpzf_46{display:flex}}._navLink_2dpzf_59{color:var(--text-secondary);text-decoration:none;font-weight:500;position:relative;padding:.5rem 0;transition:color .15s ease-in-out}._navLink_2dpzf_59:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-primary);transition:width .25s ease-in-out}._navLink_2dpzf_59:hover{color:var(--accent-primary)}._navLink_2dpzf_59:hover:after,._navLink_2dpzf_59[aria-current=page]:after{width:100%}._menuBtn_2dpzf_89{display:flex;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;padding:0;background:none;border:none;cursor:pointer;z-index:1002}@media (min-width: 768px){._menuBtn_2dpzf_89{display:none}}._hamburger_2dpzf_109{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .25s ease-in-out;transform-origin:center}._menuBtn_2dpzf_89._active_2dpzf_119 ._hamburger_2dpzf_109:nth-child(1){transform:rotate(45deg) translate(6px,6px)}._menuBtn_2dpzf_89._active_2dpzf_119 ._hamburger_2dpzf_109:nth-child(2){opacity:0}._menuBtn_2dpzf_89._active_2dpzf_119 ._hamburger_2dpzf_109:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}._mobileMenu_2dpzf_132{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--bg-primary);padding:calc(var(--nav-height) + 2rem) 2rem 2rem;transition:right .3s ease-in-out;z-index:1001;overflow-y:auto}._mobileMenu_2dpzf_132._open_2dpzf_146{right:0}._mobileNavList_2dpzf_150{list-style:none;display:flex;flex-direction:column;gap:1rem}._mobileNavLink_2dpzf_157{display:block;padding:1rem;color:var(--text-secondary);text-decoration:none;font-size:1.125rem;border-radius:var(--border-radius-md);transition:all .25s ease-in-out;animation:_slideIn_2dpzf_1 .3s ease-out both;animation-delay:var(--delay)}@keyframes _slideIn_2dpzf_1{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}._mobileNavLink_2dpzf_157:hover{background:var(--bg-secondary);color:var(--accent-primary);padding-left:1.5rem}._mobileThemeToggle_2dpzf_186{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-top:1px solid var(--border-color);margin-top:1rem}._mobileThemeLabel_2dpzf_195{color:var(--text-secondary);font-size:1rem}._overlay_2dpzf_201{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:all .25s ease-in-out;z-index:1000}._overlay_2dpzf_201._active_2dpzf_119{opacity:1;visibility:visible}._layout_npren_1{display:flex;flex-direction:column;min-height:100vh}._main_npren_7{flex:1}._footer_npren_11{padding:2rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color)}._footerText_npren_17{text-align:center;color:var(--text-muted);font-size:.875rem}._container_hnvv7_1{perspective:1000px;width:100%}._card_hnvv7_6{position:relative;width:100%;height:400px;cursor:pointer;transition:transform .3s ease-in-out}._card_hnvv7_6:hover{transform:translateY(-5px)}._card_hnvv7_6:focus-visible{outline:2px solid var(--accent-primary);outline-offset:4px}._cardInner_hnvv7_23{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}._card_hnvv7_6._flipped_hnvv7_31 ._cardInner_hnvv7_23{transform:rotateY(180deg)}._cardFront_hnvv7_35,._cardBack_hnvv7_36{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--card-shadow);background:var(--bg-primary);border:1px solid var(--border-color)}._cardBack_hnvv7_36{transform:rotateY(180deg);background:var(--bg-secondary)}._imageContainer_hnvv7_55{position:relative;height:200px;overflow:hidden}._image_hnvv7_55{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}._card_hnvv7_6:hover ._image_hnvv7_55{transform:scale(1.05)}._imageOverlay_hnvv7_72{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;padding:1rem;opacity:0;transition:opacity .3s ease-in-out}._card_hnvv7_6:hover ._imageOverlay_hnvv7_72{opacity:1}._overlayText_hnvv7_87{color:#fff;font-weight:500;font-size:.875rem}._frontContent_hnvv7_93{padding:1.5rem}._title_hnvv7_97{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}._description_hnvv7_104{color:var(--text-secondary);font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._tags_hnvv7_114{display:flex;flex-wrap:wrap;gap:.5rem}._tag_hnvv7_114{padding:.25rem .75rem;background:var(--bg-tertiary);color:var(--text-secondary);font-size:.75rem;border-radius:var(--border-radius-sm);font-weight:500}._backContent_hnvv7_130{padding:2rem;height:100%;display:flex;flex-direction:column;overflow-y:auto}._backTitle_hnvv7_138{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}._backDescription_hnvv7_145{color:var(--text-secondary);font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}._features_hnvv7_152{margin-bottom:1.5rem}._featuresTitle_hnvv7_156{font-size:.875rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}._featuresList_hnvv7_163{list-style:none;padding:0}._featureItem_hnvv7_168{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-secondary);font-size:.875rem;padding:.25rem 0}._bullet_hnvv7_177{color:var(--accent-primary);font-weight:700}._links_hnvv7_182{margin-top:auto;display:flex;gap:.75rem;flex-wrap:wrap}._link_hnvv7_182{flex:1;min-width:100px;padding:.625rem 1rem;text-align:center;text-decoration:none;font-size:.875rem;font-weight:500;border-radius:var(--border-radius-md);transition:all .15s ease-in-out}._link_hnvv7_182:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}._link_hnvv7_182._primary_hnvv7_206{background:var(--accent-primary);color:#fff}._link_hnvv7_182._primary_hnvv7_206:hover{background:var(--accent-hover)}._link_hnvv7_182._secondary_hnvv7_215{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}._link_hnvv7_182._secondary_hnvv7_215:hover{background:var(--bg-primary);border-color:var(--accent-primary)}@media (max-width: 640px){._card_hnvv7_6{height:380px}._imageContainer_hnvv7_55{height:160px}._frontContent_hnvv7_93{padding:1rem}._backContent_hnvv7_130{padding:1.5rem}}._timeline_q399s_1{padding-top:var(--nav-height)}._timelineContainer_q399s_5{position:relative;padding:2rem 0}@media (min-width: 1024px){._timelineContainer_q399s_5{padding:3rem 0}}._timelineLine_q399s_17{position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent-primary),var(--accent-secondary))}@media (min-width: 768px){._timelineLine_q399s_17{left:50%;transform:translate(-50%)}}._timelineList_q399s_37{position:relative;list-style:none;margin:0;padding:0}._timelineItem_q399s_44{position:relative;padding:0 0 3rem 4rem}@media (min-width: 768px){._timelineItem_q399s_44{width:50%;padding:0 2rem}._timelineItem_q399s_44._left_q399s_55{left:0;text-align:right}._timelineItem_q399s_44._right_q399s_60{left:50%}}._timelineDot_q399s_66{position:absolute;left:1.25rem;top:.5rem;width:1.5rem;height:1.5rem;background:var(--bg-primary);border:3px solid var(--accent-primary);border-radius:50%;z-index:1;transition:transform .3s ease-in-out,border-color .3s ease-in-out}._timelineItem_q399s_44:hover ._timelineDot_q399s_66{transform:scale(1.2);border-color:var(--accent-secondary)}._dotInner_q399s_84{width:100%;height:100%;background:var(--accent-primary);border-radius:50%;animation:_pulse_q399s_1 2s infinite}@keyframes _pulse_q399s_1{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 768px){._timelineDot_q399s_66{left:50%;transform:translate(-50%)}._timelineItem_q399s_44:hover ._timelineDot_q399s_66{transform:translate(-50%) scale(1.2)}}._timelineCard_q399s_114{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1.5rem;transition:all .3s ease-in-out;box-shadow:var(--card-shadow)}._timelineCard_q399s_114:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);border-color:var(--accent-primary)}@media (min-width: 768px){._timelineCard_q399s_114{text-align:left}}._timelineCardHeader_q399s_136{margin-bottom:1rem}._timelineDate_q399s_140{display:inline-block;padding:.25rem .75rem;background:var(--accent-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:var(--border-radius-sm);margin-bottom:.75rem}._timelineTitle_q399s_151{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}._timelineCompany_q399s_158{color:var(--accent-primary);font-size:.875rem;font-weight:500}._timelineCardContent_q399s_165{color:var(--text-secondary)}._timelineDescription_q399s_169{font-size:.875rem;line-height:1.6;margin-bottom:1rem}._timelineList_q399s_37{list-style:none;padding:0;margin-bottom:1rem}._timelineListItem_q399s_181{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}._timelineListItem_q399s_181:before{content:"→";position:absolute;left:0;color:var(--accent-primary);font-weight:700}._timelineTech_q399s_198{display:flex;flex-wrap:wrap;gap:.5rem}._techTag_q399s_204{padding:.25rem .625rem;background:var(--bg-tertiary);color:var(--text-secondary);font-size:.75rem;border-radius:var(--border-radius-sm);font-weight:500;transition:all .15s ease-in-out}._techTag_q399s_204:hover{background:var(--accent-primary);color:#fff}@media (max-width: 640px){._timelineItem_q399s_44{padding-left:3.5rem}._timelineDot_q399s_66{left:1rem;width:1.25rem;height:1.25rem}._timelineCard_q399s_114{padding:1rem}._timelineTitle_q399s_151{font-size:1.125rem}}._contact_s0ipx_1{padding-top:var(--nav-height)}._formContainer_s0ipx_5{display:grid;gap:3rem;max-width:800px;margin:0 auto}@media (min-width: 1024px){._formContainer_s0ipx_5{grid-template-columns:1.5fr 1fr;max-width:1000px}}._form_s0ipx_5{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:2rem;box-shadow:var(--card-shadow)}@media (min-width: 768px){._form_s0ipx_5{padding:2.5rem}}._formTitle_s0ipx_34{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}._field_s0ipx_42{margin-bottom:1.5rem}._label_s0ipx_46{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);transition:color .15s ease-in-out}._label_s0ipx_46._invalid_s0ipx_54,._required_s0ipx_58{color:var(--error-color)}._input_s0ipx_62,._textarea_s0ipx_63{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--border-radius-md);transition:all .15s ease-in-out}._input_s0ipx_62:focus,._textarea_s0ipx_63:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a}._input_s0ipx_62._invalid_s0ipx_54,._textarea_s0ipx_63._invalid_s0ipx_54{border-color:var(--error-color)}._input_s0ipx_62._valid_s0ipx_87,._textarea_s0ipx_63._valid_s0ipx_87{border-color:var(--success-color)}._textarea_s0ipx_63{resize:vertical;min-height:120px}._hint_s0ipx_97{margin-top:.5rem;font-size:.75rem;color:var(--text-muted)}._errorMessage_s0ipx_103{margin-top:.5rem;font-size:.875rem;color:var(--error-color);display:flex;align-items:center;gap:.25rem}._errorMessage_s0ipx_103:before{content:"⚠"}._submitButton_s0ipx_117{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent-primary);border:none;border-radius:var(--border-radius-md);cursor:pointer;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}._submitButton_s0ipx_117:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}._submitButton_s0ipx_117:disabled{opacity:.7;cursor:not-allowed}._submitButton_s0ipx_117:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}._spinner_s0ipx_150{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_s0ipx_150 .8s linear infinite}@keyframes _spin_s0ipx_150{to{transform:rotate(360deg)}}._statusMessage_s0ipx_166{margin-top:1rem;padding:1rem 1.25rem;background:var(--bg);color:#fff;border-radius:var(--border-radius-md);display:flex;align-items:center;gap:.75rem;font-size:.875rem}._contactInfo_s0ipx_179{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--border-radius-xl);padding:2rem;color:#fff}._infoTitle_s0ipx_190{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}._infoItems_s0ipx_196{display:flex;flex-direction:column;gap:1.5rem}._infoItem_s0ipx_196{display:flex;align-items:flex-start;gap:1rem}._infoIcon_s0ipx_208{flex-shrink:0;opacity:.9}._infoLabel_s0ipx_213{display:block;font-size:.75rem;opacity:.8;margin-bottom:.25rem}._infoValue_s0ipx_220{color:#fff;text-decoration:none;font-size:.875rem;transition:opacity .15s ease-in-out}._infoValue_s0ipx_220:hover{opacity:.8;text-decoration:underline}@media (max-width: 640px){._form_s0ipx_5,._contactInfo_s0ipx_179{padding:1.5rem}._formTitle_s0ipx_34{font-size:1.25rem}}._blog_1vu9e_1{padding-top:var(--nav-height)}._postsList_1vu9e_6{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}@media (min-width: 768px){._postsList_1vu9e_6{gap:2rem}}._post_1vu9e_6{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);overflow:hidden;transition:all .25s ease-in-out}._post_1vu9e_6:hover{box-shadow:var(--card-shadow-hover);border-color:var(--accent-primary)}._post_1vu9e_6._expanded_1vu9e_33{border-color:var(--accent-primary)}._postHeader_1vu9e_38{padding:1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease-in-out}._postHeader_1vu9e_38:hover{background:var(--bg-tertiary)}._postHeader_1vu9e_38:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-2px}._postMeta_1vu9e_54{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}._postDate_1vu9e_62{font-size:.875rem;color:var(--text-muted);font-weight:500}._postTags_1vu9e_68{display:flex;gap:.5rem;flex-wrap:wrap}._tag_1vu9e_74{padding:.25rem .625rem;background:var(--accent-primary);color:#fff;font-size:.75rem;border-radius:var(--border-radius-sm);font-weight:500}._postTitle_1vu9e_83{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.4}._postExcerpt_1vu9e_91{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._expandButton_1vu9e_102{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-primary);font-size:.875rem;font-weight:500;transition:gap .15s ease-in-out}._expandButton_1vu9e_102:hover{gap:.75rem}._postContent_1vu9e_117{border-top:1px solid var(--border-color);background:var(--bg-primary)}._markdownContent_1vu9e_122{padding:1.5rem}._markdownContent_1vu9e_122 :first-child{margin-top:0}._markdownContent_1vu9e_122 :last-child{margin-bottom:0}._markdownContent_1vu9e_122 h1{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}._markdownContent_1vu9e_122 h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text-primary)}._markdownContent_1vu9e_122 h3{font-size:1.25rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--text-primary)}._markdownContent_1vu9e_122 p{margin-bottom:1rem;line-height:1.7;color:var(--text-secondary)}._markdownContent_1vu9e_122 code{background:var(--bg-tertiary);padding:.125rem .375rem;border-radius:var(--border-radius-sm);font-size:.875rem;font-family:Courier New,monospace;color:var(--accent-primary)}._markdownContent_1vu9e_122 pre{background:var(--bg-tertiary);padding:1rem;border-radius:var(--border-radius-md);overflow-x:auto;margin-bottom:1rem}._markdownContent_1vu9e_122 pre code{background:none;padding:0;font-size:.875rem}._markdownContent_1vu9e_122 ul,._markdownContent_1vu9e_122 ol{padding-left:1.5rem;margin-bottom:1rem}._markdownContent_1vu9e_122 li{margin-bottom:.5rem;color:var(--text-secondary)}._error_1vu9e_196{text-align:center;padding:3rem;background:var(--bg-secondary);border-radius:var(--border-radius-lg);border:1px dashed var(--border-color)}._error_1vu9e_196 svg{color:var(--error-color);margin-bottom:1rem}._errorMessage_1vu9e_209{color:var(--text-secondary);margin-bottom:1rem}._retryButton_1vu9e_214{padding:.625rem 1.5rem;background:var(--accent-primary);color:#fff;border:none;border-radius:var(--border-radius-md);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}._retryButton_1vu9e_214:hover{background:var(--accent-hover)}._retryButton_1vu9e_214:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}._empty_1vu9e_236{text-align:center;padding:3rem;color:var(--text-muted)}._skeletonList_1vu9e_243{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}._skeletonPost_1vu9e_250{background:var(--bg-secondary);border-radius:var(--border-radius-lg);padding:1.5rem;border:1px solid var(--border-color)}._skeletonHeader_1vu9e_257{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}._skeletonLine_1vu9e_264{height:1rem;background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--border-color) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;border-radius:var(--border-radius-sm);animation:_shimmer_1vu9e_1 1.5s infinite}@keyframes _shimmer_1vu9e_1{0%{background-position:200% 0}to{background-position:-200% 0}}._skeletonMeta_1vu9e_286{width:100px}._skeletonTags_1vu9e_290{width:120px}._skeletonTitle_1vu9e_294{width:70%;height:1.5rem;margin-bottom:.75rem}._skeletonExcerpt_1vu9e_300{width:100%;margin-bottom:.5rem}@media (max-width: 640px){._postHeader_1vu9e_38{padding:1rem}._postTitle_1vu9e_83{font-size:1.125rem}._markdownContent_1vu9e_122{padding:1rem}._markdownContent_1vu9e_122 h1{font-size:1.5rem}._markdownContent_1vu9e_122 h2{font-size:1.25rem}}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--text-primary: #212529;--text-secondary: #495057;--text-muted: #6c757d;--accent-primary: #3b82f6;--accent-secondary: #8b5cf6;--accent-hover: #2563eb;--border-color: #dee2e6;--card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--card-shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--nav-height: 60px;--container-max-width: 1200px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--accent-primary: #60a5fa;--accent-secondary: #a78bfa;--accent-hover: #3b82f6;--border-color: #334155;--card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--card-shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color var(--transition-base),color var(--transition-base)}#root{min-height:100vh}*:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:9999;padding:.5rem 1rem;background:var(--accent-primary);color:#fff;text-decoration:none;border-radius:var(--border-radius-md)}.skip-to-content:focus{left:1rem;top:1rem}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}.section{padding:3rem 0}@media (min-width: 768px){.section{padding:4rem 0}}@media (min-width: 1024px){.section{padding:5rem 0}}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:center}@media (min-width: 768px){.section-title{font-size:2.25rem}}.section-subtitle{font-size:1rem;color:var(--text-secondary);text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;border-radius:var(--border-radius-md);border:none;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;gap:.5rem}.btn:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-outline:hover{background:var(--bg-secondary);border-color:var(--accent-primary)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn var(--transition-base) ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html{scroll-padding-top:var(--nav-height)}
