:root{--primary-text:#1d1d1f;--secondary-text:#86868b;--highlight-color:#0066cc;--highlight-alt:#ff3b30;--highlight-neutral:#5856d6;--highlight-success:#34c759;--highlight-warning:#ff9500;--background-light:#ffffff;--background-alt:#f5f5f7;--subtle-border:rgba(0,0,0,0.1);--card-shadow:0 8px 30px rgba(0,0,0,0.08);--card-highlight-shadow:0 15px 40px rgba(0,0,0,0.12);--transition-standard:all 0.35s cubic-bezier(0.25,0.46,0.45,0.94)}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background-light);color:var(--primary-text);line-height:1.47059;font-weight:400;letter-spacing:-.022em}.container{width:100%;margin:0 auto}h1{font-size:52px;line-height:1.08349;font-weight:700;letter-spacing:-.005em;background:linear-gradient(135deg,var(--highlight-color),var(--highlight-neutral));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h1,h2{margin-bottom:16px}h2{font-size:32px;line-height:1.10722;letter-spacing:.004em}h2,h3{font-weight:600}h3{font-size:26px;line-height:1.16667;letter-spacing:.009em}p{font-size:17px;line-height:1.47059;letter-spacing:-.022em}.subhead,p{font-weight:400}.subhead{font-size:22px;line-height:1.381;letter-spacing:.011em;color:var(--secondary-text)}.hero-section{text-align:center;padding:140px 0 80px;max-width:980px;margin:0 auto;animation:fadeIn .8s ease-out;position:relative;overflow:hidden}.hero-section:before{top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(88,86,214,.06) 0,rgba(255,255,255,0) 70%)}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%;z-index:-1}.hero-section:after{bottom:-10%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,102,204,.05) 0,rgba(255,255,255,0) 70%)}.section{padding:120px 0;margin:0 auto;max-width:1400px}.section-dark{background-color:#000;color:#fff}.section-header{margin:0 auto 60px;animation:fadeIn .8s ease-out}.section-copy,.section-header{text-align:center;max-width:800px;padding:0 20px}.section-copy{margin:0 auto 80px;color:var(--secondary-text)}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px;gap:60px;padding:0 20px}.template-card{border-radius:28px;overflow:hidden;background-color:var(--background-light);transition:var(--transition-standard);position:relative;box-shadow:var(--card-shadow);animation:cardRise .6s ease-out forwards;opacity:0;transform:perspective(1000px) rotateX(0);transform-style:preserve-3d}@keyframes cardRise{0%{opacity:0;transform:perspective(1000px) rotateX(5deg) translateY(30px)}to{opacity:1;transform:perspective(1000px) rotateX(0) translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.template-card:first-child{animation-delay:.1s}.template-card:nth-child(2){animation-delay:.2s}.template-card:nth-child(3){animation-delay:.3s}.template-card:nth-child(4){animation-delay:.4s}.template-card:nth-child(5){animation-delay:.5s}.template-card:nth-child(6){animation-delay:.6s}.template-card:nth-child(7){animation-delay:.7s}.template-card:nth-child(8){animation-delay:.8s}.template-card:nth-child(9){animation-delay:.9s}.template-card:nth-child(10){animation-delay:1s}.template-card:nth-child(11){animation-delay:1.1s}.template-card:nth-child(12){animation-delay:1.2s}.template-card:hover{transform:translateY(-15px) scale(1.03);box-shadow:var(--card-highlight-shadow);z-index:10}.template-preview{aspect-ratio:8.5/11;position:relative;overflow:hidden}.template-info{padding:30px;text-align:left;border-top:1px solid rgba(0,0,0,.05);background:var(--background-light);position:relative;z-index:2}.template-name{font-size:26px;font-weight:600;margin-bottom:10px}.template-description{color:var(--secondary-text);margin-bottom:20px;font-size:16px;line-height:1.5}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tag{display:inline-block;font-size:13px;background-color:var(--background-alt);padding:6px 14px;border-radius:20px;color:var(--secondary-text)}.tag-highlight{background:rgba(0,102,204,.1);color:var(--highlight-color)}.feature-badge{position:absolute;top:20px;right:20px;background:rgba(255,59,48,.95);color:white;font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;z-index:2;letter-spacing:.5px;box-shadow:0 4px 12px rgba(255,59,48,.3)}.preview-content{position:absolute;inset:0;display:flex;flex-direction:column;padding:10%;font-size:10px}.cta-container{text-align:center;padding:80px 20px}.template-cta-button{display:inline-block;background-color:var(--highlight-color);color:white;text-decoration:none;padding:18px 36px;border-radius:980px;font-size:18px;font-weight:500;transition:var(--transition-standard);box-shadow:0 8px 20px rgba(0,102,204,.3)}.template-cta-button:hover{background-color:#004499;transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,102,204,.4)}.secondary-button{display:inline-block;text-decoration:none;color:var(--highlight-color);padding:16px 32px;font-size:18px;font-weight:400;transition:var(--transition-standard);margin-left:15px}.secondary-button:hover{text-decoration:underline}.featured-section{padding:140px 0;background-color:var(--background-alt);position:relative;overflow:hidden}.featured-section:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(to bottom,#fff,var(--background-alt));z-index:1}.featured-template{display:flex;align-items:center;margin-bottom:160px;padding:0 40px;max-width:1400px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.featured-template:last-child{margin-bottom:0}.featured-template:nth-child(2n){flex-direction:row-reverse}.featured-preview{flex:1 1;position:relative;transform-style:preserve-3d;perspective:1000px}.featured-image{width:75%;aspect-ratio:8.5/11;margin:0 auto;border-radius:16px;box-shadow:var(--card-shadow);transition:var(--transition-standard);position:relative;overflow:hidden;transform:rotate3d(1,1,0,5deg)}.featured-template:hover .featured-image{transform:rotate3d(1,1,0,0);box-shadow:var(--card-highlight-shadow)}.featured-content{flex:1 1;padding:0 60px}.featured-name{font-size:48px;margin-bottom:20px;background:linear-gradient(135deg,#333,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-description{font-size:21px}.featured-description,.featured-subtext{color:var(--secondary-text);margin-bottom:30px;max-width:520px;line-height:1.5}.featured-subtext{font-size:16px;padding-left:20px;border-left:3px solid rgba(0,102,204,.3)}footer{padding:80px 0 40px;text-align:center;background:var(--background-alt);color:var(--secondary-text);font-size:16px;position:relative}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,white,var(--background-alt));z-index:1}.footer-content{position:relative;z-index:2}.footer-links{display:flex;justify-content:center;gap:30px;margin-bottom:30px}.footer-links a{color:var(--secondary-text);text-decoration:none;transition:var(--transition-standard)}.footer-links a:hover{color:var(--highlight-color)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .8s forwards;opacity:0}.fade-up-delay-1{animation-delay:.1s}.fade-up-delay-2{animation-delay:.2s}.fade-up-delay-3{animation-delay:.3s}.nova-preview{background:#fcfcfc;background-image:radial-gradient(circle at 25% 25%,rgba(72,118,255,.05) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(72,118,255,.05) 0,transparent 50%)}.nova-resume{display:grid;grid-template-columns:100%;grid-template-rows:auto auto 1fr;height:100%;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.nova-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid rgba(72,118,255,.2);margin-bottom:15px}.nova-title-area{flex:1 1}.nova-name{font-size:18px;font-weight:700;color:#333;margin-bottom:4px}.nova-title{font-size:10px;color:#4876FF;margin-bottom:6px}.nova-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#666}.nova-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#4876FF,#5E17EB);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:12px}.nova-tabs{display:flex;gap:2px;margin-bottom:15px}.nova-tab{padding:4px 10px;font-size:8px;border-radius:4px 4px 0 0;background:rgba(72,118,255,.1);color:#4876FF;font-weight:500}.nova-tab.active{background:#4876FF;color:white}.nova-main{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.nova-section{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:10px;margin-bottom:15px}.nova-section-title{font-size:9px;color:#333;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:5px;border-bottom:none}.nova-section-icon{width:14px;height:14px;border-radius:4px;background:rgba(72,118,255,.1);display:flex;align-items:center;justify-content:center}.nova-section-icon:before{content:"";width:6px;height:6px;background:#4876FF;border-radius:50%}.nova-job{margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed rgba(0,0,0,.05)}.nova-job:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.nova-job-title{font-size:9px;font-weight:600;color:#222;margin-bottom:2px}.nova-job-company{font-size:8px;color:#4876FF;margin-bottom:4px;font-weight:500}.nova-job-meta{display:flex;justify-content:space-between;font-size:7px;color:#666;margin-bottom:6px}.nova-job-description{font-size:7px;color:#444;line-height:1.4}.nova-metrics{display:flex;justify-content:space-between;gap:5px;margin-top:8px}.nova-metric{flex:1 1;background:rgba(72,118,255,.05);border-radius:4px;padding:4px;text-align:center}.nova-metric-value{font-size:10px;font-weight:700;color:#4876FF}.nova-metric-label{font-size:6px;color:#666}.nova-projects{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.nova-project{background:rgba(72,118,255,.05);border-radius:6px;padding:8px;position:relative}.nova-project-title{font-size:8px;font-weight:600;color:#222;margin-bottom:4px}.nova-project-description{font-size:6px;color:#444;line-height:1.4;margin-bottom:4px}.nova-project-tech{display:flex;flex-wrap:wrap;gap:3px}.nova-tech-tag{font-size:5px;background:white;color:#4876FF;padding:1px 4px;border-radius:3px}.nova-skills-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.nova-skill{margin-bottom:6px}.nova-skill-header{display:flex;justify-content:space-between;margin-bottom:3px}.nova-skill-name{font-size:7px;color:#444}.nova-skill-level{font-size:7px;color:#4876FF}.nova-skill-bar{height:4px;background:rgba(72,118,255,.1);border-radius:2px}.nova-skill-fill{height:100%;background:#4876FF;border-radius:2px}.nova-chart-container{height:70px;display:flex;align-items:flex-end;gap:5px;margin-top:10px}.nova-chart-bar{flex:1 1;background:#4876FF;border-radius:3px 3px 0 0;position:relative}.nova-chart-bar:first-child{height:30%;opacity:.5}.nova-chart-bar:nth-child(2){height:60%;opacity:.6}.nova-chart-bar:nth-child(3){height:90%;opacity:.8}.nova-chart-bar:nth-child(4){height:75%;opacity:.7}.nova-chart-bar:nth-child(5){height:45%;opacity:.55}.nova-chart-bar:nth-child(6){height:60%;opacity:.6}.nova-chart-legend{display:flex;justify-content:space-between;font-size:6px;color:#666;margin-top:5px}.spectrum-preview{background:linear-gradient(135deg,#fafafa,#f6f6f6)}.spectrum-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.spectrum-header{text-align:center;margin-bottom:5px}.spectrum-name{font-size:20px;font-weight:700;margin-bottom:4px;letter-spacing:-.5px;color:#222}.spectrum-title{font-size:9px;color:#555;margin-bottom:6px}.spectrum-contact{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;font-size:7px;color:#777}.spectrum-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.spectrum-skills-container{position:relative;height:150px;margin:0 auto;width:90%}.spectrum-skills-chart{position:absolute;width:100%;height:100%;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M100 10L123.511 28.7785L156.603 30.1015L158.034 63.1925L177 86.6025L158.034 110.013L156.603 143.104L123.511 144.427L100 163.205L76.4885 144.427L43.3975 143.104L41.9655 110.013L23 86.6025L41.9655 63.1925L43.3975 30.1015L76.4885 28.7785L100 10Z' stroke='%23555555' stroke-width='1'/%3E%3Cpath d='M100 40L113.632 50.2125L133.503 51.0345L134.379 70.9055L144.667 84.535L134.379 98.1645L133.503 118.036L113.632 118.858L100 129.07L86.368 118.858L66.4975 118.036L65.6215 98.1645L55.333 84.535L65.6215 70.9055L66.4975 51.0345L86.368 50.2125L100 40Z' stroke='%23555555' stroke-width='1'/%3E%3Cpath d='M100 70L106.816 74.425L119.001 74.8595L119.448 87.0435L123.917 93.8595L119.448 100.676L119.001 112.859L106.816 113.294L100 117.719L93.184 113.294L80.9995 112.859L80.5535 100.676L76.083 93.8595L80.5535 87.0435L80.9995 74.8595L93.184 74.425L100 70Z' stroke='%23555555' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.spectrum-skill-point{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%)}.spectrum-skill-point.category-1{background:#FF6B6B;box-shadow:0 0 10px rgba(255,107,107,.5)}.spectrum-skill-point.category-2{background:#4ECDC4;box-shadow:0 0 10px rgba(78,205,196,.5)}.spectrum-skill-point.category-3{background:#FFD166;box-shadow:0 0 10px rgba(255,209,102,.5)}.spectrum-skill-point.category-4{background:#6A0572;box-shadow:0 0 10px rgba(106,5,114,.5)}.spectrum-skill-point:first-child{top:25%;left:90%}.spectrum-skill-point:nth-child(2){top:15%;left:70%}.spectrum-skill-point:nth-child(3){top:35%;left:80%}.spectrum-skill-point:nth-child(4){top:20%;left:30%}.spectrum-skill-point:nth-child(5){top:35%;left:15%}.spectrum-skill-point:nth-child(6){top:75%;left:80%}.spectrum-skill-point:nth-child(7){top:85%;left:65%}.spectrum-skill-point:nth-child(8){top:75%;left:25%}.spectrum-skill-point:nth-child(9){top:60%;left:15%}.spectrum-skill-categories{display:flex;justify-content:space-between;margin-top:10px}.spectrum-category{text-align:center;font-size:7px}.spectrum-category-color{width:8px;height:8px;border-radius:50%;margin:0 auto 3px}.spectrum-category:first-child .spectrum-category-color{background:#FF6B6B}.spectrum-category:nth-child(2) .spectrum-category-color{background:#4ECDC4}.spectrum-category:nth-child(3) .spectrum-category-color{background:#FFD166}.spectrum-category:nth-child(4) .spectrum-category-color{background:#6A0572}.spectrum-section{margin-bottom:12px}.spectrum-section-title{font-size:10px;font-weight:700;color:#222;margin-bottom:8px;text-align:center;text-transform:uppercase;letter-spacing:1px;border-bottom:none}.spectrum-about{font-size:8px;color:#444;line-height:1.6;text-align:center;max-width:90%;margin:0 auto}.spectrum-experience{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.spectrum-job{padding:8px;background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.spectrum-job-title{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.spectrum-job-company{font-size:7px;color:#444;margin-bottom:4px}.spectrum-job-metric{font-size:10px;font-weight:700;color:#FF6B6B;margin-bottom:2px}.spectrum-job-metric-desc{font-size:6px;color:#666;line-height:1.4}.spectrum-education{display:flex;justify-content:space-between;gap:10px}.spectrum-edu-item{flex:1 1;text-align:center;padding:8px;background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.spectrum-edu-school{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.spectrum-edu-degree{font-size:7px;color:#444;margin-bottom:4px}.spectrum-edu-year{font-size:6px;color:#666;padding:2px 6px;background:rgba(0,0,0,.05);border-radius:20px;display:inline-block}.spectrum-certifications{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.spectrum-cert{font-size:7px;background:white;padding:4px 8px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.05);color:#444}.nexus-preview{background:linear-gradient(135deg,#fafafa,#f5f5f5)}.nexus-resume{height:100%;padding:8%;display:flex;flex-direction:column;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.nexus-header{text-align:center;margin-bottom:15px}.nexus-name{font-size:20px;font-weight:700;letter-spacing:-.5px;color:#222;margin-bottom:4px}.nexus-title{font-size:9px;color:#444;margin-bottom:6px}.nexus-contact{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;font-size:7px;color:#666}.nexus-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.nexus-network-container{position:relative;height:160px;width:100%;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:15px}.nexus-network{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='300' height='200' viewBox='0 0 300 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 100L100 50' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M150 100L200 50' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M150 100L100 150' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M150 100L200 150' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M150 100L50 100' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M150 100L250 100' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M100 50L50 100' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M200 50L250 100' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M100 150L50 100' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Cpath d='M200 150L250 100' stroke='rgba(0,0,0,0.1)' stroke-width='1'/%3E%3Ccircle cx='150' cy='100' r='15' fill='%23388E3C'/%3E%3Ccircle cx='50' cy='100' r='10' fill='%232196F3'/%3E%3Ccircle cx='250' cy='100' r='10' fill='%232196F3'/%3E%3Ccircle cx='100' cy='50' r='10' fill='%239C27B0'/%3E%3Ccircle cx='200' cy='50' r='10' fill='%239C27B0'/%3E%3Ccircle cx='100' cy='150' r='10' fill='%23F44336'/%3E%3Ccircle cx='200' cy='150' r='10' fill='%23F44336'/%3E%3Ctext x='150' y='105' text-anchor='middle' font-size='10' fill='white'>YOU</text%3E%3Ctext x='50' y='105' text-anchor='middle' font-size='6' fill='white'>Product</text%3E%3Ctext x='250' y='105' text-anchor='middle' font-size='6' fill='white'>Finance</text%3E%3Ctext x='100' y='55' text-anchor='middle' font-size='6' fill='white'>Design</text%3E%3Ctext x='200' y='55' text-anchor='middle' font-size='6' fill='white'>Tech</text%3E%3Ctext x='100' y='155' text-anchor='middle' font-size='6' fill='white'>Marketing</text%3E%3Ctext x='200' y='155' text-anchor='middle' font-size='6' fill='white'>Sales</text%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:50%}.nexus-section{margin-bottom:15px}.nexus-section-title{font-size:9px;font-weight:700;color:#222;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:4px}.nexus-leadership{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.nexus-position{background:white;padding:8px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.nexus-role{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.nexus-company{font-size:7px;color:#444;margin-bottom:6px}.nexus-team{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.nexus-team-member{font-size:6px;padding:2px 6px;border-radius:3px;background:rgba(0,0,0,.05);color:#666}.nexus-team-member.leader{background:rgba(56,142,60,.1);color:#388E3C}.nexus-team-member.design{background:rgba(156,39,176,.1);color:#9C27B0}.nexus-team-member.tech{background:rgba(33,150,243,.1);color:#2196F3}.nexus-team-member.marketing{background:rgba(244,67,54,.1);color:#F44336}.nexus-metrics{display:flex;gap:5px}.nexus-metric{flex:1 1;text-align:center;background:rgba(0,0,0,.02);border-radius:4px;padding:3px 0}.nexus-metric-value{font-size:8px;font-weight:700;color:#388E3C}.nexus-metric-label{font-size:5px;color:#666}.nexus-collaborations{display:flex;flex-direction:column;gap:8px}.nexus-collab{background:white;padding:8px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;align-items:center;gap:8px}.nexus-collab-icon{width:16px;height:16px;border-radius:50%;background:#2196F3;display:flex;align-items:center;justify-content:center;color:white;font-size:8px;font-weight:700;flex-shrink:0}.nexus-collab:nth-child(2) .nexus-collab-icon{background:#9C27B0}.nexus-collab:nth-child(3) .nexus-collab-icon{background:#F44336}.nexus-collab-content{flex:1 1}.nexus-collab-title{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.nexus-collab-description{font-size:6px;color:#444;line-height:1.4}.nexus-expertise{display:flex;flex-wrap:wrap;gap:6px}.nexus-skill{font-size:7px;padding:4px 8px;border-radius:4px;background:white;box-shadow:0 2px 10px rgba(0,0,0,.05);color:#444}.genesis-preview{background:linear-gradient(135deg,#f9f9f9,#f5f5f5)}.genesis-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.genesis-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.genesis-bio{flex:1 1}.genesis-name{font-size:20px;font-weight:700;color:#222;margin-bottom:3px;letter-spacing:-.5px}.genesis-title{font-size:9px;color:#444;margin-bottom:6px}.genesis-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#666}.genesis-stats{text-align:right;background:white;border-radius:6px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.genesis-stat{margin-bottom:5px}.genesis-stat:last-child{margin-bottom:0}.genesis-stat-value{font-size:12px;font-weight:700;color:#FF9800;margin-bottom:-2px}.genesis-stat-label{font-size:6px;color:#666}.genesis-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.genesis-philosophy{font-size:9px;font-style:italic;color:#444;line-height:1.6;text-align:center;margin:0 auto 5px;max-width:90%}.genesis-philosophy:after,.genesis-philosophy:before{content:'"';color:#FF9800;font-size:14px;font-style:normal}.genesis-timeline{position:relative;padding-left:20px}.genesis-timeline:before{content:"";position:absolute;top:0;bottom:0;left:8px;width:2px;background:rgba(255,152,0,.3)}.genesis-venture{position:relative;margin-bottom:10px;padding-bottom:10px}.genesis-venture:before{content:"";position:absolute;top:2px;left:-16px;width:12px;height:12px;border-radius:50%;background:white;border:2px solid #ff9800;z-index:1}.genesis-venture-name{font-size:10px;font-weight:700;color:#222;margin-bottom:2px}.genesis-venture-role{font-size:8px;color:#FF9800;margin-bottom:4px;font-weight:600}.genesis-venture-period{font-size:7px;color:#666;margin-bottom:6px}.genesis-venture-description{font-size:7px;color:#444;line-height:1.5;margin-bottom:6px}.genesis-metrics{display:flex;gap:5px}.genesis-metric{flex:1 1;text-align:center;background:rgba(255,152,0,.05);border-radius:4px;padding:4px 0}.genesis-metric-value{font-size:8px;font-weight:700;color:#FF9800}.genesis-metric-label{font-size:5px;color:#666}.genesis-investors{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px}.genesis-investor{width:30px;height:20px;background:white;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:6px;color:#222;font-weight:600}.genesis-education{display:flex;justify-content:space-between;gap:10px}.genesis-edu{flex:1 1;text-align:center;background:white;border-radius:6px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.genesis-edu-school{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.genesis-edu-degree{font-size:7px;color:#444;margin-bottom:4px}.genesis-edu-year{font-size:6px;color:#666;padding:2px 6px;background:rgba(0,0,0,.05);border-radius:20px;display:inline-block}.genesis-skills{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.genesis-skill{font-size:7px;background:white;padding:4px 8px;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.05);color:#444}.matrix-preview{background:linear-gradient(135deg,#FFFFFF,#F5F7FA)}.matrix-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.matrix-header{display:flex;justify-content:space-between;align-items:flex-start}.matrix-info{flex:1 1}.matrix-name{font-size:18px;font-weight:700;color:#222;margin-bottom:3px}.matrix-title{font-size:9px;color:#444;margin-bottom:5px}.matrix-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#666}.matrix-profile{width:24px;height:24px;border-radius:4px;overflow:hidden;background:#6200EA;color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px}.matrix-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.matrix-grid-container{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.matrix-grid-header{display:flex;margin-bottom:10px;padding-left:70px}.matrix-column-label{flex:1 1;text-align:center;font-size:7px;font-weight:600;color:#666}.matrix-grid{display:flex;flex-direction:column;gap:5px}.matrix-row{display:flex;align-items:center;height:28px}.matrix-row-label{width:70px;font-size:7px;color:#444;padding-right:10px}.matrix-cells{flex:1 1;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px;height:100%}.matrix-cell{border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:white}.matrix-cell.expert{background:#6200EA}.matrix-cell.advanced{background:#9D46FF}.matrix-cell.intermediate{background:#B39DDB}.matrix-cell.beginner{background:#D1C4E9;color:#555}.matrix-cell.empty{background:rgba(0,0,0,.03)}.matrix-legend{display:flex;justify-content:center;gap:10px;margin-top:5px}.matrix-legend-item{display:flex;align-items:center;gap:3px}.matrix-legend-color{width:8px;height:8px;border-radius:2px}.matrix-legend-color.expert{background:#6200EA}.matrix-legend-color.advanced{background:#9D46FF}.matrix-legend-color.intermediate{background:#B39DDB}.matrix-legend-color.beginner{background:#D1C4E9}.matrix-legend-text{font-size:6px;color:#666}.matrix-experience{display:flex;flex-direction:column;gap:8px}.matrix-job{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.matrix-role{font-size:9px;font-weight:600;color:#222;margin-bottom:2px}.matrix-company-row{display:flex;justify-content:space-between;margin-bottom:5px}.matrix-company{font-size:8px;color:#6200EA}.matrix-date{font-size:7px;color:#666}.matrix-description{font-size:7px;color:#444;line-height:1.5}.matrix-education{display:flex;gap:10px}.matrix-edu{flex:1 1;background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.matrix-school{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.matrix-degree{font-size:7px;color:#444;margin-bottom:4px}.matrix-year{font-size:6px;color:#666;padding:2px 6px;background:rgba(0,0,0,.05);border-radius:20px;display:inline-block}.mosaic-preview{background:linear-gradient(135deg,#FFFFFF,#F9F9F9)}.mosaic-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.mosaic-header{display:flex;justify-content:space-between;align-items:flex-start}.mosaic-info{flex:1 1}.mosaic-name{font-size:18px;font-weight:700;color:#222;margin-bottom:3px}.mosaic-title{font-size:9px;color:#444;margin-bottom:5px}.mosaic-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#666}.mosaic-photo{width:32px;height:32px;border-radius:16px;overflow:hidden;background:#E91E63;color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.mosaic-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.mosaic-section-title{font-size:9px;font-weight:700;color:#222;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;align-items:center;gap:5px}.mosaic-section-title:before{content:"";display:block;width:10px;height:2px;background:#E91E63}.mosaic-portfolio{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:8px;gap:8px;margin-bottom:15px}.mosaic-project{position:relative;border-radius:6px;overflow:hidden;background:white;box-shadow:0 2px 10px rgba(0,0,0,.05);aspect-ratio:1}.mosaic-project-color{position:absolute;inset:0;opacity:.1}.mosaic-project:first-child .mosaic-project-color{background:#E91E63}.mosaic-project:nth-child(2) .mosaic-project-color{background:#9C27B0}.mosaic-project:nth-child(3) .mosaic-project-color{background:#673AB7}.mosaic-project:nth-child(4) .mosaic-project-color{background:#3F51B5}.mosaic-project:nth-child(5) .mosaic-project-color{background:#2196F3}.mosaic-project:nth-child(6) .mosaic-project-color{background:#03A9F4}.mosaic-project-content{position:absolute;inset:0;padding:6px;display:flex;flex-direction:column;justify-content:space-between}.mosaic-project-title{font-size:8px;font-weight:600;color:#222}.mosaic-project-type{font-size:6px;color:#E91E63}.mosaic-project:nth-child(2) .mosaic-project-type{color:#9C27B0}.mosaic-project:nth-child(3) .mosaic-project-type{color:#673AB7}.mosaic-project:nth-child(4) .mosaic-project-type{color:#3F51B5}.mosaic-project:nth-child(5) .mosaic-project-type{color:#2196F3}.mosaic-project:nth-child(6) .mosaic-project-type{color:#03A9F4}.mosaic-testimonials{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:15px}.mosaic-quote{font-size:7px;color:#444;line-height:1.5;font-style:italic;margin-bottom:5px;padding-left:8px;border-left:2px solid #e91e63}.mosaic-client{text-align:right;font-size:7px;font-weight:600;color:#222}.mosaic-client-company{font-size:6px;color:#666;font-weight:400}.mosaic-experience{display:flex;flex-direction:column;gap:8px}.mosaic-job{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.mosaic-role{font-size:9px;font-weight:600;color:#222;margin-bottom:2px}.mosaic-company-row{display:flex;justify-content:space-between;margin-bottom:5px}.mosaic-company{font-size:8px;color:#E91E63}.mosaic-date{font-size:7px;color:#666}.mosaic-job-description{font-size:7px;color:#444;line-height:1.5}.mosaic-skills{display:flex;flex-wrap:wrap;gap:5px}.mosaic-skill{font-size:7px;background:white;padding:4px 8px;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.05);color:#444}.summit-preview{background:linear-gradient(135deg,#FFFFFF,#F8F9FA)}.summit-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.summit-header{text-align:center;margin-bottom:5px}.summit-name{font-size:18px;font-weight:700;color:#222;margin-bottom:3px;letter-spacing:-.5px}.summit-title{font-size:9px;color:#444;margin-bottom:6px}.summit-contact{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;font-size:7px;color:#666}.summit-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.summit-mountain{position:relative;height:200px;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;margin-bottom:15px}.summit-mountain-bg{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='500' height='250' viewBox='0 0 500 250' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 250L100 150L200 200L300 100L400 50L500 0V250H0Z' fill='rgba(0,0,0,0.03)'/%3E%3Cpath d='M0 250L100 180L200 220L300 120L400 80L500 50V250H0Z' fill='rgba(0,0,0,0.02)'/%3E%3Cpath d='M0 250L100 200L200 230L300 150L400 100L500 120V250H0Z' fill='rgba(0,0,0,0.01)'/%3E%3C/svg%3E");background-size:cover;background-position:50%}.summit-milestone{position:absolute;display:flex;align-items:center}.summit-milestone-dot{width:12px;height:12px;border-radius:50%;background:white;border:2px solid #008cba;z-index:2}.summit-milestone-line{width:40px;height:1px;background:rgba(0,140,186,.5)}.summit-milestone-content{background:white;border-radius:4px;padding:4px 6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.summit-milestone-year{font-size:7px;font-weight:700;color:#008CBA}.summit-milestone-text{font-size:6px;color:#444}.summit-milestone:nth-child(2){bottom:50%;left:20%}.summit-milestone:nth-child(3){bottom:40%;left:35%}.summit-milestone:nth-child(4){bottom:30%;left:50%}.summit-milestone:nth-child(5){bottom:20%;left:65%}.summit-milestone:nth-child(6){bottom:10%;left:80%}.summit-experience{display:flex;flex-direction:column;gap:8px}.summit-role{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.summit-position{font-size:9px;font-weight:600;color:#222;margin-bottom:2px}.summit-company{font-size:8px;color:#008CBA;margin-bottom:4px}.summit-period{font-size:7px;color:#666;margin-bottom:6px}.summit-responsibilities{display:flex;flex-direction:column;gap:4px}.summit-responsibility{font-size:7px;color:#444;line-height:1.5;position:relative;padding-left:12px}.summit-responsibility:before{content:"•";position:absolute;left:4px;color:#008CBA}.summit-metrics{display:flex;gap:5px;margin-top:6px}.summit-metric{flex:1 1;background:rgba(0,140,186,.05);border-radius:4px;padding:4px;text-align:center}.summit-metric-value{font-size:8px;font-weight:700;color:#008CBA}.summit-metric-label{font-size:5px;color:#666}.summit-education{display:flex;gap:10px}.summit-edu{flex:1 1;background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}.summit-school{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.summit-degree{font-size:7px;color:#444;margin-bottom:4px}.summit-year{font-size:6px;color:#666;padding:2px 6px;background:rgba(0,0,0,.05);border-radius:20px;display:inline-block}.summit-skills{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.summit-skill{font-size:7px;background:white;padding:4px 8px;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.05);color:#444}.helix-preview{background:linear-gradient(135deg,#fafcff,#f5faff)}.helix-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.helix-header{display:flex;justify-content:space-between;align-items:flex-start}.helix-info{flex:1 1}.helix-name{font-size:18px;font-weight:700;color:#222;margin-bottom:3px}.helix-title{font-size:9px;color:#444;margin-bottom:5px}.helix-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#666}.helix-institution{font-size:8px;color:#005A9C;font-weight:600;margin-top:2px}.helix-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.helix-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.helix-metric{flex:1 1;min-width:60px;background:white;border-radius:8px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}.helix-metric-value{font-size:12px;font-weight:700;color:#005A9C;margin-bottom:2px}.helix-metric-label{font-size:6px;color:#666}.helix-section-title{font-size:9px;font-weight:700;color:#222;margin-bottom:8px;border-bottom:1px solid #e0e0e0;padding-bottom:4px;display:flex;align-items:center;gap:5px}.helix-section-title:before{content:"";display:block;width:3px;height:12px;background:#005A9C;border-radius:1.5px}.helix-publications{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.helix-publication{background:white;border-radius:8px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.helix-pub-title{font-size:8px;font-weight:600;color:#222;margin-bottom:4px}.helix-pub-authors{font-size:7px;color:#444;margin-bottom:4px;font-style:italic}.helix-pub-journal{font-size:7px;color:#005A9C;margin-bottom:4px}.helix-pub-meta{display:flex;justify-content:space-between}.helix-pub-year{font-size:7px;color:#666}.helix-pub-citations{font-size:7px;color:#005A9C;font-weight:600}.helix-grants{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.helix-grant{background:white;border-radius:8px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.helix-grant-title{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.helix-grant-agency{font-size:7px;color:#005A9C;margin-bottom:4px}.helix-grant-period{font-size:7px;color:#666;margin-bottom:4px}.helix-grant-amount{font-size:8px;font-weight:700;color:#005A9C}.helix-appointments{display:flex;flex-direction:column;gap:8px}.helix-appointment{background:white;border-radius:8px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.helix-app-position{font-size:8px;font-weight:600;color:#222;margin-bottom:2px}.helix-app-institution{font-size:7px;color:#005A9C;margin-bottom:4px}.helix-app-period{font-size:7px;color:#666;margin-bottom:6px}.helix-app-description{font-size:7px;color:#444;line-height:1.5}.helix-dna{top:10px;right:10px;width:20px;opacity:.2}.helix-dna,.helix-dna-strand{position:absolute;height:60px}.helix-dna-strand{top:0;left:8px;width:4px;background:#005A9C}.helix-dna-rung{position:absolute;left:0;width:20px;height:2px;background:#005A9C;transform:rotate(-30deg)}.helix-dna-rung:first-child{top:5px}.helix-dna-rung:nth-child(2){top:15px;transform:rotate(30deg)}.helix-dna-rung:nth-child(3){top:25px}.helix-dna-rung:nth-child(4){top:35px;transform:rotate(30deg)}.helix-dna-rung:nth-child(5){top:45px}.helix-dna-rung:nth-child(6){top:55px;transform:rotate(30deg)}.cosmos-preview{background:linear-gradient(135deg,#0f1014,#171b29);color:white}.cosmos-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;color:white}.cosmos-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.cosmos-intro{flex:1 1}.cosmos-name{font-size:18px;font-weight:700;color:white;margin-bottom:3px;letter-spacing:-.5px}.cosmos-title{font-size:9px;color:rgba(255,255,255,.7);margin-bottom:6px}.cosmos-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:rgba(255,255,255,.5)}.cosmos-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#4C19E6,#E439FF);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:12px}.cosmos-nav{display:flex;gap:2px;margin-bottom:15px;background:rgba(255,255,255,.05);border-radius:20px;padding:3px}.cosmos-nav-item{padding:4px 10px;border-radius:20px;font-size:7px;color:rgba(255,255,255,.6)}.cosmos-nav-item.active{background:rgba(255,255,255,.1);color:white}.cosmos-main{flex:1 1;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;color:white}.cosmos-panel{background:rgba(255,255,255,.05);border-radius:10px;padding:12px;position:relative;overflow:hidden}.cosmos-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.cosmos-panel-large{grid-column:span 2}.cosmos-panel-title{font-size:8px;font-weight:600;color:rgba(255,255,255,.8);margin-bottom:10px;display:flex;align-items:center;gap:5px}.cosmos-panel-icon{width:16px;height:16px;border-radius:8px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:10px}.cosmos-visualization{height:120px;position:relative;margin-bottom:10px}.cosmos-node{position:absolute;width:16px;height:16px;border-radius:50%;background:#4C19E6;transform:translate(-50%,-50%)}.cosmos-node:first-child{top:20%;left:30%;background:#4C19E6}.cosmos-node:nth-child(2){top:30%;left:70%;background:#00D5FF}.cosmos-node:nth-child(3){top:70%;left:40%;background:#E439FF}.cosmos-node:nth-child(4){top:60%;left:80%;background:#4C19E6}.cosmos-node:nth-child(5){top:50%;left:20%;background:#00D5FF}.cosmos-line{position:absolute;background:rgba(255,255,255,.1);height:1px;transform-origin:0 0}.cosmos-line:nth-child(6){top:20%;left:30%;width:40%;transform:rotate(10deg)}.cosmos-line:nth-child(7){top:20%;left:30%;width:30%;transform:rotate(70deg)}.cosmos-line:nth-child(8){top:30%;left:70%;width:30%;transform:rotate(150deg)}.cosmos-line:nth-child(9){top:70%;left:40%;width:45%;transform:rotate(15deg)}.cosmos-line:nth-child(10){top:60%;left:80%;width:35%;transform:rotate(-150deg)}.cosmos-experience{display:flex;flex-direction:column;gap:8px}.cosmos-job{background:rgba(255,255,255,.05);border-radius:8px;padding:8px;position:relative}.cosmos-job:before{content:"";position:absolute;top:0;left:8px;bottom:0;width:1px;background:rgba(255,255,255,.1)}.cosmos-job-title{font-size:8px;font-weight:600;color:white;margin-bottom:2px;margin-left:12px}.cosmos-job-title:before{content:"";position:absolute;top:10px;left:8px;width:5px;height:1px;background:rgba(255,255,255,.3)}.cosmos-job-company{font-size:7px;color:rgba(255,255,255,.7);margin-bottom:4px;margin-left:12px}.cosmos-job-date{font-size:6px;color:rgba(255,255,255,.4);margin-bottom:6px;margin-left:12px}.cosmos-job-description{font-size:7px;color:rgba(255,255,255,.6);line-height:1.5}.cosmos-skills{display:flex;flex-wrap:wrap;gap:5px}.cosmos-skill{font-size:7px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:3px 8px;color:rgba(255,255,255,.8)}.cosmos-metrics{display:flex;flex-wrap:wrap;gap:8px}.cosmos-metric{flex:1 1;min-width:60px;background:rgba(255,255,255,.05);border-radius:8px;padding:8px;text-align:center}.cosmos-metric-value{font-size:12px;font-weight:700;color:#00D5FF;margin-bottom:2px}.cosmos-metric:nth-child(2) .cosmos-metric-value{color:#E439FF}.cosmos-metric:nth-child(3) .cosmos-metric-value{color:#4C19E6}.cosmos-metric-label{font-size:6px;color:rgba(255,255,255,.5)}.cosmos-progress{margin-bottom:15px}.cosmos-progress-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.cosmos-progress-label{width:60px;font-size:7px;color:rgba(255,255,255,.7)}.cosmos-progress-bar{flex:1 1;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.cosmos-progress-fill{height:100%;background:linear-gradient(90deg,#4C19E6,#E439FF);border-radius:2px}.cosmos-progress-value{width:20px;font-size:7px;color:rgba(255,255,255,.7);text-align:right}.atom-preview{background:white}.atom-resume{height:100%;padding:10%;gap:15px;font-family:SF Mono,Menlo,monospace}.atom-header,.atom-resume{display:flex;flex-direction:column}.atom-header{align-items:flex-start}.atom-name{font-size:16px;font-weight:700;color:#333;margin-bottom:3px}.atom-title{font-size:8px;color:#777;margin-bottom:8px}.atom-contact{display:flex;flex-wrap:wrap;gap:12px;font-size:7px;color:#555}.atom-main{flex:1 1;display:flex;flex-direction:column;gap:15px}.atom-section{margin-bottom:15px}.atom-section-title{font-size:8px;font-weight:700;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px;position:relative;padding-left:12px}.atom-section-title:before{content:">";position:absolute;left:0;color:#0074D9}.atom-experience{display:flex;flex-direction:column;gap:12px}.atom-job{position:relative;padding-left:12px}.atom-job:before{content:"-";position:absolute;left:0;color:#0074D9}.atom-job-title{font-size:8px;font-weight:600;color:#333;margin-bottom:2px}.atom-job-company{font-size:7px;color:#0074D9;margin-bottom:2px}.atom-job-date{font-size:6px;color:#777;margin-bottom:5px}.atom-job-description{font-size:7px;color:#555;line-height:1.5}.atom-skills{display:flex;flex-direction:column;gap:8px}.atom-skill-category{margin-bottom:8px}.atom-skill-title{font-size:7px;font-weight:600;color:#333;margin-bottom:5px;position:relative;padding-left:12px}.atom-skill-title:before{content:"#";position:absolute;left:0;color:#0074D9}.atom-skill-list{display:flex;flex-wrap:wrap;gap:5px;margin-left:12px}.atom-skill{font-size:7px;background:rgba(0,116,217,.1);border-radius:3px;padding:2px 6px;color:#0074D9}.atom-education{display:flex;flex-direction:column;gap:12px}.atom-edu{position:relative;padding-left:12px}.atom-edu:before{content:"-";position:absolute;left:0;color:#0074D9}.atom-edu-degree{font-size:8px;font-weight:600;color:#333;margin-bottom:2px}.atom-edu-school{font-size:7px;color:#0074D9;margin-bottom:2px}.atom-edu-date{font-size:6px;color:#777}.atom-projects{display:flex;flex-direction:column;gap:12px}.atom-project{position:relative;padding-left:12px}.atom-project:before{content:"-";position:absolute;left:0;color:#0074D9}.atom-project-title{font-size:8px;font-weight:600;color:#333;margin-bottom:2px}.atom-project-tech{font-size:7px;color:#0074D9;margin-bottom:5px}.atom-project-description{font-size:7px;color:#555;line-height:1.5}.horizon-preview{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.horizon-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.horizon-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.horizon-info{flex:1 1}.horizon-name{font-size:18px;font-weight:700;color:#212529;margin-bottom:3px}.horizon-title{font-size:9px;color:#495057;margin-bottom:5px}.horizon-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#6c757d}.horizon-photo{width:32px;height:32px;border-radius:4px;background:#20c997;color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.horizon-main{flex:1 1;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto 1fr;grid-gap:10px;gap:10px}.horizon-dashboard-item{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.horizon-dashboard-full{grid-column:span 4}.horizon-dashboard-half{grid-column:span 2}.horizon-dashboard-title{font-size:8px;font-weight:600;color:#212529;margin-bottom:8px;display:flex;align-items:center;gap:5px}.horizon-dashboard-icon{width:14px;height:14px;border-radius:4px;background:rgba(32,201,151,.1);display:flex;align-items:center;justify-content:center}.horizon-dashboard-icon:before{content:"";width:6px;height:6px;background:#20c997;border-radius:1px}.horizon-kpi-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.horizon-kpi{background:rgba(32,201,151,.05);border:1px solid rgba(32,201,151,.1);border-radius:6px;padding:6px;text-align:center}.horizon-kpi-value{font-size:12px;font-weight:700;color:#20c997;margin-bottom:2px}.horizon-kpi-label{font-size:6px;color:#495057}.horizon-chart{height:100px;display:flex;align-items:flex-end;gap:6px;padding:0 10px;margin-top:10px}.horizon-chart-bar{flex:1 1;background:#20c997;border-radius:2px 2px 0 0}.horizon-chart-bar:first-child{height:40%}.horizon-chart-bar:nth-child(2){height:65%}.horizon-chart-bar:nth-child(3){height:85%}.horizon-chart-bar:nth-child(4){height:70%}.horizon-chart-bar:nth-child(5){height:90%}.horizon-chart-bar:nth-child(6){height:75%}.horizon-chart-labels{display:flex;justify-content:space-between;padding:0 10px;margin-top:5px}.horizon-chart-label{font-size:6px;color:#6c757d;text-align:center;flex:1 1}.horizon-timeline{display:flex;flex-direction:column;gap:8px;margin-top:5px}.horizon-timeline-item{display:flex;gap:8px;position:relative}.horizon-timeline-item:before{content:"";position:absolute;top:18px;left:6px;bottom:-10px;width:1px;background:rgba(32,201,151,.2)}.horizon-timeline-item:last-child:before{display:none}.horizon-timeline-dot{width:12px;height:12px;border-radius:50%;background:white;border:2px solid #20c997;margin-top:4px;flex-shrink:0;z-index:1}.horizon-timeline-content{flex:1 1}.horizon-timeline-title{font-size:8px;font-weight:600;color:#212529;margin-bottom:2px}.horizon-timeline-subtitle{font-size:7px;color:#20c997;margin-bottom:4px}.horizon-timeline-text{font-size:7px;color:#495057;line-height:1.4}.horizon-skills{gap:8px}.horizon-skill,.horizon-skills{display:flex;flex-direction:column}.horizon-skill{gap:3px}.horizon-skill-header{display:flex;justify-content:space-between;align-items:center}.horizon-skill-name{font-size:7px;color:#212529}.horizon-skill-level{font-size:7px;color:#20c997}.horizon-skill-bar{height:4px;background:rgba(32,201,151,.1);border-radius:2px}.horizon-skill-progress{height:100%;background:#20c997;border-radius:2px}.horizon-edu-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.horizon-edu{background:white;border:1px solid rgba(32,201,151,.1);border-radius:6px;padding:6px}.horizon-edu-school{font-size:8px;font-weight:600;color:#212529;margin-bottom:2px}.horizon-edu-degree{font-size:7px;color:#495057;margin-bottom:4px}.horizon-edu-date{font-size:6px;color:#6c757d;background:rgba(32,201,151,.05);display:inline-block;padding:2px 6px;border-radius:3px}.echo-preview{background:linear-gradient(135deg,#ffffff,#f0f7ff)}.echo-resume{height:100%;padding:8%;display:flex;flex-direction:column;gap:15px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.echo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.echo-bio{flex:1 1}.echo-name{font-size:18px;font-weight:700;color:#124E78;margin-bottom:3px}.echo-title{font-size:9px;color:#495057;margin-bottom:5px}.echo-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:7px;color:#6c757d}.echo-credential{width:60px;height:60px;border-radius:50%;border:2px solid #124e78;display:flex;flex-direction:column;align-items:center;justify-content:center;background:white;box-shadow:0 2px 10px rgba(0,0,0,.05)}.echo-credential-icon{font-size:14px;color:#124E78;margin-bottom:2px;font-weight:700}.echo-credential-text{font-size:6px;color:#495057;text-align:center;max-width:45px;line-height:1.4}.echo-main{flex:1 1;display:grid;grid-template-columns:2fr 1fr;grid-gap:15px;gap:15px}.echo-section{margin-bottom:15px}.echo-section-title{font-size:9px;font-weight:700;color:#124E78;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid rgba(18,78,120,.2);display:flex;align-items:center;gap:5px}.echo-section-icon{width:14px;height:14px;background:rgba(18,78,120,.1);border-radius:7px;display:flex;align-items:center;justify-content:center;position:relative}.echo-section-icon:before{content:"";width:6px;height:6px;border-radius:3px;background:#124E78}.echo-experience{display:flex;flex-direction:column;gap:10px}.echo-practice{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.echo-practice-title{font-size:9px;font-weight:600;color:#212529;margin-bottom:2px}.echo-practice-org{font-size:8px;color:#124E78;margin-bottom:4px}.echo-practice-period{font-size:7px;color:#6c757d;margin-bottom:6px}.echo-practice-details{font-size:7px;color:#495057;line-height:1.5;display:flex;flex-direction:column;gap:4px}.echo-practice-item{position:relative;padding-left:10px}.echo-practice-item:before{content:"•";position:absolute;left:0;color:#124E78}.echo-education{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:10px}.echo-edu{padding-bottom:10px;border-bottom:1px dashed rgba(18,78,120,.1)}.echo-edu:last-child{padding-bottom:0;border-bottom:none}.echo-edu-degree{font-size:9px;font-weight:600;color:#212529;margin-bottom:2px}.echo-edu-school{font-size:8px;color:#124E78;margin-bottom:4px}.echo-edu-date{font-size:7px;color:#6c757d}.echo-sidebar{display:flex;flex-direction:column;gap:15px}.echo-certifications{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.echo-cert-list{display:flex;flex-direction:column;gap:6px}.echo-cert{gap:6px}.echo-cert,.echo-cert-badge{display:flex;align-items:center}.echo-cert-badge{width:16px;height:16px;border-radius:8px;background:rgba(18,78,120,.1);justify-content:center;flex-shrink:0}.echo-cert-badge:before{content:"✓";font-size:10px;color:#124E78}.echo-cert-content{flex:1 1}.echo-cert-title{font-size:8px;font-weight:600;color:#212529;margin-bottom:1px}.echo-cert-issuer{font-size:7px;color:#6c757d;margin-bottom:1px}.echo-cert-date{font-size:6px;color:#124E78}.echo-specialties{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.echo-specialty-list{display:flex;flex-direction:column;gap:6px}.echo-specialty{display:flex;align-items:center;gap:6px}.echo-specialty-icon{width:16px;height:16px;border-radius:8px;background:rgba(18,78,120,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.echo-specialty-icon:before{content:"+";font-size:10px;color:#124E78}.echo-specialty-name{font-size:8px;color:#212529}.echo-skills{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.echo-skill-list{display:flex;flex-wrap:wrap;gap:5px}.echo-skill{font-size:7px;background:rgba(18,78,120,.05);color:#124E78;padding:3px 8px;border-radius:4px}.echo-publications{background:white;border-radius:8px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.echo-pub-list{display:flex;flex-direction:column;gap:8px}.echo-pub{font-size:7px;color:#495057;line-height:1.5;font-style:italic}.echo-pub-authors{font-style:normal;font-weight:600}.echo-pub-journal{font-style:normal;color:#124E78}.echo-heart-rate{position:absolute;bottom:10px;right:10px;width:60px;height:20px;opacity:.2}.echo-heart-line{top:10px;left:0;width:60px;height:1px}.echo-heart-line,.echo-heart-spike{position:absolute;background:#124E78}.echo-heart-spike{top:0;left:25px;width:10px;height:20px;-webkit-clip-path:polygon(0 50%,50% 0,100% 50%,50% 100%);clip-path:polygon(0 50%,50% 0,100% 50%,50% 100%)}@media screen and (max-width:1200px){.templates-grid{grid-template-columns:repeat(2,1fr);gap:40px}.section{max-width:1000px}h1{font-size:44px}.featured-section{padding:100px 0}.featured-template{margin-bottom:100px}}@media screen and (max-width:768px){.templates-grid{grid-template-columns:1fr;gap:40px}h1{font-size:36px}h2{font-size:28px}.hero-section{padding:100px 0 60px}.section{padding:80px 0}.featured-template{margin-bottom:80px}.featured-template,.featured-template:nth-child(2n){flex-direction:column}.featured-content{padding:40px 20px 0}.featured-image{width:80%}.featured-name{font-size:32px}.template-name{font-size:22px}}