*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}main{min-height:100vh}.container{display:grid;grid-template-columns:300px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;height:100vh;box-sizing:border-box}.sidebar{position:sticky;top:2rem;height:calc(100vh - 4rem);display:flex;flex-direction:column;gap:1.5rem}.section-header{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #0000000d;flex-shrink:0}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;height:fit-content}.content-section{padding:1rem;height:calc(100vh - 4rem);overflow-y:auto}.cards-container{display:flex;flex-direction:column;gap:1rem}.card-wrapper{background:#fff;border-radius:20px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.content{background:#fff;color:#333;padding:1rem 0}.content h3{color:#111;font-size:1.2rem;margin:0 0 1rem}.content p{color:#444;line-height:1.6;margin:.5rem 0}.content ul{color:#444;margin:1rem 0;padding-left:1.5rem}.content li{margin:.5rem 0;line-height:1.5}.role,.company,.institution{color:#333;font-weight:500}.duration{color:#666;font-size:.9rem}.contact-info{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem;color:#666;line-height:1.2}.contact-item .material-symbols-outlined{color:#333;font-size:20px;padding-top:2px;width:20px;height:20px}.contact-text{font-size:.9rem;padding-top:2px}.contact-item a.contact-text{color:#06c;text-decoration:none}.contact-item a.contact-text:hover{text-decoration:underline}.dark .contact-item .material-symbols-outlined{color:#fff}.dark .contact-item a.contact-text{color:#66b3ff}@media (max-width: 768px){.contact-item{gap:.6rem}.contact-item .material-symbols-outlined{font-size:18px;width:18px;height:18px}.contact-text{font-size:.85rem}}.project-item{border-bottom:1px solid #eee;padding-bottom:1.5rem;margin-bottom:1.5rem}.project-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.icon-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.2rem;background:#fff;border-radius:16px;cursor:pointer;transition:all .2s ease;border:1px solid #eee;position:relative}.icon-card:hover,.icon-card.selected{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#000}.card-icon{width:48px;height:48px;background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.icon-card:hover .card-icon,.icon-card.selected .card-icon{background:#000}.icon-card:hover .material-symbols-outlined,.icon-card.selected .material-symbols-outlined{color:#fff}.icon-card:hover .icon-title,.icon-card.selected .icon-title{color:#000}.icon-title{font-size:.9rem;font-weight:500;color:#666;text-align:center}.profile{display:flex;align-items:center;gap:1rem}.avatar{width:48px;height:48px;background:#000;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem;padding:1.2rem}.profile-info h1{font-size:1.2rem;font-weight:600;color:#111;margin:0}.subtitle{color:#666;font-size:.9rem;margin:.2rem 0 0}.header-actions{display:flex;justify-content:flex-end}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#000;color:#fff;border:none;border-radius:12px;font-size:.9rem;cursor:pointer;transition:transform .2s ease}.action-btn:hover{transform:translateY(-1px)}.action-icon{font-size:1.2rem;font-weight:300}.view-toggle{width:40px;height:40px;border-radius:12px;border:none;background:#f5f5f5;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.view-toggle:hover{background:#000;color:#fff}.header-actions{display:flex;gap:.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.title-wrapper{display:flex;align-items:center;gap:1rem}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}h2{margin:0;font-size:1.1rem;font-weight:600;color:#111}.remove-btn{width:32px;height:32px;border-radius:10px;border:none;background:#f5f5f5;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-btn:hover{background:#000}.remove-btn .material-symbols-outlined:hover{color:#fff}.placeholder{height:400px;border:2px dashed #e0e0e0;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .3s ease}.placeholder.over{border-color:#000;background:#f8f9fa}.placeholder-icon{width:64px;height:64px;background:#f5f5f5;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.placeholder-icon .material-symbols-outlined{font-size:2rem}.placeholder-icon{font-family:Clash Display,sans-serif;margin:0;font-size:1.2rem;font-weight:500;color:#111;letter-spacing:-.02em}@media (min-width: 1200px){.container{grid-template-columns:320px 1fr}.contact-buttons{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}}@media (max-width: 1024px){.container{grid-template-columns:280px 1fr;padding:1.5rem}.contact-buttons{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}}:global(body){font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,.icon-title{font-family:Clash Display,sans-serif;letter-spacing:-.02em}.profile-info h1{font-size:1.4rem;font-weight:600;color:#111;margin:0;letter-spacing:-.03em}.subtitle{font-family:Inter,sans-serif;color:#666;font-size:.9rem;margin:.2rem 0 0;font-weight:400}.icon-title{font-size:.85rem;font-weight:500;color:#666;text-align:center;letter-spacing:-.01em}.content h3{font-family:Clash Display,sans-serif;color:#111;font-size:1.3rem;margin:0 0 1rem;font-weight:500;letter-spacing:-.02em}.role{font-family:Clash Display,sans-serif;font-weight:500;color:#111;font-size:1.1rem;letter-spacing:-.01em}.company,.institution{font-family:Inter,sans-serif;color:#333;font-weight:500;font-size:.95rem}.duration{font-family:Inter,sans-serif;color:#666;font-size:.9rem;font-weight:400}.description{font-family:Inter,sans-serif;color:#444;line-height:1.6;font-size:.95rem}.tech-tag,.skill-tag{font-family:Inter,sans-serif;background:#f0f0f0;color:#333;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;transition:all .2s ease;letter-spacing:-.01em}.content li{font-family:Inter,sans-serif;color:#444;margin:.5rem 0;line-height:1.6;font-size:.95rem}.placeholder h3{font-family:Clash Display,sans-serif;margin:0;font-size:1.2rem;font-weight:500;color:#111;letter-spacing:-.02em}.placeholder p{font-family:Inter,sans-serif;margin:.5rem 0 0;font-size:.9rem;color:#666}.icon-card:active{transform:scale(.95);background:#f5f5f5}.scroll-to-top{position:fixed;bottom:20px;right:20px;display:none;align-items:center;gap:.5rem;padding:.8rem 1.2rem;background:#000;color:#fff;border:none;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .2s ease}.scroll-to-top.visible{display:block}.dark .scroll-to-top{background:#fff;color:#000}@media (max-width: 768px){.container{grid-template-columns:1fr;height:auto}.sidebar{position:relative;height:auto;top:0}.content-section{height:auto;overflow:visible}.cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.cards-grid{grid-template-columns:repeat(2,1fr)}}.mobile-header{display:none;padding:1rem;background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.mobile-menu-button{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;background:#000;color:#fff;border:none;border-radius:12px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.mobile-menu-button .material-symbols-outlined{font-size:20px;color:#fff}.button-text{font-family:Inter,sans-serif}.mobile-menu{display:none;position:fixed;bottom:-100%;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:1.5rem;box-shadow:0 -4px 20px #0000001a;transition:bottom .3s ease;z-index:1000;max-height:70vh;overflow-y:auto}.mobile-menu.open{bottom:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mobile-menu-header h2{font-size:1.2rem;margin:0}.close-button{background:none;border:none;padding:.5rem;cursor:pointer}.mobile-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 768px){.container{padding:0}.sidebar{display:none}.mobile-header,.mobile-menu{display:block}.content-section{padding:1rem;height:auto;min-height:calc(100vh - 100px)}.card-wrapper{margin-bottom:1rem}:global(body.menu-open){overflow:hidden}.placeholder{height:200px;margin-top:1rem}}@media (max-width: 480px){.mobile-cards-grid{grid-template-columns:repeat(2,1fr)}.mobile-menu{max-height:80vh}}@media (max-width: 768px){.container{padding:0;height:100%;overflow-x:hidden}.content-section{padding:1rem;height:auto;min-height:calc(100vh - 120px);overflow:visible;margin-bottom:60px}.cards-container{display:flex;flex-direction:column;gap:1rem;width:100%}.card-wrapper{width:100%;box-sizing:border-box;margin-bottom:1rem;overflow:hidden}.content{padding:.5rem;overflow-x:auto}.skill-tags,.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0;width:100%}.tech-tag,.skill-tag{font-size:.8rem;padding:.4rem .8rem;white-space:nowrap}ul{padding-left:1rem;margin:.5rem 0}li{font-size:.9rem;margin:.4rem 0}.card-header{padding:.8rem;gap:.5rem}.card-icon{width:36px;height:36px}.title-wrapper h2{font-size:1rem}.placeholder{height:150px;margin:1rem;padding:1rem}.mobile-menu{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:1rem;box-shadow:0 -4px 20px #0000001a;z-index:1000;transform:translateY(100%);transition:transform .3s ease}.mobile-menu.open{transform:translateY(0)}body.menu-open .content-section{padding-bottom:60vh}.mobile-header{position:sticky;top:0;z-index:100;background:#fff;padding:1rem;box-shadow:0 2px 10px #0000000d}main{position:relative;min-height:100vh;overflow-x:hidden}.remove-btn{width:36px;height:36px;padding:8px}.content{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.role,.company,.institution{font-size:.9rem}.duration{font-size:.8rem}.description{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.mobile-cards-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.card-wrapper{margin:.5rem 0}.content{padding:.5rem}.mobile-menu{max-height:70vh}}@supports (-webkit-touch-callout: none){.mobile-menu,.content-section{padding-bottom:env(safe-area-inset-bottom)}}.content{padding:1rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;box-sizing:border-box}.card-wrapper{width:100%;box-sizing:border-box;overflow:hidden;background:#fff;border-radius:20px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 20px #00000014}.skill-tags,.tech-stack{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0}.tech-tag,.skill-tag{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:#f5f5f5;border-radius:8px;font-size:.85rem;color:#333;transition:all .2s ease}.description,p{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}a{word-break:break-all}@media (max-width: 768px){.card-wrapper{padding:1rem;margin:.5rem 0}.content{padding:.5rem}.description,p{font-size:.9rem;line-height:1.5}.tech-tag,.skill-tag{padding:.4rem .8rem;font-size:.8rem}ul{padding-left:1.2rem;margin:.5rem 0}li{font-size:.9rem;line-height:1.4;margin:.4rem 0;overflow-wrap:break-word}h2,h3{font-size:1rem;line-height:1.3}.contact-info p{display:flex;align-items:flex-start;gap:.5rem;word-break:break-all}.project-item{padding-bottom:1rem;margin-bottom:1rem}.experience-item{margin-bottom:1.5rem}.skill-section{margin-bottom:1rem}.skill-section h3{font-size:.95rem;margin-bottom:.5rem}}@media (max-width: 480px){.card-wrapper{padding:.8rem}.content{padding:.4rem}.tech-tag,.skill-tag{padding:.3rem .6rem;font-size:.75rem}}.skill-section{margin-bottom:2rem}.skill-section:last-child{margin-bottom:0}.skill-section h3{color:#333;font-size:.95rem;margin-bottom:1rem}.experience-item,.project-item{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #eee}.experience-item:last-child,.project-item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}@media (max-width: 768px){.skill-tags,.tech-stack{gap:.5rem}.tech-tag,.skill-tag{padding:.4rem .8rem;font-size:.8rem}}.mobile-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem}.toggle-button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;background:#fff;color:#666;border:1px solid #eee;border-radius:12px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.toggle-button.active{background:#000;color:#fff;border-color:#000}.toggle-button:hover:not(.active){border-color:#000;color:#000}.toggle-button.desktop{margin-top:1rem;width:100%;justify-content:center}@media (max-width: 768px){.toggle-button{font-size:.85rem;padding:.7rem 1rem}.toggle-button.desktop{display:none}.mobile-actions{flex-wrap:wrap}}.select-mode,.select-mode.desktop,.mode-text{display:none}.switch-wrapper{display:flex;align-items:center;gap:.8rem;cursor:pointer}.switch-wrapper.desktop{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;width:100%;justify-content:space-between}.switch-label{font-family:Clash Display,sans-serif;font-size:.9rem;color:#666;white-space:nowrap}.toggle-switch{position:relative;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eee;transition:.3s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(20px)}@media (max-width: 768px){.switch-wrapper.desktop{display:none}.switch-wrapper{padding:.5rem 0}.switch-label{font-size:.85rem}.toggle-switch{width:40px;height:22px}.slider:before{height:16px;width:16px}input:checked+.slider:before{transform:translate(18px)}}@media (max-width: 768px){.switch-wrapper{padding:.5rem 0;flex:1;min-width:180px}.switch-label{font-size:.85rem}.mobile-actions{flex-wrap:wrap;gap:.8rem}}.dark{background:#1a1a1a;color:#fff}.dark .section-header,.dark .cards-grid,.dark .card-wrapper,.dark .mobile-header,.dark .mobile-menu{background:#2a2a2a;box-shadow:0 4px 20px #0003}.dark .icon-card{background:#2a2a2a;border-color:#333}.dark .icon-card:hover,.dark .icon-card.selected{border-color:#fff;background:#333}.dark .icon-card .card-icon{background:#333}.dark .icon-card .material-symbols-outlined{color:#999}.dark .icon-card:hover .card-icon,.dark .icon-card.selected .card-icon{background:#fff}.dark .icon-card:hover .material-symbols-outlined,.dark .icon-card.selected .material-symbols-outlined{color:#000}.dark .icon-card:hover .icon-title,.dark .icon-card.selected .icon-title{color:#fff}.dark .profile{color:#ccc}.dark .avatar{background:#333}.dark .profile-info h1{color:#fff}.dark .subtitle{color:#999}.dark .content{background:#2a2a2a;color:#fff}.dark .content h3{color:#fff}.dark .content p,.dark .content li{color:#ccc}.dark .tech-tag,.dark .skill-tag{background:#333;color:#fff}.dark .role,.dark .company,.dark .institution{color:#fff}.dark .duration{color:#999}.dark .contact-item{color:#ccc}.dark .contact-item a{color:#66b3ff}.dark .mobile-menu-button{background:#fff;color:#000}.dark .mobile-menu-button .material-symbols-outlined{color:#000}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.theme-toggle{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.theme-toggle:hover{background:#0000001a}.theme-toggle .material-symbols-outlined{font-size:24px;color:#333}.dark .theme-toggle .material-symbols-outlined{color:#fff}.dark .theme-toggle:hover{background:#ffffff1a}.dark .content-section{background:#1a1a1a}.dark .placeholder{background:#2a2a2a;border:2px dashed #444}.dark .placeholder.over{background:#333;border-color:#666}.dark .placeholder-content{color:#999}.dark h1,.dark h2,.dark .title-wrapper h2,.dark .mobile-menu-header h2{color:#fff}.dark .card-header{border-bottom-color:#444}.dark .remove-btn{background:#fff;color:#999}.dark .remove-btn:hover{background:#999}.dark .remove-btn .material-symbols-outlined:hover{color:#fff}.resume-download{font-family:Clash Display,sans-serif;display:inline-flex;align-items:center;gap:.5rem;margin-top:.8rem;padding:.5rem 1rem;background:#f5f5f5;border-radius:8px;color:#333;text-decoration:none;font-size:.9rem;transition:all .2s ease}.resume-download:hover{background:#333;color:#fff}.resume-download .material-symbols-outlined{font-size:20px;color:#333}.resume-download:hover .material-symbols-outlined{color:#fff}.dark .resume-download{background:#333;color:#fff}.dark .resume-download .material-symbols-outlined{color:#fff}.dark .resume-download:hover{background:#fff;color:#333}.dark .resume-download:hover .material-symbols-outlined{color:#333}.toggle-switch input:checked+.slider{background-color:#333}.dark .toggle-switch input:checked+.slider{background-color:#fff}.dark .toggle-switch input:checked+.slider:before{background-color:#333}.dark .slider{background-color:#444}.dark .slider:before{background-color:#999}@media (max-width: 768px){.resume-download{padding:.4rem .8rem;font-size:.85rem}.resume-download .material-symbols-outlined{font-size:18px}.download-icon{font-size:16px!important}}.skills-content{display:flex;flex-direction:column;gap:2rem}.skill-section{display:flex;flex-direction:column;gap:1rem}.skill-section h2{font-size:1.5rem;color:#333;margin:0;font-weight:600;font-family:Clash Display,sans-serif}.skill-list{display:flex;flex-wrap:wrap;gap:.8rem}.skill-item{font-family:Inter,sans-serif;background:#f5f5f5;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;color:#333;font-weight:500;transition:all .2s ease}.skill-item:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.dark .skill-section h2{color:#fff}.dark .skill-item{background:#333;color:#999}@media (max-width: 768px){.skill-section h2{font-size:1.2rem}.skill-list{gap:.6rem}.skill-item{font-size:.85rem;padding:.4rem .8rem}}@media (max-width: 480px){.skill-list{gap:1.5rem}.skill-item{min-width:70px}.skill-item img.skill-logo{width:35px!important;height:35px!important}.skill-item .skill-name{font-size:.8rem}}.skill-item:hover img.skill-logo{transform:scale(1.1)}.contact-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2rem}.contact-button{display:block;padding:1.2rem;background:#f8f9fa;border:1px solid #eee;border-radius:16px;color:#333;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.95rem;font-weight:500;box-shadow:0 2px 4px #00000005}.button-content{display:flex;align-items:center;gap:1rem;min-width:0}.button-content .material-symbols-outlined{flex-shrink:0;font-size:22px;transition:all .3s ease}.button-text{font-family:Clash Display,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;min-width:0}.contact-button:hover{transform:translateY(-3px);box-shadow:0 12px 20px #0000001a}.dark .contact-button{background:#333;border-color:#333;color:#fff}.dark .contact-button .button-content .material-symbols-outlined{color:#fff}.dark .location-button{background:#333}.dark .contact-button:hover{box-shadow:0 12px 20px #0003;color:#fff}@media (max-width: 768px){.contact-buttons{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.contact-button{padding:1rem;font-size:.9rem}.button-content .material-symbols-outlined{font-size:20px}.button-content{gap:.6rem}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.contact-button:hover .button-content .material-symbols-outlined{animation:pulse 1s infinite}.contact-button:active{transform:translateY(-1px);box-shadow:0 5px 10px #0000001a}.placeholder-content{text-align:center;color:#666}.placeholder-content h3{margin:0;font-size:1.2rem;font-weight:500;color:#111;letter-spacing:-.02em}.dark .placeholder-content h3{color:#fff}.dark .placeholder-content p{color:#999}.switch-label{font-size:.9rem;color:#666;white-space:nowrap}.dark .switch-label{color:#fff}@media (max-width: 768px){.switch-label{font-size:.85rem}}.card.svelte-9da0xs{background:#1e1e1ee6;border:2px solid rgba(100,108,255,.3);border-radius:12px;padding:1.5rem;margin:1rem;cursor:move;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card.svelte-9da0xs:hover{transform:translateY(-5px);border-color:#646cffcc;box-shadow:0 8px 20px #646cff33}.dragging.svelte-9da0xs{opacity:.5;transform:scale(1.05)}h3.svelte-9da0xs{margin:0;color:#fff;font-size:1.2rem}.dropzone.svelte-oi32dn{min-height:300px;border-radius:16px;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.over.svelte-oi32dn{border-color:#646cffcc;background:#646cff1a;transform:scale(1.02)}
