.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}}@media (max-width: 370px){.color-option{width:clamp(32px,12vw,45px);height:clamp(32px,12vw,45px)}}.error-notice{display:flex;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:14px;border:1px solid rgba(255,111,97,.5);background:#ff6f611f;color:#ffb3aa;font-size:.95rem}.error-title{margin:0;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.error-message{margin:4px 0}.error-field{margin-right:6px;color:#ffc7c0}.error-code{margin:0;font-size:.8rem;opacity:.8}.error-dismiss{border:none;background:transparent;color:inherit;font-size:1.2rem;cursor:pointer;align-self:flex-start}.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)}.save-error{width:100%}.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}.result-detail{display:flex;gap:1rem;align-items:center;width:100%;max-width:680px;padding:1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 8px 24px #0000001f}.result-detail-body{display:flex;flex-direction:column;gap:.4rem;color:#fff}.result-detail-label{font-weight:700;letter-spacing:.05em;opacity:.8}.result-detail-code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95rem;color:#fffa}.result-detail-message{margin:.2rem 0 0;line-height:1.6}.result-color{width:96px;height:96px;border-radius:16px;border:2px solid rgba(255,255,255,.3);box-shadow:inset 0 0 12px #0003;flex-shrink:0}.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%}.result-detail{flex-direction:column;align-items:flex-start}.result-color{width:100%;max-width:320px}.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;height:calc(100vh - var(--header-height, 0px));min-height:calc(100vh - var(--header-height, 0px));z-index:1;overflow-y:auto}.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{top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));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}}.toyspace{padding:60px 8vw;background:radial-gradient(circle at top,rgba(112,131,255,.12),transparent 50%),#05060e;color:#f7f8ff;min-height:calc(100vh - var(--header-height, 80px))}.toyspace-hero{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:1rem}.toyspace-hero>div:first-child{flex:1 1 320px}.toyspace-eyebrow{letter-spacing:.2em;font-size:.85rem;color:#9ba7ff;margin-bottom:8px}.toyspace-hero h1{margin:0;font-size:clamp(1.8rem,3vw,2.6rem)}.toyspace-stats{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0d;min-width:260px}.toyspace-stats span{font-size:.85rem;color:#adb2d7}.toyspace-stats strong{font-size:1.6rem}.toyspace-stats button{border:none;border-radius:999px;padding:8px 16px;background:#ffffff1f;color:inherit;cursor:pointer}.toyspace-panel{background:#0c0e1ad9;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;margin-bottom:32px;box-shadow:0 20px 50px #0006}.search-input-row{margin-bottom:16px}.search-input-row input{border-radius:14px;border:1px solid rgba(255,255,255,.15);background:#04050ecc;color:#f7f8ff;padding:10px 14px;width:100%}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px}.filter-row select{border-radius:14px;border:1px solid rgba(255,255,255,.15);background:#04050ecc;color:#f7f8ff;padding:10px 14px}.tag-grid{display:flex;flex-wrap:wrap;gap:10px}.tag-chip{border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:inherit;padding:6px 14px;cursor:pointer;font-size:.85rem;transition:background .2s,border-color .2s}.tag-chip.active{background:#ffffff26;border-color:#a2b3ff}.toyspace-results .empty{color:#b3b7d8;text-align:center;padding:80px 0}.toy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.toy-card{border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#05070ee6;padding:18px;display:flex;flex-direction:column;gap:12px}.card-link{display:flex;flex-direction:column;gap:12px;color:inherit;text-decoration:none}.toy-card img{width:100%;height:160px;object-fit:cover;border-radius:14px}.toy-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#aeb3d8}.badge{padding:4px 8px;border-radius:8px;font-size:.75rem;text-transform:uppercase}.badge-blog{background:#ff6f6133;color:#ff6f61}.badge-reference{background:#ffce6133;color:#ffce61}.badge-tutorial{background:#82ffa433;color:#6cfba0}.toy-tags{display:flex;gap:8px;flex-wrap:wrap}.chip{border-radius:999px;border:1px solid rgba(255,255,255,.15);padding:4px 10px;font-size:.75rem}.toy-footer{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.toy-footer a,.detail-link{color:#9ba7ff}.toyspace-cta{margin-top:48px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(135deg,#7484ff26,#ffffff0a);padding:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.toyspace-cta form{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.toyspace-cta input{flex:1;min-width:200px;border-radius:999px;border:none;padding:10px 16px}.toyspace-cta button{border-radius:999px;border:none;padding:10px 20px;background:#9ba7ff;color:#05060e;font-weight:600}.cta-link{display:inline-flex;align-items:center;gap:8px;color:#d6dcff;text-decoration:none;font-weight:600;margin-top:16px}@media (max-width: 960px){.toyspace-hero{flex-direction:column}.toyspace-stats{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (max-width: 640px){.toyspace{padding:40px 5vw}.toyspace-cta{padding:24px}.toyspace-cta form{flex-direction:column}}.toy-detail{padding:60px 8vw;background:linear-gradient(180deg,#05060e,#090b18);color:#f1f3ff}.toy-detail-hero{display:flex;gap:32px;flex-wrap:wrap;align-items:center;margin-bottom:40px}.toy-detail-hero img{flex:0 0 320px;width:320px;border-radius:18px;box-shadow:0 20px 40px #0006}.eyebrow{letter-spacing:.2em;color:#92a0ff;text-transform:uppercase;font-size:.8rem}.detail-meta{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0;font-size:.9rem;color:#b6bcdd}.detail-tags{display:flex;flex-wrap:wrap;gap:10px}.toy-content{margin-top:32px;padding:24px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#070812d9}.toy-content pre{border-radius:12px;overflow-x:auto}.toy-content code{font-family:Fira Code,Cascadia Code,Menlo,Consolas,monospace}.toy-related{margin-top:40px}.related-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.related-card{border-radius:16px;border:1px solid rgba(255,255,255,.06);padding:18px;background:#07080ee6;text-decoration:none;color:inherit;transition:border-color .2s}.related-card:hover{border-color:#8aa1ff}@media (max-width: 768px){.toy-detail-hero{flex-direction:column}.toy-detail-hero img{width:100%}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.admin-dashboard{display:flex;min-height:calc(100vh - var(--header-height, 80px));background:#0d0f1a;color:#f5f6fb}.admin-sidebar{width:280px;padding:24px;border-right:1px solid rgba(255,255,255,.08);background:#121527}.admin-profile{display:flex;flex-direction:column;gap:4px;margin-bottom:32px;font-size:.9rem;color:#cfd8ff}.profile-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#8fa2ff}.profile-role{font-size:.8rem;color:#b3b8d8}.nav-section+.nav-section{margin-top:24px}.nav-section-title{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#8891b2;margin-bottom:8px}.nav-section ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.nav-item{width:100%;text-align:left;padding:12px;border-radius:12px;border:1px solid transparent;background:#ffffff0a;color:#f5f6fb;cursor:pointer;transition:border-color .2s,background .2s}.nav-item:hover{border-color:#8fa2ff99}.nav-item.active{border-color:#8fa2ff;background:#8fa2ff1f}.nav-item-label{display:block;font-weight:600}.nav-item-description{display:block;font-size:.8rem;color:#9ea8cf}.admin-content{flex:1;padding:32px;max-width:100%}.admin-card{background:#161a2e;border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:24px;box-shadow:0 10px 30px #00000059}.admin-card header h2{margin:0;font-size:1.4rem}.admin-card header p{margin:6px 0 0;color:#bbc3eb}.todo-list{margin-top:20px;padding-left:20px;color:#dbe0ff}.results-header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.timestamp{font-size:.85rem;color:#9ea8cf}.results-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:24px 0}.results-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.results-form input{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#0d0f1acc;color:#f5f6fb}.results-form button{align-self:end;padding:10px 16px;border:none;border-radius:12px;background:linear-gradient(120deg,#6a8dff,#8f66ff);color:#fff;font-weight:600;cursor:pointer}.results-form button:disabled{opacity:.6;cursor:not-allowed}.error-banner{background:#ff6f6126;border:1px solid rgba(255,111,97,.5);color:#ffb3aa;padding:12px;border-radius:12px}.records-list{margin-top:24px;display:flex;flex-direction:column;gap:12px}.empty-state{color:#9ea8cf}.record-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px 16px;background:#0003}.record-card summary{display:flex;justify-content:space-between;cursor:pointer;font-weight:600}.record-card summary::-webkit-details-marker{display:none}.word-count{color:#9ea8cf}.record-body{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.word-chip{display:flex;justify-content:space-between;padding:8px 10px;border-radius:10px;color:#090c1c;font-weight:600;background:#f5f6fb}.word-chip strong{margin-left:8px;font-size:.85rem}@media (max-width: 960px){.admin-dashboard{flex-direction:column}.admin-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}#root{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}#main-content{flex:1;max-width:800px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.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}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{--header-height: 0px;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}}
