.home-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem;background:#f5f5f5}.home-header{text-align:center;margin-bottom:.5rem;color:#333}.welcome-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:1px}.subheader{font-size:1.5rem;font-weight:400;color:#555}.twitch-link{color:#9146ff;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:2px solid transparent}.twitch-link:hover{color:#a970ff;border-bottom-color:#a970ff;text-shadow:0 0 8px rgba(169,112,255,.5)}.logo-container{margin:0 0 1rem;display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out}.main-logo{max-width:250px;width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));transition:transform .3s ease}.main-logo:hover{transform:scale(1.05)}.intro-section{max-width:800px;background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;animation:fadeIn 1s ease-out;text-align:center}.intro-title{font-size:2.5rem;color:#333;margin-bottom:1.5rem;font-weight:600}.intro-description{font-size:1.1rem;line-height:1.8;color:#555;text-align:left}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.welcome-title{font-size:2.5rem}.subheader{font-size:1.2rem}.main-logo{max-width:200px}.intro-section{padding:2rem;margin:0 1rem}.intro-title{font-size:2rem}.intro-description{font-size:1rem}}.users-container{min-height:100vh;padding:2rem;background:#f5f5f5}.users-container h1{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center}.users-list{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.user-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.user-item:last-child{border-bottom:none}.user-item:hover{background-color:#f9f9f9}.username{font-weight:600;color:#333;font-size:1.1rem}.scopes{color:#666;font-size:.95rem;font-style:italic}.error{color:#d32f2f;text-align:center;font-size:1.1rem;margin-top:2rem}@media (max-width: 768px){.users-container{padding:1rem}.users-container h1{font-size:2rem}.user-item{flex-direction:column;align-items:flex-start;gap:.5rem}.scopes{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}#root,.app{width:100%;min-height:100vh}h1{color:#333;margin-bottom:2rem;font-size:2.5rem}.card{padding:2rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#667eea;color:#fff;cursor:pointer;transition:background-color .25s;margin-bottom:1rem}button:hover{background-color:#5568d3}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}code{background-color:#f4f4f4;padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace}
