:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--bg-gradient-start: #0f172a;--bg-gradient-end: #1e1b4b;--card-bg: rgba(30, 41, 59, .7);--card-hover: rgba(51, 65, 85, .9);--card-border: rgba(255, 255, 255, .1);--text-main: #f8fafc;--text-muted: #94a3b8;--font-family: "Inter", system-ui, -apple-system, sans-serif;--header-height: 70px;--footer-height: 60px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);color:var(--text-main);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}body:before,body:after{content:"";position:absolute;border-radius:50%;filter:blur(100px);z-index:-1}body:before{width:400px;height:400px;background:#6366f14d;top:-100px;left:-100px;animation:float 10s ease-in-out infinite alternate}body:after{width:500px;height:500px;background:#8b5cf633;bottom:-150px;right:-100px;animation:float 12s ease-in-out infinite alternate-reverse}@keyframes float{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.global-header{height:var(--header-height);background:#0f172a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--card-border);position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:center}.header-content{width:100%;max-width:1200px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#fff}.logo svg{width:28px;height:28px;color:var(--primary-color)}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.header-nav a:hover{color:#fff}.portal-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.portal-container{width:100%;max-width:900px;position:relative;z-index:1}.glass-panel{background:var(--card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);border-radius:24px;padding:3rem;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;gap:3rem;animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(20px)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.panel-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.panel-header h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(to right,#fff,#c7d2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.panel-header p{color:var(--text-muted);font-size:1.125rem}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.role-card{background:#ffffff08;border:1px solid var(--card-border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--text-main);position:relative;overflow:hidden}.role-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-color);transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.role-card:hover{background:var(--card-hover);transform:translateY(-5px);border-color:#fff3;box-shadow:0 20px 40px -10px #0000004d}.role-card:hover:before{transform:scaleX(1)}.role-card:active{transform:translateY(0)}.role-image-wrapper{width:140px;height:140px;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.role-sticker{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.4));border-radius:20px;background:transparent;mix-blend-mode:normal}.role-card:hover .role-image-wrapper{transform:translateY(-10px) scale(1.05)}.role-card h3{font-size:1.25rem;font-weight:600;margin-top:.5rem}.role-card p{color:var(--text-muted);font-size:.875rem;text-align:center}.role-card.loading{pointer-events:none;opacity:.7}.role-card.loading .role-image-wrapper{animation:float-pulse 1.5s infinite alternate}@keyframes float-pulse{0%{transform:translateY(0) scale(1)}to{transform:translateY(-10px) scale(1.05)}}.global-footer{height:var(--footer-height);background:#0f172a4d;border-top:1px solid var(--card-border);display:flex;align-items:center;justify-content:center}.footer-content{width:100%;max-width:1200px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}@media(max-width:768px){.header-content,.footer-content{flex-direction:column;gap:.75rem;padding:1rem;text-align:center}.global-header{height:auto;padding:.5rem 0}.global-footer{height:auto;padding:1rem 0}.portal-main{padding:1rem .5rem}.glass-panel{padding:1.5rem 1rem;gap:2rem}.panel-header h1{font-size:1.75rem}.roles-grid{grid-template-columns:1fr;gap:1rem}.role-card{padding:1.5rem}.role-image-wrapper{width:100px;height:100px}}
