| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/app/ |
Upload File : |
@import "tailwindcss";
:root {
--ink: #f8fafc;
--blue: #38bdf8; /* Sky Blue */
--sea-green: #10b981; /* Sea Green */
--lime: #0c2d26; /* Deep Sea Green tint */
--cream: #07253d; /* Deep Sky Blue tint */
--paper: #080c14; /* Dark slate background */
--muted: #94a3b8;
--line: rgba(255, 255, 255, 0.08);
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
background: radial-gradient(circle at 80% 20%, #07253d 0%, var(--paper) 70%);
color: var(--ink);
font-family: var(--font-body), Arial, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
button, a {
-webkit-tap-highlight-color: transparent;
}
::selection {
background: var(--blue);
color: white;
}
.section-pad {
padding-left: clamp(1.25rem, 5vw, 5.5rem);
padding-right: clamp(1.25rem, 5vw, 5.5rem);
}
.nav-shell {
align-items: center;
background: rgba(9, 13, 22, 0.75);
backdrop-filter: blur(14px);
border-bottom: 1px solid var(--line);
display: grid;
grid-template-columns: 1fr auto 1fr;
min-height: 76px;
padding: 0 clamp(1.25rem, 5vw, 5.5rem);
position: sticky;
top: 0;
z-index: 50;
}
.brand {
font-family: var(--font-display), sans-serif;
font-size: 1.35rem;
font-weight: 900;
letter-spacing: -0.01em;
width: max-content;
}
.brand span, .footer-top h2 span {
color: var(--blue);
}
.nav-links {
display: flex;
gap: 2rem;
}
.nav-links a, .nav-cta {
font-size: .76rem;
font-weight: 800;
letter-spacing: .09em;
text-transform: uppercase;
}
.nav-links a {
position: relative;
}
.nav-links a::after {
background: var(--blue);
bottom: -.5rem;
content: "";
height: 2px;
left: 0;
position: absolute;
transform: scaleX(0);
transform-origin: right;
transition: transform .3s ease;
width: 100%;
}
.nav-links a:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.nav-cta {
align-items: center;
display: flex;
gap: .7rem;
justify-self: end;
}
.nav-cta span {
background: var(--blue);
border-radius: 50%;
color: white;
display: grid;
height: 2rem;
place-items: center;
transition: transform .3s ease, background .3s ease;
width: 2rem;
}
.nav-cta:hover span {
background: white;
color: var(--blue);
transform: rotate(45deg);
}
.hero {
min-height: auto;
overflow: hidden;
padding-top: clamp(2.25rem, 4vw, 4rem);
position: relative;
}
.hero::before {
background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
background-size: 56px 56px;
content: "";
inset: 0 0 auto 60%;
height: 100%;
mask-image: linear-gradient(to bottom, black, transparent 78%);
opacity: .35;
pointer-events: none;
position: absolute;
}
.hero-grid {
align-items: center;
display: grid;
gap: clamp(3rem, 6vw, 6rem);
grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
margin: 0 auto;
max-width: 1500px;
min-height: 600px;
}
.eyebrow, .kicker {
align-items: center;
display: flex;
font-size: .72rem;
font-weight: 900;
gap: .65rem;
letter-spacing: .15em;
text-transform: uppercase;
}
.status-dot {
background: #21c45d;
border-radius: 50%;
box-shadow: 0 0 0 6px rgba(33, 196, 93, .12);
height: 8px;
width: 8px;
}
.hero-title {
font-family: var(--font-display), sans-serif;
font-size: clamp(3.6rem, 6.4vw, 7rem);
font-weight: 800;
letter-spacing: -0.015em;
line-height: 1.1;
margin: 1.8rem 0 2rem;
max-width: 10.5ch;
}
.title-line {
display: block;
}
.hero-title em {
color: var(--blue);
font-family: var(--font-display), sans-serif;
font-style: normal;
font-weight: 500;
}
.hero-intro {
color: var(--muted);
font-size: clamp(1rem, 1.6vw, 1.3rem);
line-height: 1.65;
max-width: 650px;
}
.hero-intro strong {
color: var(--ink);
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: .9rem;
margin-top: 2rem;
}
.button {
align-items: center;
border: 1px solid rgba(255, 255, 255, 0.15);
display: inline-flex;
font-size: .78rem;
font-weight: 900;
gap: 1.2rem;
justify-content: center;
letter-spacing: .08em;
min-height: 54px;
padding: 0 1.4rem;
text-transform: uppercase;
transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 4px;
}
.button:hover {
border-color: var(--blue);
box-shadow: 0 0 20px rgba(99, 102, 241, 0.2);
transform: translateY(-2px);
}
.button-primary {
background: #ffffff;
color: #090d16;
border-color: #ffffff;
}
.button-primary:hover {
background: var(--blue);
color: white;
border-color: var(--blue);
}
.button-ghost {
background: rgba(255, 255, 255, 0.03);
color: var(--ink);
}
.button-ghost:hover {
background: rgba(255, 255, 255, 0.08);
}
.hero-console {
background: var(--ink);
box-shadow: 18px 18px 0 var(--cream);
color: white;
min-height: 460px;
position: relative;
transform: rotate(1.2deg);
z-index: 1;
}
.portrait-card {
aspect-ratio: 3 / 4;
justify-self: end;
max-width: 430px;
min-height: 0;
overflow: visible;
width: 100%;
}
.portrait-card > img {
filter: contrast(1.04);
height: 100%;
object-fit: cover;
object-position: 50% 42%;
width: 100%;
}
.portrait-card::after {
border: 1px solid rgba(255,255,255,.28);
content: "";
inset: 1rem;
pointer-events: none;
position: absolute;
}
.portrait-label {
background: var(--ink);
bottom: 1.8rem;
color: white;
display: flex;
flex-direction: column;
gap: .4rem;
left: -1.5rem;
padding: 1rem 1.2rem;
position: absolute;
z-index: 2;
}
.portrait-label span {
color: var(--lime);
font-family: var(--font-mono), monospace;
font-size: .58rem;
letter-spacing: .12em;
}
.portrait-label strong {
font-size: .82rem;
letter-spacing: .08em;
}
.portrait-status {
align-items: center;
background: var(--lime);
border: 2px solid var(--ink);
color: var(--ink);
display: flex;
font-family: var(--font-mono), monospace;
font-size: .62rem;
gap: .5rem;
padding: .65rem .8rem;
position: absolute;
right: -1.25rem;
top: 1.8rem;
z-index: 2;
}
.portrait-status i {
animation: pulse 1.8s infinite;
background: #169c46;
border-radius: 50%;
height: 7px;
width: 7px;
}
.console-top {
align-items: center;
border-bottom: 1px solid rgba(255,255,255,.12);
display: flex;
gap: .45rem;
height: 50px;
padding: 0 1rem;
}
.console-top span {
background: #ff6259;
border-radius: 50%;
height: 8px;
width: 8px;
}
.console-top span:nth-child(2) { background: #ffc24b; }
.console-top span:nth-child(3) { background: #36c96d; }
.console-top small {
color: #98a2b3;
font-family: var(--font-mono), monospace;
margin-left: auto;
}
.console-body {
font-family: var(--font-mono), monospace;
padding: 2rem;
}
.console-body p {
margin: 0 0 .75rem;
}
.prompt { color: var(--lime); }
.console-value { color: #b7c3d6; padding-left: 1.25rem; }
.console-big {
color: var(--lime);
font-family: var(--font-display), sans-serif;
font-size: 6.5rem;
font-weight: 900;
letter-spacing: -.08em;
line-height: 1;
padding-left: 1rem;
}
.console-chips {
display: flex;
flex-wrap: wrap;
gap: .5rem;
margin: 1.2rem 0 2.2rem 1rem;
}
.console-chips span {
border: 1px solid rgba(255,255,255,.25);
color: #d0d5dd;
font-size: .7rem;
padding: .5rem .65rem;
}
.console-ready {
align-items: center;
border-top: 1px dashed rgba(255,255,255,.18);
color: #a6f4c5;
display: flex;
font-size: .75rem;
gap: .6rem;
padding-top: 1.5rem;
}
.console-ready i {
animation: pulse 1.8s infinite;
background: #21c45d;
border-radius: 50%;
height: 7px;
width: 7px;
}
.orbit {
animation: float 4s ease-in-out infinite;
background: var(--lime);
border: 2px solid var(--ink);
color: var(--ink);
font-size: .7rem;
font-weight: 900;
letter-spacing: .08em;
padding: .7rem .9rem;
position: absolute;
}
.orbit-one { right: -2rem; top: 5.5rem; }
.orbit-two { animation-delay: -1.2s; bottom: 7rem; left: -2.5rem; }
.orbit-three { animation-delay: -2.4s; bottom: 1rem; right: -1.6rem; }
.hero-marquee {
background: var(--lime);
border-bottom: 1px solid var(--ink);
border-top: 1px solid var(--ink);
margin-left: calc(-1 * clamp(1.25rem, 5vw, 5.5rem));
margin-right: calc(-1 * clamp(1.25rem, 5vw, 5.5rem));
margin-top: clamp(2.5rem, 4vw, 4rem);
overflow: hidden;
transform: rotate(-1deg) scale(1.02);
}
.marquee-track {
animation: marquee 24s linear infinite;
display: flex;
font-size: .72rem;
font-weight: 900;
gap: 2rem;
letter-spacing: .14em;
padding: .9rem 0;
white-space: nowrap;
width: max-content;
}
.marquee-track b { color: var(--blue); }
.stack-strip {
background: var(--paper);
border-bottom: 1px solid var(--line);
display: grid;
gap: 2rem;
grid-template-columns: 160px 1fr;
padding-bottom: 2.2rem;
padding-top: 2.2rem;
}
.stack-strip > p {
align-self: center;
font-size: .65rem;
font-weight: 900;
letter-spacing: .13em;
margin: 0;
text-transform: uppercase;
}
.stack-icons {
align-items: center;
display: grid;
gap: 1.2rem;
grid-template-columns: repeat(13, minmax(45px, 1fr));
}
.stack-icon {
align-items: center;
color: #8a94a6;
display: flex;
flex-direction: column;
gap: .55rem;
justify-content: center;
min-width: 0;
transition: color .25s ease, transform .25s ease;
}
.stack-icon svg {
height: 1.55rem;
width: 1.55rem;
}
.stack-icon span {
font-family: var(--font-mono), monospace;
font-size: .56rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
text-align: center;
}
.stack-icon:hover {
color: var(--blue);
transform: translateY(-4px);
}
.expertise {
padding-bottom: clamp(6rem, 10vw, 10rem);
padding-top: clamp(7rem, 12vw, 12rem);
}
.section-heading {
align-items: end;
display: grid;
gap: 3rem;
grid-template-columns: 1.2fr .8fr;
margin: 0 auto 4rem;
max-width: 1500px;
}
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2, .work-heading h2, .education-head h2 {
font-family: var(--font-display), sans-serif;
font-size: clamp(3rem, 5.5vw, 5.8rem);
font-weight: 800;
letter-spacing: -0.015em;
line-height: 1.1;
margin: 0;
}
.section-heading h2 span, .work-heading h2 span {
color: var(--blue);
font-family: var(--font-display), sans-serif;
font-style: normal;
font-weight: 500;
}
.heading-copy, .work-heading > p {
color: var(--muted);
font-size: 1.1rem;
line-height: 1.7;
max-width: 500px;
}
.capability-grid {
border-left: 1px solid var(--line);
border-top: 1px solid var(--line);
display: grid;
grid-template-columns: repeat(4, 1fr);
margin: 0 auto;
max-width: 1500px;
}
.capability-card {
background: rgba(255, 255, 255, 0.01);
border-bottom: 1px solid var(--line);
border-right: 1px solid var(--line);
min-height: 410px;
padding: 1.75rem;
position: relative;
transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.capability-card:hover {
background: rgba(56, 189, 248, 0.06);
border-color: rgba(56, 189, 248, 0.25);
box-shadow: 0 12px 30px rgba(56, 189, 248, 0.12);
transform: translateY(-8px);
z-index: 2;
}
.capability-top {
display: flex;
font-family: var(--font-mono), monospace;
font-size: .75rem;
justify-content: space-between;
}
.capability-top span:last-child { font-size: 1.4rem; }
.capability-card h3 {
font-size: 1.55rem;
letter-spacing: -0.01em;
margin: 5rem 0 1.3rem;
}
.capability-card > p {
color: var(--muted);
font-size: .95rem;
line-height: 1.65;
transition: color .35s ease;
}
.capability-card:hover > p { color: #dbe4ff; }
.tag-list {
bottom: 1.75rem;
display: flex;
flex-wrap: wrap;
gap: .4rem;
left: 1.75rem;
position: absolute;
right: 1.75rem;
}
.tag-list span {
border: 1px solid currentColor;
font-family: var(--font-mono), monospace;
font-size: .65rem;
padding: .35rem .45rem;
}
.experience {
background: #070a13;
color: white;
display: grid;
gap: clamp(4rem, 8vw, 9rem);
grid-template-columns: .7fr 1.3fr;
padding-bottom: clamp(6rem, 10vw, 10rem);
padding-top: clamp(6rem, 10vw, 10rem);
}
.experience-intro {
align-self: start;
position: sticky;
top: 130px;
}
.kicker.light { color: var(--lime); }
.experience-intro h2 {
font-family: var(--font-display), sans-serif;
font-size: clamp(2.7rem, 4.2vw, 4.8rem);
letter-spacing: -0.015em;
line-height: 1.1;
margin: 2rem 0;
}
.experience-intro > p:not(.kicker) {
color: #98a2b3;
line-height: 1.7;
max-width: 520px;
}
.metric-row {
border-top: 1px solid rgba(255,255,255,.16);
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 3rem;
padding-top: 1.5rem;
}
.metric-row div { display: flex; flex-direction: column; gap: .4rem; }
.metric-row strong { color: var(--lime); font-size: 1.8rem; }
.metric-row span { color: #98a2b3; font-size: .65rem; text-transform: uppercase; }
.timeline { border-top: 1px solid rgba(255,255,255,.18); }
.role {
border-bottom: 1px solid rgba(255,255,255,.18);
display: grid;
gap: 1.5rem;
grid-template-columns: 52px 1fr;
padding: 2.5rem 0 3rem;
}
.role-marker span {
align-items: center;
border: 1px solid rgba(255,255,255,.25);
border-radius: 50%;
color: var(--lime);
display: flex;
font-family: var(--font-mono), monospace;
font-size: .7rem;
height: 40px;
justify-content: center;
width: 40px;
}
.role-period {
color: var(--lime);
font-family: var(--font-mono), monospace;
font-size: .7rem;
letter-spacing: .08em;
}
.role h3 {
font-family: var(--font-display), sans-serif;
font-size: clamp(1.8rem, 3vw, 2.8rem);
letter-spacing: -.04em;
margin: 1rem 0 .4rem;
}
.role-company {
color: #98a2b3;
font-weight: 700;
margin: 0;
}
.role-summary {
font-size: 1.05rem;
line-height: 1.65;
margin: 1.8rem 0;
max-width: 740px;
}
.role ul {
color: #98a2b3;
line-height: 1.6;
list-style: none;
margin: 0;
padding: 0;
}
.role li {
padding: .55rem 0 .55rem 1.3rem;
position: relative;
}
.role li::before {
color: var(--lime);
content: "↳";
left: 0;
position: absolute;
}
.work {
padding-bottom: clamp(6rem, 10vw, 10rem);
padding-top: clamp(6rem, 10vw, 10rem);
}
.work-heading {
align-items: end;
display: grid;
gap: 4rem;
grid-template-columns: 1fr .7fr;
margin: 0 auto 4rem;
max-width: 1500px;
}
.work-heading .kicker { margin-bottom: 2rem; }
.work-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(2, 1fr);
margin: 0 auto;
max-width: 1500px;
}
.work-card {
border: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 420px;
overflow: hidden;
padding: 1.8rem;
position: relative;
transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
background: rgba(15, 23, 42, 0.4);
backdrop-filter: blur(8px);
border-radius: 8px;
}
.work-card::after {
border: 1px solid currentColor;
border-radius: 50%;
content: "";
height: 230px;
opacity: .05;
position: absolute;
right: -90px;
top: 40px;
transition: transform .5s ease;
width: 230px;
}
.work-card:hover {
box-shadow: 0 10px 30px rgba(56, 189, 248, 0.1);
transform: translate(-3px, -3px);
border-color: rgba(56, 189, 248, 0.3);
}
.work-card:hover::after { transform: scale(1.35); }
.work-card.blue {
background: linear-gradient(135deg, #051b2c 0%, #080c14 100%);
color: #f8fafc;
border-color: rgba(56, 189, 248, 0.15);
}
.work-card.blue:hover {
border-color: var(--blue);
box-shadow: 0 10px 30px rgba(56, 189, 248, 0.15);
}
.work-card.ink {
background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
color: #f8fafc;
border-color: rgba(255, 255, 255, 0.1);
}
.work-card.ink:hover {
border-color: #f8fafc;
box-shadow: 0 10px 30px rgba(255, 255, 255, 0.08);
}
.work-card.lime {
background: linear-gradient(135deg, #051e19 0%, #080c14 100%);
color: #f8fafc;
border-color: rgba(16, 185, 129, 0.15);
}
.work-card.lime:hover {
border-color: var(--sea-green);
box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
}
.work-card.cream {
background: linear-gradient(135deg, #06263f 0%, #080c14 100%);
color: #f8fafc;
border-color: rgba(56, 189, 248, 0.15);
}
.work-card.cream:hover {
border-color: var(--blue);
box-shadow: 0 10px 30px rgba(56, 189, 248, 0.15);
}
.work-card-top {
display: flex;
font-family: var(--font-mono), monospace;
font-size: .68rem;
justify-content: space-between;
letter-spacing: .06em;
text-transform: uppercase;
}
.work-card-top span:last-child { opacity: .66; text-align: right; }
.work-card h3 {
font-family: var(--font-display), sans-serif;
font-size: clamp(2rem, 4vw, 4.2rem);
letter-spacing: -.05em;
line-height: .95;
margin: 0 0 1.25rem;
max-width: 10ch;
}
.work-card p {
font-size: .95rem;
line-height: 1.6;
max-width: 540px;
opacity: .75;
}
.work-stack {
border-top: 1px solid currentColor;
font-family: var(--font-mono), monospace;
font-size: .7rem;
opacity: .75;
padding-top: 1rem;
}
.education {
background: #060910;
border-top: 1px solid var(--line);
color: white;
display: grid;
gap: 5rem;
grid-template-columns: .8fr 1.2fr;
padding-bottom: clamp(5rem, 8vw, 8rem);
padding-top: clamp(5rem, 8vw, 8rem);
}
.education-head .kicker { color: var(--lime); margin-bottom: 2rem; }
.education-head h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.education-list { border-top: 1px solid rgba(255,255,255,.35); }
.education-list article {
border-bottom: 1px solid rgba(255,255,255,.35);
display: grid;
gap: 2rem;
grid-template-columns: 130px 1fr;
padding: 2rem 0;
}
.education-list article > span {
color: var(--lime);
font-family: var(--font-mono), monospace;
font-size: .7rem;
}
.education-list h3 {
font-family: var(--font-display), sans-serif;
font-size: 1.45rem;
letter-spacing: -.03em;
margin: 0 0 .4rem;
}
.education-list p { color: #dbe4ff; margin: 0 0 .6rem; }
.education-list small { color: #b8c7f7; }
.footer {
background: #04070c;
border-top: 1px solid var(--line);
color: white;
padding-bottom: 2.5rem;
padding-top: clamp(6rem, 10vw, 10rem);
}
.footer-top {
border-bottom: 1px solid rgba(255,255,255,.2);
padding-bottom: clamp(5rem, 9vw, 9rem);
}
.footer-top h2 {
font-family: var(--font-display), sans-serif;
font-size: clamp(3.4rem, 7.5vw, 7.5rem);
letter-spacing: -.065em;
line-height: .9;
margin: 2rem 0 3rem;
}
.footer-top > a {
align-items: center;
border-bottom: 1px solid var(--lime);
color: var(--lime);
display: flex;
font-size: .85rem;
font-weight: 900;
gap: .8rem;
padding-bottom: .6rem;
text-transform: uppercase;
width: max-content;
}
.footer-top > a span { transition: transform .25s ease; }
.footer-top > a:hover span { transform: translate(4px, -4px); }
.footer-bottom {
align-items: end;
color: #98a2b3;
display: grid;
font-size: .72rem;
gap: 2rem;
grid-template-columns: 1fr auto auto;
padding-top: 2rem;
}
.footer-bottom > div:first-child { display: flex; flex-direction: column; gap: .4rem; }
.footer-bottom strong { color: white; letter-spacing: .05em; }
.social-links { display: flex; gap: 1.3rem; }
.social-links a { color: white; }
.social-links a:hover { color: var(--lime); }
.reveal {
animation: reveal .85s cubic-bezier(.2,.8,.2,1) both;
}
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }
.delay-4 { animation-delay: .34s; }
@keyframes reveal {
from { opacity: 0; transform: translateY(28px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes float {
0%, 100% { transform: translateY(0) rotate(-2deg); }
50% { transform: translateY(-12px) rotate(2deg); }
}
@keyframes pulse {
0%, 100% { box-shadow: 0 0 0 0 rgba(33,196,93,.6); }
50% { box-shadow: 0 0 0 8px rgba(33,196,93,0); }
}
@keyframes marquee {
to { transform: translateX(-50%); }
}
@media (max-width: 1050px) {
.hero-grid { grid-template-columns: 1fr; }
.hero-copy { max-width: 850px; }
.hero-console { justify-self: center; margin: 1rem auto; max-width: 540px; width: 82%; }
.capability-grid { grid-template-columns: repeat(2, 1fr); }
.experience { grid-template-columns: 1fr; }
.experience-intro { position: static; }
.education { grid-template-columns: 1fr; }
.stack-icons { grid-template-columns: repeat(7, 1fr); row-gap: 1.8rem; }
}
@media (max-width: 760px) {
.nav-shell {
grid-template-columns: 1fr auto;
min-height: 66px;
}
.nav-links { display: none; }
.nav-cta { font-size: .68rem; }
.hero { padding-top: 4rem; }
.hero-grid { min-height: 0; }
.hero-title { font-size: clamp(3.15rem, 14vw, 5.2rem); max-width: 10.5ch; }
.hero-intro { font-size: 1rem; }
.hero-console {
box-shadow: 10px 10px 0 var(--cream);
min-height: 0;
width: calc(100% - 1rem);
}
.console-body { padding: 1.5rem; }
.orbit-one { right: -.7rem; }
.orbit-two { left: -.7rem; }
.orbit-three { right: -.5rem; }
.section-heading, .work-heading { grid-template-columns: 1fr; gap: 1.5rem; }
.capability-grid, .work-grid { grid-template-columns: 1fr; }
.capability-card { min-height: 340px; }
.capability-card h3 { margin-top: 3.5rem; }
.experience { padding-top: 5rem; }
.metric-row { gap: 1rem; }
.metric-row strong { font-size: 1.4rem; }
.role { grid-template-columns: 38px 1fr; }
.role-marker span { height: 30px; width: 30px; }
.work-card { min-height: 370px; }
.education-list article { grid-template-columns: 1fr; gap: 1rem; }
.footer-bottom { align-items: start; grid-template-columns: 1fr; }
.social-links { flex-wrap: wrap; }
.stack-strip { grid-template-columns: 1fr; }
.stack-icons { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 430px) {
.button { width: 100%; }
.hero-console { min-height: 0; }
.console-big { font-size: 5.5rem; }
.console-chips span { font-size: .58rem; }
.metric-row { grid-template-columns: 1fr; }
.metric-row div {
align-items: baseline;
border-bottom: 1px solid rgba(255,255,255,.12);
flex-direction: row;
padding-bottom: .75rem;
}
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: .01ms !important;
}
}
/* Interactive Terminal */
.terminal-window {
background: rgba(15, 23, 42, 0.75);
backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(56, 189, 248, 0.1);
display: flex;
flex-direction: column;
height: 460px;
overflow: hidden;
position: relative;
text-align: left;
transform: rotate(0.5deg);
transition: all 0.3s ease;
width: 100%;
margin-top: 1rem;
}
.terminal-window:hover {
transform: rotate(0deg) scale(1.01);
border-color: rgba(56, 189, 248, 0.3);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(56, 189, 248, 0.15);
}
.terminal-header {
align-items: center;
background: rgba(10, 15, 30, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
display: grid;
grid-template-columns: 80px 1fr 80px;
height: 42px;
padding: 0 1rem;
user-select: none;
}
.terminal-dots {
display: flex;
gap: 6px;
}
.terminal-dot {
border-radius: 50%;
height: 10px;
width: 10px;
}
.terminal-dot.red { background: #ef4444; }
.terminal-dot.yellow { background: #f59e0b; }
.terminal-dot.green { background: #10b981; }
.terminal-title {
color: #64748b;
font-family: var(--font-mono), monospace;
font-size: 0.7rem;
justify-self: center;
}
.terminal-tabs {
background: rgba(8, 12, 24, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
display: flex;
gap: 1px;
padding: 0 0.5rem;
}
.terminal-tab {
background: transparent;
border: none;
border-bottom: 2px solid transparent;
color: #64748b;
cursor: pointer;
font-family: var(--font-mono), monospace;
font-size: 0.72rem;
padding: 0.6rem 0.9rem;
transition: all 0.2s ease;
}
.terminal-tab:hover {
color: #94a3b8;
}
.terminal-tab.active {
border-bottom-color: var(--blue);
color: #f8fafc;
background: rgba(15, 23, 42, 0.4);
}
.terminal-body {
flex: 1;
font-family: var(--font-mono), monospace;
font-size: 0.8rem;
line-height: 1.5;
overflow-y: auto;
padding: 1.25rem;
}
.terminal-line {
margin-bottom: 0.35rem;
}
/* Syntax colors */
.t-comment { color: #475569; font-style: italic; }
.t-keyword { color: #fb7185; }
.t-string { color: var(--sea-green); }
.t-number { color: #fb923c; }
.t-key { color: var(--blue); }
.t-func { color: #c084fc; }
.t-cursor {
animation: t-blink 1s step-end infinite;
background: #f8fafc;
display: inline-block;
height: 1.1em;
margin-left: 2px;
vertical-align: middle;
width: 6px;
}
@keyframes t-blink {
from, to { background: transparent; }
50% { background: #f8fafc; }
}