:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#213547;background-color:#f9f9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%;min-height:100vh}.container{max-width:880px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem;min-height:1200px;align-items:start}.section{padding:2rem;background-color:#f9f9f9;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:box-shadow .3s;height:100%;display:flex;flex-direction:column}.intro-section{text-align:center;color:#213547;background:linear-gradient(135deg,#f9f9f9,#f0f0f0)}.section:hover{box-shadow:0 6px 16px #0000001f}.name{font-size:2.8rem;margin-bottom:.8rem;font-weight:700;color:#213547;letter-spacing:-.5px}.title{font-size:1.4rem;margin-bottom:.5rem;opacity:.95;color:#535bf2;font-weight:600}.subtitle{font-size:1.05rem;margin-bottom:2.5rem;opacity:.8;color:#666}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.contact-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.contact-label{font-weight:600;min-width:80px}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#213547}.icon-wrapper svg{width:24px;height:24px}.contact-item a{color:#213547;text-decoration:none;transition:color .3s;font-weight:500}.contact-item a:hover{color:#535bf2;text-decoration:underline}.section-title{font-size:1.8rem;margin-bottom:1.5rem;color:#535bf2;text-align:center;font-weight:700;letter-spacing:-.5px;position:relative;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#646cff,#535bf2);border-radius:2px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem}.skill-item{padding:1rem 1.2rem;background-color:#f9f9f9;border:2px solid #646cff;border-radius:10px;text-align:center;font-weight:500;transition:all .3s ease;cursor:default}.skill-item:hover{transform:translateY(-4px);background-color:#f0f0f0;border-color:#535bf2;box-shadow:0 4px 12px #6366f126}.companies-list{display:flex;flex-direction:column;gap:1rem;flex:1;justify-content:space-around}.company-item{padding:1.5rem;background-color:#f0f0f0;border-radius:12px;border-left:4px solid #646cff;transition:all .3s ease;border:1px solid #e0e0e0;display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem}.company-item:hover{transform:translate(8px);background-color:#e8e8e8;box-shadow:0 4px 12px #0000001a;border-left-width:6px}.company-logo{width:100px;height:100px;object-fit:contain;border-radius:10px;background-color:#f9f9f9;padding:.5rem;transition:transform .3s;flex-shrink:0}.company-item:hover .company-logo{transform:scale(1.05)}.company-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.company-name{font-size:1.3rem;margin-bottom:.25rem;color:#535bf2;text-align:left}.company-role{font-size:1rem;margin-bottom:.5rem;opacity:.9;text-align:left;font-weight:500}.company-description{font-size:.95rem;line-height:1.6;color:#555;margin-bottom:.75rem;text-align:left}.company-period{font-size:.9rem;opacity:.7;font-style:italic;text-align:left;margin-top:.25rem}.achievements-list{display:flex;flex-direction:column;gap:1rem}.achievement-item{padding:1.5rem;background:linear-gradient(135deg,#f9f9f9,#f5f5f5);border-radius:12px;border-left:4px solid #535bf2;transition:all .3s ease;border:1px solid #e0e0e0;display:flex;flex-direction:row;align-items:center;gap:1.5rem}.achievement-item:hover{transform:translate(8px);background:linear-gradient(135deg,#f0f0f0,#e8e8e8);box-shadow:0 4px 12px #535bf226;border-left-width:6px;border-left-color:#646cff}.achievement-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;flex-shrink:0;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.achievement-item:hover .achievement-icon{transform:scale(1.1) rotate(5deg)}.achievement-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.achievement-name{font-size:1.1rem;color:#213547;text-align:left;font-weight:600;margin:0;line-height:1.5}.tools-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.tool-item{padding:1rem 1.2rem;background-color:#f9f9f9;border-radius:10px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e0e0e0;transition:all .3s ease}.tool-item:hover{border-color:#646cff;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126;background-color:#f5f5f5}.tool-level{font-size:.85rem;padding:.3rem .8rem;background-color:#646cff;border-radius:12px;color:#fff}.linkedin-icon{background-color:#0077b5;border-radius:20%;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#f9f9f9}.section{background-color:#f9f9f9;box-shadow:0 2px 8px #0000001a}.intro-section{color:#213547}.skill-item,.company-item,.tool-item{background-color:#f9f9f9;border-color:#e0e0e0}.skill-item:hover,.tool-item:hover{background-color:#f5f5f5}.section-title,.company-name{color:#535bf2}.tool-level{background-color:#535bf2}}@media(max-width:1024px){.container{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto;gap:1.5rem}.intro-section,.section:nth-child(2),.section:nth-child(3),.section:nth-child(4){grid-column:1;grid-row:auto}}@media(max-width:600px){.container{padding:1rem;gap:1.5rem}.section{padding:1.5rem}.name{font-size:2rem}.title{font-size:1.2rem}.subtitle{font-size:.95rem}.section-title{font-size:1.6rem;margin-bottom:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.skill-item{padding:.75rem 1rem;font-size:.9rem}.tools-grid{grid-template-columns:1fr}.tool-item{padding:1rem 1.2rem}.contact-info{text-align:center;gap:.75rem}.contact-item{justify-content:center;font-size:.9rem}.company-item{padding:1.5rem 1rem;flex-direction:column;align-items:center;gap:1rem}.company-logo{width:80px;height:80px}.company-content{align-items:center}.company-name{font-size:1.1rem;text-align:center}.company-role{text-align:center}.company-description{text-align:center;font-size:.9rem}.company-role,.company-period{font-size:.9rem}.company-period{text-align:center}.achievement-item{padding:1.25rem 1rem;flex-direction:column;align-items:center;gap:1rem}.achievement-icon{width:50px;height:50px;font-size:2rem}.achievement-content{align-items:center}.achievement-name{font-size:1rem;text-align:center}}
