.login-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-modal{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:400px;box-shadow:0 20px 60px #0000004d;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#0000001a;color:#333}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{margin:0 0 .5rem;color:#333;font-size:1.8rem}.login-header p{margin:0;color:#666;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 0 3px #4ecdc41a}.form-group input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.submit-btn{padding:.875rem 1.5rem;background:linear-gradient(45deg,#4ecdc4,#45b7d1);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4ecdc44d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.switch-mode{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.switch-mode p{margin:0;color:#666;font-size:.9rem}.switch-btn{background:none;border:none;color:#4ecdc4;cursor:pointer;font-weight:600;text-decoration:underline;font-size:.9rem;margin-left:.25rem;transition:color .2s ease}.switch-btn:hover:not(:disabled){color:#45b7d1}.switch-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.login-modal{padding:1.5rem;margin:1rem}.login-header h2{font-size:1.5rem}}.start-screen{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem}.start-container{text-align:center;max-width:600px;background:#ffffff1a;padding:3rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.start-container h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.start-container p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.instructions{text-align:left;margin:2rem 0;padding:1.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.instructions h3{margin-top:0;margin-bottom:1rem;color:#4ecdc4}.instructions ul{margin:0;padding-left:1.5rem}.instructions li{margin-bottom:.5rem;line-height:1.5}.start-button{font-size:1.3rem;padding:1rem 3rem;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border:none;border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.start-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.start-button:active{transform:translateY(0)}.selection-screen{min-height:100vh;padding:.5rem;display:flex;flex-direction:column}.selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;padding:1rem 0}.back-button{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:inherit;cursor:pointer;transition:all .3s ease;isolation:isolate}.back-button:hover{background:#ffffff59;border:1px solid rgba(255,255,255,.5)}.progress-container{display:flex;align-items:center;gap:1rem}.progress-bar{width:200px;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4ecdc4,#45b7d1);transition:width .3s ease}.progress-text{font-weight:700;min-width:80px}.selection-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:600px;transform:translateY(-2rem)}.circular-layout{position:relative;width:500px;height:500px;margin:0 auto}.word-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center}.current-word{font-size:2.5rem;font-weight:700;padding:1.5rem 2rem;background:#ffffff40;border-radius:16px;cursor:grab;transition:all .3s ease;border:2px dashed rgba(255,255,255,.5);-webkit-user-select:none;user-select:none;box-shadow:0 8px 32px #0003;isolation:isolate}.current-word:active{cursor:grabbing}.current-word:hover{transform:scale(1.05);background:#ffffff59;border:2px dashed rgba(255,255,255,.7)}.selected-color-info{margin-top:1rem;font-size:1.1rem;opacity:.9;font-weight:700}.color-circle{position:relative;width:100%;height:100%}.color-option{width:20%;height:20%;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:absolute;left:calc(50% + var(--x-offset));top:calc(50% + var(--y-offset));transform:translate(-50%,-50%);isolation:isolate}.color-option:hover{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 12px 40px #bdbdbd4d}.color-option.drag-target{animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.02)}}.color-name{font-weight:700;font-size:.9rem;text-shadow:1px 1px 2px rgba(0,0,0,.7);color:#fff;text-align:center}.color-option[style*="background-color: #FFFFFF"] .color-name,.color-option[style*="background-color: #FFFF00"] .color-name{color:#333;text-shadow:1px 1px 2px rgba(255,255,255,.7)}.navigation-buttons{display:flex;gap:1rem;margin-top:2rem}.nav-button{padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease;background:#fff3;color:inherit;border:1px solid rgba(255,255,255,.3);isolation:isolate}.nav-button:hover:not(:disabled){background:#ffffff59;border:1px solid rgba(255,255,255,.5);transform:translateY(-2px)}.nav-button:disabled{opacity:.5;cursor:not-allowed}.skip-button{background:#ffc10733;border-color:#ffc10766}.skip-button:hover{background:#ffc1074d}@media (max-width: 768px){.selection-header{flex-direction:column;gap:1rem}.progress-container{width:100%;justify-content:center}.current-word{font-size:2rem;padding:1rem 1.5rem}.circular-layout{width:350px;height:350px}.color-option{width:60px;height:60px}.color-name{font-size:.7rem}}@media (max-width: 480px){.circular-layout{width:280px;height:280px}.current-word{font-size:1.5rem;padding:.8rem 1rem}.color-option{width:45px;height:45px}.color-name{font-size:.6rem}}.result-screen{max-width:1000px;margin:0 auto;padding:2rem}.result-header{text-align:center;margin-bottom:3rem}.result-header h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-header p{font-size:1.2rem;opacity:.8}.result-summary{display:grid;gap:1.5rem;margin-bottom:3rem}.color-group{background:#ffffffe6;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.color-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.color-indicator{width:30px;height:30px;border-radius:50%;flex-shrink:0}.color-name{color:#bbb;font-weight:700;font-size:1.1rem}.word-count{opacity:.7;font-size:.9rem}.word-list{display:flex;flex-wrap:wrap;gap:.5rem}.word-tag{background:#ffffff1a;color:#bbb;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.word-tag:hover{background:#fff3;transform:translateY(-1px)}.result-actions{display:flex;flex-direction:column;align-items:center;gap:2rem}.save-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.name-input-group{display:flex;flex-direction:column;align-items:center;gap:.5rem}.name-input-group label{font-weight:700}.name-input-group input{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:inherit;font-size:1rem;min-width:200px;text-align:center}.name-input-group input:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 0 2px #4ecdc433}.save-button{padding:1rem 2rem;background:linear-gradient(45deg,#4ecdc4,#45b7d1);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4ecdc44d}.save-button:disabled{opacity:.6;cursor:not-allowed}.save-success{padding:1rem 2rem;background:#28a74533;border:1px solid rgba(40,167,69,.4);border-radius:8px;color:#28a745;font-weight:700;font-size:1.1rem}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.restart-button,.home-button{padding:1rem 2rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:inherit;font-size:1rem;cursor:pointer;transition:all .3s ease}.restart-button:hover,.home-button:hover{background:#fff3;transform:translateY(-2px)}.restart-button{background:#ff6b6b33;border-color:#ff6b6b66}.restart-button:hover{background:#ff6b6b4d}@media (max-width: 768px){.result-screen{padding:1rem}.result-header h1{font-size:2rem}.color-header{flex-wrap:wrap}.action-buttons{flex-direction:column;width:100%}.restart-button,.home-button{width:100%}.name-input-group input{min-width:150px}}.hue-are-you-container{min-height:100vh;position:relative;overflow:hidden}.animated-background{position:fixed;inset:0;z-index:-1;background:linear-gradient(135deg,#d2d8f1,#ece1f7);animation:hueCycle 10s linear infinite}@keyframes hueCycle{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes colorCycle{0%{filter:blur(30%) hue-rotate(0deg)}to{filter:blur(30%) hue-rotate(360deg)}}.hue-are-you-content{position:relative;z-index:1}.hue-are-you-container:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#ffb6c11a,#add8e61a,#dda0dd1a,#98fb981a,#ffdab91a);z-index:0}:root{--header-height: 80px}.portfolio{position:relative;width:100%;height:100vh;overflow:hidden}.portfolio-background{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));z-index:0;overflow:hidden;pointer-events:none}.portfolio-background-track{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;transition:transform .8s ease-in-out;will-change:transform}.portfolio-background-layer{width:100%;height:100vh;display:block}.portfolio-content{position:relative;z-index:1;height:100vh;overflow-y:auto;scroll-snap-type:y mandatory}.portfolio-content section{position:relative;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:2rem;scroll-snap-align:start;scroll-snap-stop:always}.section-content{position:relative;z-index:1;background:#fffffff2;padding:3rem;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:1000px;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.intro-header h2{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.intro-header h3{color:#34495e;font-size:1.8rem;margin-bottom:2rem;text-align:center;font-weight:300}.career-section h4{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.career-list{list-style:none;padding:0}.career-item{display:flex;margin-bottom:1rem;padding:1rem;background:#3498db1a;border-radius:8px;transition:transform .2s ease}.career-item:hover{transform:translate(5px)}.career-year{flex:0 0 120px;font-weight:700;color:#3498db;margin-right:1rem}.career-description{flex:1;color:#2c3e50}.skills-section .section-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.skills-grid{display:grid;gap:2rem}.skill-category{background:#ecf0f1cc;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db}.skill-category h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.skill-category ul{list-style:none;padding:0;margin:0}.skill-category li{color:#34495e;margin-bottom:.5rem;padding-left:1rem;position:relative}.skill-category li:before{content:"▸";color:#3498db;position:absolute;left:0}.tech-stacks{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.tech-stack{background:#e74c3c1a;padding:1.5rem;border-radius:8px;border-left:4px solid #e74c3c}.tech-stack-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.tech-stack h3{color:#c0392b;font-size:1.3rem;margin:0}.tech-icons{display:flex;align-items:center;gap:.5rem}.tech-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#c0392b;fill:#c0392b}.tech-icons img.tech-icon,.tech-icons svg.tech-icon{width:28px;height:28px}.tech-icons .tech-icon[class*=devicon-]{font-size:28px}.tech-detail{margin-bottom:.8rem;color:#2c3e50;line-height:1.5}.tech-detail strong{color:#e74c3c}.portfolio-section .section-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.portfolio-items{display:grid;gap:2rem}.portfolio-item-template{background:#95a5a633;padding:3rem;border-radius:8px;text-align:center;color:#34495e;font-size:1.2rem;border:2px dashed #95a5a6}@media (max-width: 768px){.portfolio-content section{padding:1rem;min-height:auto;scroll-snap-align:start}.section-content{padding:2rem}.intro-header h2{font-size:2rem}.intro-header h3{font-size:1.4rem}.career-item{flex-direction:column}.career-year{flex:none;margin-right:0;margin-bottom:.5rem}.tech-stacks{grid-template-columns:1fr}}#root{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.App{width:100%;flex:1;display:flex;flex-direction:column}.App-header{background-color:#282c34;color:#fff;width:100vw;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a}.App-header .header-content{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.App-header .header-left{display:flex;align-items:center;gap:1rem}.App-header .logo{width:60px;height:60px;border-radius:8px}.App-header h1{margin:0;font-size:1.8rem}.nav-container{position:relative}.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:32px;justify-content:center;gap:4px;z-index:101;flex-shrink:0}.hamburger-menu span{display:block;height:3px;width:24px;background-color:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;align-items:center}.nav li{margin:0}.nav a{color:#61dafb;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s;white-space:nowrap}.nav a:hover{background-color:#61dafb1a}.nav a.active{background-color:#61dafb33;font-weight:700}.auth-buttons{display:flex;align-items:center;gap:1rem;margin-left:2rem}.signin-btn,.login-btn,.logout-btn{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500;border:none}.signin-btn{background:transparent;color:#61dafb;border:1px solid #61dafb}.signin-btn:hover{background:#61dafb1a}.login-btn{background:linear-gradient(45deg,#4ecdc4,#45b7d1);color:#fff;border:none}.login-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4ecdc44d}.user-info{display:flex;align-items:center;gap:1rem}.user-name{color:#61dafb;font-size:.9rem;font-weight:500}.logout-btn{background:#ff6b6b33;color:#ff6b6b;border:1px solid rgba(255,107,107,.4)}.logout-btn:hover{background:#ff6b6b4d}main{flex:1;max-width:800px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}section{margin-bottom:3rem}@media (max-width: 768px){.hamburger-menu{display:flex}.nav{position:absolute;top:100%;right:0;background-color:#282c34;border-radius:8px;box-shadow:0 4px 12px #0000004d;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease;min-width:250px;flex-direction:column}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav ul{flex-direction:column;gap:0;padding:1rem 0;margin-bottom:0}.nav a{display:block;padding:1rem 1.5rem;border-radius:0;width:100%;box-sizing:border-box}.App-header{padding:5px 0}.App-header .header-content{padding:0 1rem}.auth-buttons{margin:0;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);justify-content:center;flex-wrap:wrap}.auth-buttons .user-info{flex-direction:column;gap:.5rem;text-align:center}main{padding:1rem}}@media (max-width: 480px){.App-header .header-left{gap:.5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
