.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0003;text-align:center;max-width:400px;width:100%}.login-card h1{color:#333;margin-bottom:10px;font-size:2rem}.login-card p{color:#666;margin-bottom:30px;font-size:1rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 30px;font-size:1rem;border-radius:6px;cursor:pointer;transition:transform .2s,box-shadow .2s;font-weight:600}.login-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:active{transform:translateY(0)}.profile-container{min-height:100vh;padding:20px;display:flex;justify-content:center;align-items:flex-start}.profile-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 40px #0003;max-width:900px;width:100%;margin-top:20px}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.profile-header h1{color:#333;font-size:2rem}.logout-button{background:#dc3545;color:#fff;border:none;padding:10px 20px;font-size:.9rem;border-radius:6px;cursor:pointer;transition:background .2s;font-weight:600}.logout-button:hover{background:#c82333}.profile-section{margin-bottom:30px}.profile-section h2{color:#667eea;margin-bottom:20px;font-size:1.5rem;padding-bottom:10px;border-bottom:1px solid #e0e0e0}.info-grid{display:grid;gap:15px}.info-item{display:flex;flex-direction:column;padding:15px;background:#f8f9fa;border-radius:6px;border-left:4px solid #667eea}.info-label{font-weight:600;color:#555;margin-bottom:5px;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#333;font-size:1rem;word-break:break-word}.token-json{background:#f8f9fa;padding:20px;border-radius:6px;overflow-x:auto;font-size:.85rem;line-height:1.6;border:1px solid #e0e0e0;max-height:400px;overflow-y:auto}.loading-groups{padding:20px;text-align:center;color:#666}.groups-container{margin-top:15px}.groups-list{display:flex;flex-direction:column;gap:12px}.group-item{padding:15px;background:#f8f9fa;border-radius:6px;border-left:4px solid #28a745;transition:transform .2s,box-shadow .2s}.group-item:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.group-header{display:flex;flex-direction:column;gap:5px;margin-bottom:8px}.group-name{font-weight:600;color:#28a745;font-size:1.1rem}.group-path{font-size:.85rem;color:#666;font-family:Courier New,monospace}.group-path-breadcrumb{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0}.path-segment{color:#667eea;font-size:.9rem;font-weight:500}.path-separator{color:#999;margin:0 2px}.profile-section ul{list-style:none;padding:0;margin:0}.profile-section ul li{padding:10px 15px;margin:5px 0;background:#f8f9fa;border-radius:4px;border-left:3px solid #667eea;color:#333}.profile-section h3{color:#555;font-size:1.2rem;margin-top:15px;margin-bottom:10px}@media (max-width: 768px){.profile-card{padding:20px}.profile-header{flex-direction:column;align-items:flex-start;gap:15px}.logout-button{width:100%}.group-item{padding:12px}.group-name{font-size:1rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#fff}.error-container{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0003;text-align:center;max-width:500px;color:#333}.error-container h2{color:#dc3545;margin-bottom:15px}.error-container p{color:#666;line-height:1.6;margin-bottom:20px}.spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{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;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}
