/* PANEL — turkuaz bir kumanda rayi ile degisen, tek odakli portfolyo sahnesi. */
.theme-panel{--pn-navy:#11185b;--pn-paper:#fff;--pn-soft:#eefbfc;--pn-line:#dfe8ee}
.theme-panel .pn-page{min-height:100vh;padding:clamp(12px,2vw,32px)}
.theme-panel .pn-frame{display:grid;grid-template-columns:clamp(150px,12vw,188px) minmax(0,1fr);width:min(1660px,100%);min-height:calc(100vh - clamp(24px,4vw,64px));margin:0 auto;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:clamp(26px,3vw,48px);background:var(--pn-paper);box-shadow:0 24px 70px color-mix(in srgb,var(--accent) 12%,transparent)}
.theme-panel .pn-sidebar{position:relative;z-index:10;display:flex;flex-direction:column;min-width:0;padding:clamp(24px,3vh,38px) 14px 22px;background:var(--accent);color:#fff}
.theme-panel .pn-identity{display:grid;justify-items:center;gap:8px;text-align:center}
.theme-panel .pn-avatar{display:grid;place-items:center;width:82px;aspect-ratio:1;overflow:hidden;border:5px solid #fff;border-radius:50%;background:color-mix(in srgb,var(--pn-navy) 88%,var(--accent));box-shadow:0 7px 0 color-mix(in srgb,var(--pn-navy) 30%,transparent);font-size:32px;font-weight:800}
.theme-panel .pn-avatar img{width:100%;height:100%;object-fit:cover}
.theme-panel .pn-identity b{max-width:100%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.theme-panel .pn-identity small{color:rgba(255,255,255,.78)!important;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.theme-panel .pn-nav{display:flex;flex:1;flex-direction:column;gap:8px;margin-top:24px;overflow:auto;scrollbar-width:none}
.theme-panel .pn-nav::-webkit-scrollbar{display:none}
.theme-panel .pn-nav button{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:9px;min-height:52px;padding:3px 8px 3px 2px;border:0;border-radius:28px;background:transparent;color:#fff;font:inherit;text-align:left;cursor:pointer;transition:background .18s ease,transform .18s ease}
.theme-panel .pn-nav button:hover,.theme-panel .pn-nav button:focus-visible,.theme-panel .pn-nav button.is-active{background:rgba(255,255,255,.17)}
.theme-panel .pn-nav button:focus-visible{outline:3px solid #fff;outline-offset:2px}
.theme-panel .pn-nav button.is-active{transform:translateX(5px)}
.theme-panel .pn-nav button.is-active::after{position:absolute;right:-22px;width:18px;height:28px;border-radius:16px 0 0 16px;background:#fff;content:""}
.theme-panel .pn-nav-icon{display:grid;place-items:center;width:46px;aspect-ratio:1;border-radius:50%;background:#fff;color:var(--accent);box-shadow:0 5px 0 color-mix(in srgb,var(--pn-navy) 18%,transparent)}
.theme-panel .pn-nav-label{overflow:hidden;font-size:10px;font-weight:800;letter-spacing:.035em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.theme-panel .pn-download{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:8px;margin-top:18px;color:#fff;text-decoration:none;font-size:10px;font-weight:800;text-transform:uppercase}
.theme-panel .pn-download>span{display:grid;place-items:center;width:46px;aspect-ratio:1;border-radius:50%;background:#fff;color:var(--accent);box-shadow:0 5px 0 color-mix(in srgb,var(--pn-navy) 18%,transparent)}
.theme-panel .pn-stage{position:relative;min-width:0;overflow:hidden;color:var(--pn-navy)}
.theme-panel .pn-panel{min-height:calc(100vh - clamp(24px,4vw,64px));padding:clamp(44px,6vw,92px);background:#fff}
.theme-panel .pn-stage.pn-tabs-ready .pn-panel:not(.is-active){display:none}
.theme-panel .pn-stage.pn-tabs-ready .pn-panel.is-active{animation:pn-panel-in .38s cubic-bezier(.2,.8,.2,1) both}
@keyframes pn-panel-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.theme-panel .pn-panel-content{width:min(1180px,100%);margin:0 auto}
.theme-panel .pn-home{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(44px,7vw,110px)}
.theme-panel .pn-home-copy{position:relative;z-index:2}
.theme-panel .pn-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:color-mix(in srgb,var(--accent) 13%,#fff);color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.theme-panel .pn-eyebrow::before{width:8px;height:8px;border-radius:50%;background:var(--accent);content:""}
.theme-panel .pn-home h1{max-width:760px;margin:24px 0 8px;color:var(--pn-navy);font-size:clamp(48px,7vw,108px);font-weight:800;letter-spacing:-.065em;line-height:.88}
.theme-panel .pn-headline{max-width:650px;margin:18px 0 0;font-size:clamp(18px,2vw,27px);font-weight:700;line-height:1.35}
.theme-panel .pn-intro{max-width:650px;margin:17px 0 0;font-size:15px;line-height:1.8}
.theme-panel .pn-home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.theme-panel .pn-home-actions a,.theme-panel .pn-home-actions button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 20px;border:2px solid var(--accent);border-radius:999px;background:var(--accent);color:#fff;font:inherit;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}
.theme-panel .pn-home-actions .is-quiet{background:#fff;color:var(--accent)}
.theme-panel .pn-home-actions a:focus-visible,.theme-panel .pn-home-actions button:focus-visible,.theme-panel .pn-hire:focus-visible{outline:3px solid var(--pn-navy);outline-offset:3px}
.theme-panel .pn-socials{display:flex;gap:9px;margin-top:22px}
.theme-panel .pn-socials a{display:grid;place-items:center;width:40px;aspect-ratio:1;border:2px solid color-mix(in srgb,var(--pn-navy) 30%,transparent);border-radius:50%;color:var(--pn-navy);text-decoration:none}
.theme-panel .pn-home-visual{position:relative;display:grid;place-items:center;min-height:550px}
.theme-panel .pn-portrait{position:relative;z-index:2;display:grid;place-items:center;width:min(410px,84%);aspect-ratio:1/.9;overflow:hidden;border-radius:36% 16% 30% 16%;background:linear-gradient(145deg,#eff9fb,#b8c6cf);box-shadow:0 28px 70px color-mix(in srgb,var(--accent) 18%,transparent);color:color-mix(in srgb,var(--pn-navy) 28%,transparent);font-size:clamp(100px,15vw,210px);font-weight:800}
.theme-panel .pn-portrait img{width:100%;height:100%;object-fit:cover;filter:saturate(.25)}
.theme-panel .pn-orbit{position:absolute;border-radius:50%;background:color-mix(in srgb,var(--accent) 88%,#fff)}
.theme-panel .pn-orbit-one{top:8%;left:7%;width:74px;aspect-ratio:1;border-radius:100% 0 100% 100%;transform:rotate(38deg)}
.theme-panel .pn-orbit-two{right:7%;bottom:7%;width:110px;aspect-ratio:1;background:transparent;border:18px solid color-mix(in srgb,var(--accent) 68%,#fff);border-right-color:transparent}
.theme-panel .pn-squiggle{position:absolute;top:31%;left:0;color:color-mix(in srgb,var(--accent) 78%,#fff);font-size:82px;font-weight:300;transform:rotate(20deg)}
.theme-panel .pn-hire{position:absolute;right:1%;bottom:22%;z-index:3;display:flex;align-items:center;gap:9px;min-height:54px;padding:13px 22px;border:0;border-radius:999px;background:#fff;color:var(--accent);box-shadow:0 14px 35px rgba(24,32,72,.14);font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.theme-panel .pn-section-head{display:flex;align-items:center;gap:16px;margin-bottom:clamp(36px,5vw,68px)}
.theme-panel .pn-section-head>span{display:grid;place-items:center;width:44px;aspect-ratio:1;border-radius:14px;background:var(--accent);color:#fff;font-size:11px;font-weight:800;transform:rotate(-5deg)}
.theme-panel .pn-section-head h2{margin:0;color:var(--pn-navy);font-size:clamp(34px,5vw,70px);font-weight:800;letter-spacing:-.055em;line-height:1}
.theme-panel .pn-about-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(40px,7vw,100px);align-items:start}
.theme-panel .pn-summary-copy>p{margin:0;font-size:clamp(17px,1.7vw,23px);line-height:1.8}
.theme-panel .pn-facts{position:relative;display:grid;gap:18px;margin:0;padding:38px;border:12px solid transparent;border-radius:25px;background:linear-gradient(#fff,#fff) padding-box,repeating-linear-gradient(135deg,var(--accent) 0 12px,transparent 12px 22px,color-mix(in srgb,var(--accent) 55%,#fff) 22px 34px,transparent 34px 44px) border-box}
.theme-panel .pn-facts::before{position:absolute;top:-29px;left:8%;width:36px;aspect-ratio:1;border-radius:50%;background:var(--accent);content:""}
.theme-panel .pn-facts div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px}
.theme-panel .pn-facts dt{font-weight:800}
.theme-panel .pn-facts dd{min-width:0;margin:0;overflow-wrap:anywhere}
.theme-panel .pn-facts a{color:inherit}
.theme-panel .pn-entry-grid{display:grid;gap:20px}
.theme-panel .pn-timeline article{position:relative;display:grid;grid-template-columns:170px minmax(0,1fr);gap:32px;padding:28px 30px 28px 54px;border:1px solid var(--pn-line);border-radius:22px;background:#fff}
.theme-panel .pn-timeline article::before{position:absolute;top:34px;left:24px;width:12px;aspect-ratio:1;border:4px solid color-mix(in srgb,var(--accent) 28%,#fff);border-radius:50%;background:var(--accent);content:""}
.theme-panel .pn-timeline time{font-size:11px;font-weight:700}
.theme-panel .pn-timeline h3,.theme-panel .pn-projects h3,.theme-panel .pn-compact-grid h3,.theme-panel .pn-skills h3{margin:0;color:var(--pn-navy);font-size:clamp(20px,2vw,29px);font-weight:800}
.theme-panel .pn-timeline p,.theme-panel .pn-compact-grid p{margin:7px 0 0}
.theme-panel .pn-timeline ul,.theme-panel .pn-projects ul{margin:18px 0 0;padding-left:18px;line-height:1.7}
.theme-panel .pn-projects{grid-template-columns:repeat(2,minmax(0,1fr))}
.theme-panel .pn-projects article{position:relative;min-height:300px;padding:30px;border:1px solid var(--pn-line);border-radius:28px;background:linear-gradient(145deg,#fff,var(--pn-soft));overflow:hidden}
.theme-panel .pn-project-number{position:absolute;right:-8px;bottom:-30px;color:color-mix(in srgb,var(--accent) 13%,transparent);font-size:150px;font-weight:800;line-height:1}
.theme-panel .pn-project-meta{position:relative;display:flex;justify-content:space-between;gap:20px;margin-bottom:60px;font-size:11px;font-weight:700;text-transform:uppercase}
.theme-panel .pn-projects h3,.theme-panel .pn-projects ul,.theme-panel .pn-projects>a{position:relative}
.theme-panel .pn-projects>a{display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:var(--accent);font-weight:800;text-decoration:none}
.theme-panel .pn-compact-grid,.theme-panel .pn-skills{grid-template-columns:repeat(3,minmax(0,1fr))}
.theme-panel .pn-compact-grid article,.theme-panel .pn-skills article{padding:30px;border:1px solid var(--pn-line);border-radius:24px;background:#fff}
.theme-panel .pn-compact-grid article>i{display:grid;place-items:center;width:58px;aspect-ratio:1;margin-bottom:28px;border-radius:50%;background:var(--pn-soft);color:var(--accent);font-size:21px}
.theme-panel .pn-compact-grid time{display:block;margin-bottom:12px;font-size:11px;font-weight:700}
.theme-panel .pn-skills article{text-align:center}
.theme-panel .pn-skills article>span{display:grid;place-items:center;width:76px;aspect-ratio:1;margin:0 auto 24px;border-radius:50%;background:var(--pn-soft);color:var(--accent);font-size:24px}
.theme-panel .pn-skills p{margin:13px 0 0;line-height:1.7}
.theme-panel .pn-languages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.theme-panel .pn-languages article{padding:28px;border:1px solid var(--pn-line);border-radius:22px}
.theme-panel .pn-languages article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:20px}
.theme-panel .pn-languages h3{margin:0;font-size:22px}
.theme-panel .pn-level{height:10px;margin-top:18px;overflow:hidden;border-radius:999px;background:var(--pn-soft)}
.theme-panel .pn-level i{display:block;height:100%;border-radius:inherit;background:var(--accent)}
.theme-panel .pn-contact-grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(430px,1.22fr);gap:clamp(38px,7vw,100px);align-items:start}
.theme-panel .pn-contact h3{max-width:520px;margin:24px 0 16px;color:var(--pn-navy);font-size:clamp(28px,4vw,52px);line-height:1.08}
.theme-panel .pn-contact-list{display:grid;gap:15px;margin-top:34px}
.theme-panel .pn-contact-list>a,.theme-panel .pn-contact-list>span{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;color:inherit;text-decoration:none}
.theme-panel .pn-contact-list>a>i,.theme-panel .pn-contact-list>span>i{display:grid;place-items:center;width:48px;aspect-ratio:1;border-radius:50%;background:var(--pn-soft);color:var(--accent)}
.theme-panel .pn-contact-list>a>span,.theme-panel .pn-contact-list>span>span{display:grid;gap:2px}
.theme-panel .pn-contact-list small{overflow-wrap:anywhere}
.theme-panel .pn-contact-form{padding:clamp(24px,4vw,42px);border:1px solid var(--pn-line);border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(24,32,72,.07)}
.theme-panel .pn-contact-form input,.theme-panel .pn-contact-form textarea{border-color:var(--pn-line);border-radius:14px;background:#fbfdfe}
.theme-panel .pn-contact-form button{border-radius:999px;background:var(--accent)}
.theme-panel .pn-contact-form-preview :disabled{cursor:default;opacity:1}
.theme-panel .pn-footer{position:absolute;right:28px;bottom:14px;color:color-mix(in srgb,var(--pn-navy) 45%,transparent);font-size:9px}
.theme-panel .pn-footer a{color:inherit}
.theme-panel.layout-yanyana .pn-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.theme-panel.layout-izgara .pn-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.theme-panel.layout-kartlar .pn-entry-grid article{background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--accent) 8%,#fff));box-shadow:0 18px 45px color-mix(in srgb,var(--accent) 10%,transparent)}
.theme-panel.design-card-preview .pn-page{padding:6px}
.theme-panel.design-card-preview .pn-frame{grid-template-columns:120px minmax(0,1fr);min-height:1100px;border-radius:24px}
.theme-panel.design-card-preview .pn-panel{min-height:1100px;padding:58px}
.theme-panel.design-card-preview .pn-identity small,.theme-panel.design-card-preview .pn-nav-label{display:none}
.theme-panel.design-card-preview .pn-nav button{grid-template-columns:46px;justify-content:center}
@media(max-width:1000px){
  .theme-panel .pn-frame{grid-template-columns:132px minmax(0,1fr)}
  .theme-panel .pn-sidebar{padding-inline:10px}
  .theme-panel .pn-identity b,.theme-panel .pn-identity small,.theme-panel .pn-nav-label{display:none}
  .theme-panel .pn-nav button{grid-template-columns:46px;justify-content:center;padding-inline:2px}
  .theme-panel .pn-home{grid-template-columns:1fr;align-content:center}
  .theme-panel .pn-home-visual{min-height:430px}
  .theme-panel .pn-about-grid,.theme-panel .pn-contact-grid{grid-template-columns:1fr}
  .theme-panel .pn-compact-grid,.theme-panel .pn-skills{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .theme-panel .pn-page{padding:0}
  .theme-panel .pn-frame{display:block;min-height:100vh;border:0;border-radius:0}
  .theme-panel .pn-sidebar{position:sticky;top:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;z-index:40}
  .theme-panel .pn-identity{display:block}
  .theme-panel .pn-avatar{width:48px;border-width:3px;box-shadow:none;font-size:18px}
  .theme-panel .pn-identity b,.theme-panel .pn-identity small{display:none}
  .theme-panel .pn-nav{display:flex;flex-direction:row;gap:6px;margin:0;overflow-x:auto;scroll-snap-type:x proximity}
  .theme-panel .pn-nav button{display:block;flex:0 0 auto;min-height:48px;padding:0;background:transparent;scroll-snap-align:center}
  .theme-panel .pn-nav button.is-active{transform:none}
  .theme-panel .pn-nav button.is-active::after{display:none}
  .theme-panel .pn-nav-icon{width:44px;box-shadow:none}
  .theme-panel .pn-download{display:block;margin:0;font-size:0}
  .theme-panel .pn-download>span{width:44px;box-shadow:none}
  .theme-panel .pn-panel{min-height:calc(100vh - 66px);padding:42px 20px 68px}
  .theme-panel .pn-home{gap:30px}
  .theme-panel .pn-home h1{font-size:clamp(48px,16vw,76px)}
  .theme-panel .pn-home-visual{min-height:360px}
  .theme-panel .pn-portrait{width:min(340px,92%)}
  .theme-panel .pn-hire{right:0;bottom:12%}
  .theme-panel .pn-section-head{gap:12px;margin-bottom:34px}
  .theme-panel .pn-section-head h2{font-size:42px}
  .theme-panel .pn-about-grid{gap:36px}
  .theme-panel .pn-facts{padding:28px 22px}
  .theme-panel .pn-facts div{grid-template-columns:82px minmax(0,1fr);font-size:13px}
  .theme-panel .pn-timeline article{grid-template-columns:1fr;gap:12px;padding:27px 24px 27px 48px}
  .theme-panel .pn-projects,.theme-panel .pn-compact-grid,.theme-panel .pn-skills,.theme-panel .pn-languages,.theme-panel.layout-yanyana .pn-entry-grid,.theme-panel.layout-izgara .pn-entry-grid{grid-template-columns:1fr}
  .theme-panel .pn-project-meta{margin-bottom:40px}
  .theme-panel .pn-contact-grid{gap:38px}
  .theme-panel .pn-contact-form{padding:22px}
  .theme-panel .pn-footer{right:14px;bottom:9px;max-width:80%;text-align:right}
}
@media(prefers-reduced-motion:reduce){.theme-panel .pn-stage.pn-tabs-ready .pn-panel.is-active{animation:none}.theme-panel .pn-nav button{transition:none}}
