@layer components;home-page{display:block;min-height:100%;--ink: #252525;--muted-ink: #4a4a4a;--accent: #ffc94d;--paper: #ffffff;--preview: #f7f6e5;--line: rgba(37, 37, 37, .72);background:var(--paper)}home-page *{box-sizing:border-box}home-page .portfolio-page{min-height:100vh;margin:0;display:flex;align-items:center;justify-content:center;color:var(--ink);background:linear-gradient(90deg,rgba(255,201,77,.12) 0 1px,transparent 1px),linear-gradient(0deg,rgba(37,37,37,.035) 0 1px,transparent 1px),var(--paper);background-size:96px 96px;font-family:Arial,Helvetica,sans-serif}home-page .portfolio-content{width:min(100%,1920px);height:min(100vh,1080px);min-height:720px;margin:0 auto;display:flex;flex-direction:column;background:#ffffffe6}home-page .portfolio-header{position:sticky;top:0;z-index:10;width:100%;min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(28px,6vw,112px);background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}home-page .logo,home-page .project-nav h1,home-page .about-section h2,home-page .skills-section h2{margin:0;color:var(--ink);font-family:Arial Black,Impact,Arial,sans-serif;font-weight:900;line-height:1}home-page .logo{flex:0 0 auto;font-size:clamp(1.75rem,1.5vw,2.35rem);text-decoration:none}home-page .project-nav{min-width:0;display:flex;align-items:center;gap:clamp(14px,1.4vw,24px)}home-page .project-nav h1{flex:0 0 auto;font-size:clamp(1.1rem,1.2vw,1.45rem)}home-page .project-nav ul{min-width:0;margin:0;padding:0 10px;display:flex;align-items:center;gap:10px;overflow-x:auto;list-style:none;border:2px solid var(--line);border-radius:12px;background:#ffffffe6;scrollbar-width:none}home-page .project-nav ul::-webkit-scrollbar{display:none}home-page .project-link{position:relative;min-height:44px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--ink);cursor:pointer;font:900 clamp(.7rem,.72vw,.9rem) Arial,Helvetica,sans-serif;white-space:nowrap}home-page .project-link:after{content:"";position:absolute;left:4px;right:4px;bottom:7px;height:3px;border-radius:99px;background:transparent;transition:background-color .16s ease}home-page .project-link:hover:after,home-page .project-link.is-active:after{background:var(--accent)}home-page .main-layout{flex:1;min-height:0;display:flex;justify-content:space-between;align-items:center;gap:clamp(40px,4.5vw,86px);padding:clamp(18px,1.8vw,34px) clamp(28px,6vw,112px) clamp(36px,5vw,86px)}home-page .about-section,home-page .projects-section{width:50%}home-page .about-section{display:flex;align-items:center;padding-left:clamp(0px,3vw,56px)}home-page .about-copy{width:min(100%,700px)}home-page .about-section h2,home-page .skills-section h2{position:relative;width:fit-content;font-size:clamp(1.55rem,1.55vw,2.15rem)}home-page .about-section h2:after,home-page .skills-section h2:after{content:"";position:absolute;left:2px;right:2px;bottom:-8px;height:6px;z-index:-1;border-radius:99px;background:var(--accent)}home-page .about-section p{max-width:670px;margin:34px 0 0;color:var(--muted-ink);font-size:clamp(1rem,.98vw,1.2rem);line-height:1.65}home-page .skills-section{margin-top:clamp(48px,5vw,76px)}home-page .skills-grid{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,4vw,82px);color:var(--ink);font-size:clamp(.9rem,.82vw,1rem);line-height:1.5}home-page .skills-grid strong{display:block;margin:24px 0 10px;font-weight:900}home-page .skills-grid ul{margin:0;padding:0;list-style:none}home-page .skills-grid li{position:relative;margin-top:6px;padding-left:16px}home-page .skills-grid li:before{content:"";position:absolute;left:0;top:.7em;width:7px;height:7px;border:1px solid var(--ink);border-radius:50%;background:var(--accent);transform:translateY(-50%)}home-page .contact-link{width:min(100%,220px);min-height:52px;margin-top:clamp(48px,6vw,92px);display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:12px;background:var(--accent);color:var(--ink);box-shadow:5px 5px 0 var(--ink);font-weight:900;text-decoration:none;transition:box-shadow .16s ease,transform .16s ease}home-page .contact-link:hover{box-shadow:2px 2px 0 var(--ink);transform:translate(3px,3px)}home-page .projects-section{min-height:clamp(520px,66vh,760px);display:grid;place-items:center;padding:clamp(22px,2.5vw,42px);overflow:hidden;border:2px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(255,201,77,.12),transparent 34%),var(--preview);box-shadow:14px 14px #ffc94d52}home-page .preview-frame{width:100%;height:100%;min-height:0;margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-items:center;gap:clamp(16px,2vw,28px)}home-page .preview-frame picture,home-page .project-image{width:min(100%,920px)}home-page .project-image{max-height:min(58vh,620px);aspect-ratio:1299 / 944;object-fit:contain;display:block;border-radius:12px;filter:drop-shadow(0 14px 22px rgba(37,37,37,.08))}home-page figcaption,home-page .empty-preview p{margin:0;color:var(--muted-ink);font-size:clamp(.75rem,.72vw,.92rem);line-height:1.45;text-align:center}home-page .empty-preview{width:100%;height:100%;display:grid;place-items:center}@media(max-width:980px){home-page .portfolio-content{height:auto;min-height:100vh;max-height:none}home-page .portfolio-header{min-height:78px;padding:0 20px}home-page .main-layout{flex-direction:column;align-items:stretch;gap:34px;padding:28px 20px 44px}home-page .about-section,home-page .projects-section{width:100%}home-page .about-section{padding-left:0}home-page .about-copy{width:100%}home-page .projects-section{min-height:520px;box-shadow:8px 8px #ffc94d52}home-page .project-image{max-height:400px}}@media(max-width:640px){home-page .portfolio-header{min-height:70px;gap:10px;padding:0 14px}home-page .logo{font-size:1.85rem}home-page .project-nav{flex:1;justify-content:flex-end;gap:8px}home-page .project-nav h1{font-size:1rem}home-page .project-nav ul{max-width:60vw;gap:6px;padding:0 6px;border-radius:10px}home-page .project-link{min-height:34px;padding:0 4px;font-size:.64rem}home-page .project-link:after{bottom:5px;height:2px}home-page .main-layout{gap:28px;padding:22px 20px 34px}home-page .about-section h2,home-page .skills-section h2{font-size:1.45rem}home-page .about-section p{margin-top:22px;font-size:.95rem;line-height:1.55}home-page .skills-section{margin-top:38px}home-page .skills-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:24px;font-size:.74rem}home-page .skills-grid strong{margin:18px 0 8px}home-page .skills-grid li{padding-left:13px}home-page .contact-link{width:176px;min-height:44px;margin-top:30px;box-shadow:4px 4px 0 var(--ink)}home-page .projects-section{min-height:390px;padding:14px;border-radius:16px;box-shadow:6px 6px #ffc94d52}home-page .preview-frame{gap:12px}home-page .project-image{width:min(100%,360px);max-height:300px}home-page figcaption,home-page .empty-preview p{font-size:.72rem}}@media(max-width:420px){home-page .project-nav h1{font-size:.9rem}home-page .project-nav ul{max-width:58vw}home-page .project-link{font-size:.56rem}home-page .skills-grid{gap:14px;font-size:.66rem}home-page .projects-section{min-height:340px}home-page .project-image{width:min(100%,300px);max-height:260px}}@layer theme{:root,:host{--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;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.static{position:static}.contents{display:contents}.flex{display:flex}}html,body{height:100%;margin:0}body{color:#202124;background:#f7f5ef}
