:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark only;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:#030712;--bg-elevated:#0a0e1a;--text:#e5e7eb;--muted:#9ca3af;--accent:#7c3aed;--accent-strong:#8b5cf6;--focus:#06b6d4;--selection:#7c3aed4d;--scrollbar-track:#ffffff08;--scrollbar-thumb:#ffffff26;--scrollbar-thumb-hover:#ffffff40;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);min-height:100vh;color:var(--text);scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track);background-image:linear-gradient(135deg,#0a0e1a 0%,#161b2e 50%,#1e1b3e 100%);margin:0;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--accent);text-decoration:none}a:hover,a:focus{color:var(--accent-strong)}a:focus-visible,button:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:6px}::selection{background:var(--selection);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._header_yn6ag_1{-webkit-backdrop-filter:blur(20px);background:#0006;border-bottom:1px solid #ffffff14;padding:1.5rem 2rem;position:relative}._nav_yn6ag_10{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}._logo_yn6ag_19{background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.05em;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800;text-decoration:none;transition:opacity .3s}._logo_yn6ag_19:hover{opacity:.8}._navLinks_yn6ag_36{align-items:center;gap:2rem;display:flex}._navLink_yn6ag_36{color:#ffffffe6;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}._navLink_yn6ag_36:hover,._navLink_yn6ag_36:focus{color:#fff;background:#ffffff1a;outline:none}._navLink_yn6ag_36:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (max-width:768px){._header_yn6ag_1{padding:1.5rem 1rem}._nav_yn6ag_10{flex-direction:column;gap:1.5rem}._logo_yn6ag_19{font-size:1.75rem}._navLinks_yn6ag_36{flex-wrap:wrap;justify-content:center;gap:1rem}._navLink_yn6ag_36{padding:.5rem .75rem;font-size:.95rem}}@media (max-width:480px){._header_yn6ag_1{padding:1rem}._logo_yn6ag_19{font-size:1.5rem}._navLinks_yn6ag_36{gap:.5rem}._navLink_yn6ag_36{padding:.4rem .6rem;font-size:.9rem}}._hero_1ed7k_1{text-align:center;padding:clamp(3rem,8vw,6rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}._heroContent_1ed7k_8{z-index:1;max-width:800px;margin:0 auto;position:relative}._heroTitle_1ed7k_15{color:#fff;text-shadow:0 2px 30px #0006;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}._highlight_1ed7k_24{background:linear-gradient(135deg,#a78bfa 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._heroSubtitle_1ed7k_31{color:#fffffff2;margin-bottom:1rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:500}._heroDescription_1ed7k_38{color:#fffc;max-width:650px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:300;line-height:1.7}._heroButtons_1ed7k_47{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}._btn_1ed7k_55{border-radius:12px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}._btnPrimary_1ed7k_67{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#8b5cf6 100%);box-shadow:0 4px 20px #00000059}._btnPrimary_1ed7k_67:hover,._btnPrimary_1ed7k_67:focus{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 32px #00000073}._btnSecondary_1ed7k_81{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a}._btnSecondary_1ed7k_81:hover,._btnSecondary_1ed7k_81:focus{background:#ffffff2e;border-color:#ffffff59;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 28px #00000059}@media (max-width:768px){._hero_1ed7k_1{padding:2.5rem 1.5rem}._heroButtons_1ed7k_47{flex-direction:column;align-items:stretch;gap:1rem}._btn_1ed7k_55{text-align:center;width:100%}}@media (max-width:480px){._hero_1ed7k_1{padding:2rem 1rem}._btn_1ed7k_55{padding:.9rem 2rem;font-size:1rem}}@media (prefers-reduced-motion:reduce){._btn_1ed7k_55{transition:none}._btnPrimary_1ed7k_67:hover,._btnPrimary_1ed7k_67:focus,._btnSecondary_1ed7k_81:hover,._btnSecondary_1ed7k_81:focus{transform:none}}._aboutContent_bdtpi_1{text-align:center;max-width:800px;margin:0 auto}._description_bdtpi_7{color:#ffffffd9;margin:0;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:300;line-height:1.8}._section_12m3d_1{border-bottom:1px solid #ffffff0f;margin-top:4rem;padding:3rem 2rem}._sectionTitle_12m3d_7{color:#fff;text-align:center;width:100%;margin-bottom:3rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;display:inline-block;position:relative}._sectionTitle_12m3d_7:after{content:"";background:linear-gradient(90deg,#a78bfa 0%,#ec4899 100%);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@media (max-width:768px){._section_12m3d_1{margin-top:2rem;padding:2rem 1.5rem}._sectionTitle_12m3d_7{margin-bottom:2rem}}@media (max-width:480px){._section_12m3d_1{padding:1.5rem 1rem}}._projectCard_1gpry_1{-webkit-backdrop-filter:blur(12px);will-change:transform,box-shadow,background;cursor:pointer;background:#00000080;border:1px solid #ffffff14;border-radius:12px;padding:2rem;transition:transform .25s,background .25s,box-shadow .25s}._projectCard_1gpry_1:hover{background:#000000a6;transform:translateY(-8px);box-shadow:0 16px 48px #0009}._projectCard_1gpry_1:active{transform:translateY(-2px)scale(.99)}._projectCard_1gpry_1:focus-visible{outline-offset:4px;outline:2px solid #8b5cf699}._projectCardExpanded_1gpry_31{cursor:default;background:#000000e6;border:1px solid #ffffff1f;width:100%;max-height:85vh;overflow:auto;box-shadow:0 25px 80px #000c;transform:none!important}._projectCardExpanded_1gpry_31:hover{background:#000000e6;transform:none}._projectHeader_1gpry_47{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}._projectTitle_1gpry_55{color:#fff;margin:0;font-size:1.5rem;font-weight:600}._projectStatus_1gpry_62{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.4rem 1rem;font-size:.85rem;font-weight:600}._statusInProgress_1gpry_71{color:#fbbf24;background:#fbbf2433;border:1px solid #fbbf244d}._statusCompleted_1gpry_77{color:#4ade80;background:#22c55e33;border:1px solid #22c55e4d}._statusPlanning_1gpry_83{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d}._projectDescription_1gpry_89{color:#fffc;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}._projectDetails_1gpry_96{border-top:1px solid #ffffff1a;margin-top:1.5rem;margin-bottom:1.5rem;padding-top:1.5rem}._detailsSection_1gpry_103{margin-bottom:1.5rem}._detailsSection_1gpry_103:last-child{margin-bottom:0}._detailsHeading_1gpry_111{color:#a78bfa;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}._detailsText_1gpry_118{color:#ffffffb3;margin:0 0 1rem;line-height:1.6}._featureList_1gpry_124{color:#ffffffb3;margin:0;padding-left:1.5rem;line-height:1.8}._featureItem_1gpry_131{margin-bottom:.5rem}._featureItem_1gpry_131:last-child{margin-bottom:0}._projectLinks_1gpry_139{flex-wrap:wrap;gap:2rem;margin-top:1.5rem;display:flex}._projectLink_1gpry_139{color:#8b5cf6;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}._projectLink_1gpry_139:hover,._projectLink_1gpry_139:focus{color:#a78bfa;text-decoration:underline}._projectTags_1gpry_160{flex-wrap:wrap;gap:.75rem;display:flex}._tag_1gpry_166{color:#d9d6fe;background:#8b5cf626;border:1px solid #8b5cf659;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}@media (max-width:768px){._projectCard_1gpry_1{padding:1.5rem}._projectHeader_1gpry_47{flex-direction:column;align-items:flex-start;gap:.75rem}._projectLinks_1gpry_139{flex-direction:column;gap:1rem}}@media (max-width:480px){._projectCard_1gpry_1{padding:1.25rem}._projectTitle_1gpry_55{font-size:1.25rem}._projectStatus_1gpry_62{padding:.35rem .85rem;font-size:.8rem}}@media (prefers-reduced-motion:reduce){._projectCard_1gpry_1,._projectCard_1gpry_1:hover,._projectCard_1gpry_1:active{transition:none;transform:none}}._projectCardExpanded_1gpry_31::-webkit-scrollbar{width:8px}._projectCardExpanded_1gpry_31::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}._projectCardExpanded_1gpry_31::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}._projectCardExpanded_1gpry_31::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._projectsGrid_1iqu9_1{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:768px){._projectsGrid_1iqu9_1{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){._projectsGrid_1iqu9_1{gap:1rem}}._footer_1vp2x_1{-webkit-backdrop-filter:blur(20px);text-align:center;background:#00000080;border-top:1px solid #ffffff0f;padding:2.5rem 2rem;position:relative}._copyright_1vp2x_11{color:#ffffffd9;letter-spacing:.03em;margin:0;font-size:1rem;font-weight:400}@media (max-width:768px){._footer_1vp2x_1{padding:2rem 1.5rem}._copyright_1vp2x_11{font-size:.95rem}}@media (max-width:480px){._footer_1vp2x_1{padding:2rem 1rem}._copyright_1vp2x_11{font-size:.9rem}}._overlay_u28q5_1{-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:1000;background:#000000d9;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}._overlayOpen_u28q5_16{opacity:1;visibility:visible}._overlayInner_u28q5_21{justify-content:center;align-items:center;width:100%;max-width:1200px;padding:2rem;display:flex;position:relative}._overlayContent_u28q5_31{width:100%;max-height:90vh;position:relative;overflow-y:auto}._closeButton_u28q5_38{color:#fff;cursor:pointer;z-index:10000;pointer-events:auto;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .2s;display:flex;position:fixed;top:2rem;right:2rem}._closeButton_u28q5_38:hover,._closeButton_u28q5_38:focus{background:#ffffff4d;outline:none;transform:scale(1.1)}._closeButton_u28q5_38:focus-visible{outline:2px solid var(--focus);outline-offset:2px}._closeButton_u28q5_38:active{transform:scale(.95)}@media (max-width:768px){._overlayInner_u28q5_21{padding:1rem}._closeButton_u28q5_38{width:40px;height:40px;font-size:20px;top:1rem;right:1rem}}@media (max-width:480px){._overlayInner_u28q5_21{padding:.5rem}._overlayContent_u28q5_31{max-height:95vh}}@media (prefers-reduced-motion:reduce){._overlay_u28q5_1{transition:none}._closeButton_u28q5_38:hover,._closeButton_u28q5_38:focus,._closeButton_u28q5_38:active{transform:none}}._overlayContent_u28q5_31::-webkit-scrollbar{width:8px}._overlayContent_u28q5_31::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}._overlayContent_u28q5_31::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}._overlayContent_u28q5_31::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._container_187yx_1{max-width:1600px;min-height:100vh;margin:0 auto;padding:2rem}._header_187yx_8{text-align:center;margin-bottom:2rem}._title_187yx_13{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}._subtitle_187yx_23{color:#ffffffb3;margin:0;font-size:1.125rem}._controls_187yx_29{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}._controlGroup_187yx_42{flex-direction:column;flex:1;gap:.5rem;min-width:200px;display:flex}._label_187yx_50{color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}._slider_187yx_58{cursor:pointer;appearance:none;background:#ffffff1a;border-radius:4px;outline:none;width:100%;height:8px}._slider_187yx_58::-webkit-slider-thumb{appearance:none;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:20px;height:20px;transition:transform .2s}._slider_187yx_58::-webkit-slider-thumb:hover{transform:scale(1.2)}._slider_187yx_58::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;width:20px;height:20px;transition:transform .2s}._slider_187yx_58::-moz-range-thumb:hover{transform:scale(1.2)}._select_187yx_98{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:all .3s}._select_187yx_98 option{color:#fff;background:#1a1a1a;padding:.5rem}._select_187yx_98:hover{background:#ffffff1f;border-color:#ffffff4d}._select_187yx_98:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._button_187yx_126{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}._button_187yx_126:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}._button_187yx_126:active{transform:translateY(0)}._editorContainer_187yx_148{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:1024px){._editorContainer_187yx_148{grid-template-columns:1fr}}._editorPane_187yx_161,._outputPane_187yx_162{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;min-height:500px;display:flex;overflow:hidden}._paneHeader_187yx_172{background:#ffffff0d;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}._paneTitle_187yx_181{color:#ffffffe6;margin:0;font-size:1.25rem;font-weight:600}._paneActions_187yx_188{flex-wrap:wrap;gap:.5rem;display:flex}._actionButton_187yx_194{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #fff3;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}._actionButton_187yx_194:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-1px)}._actionButton_187yx_194:active{transform:translateY(0)}._textarea_187yx_216{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;padding:1.5rem;font-family:Consolas,Monaco,Courier New,monospace;line-height:1.6}._textarea_187yx_216::placeholder{color:#ffffff4d}._preview_187yx_232{color:#ffffffe6;flex:1;padding:1.5rem;line-height:1.8;overflow-y:auto}._preview_187yx_232 h1,._preview_187yx_232 h2,._preview_187yx_232 h3,._preview_187yx_232 h4,._preview_187yx_232 h5,._preview_187yx_232 h6{color:#fff;margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.3}._preview_187yx_232 h1{border-bottom:2px solid #fff3;padding-bottom:.3em;font-size:2em}._preview_187yx_232 h2{border-bottom:1px solid #ffffff26;padding-bottom:.3em;font-size:1.5em}._preview_187yx_232 h3{font-size:1.25em}._preview_187yx_232 p{margin:1em 0}._preview_187yx_232 a{color:#667eea;text-decoration:none;transition:color .2s}._preview_187yx_232 a:hover{color:#764ba2;text-decoration:underline}._preview_187yx_232 code{background:#ffffff1a;border-radius:4px;padding:.2em .4em;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em}._preview_187yx_232 pre{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:1em;overflow-x:auto}._preview_187yx_232 pre code{background:0 0;padding:0}._preview_187yx_232 blockquote{color:#ffffffb3;border-left:4px solid #667eea;margin:1em 0;padding-left:1em;font-style:italic}._preview_187yx_232 ul,._preview_187yx_232 ol{margin:1em 0;padding-left:2em}._preview_187yx_232 li{margin:.5em 0}._preview_187yx_232 table{border-collapse:collapse;width:100%;margin:1em 0}._preview_187yx_232 th,._preview_187yx_232 td{text-align:left;border:1px solid #fff3;padding:.75em}._preview_187yx_232 th{background:#ffffff1a;font-weight:600}._preview_187yx_232 hr{border:none;border-top:2px solid #fff3;margin:2em 0}._preview_187yx_232 img{border-radius:8px;max-width:100%;height:auto}._codeOutput_187yx_353{color:#ffffffe6;white-space:pre-wrap;word-wrap:break-word;background:#0000004d;flex:1;margin:0;padding:1.5rem;font-family:Consolas,Monaco,Courier New,monospace;line-height:1.6;overflow-x:auto}._info_187yx_366{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}._infoTitle_187yx_373{color:#ffffffe6;margin:0 0 1rem;font-size:1.25rem;font-weight:600}._infoList_187yx_380{color:#ffffffb3;margin:0;padding-left:1.5rem;line-height:1.8}._infoList_187yx_380 li{margin:.5rem 0}@media (max-width:768px){._paneActions_187yx_188{width:100%}._actionButton_187yx_194{flex:1;min-width:fit-content;padding:.4rem .75rem;font-size:.8rem}}@media (max-width:480px){._paneHeader_187yx_172{flex-direction:column;align-items:flex-start;gap:.75rem}._paneActions_187yx_188{width:100%}._actionButton_187yx_194{padding:.4rem .6rem;font-size:.75rem}}
