.cv-section{width:100%;padding:4rem 0;background-color:#fff}.cv-section__container{width:min(1200px,100% - 3rem);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cv-section__content{display:flex;flex-direction:column;gap:1.5rem}.cv-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.02em}.cv-section__subtitle{font-size:1.0625rem;line-height:1.7;color:#000;margin:0;max-width:480px}.cv-section__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:350px}.cv-section__mockup{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;overflow:hidden}.cv-section__mockup--primary{width:280px;height:200px;position:relative;z-index:2}.cv-section__mockup--secondary{width:200px;height:160px;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}.cv-section__mockup-content{padding:1rem;height:100%;box-sizing:border-box}.cv-section__mockup-header{display:flex;gap:.5rem;margin-bottom:1rem}.cv-section__mockup-dot{width:10px;height:10px;border-radius:50%}.cv-section__mockup-dot--red{background-color:#ff5f57}.cv-section__mockup-dot--yellow{background-color:#ffbd2e}.cv-section__mockup-dot--green{background-color:#28c840}.cv-section__mockup-body{display:flex;flex-direction:column;gap:.75rem}.cv-section__mockup-line{height:8px;background-color:#e5e7eb;border-radius:4px;width:100%}.cv-section__mockup-line--short{width:60%}.cv-section__mockup-line--medium{width:80%}.cv-section__mockup-chart{display:flex;align-items:flex-end;justify-content:center;gap:.75rem;height:100%;padding:.5rem 0}.cv-section__mockup-bar{width:24px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:4px 4px 0 0}.cv-section__decoration--circle{position:absolute;width:24px;height:24px;background-color:#22c55e;border-radius:50%;top:10%;right:5%;z-index:3}.cv-section__decoration--line{position:absolute;width:120px;height:2px;background-color:#1a1a1a;bottom:25%;right:15%;z-index:3}.cv-section__decoration--line:before{content:"";position:absolute;width:60px;height:2px;background-color:#1a1a1a;top:-20px;right:-20px;transform:rotate(45deg)}@media(max-width:900px){.cv-section__container{grid-template-columns:1fr;gap:3rem;text-align:center}.cv-section__content{align-items:center}.cv-section__subtitle{max-width:100%}.cv-section__visual{min-height:280px}.cv-section__mockup--primary{width:240px;height:170px}.cv-section__mockup--secondary{width:160px;height:130px;right:10%}.cv-section__decoration--circle{right:15%}.cv-section__decoration--line{right:25%}}@media(max-width:480px){.cv-section{padding:3rem 0}.cv-section__mockup--primary{width:200px;height:140px}.cv-section__mockup--secondary{width:130px;height:100px;right:5%}.cv-section__mockup-bar{width:18px}.cv-section__decoration--circle{width:18px;height:18px}.cv-section__decoration--line{width:80px}.cv-section__decoration--line:before{width:40px;top:-15px;right:-10px}}.starred-repos-section{width:100%;padding:5rem 0;background-color:#000}.starred-repos-section__container{width:min(1200px,100% - 3rem);margin:0 auto}.starred-repos-section__header{text-align:center;margin-bottom:3rem}.starred-repos-section__label{display:inline-block;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;font-weight:500;margin-bottom:.75rem}.starred-repos-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#f7f8fb;margin:0;letter-spacing:-.02em}.starred-repos-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.starred-repos-section__card{display:block;padding:1.5rem;background-color:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;transition:all .3s ease;cursor:pointer}.starred-repos-section__card:hover{background-color:#ffffff0f;border-color:#fff3;box-shadow:0 10px 30px #0000004d;transform:translateY(-4px)}.starred-repos-section__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.starred-repos-section__repo-name{font-size:1.0625rem;font-weight:600;color:#f7f8fb;margin:0;word-break:break-word;flex:1}.starred-repos-section__repo-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;min-width:fit-content}.starred-repos-section__language{font-size:.75rem;background-color:#ffffff1a;color:#b7bfcc;padding:.25rem .75rem;border-radius:12px;white-space:nowrap}.starred-repos-section__stars{font-size:.875rem;color:#b7bfcc;white-space:nowrap}.starred-repos-section__description{font-size:.875rem;line-height:1.5;color:#b7bfcc;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.starred-repos-section__footer{display:flex;justify-content:center}.starred-repos-section__view-all-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background-color:#ffffff1a;color:#f7f8fb;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer}.starred-repos-section__view-all-button:hover{background-color:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.starred-repos-section__loading,.starred-repos-section__error{text-align:center;padding:2rem;font-size:1rem;color:#b7bfcc}.starred-repos-section__error{color:#ff6b6b}@media(max-width:1024px){.starred-repos-section__grid{grid-template-columns:1fr}}@media(max-width:640px){.starred-repos-section{padding:3rem 0}.starred-repos-section__card{padding:1.25rem}.starred-repos-section__card:hover{transform:none}.starred-repos-section__card-header{flex-direction:column}.starred-repos-section__repo-meta{justify-content:flex-start}}
