@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@700;800;900&display=swap";:root{--technyx-bg: #0a0e1a;--technyx-bg-card: #0d1526;--technyx-bg-card-border: #1a2d42;--technyx-cyan: #10e0f0;--technyx-cyan-dim: #0a8fa0;--technyx-cyan-glow: rgba(16, 224, 240, .15);--technyx-blue: #003060;--technyx-text: #d9e2ec;--technyx-text-muted: #627d98}.technyx-login-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;position:relative}.technyx-login-bg{position:fixed;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(16,224,240,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(0,48,96,.15) 0%,transparent 50%),radial-gradient(ellipse at 50% 100%,rgba(16,224,240,.04) 0%,transparent 40%),var(--technyx-bg);z-index:-1}.technyx-login-card{width:100%;max-width:24rem;background:var(--technyx-bg-card);border:1px solid var(--technyx-bg-card-border);border-radius:1rem;padding:2rem;box-shadow:0 0 40px #10e0f00d,0 25px 50px -12px #00000080}.technyx-login-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;gap:0}.technyx-login-logo-icon{height:5.5rem;width:auto;filter:drop-shadow(0 0 20px rgba(16,224,240,.3));margin-bottom:.4rem}.technyx-login-logo-text{font-family:Orbitron,Segoe UI,sans-serif;font-size:1.75rem;font-weight:900;letter-spacing:.3em;color:#fcfcfe;text-align:center;line-height:1;filter:drop-shadow(0 0 8px rgba(16,224,240,.15))}.technyx-login-logo-x{background:linear-gradient(180deg,#fcfcfe,#2ce8f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.technyx-login-logo-pulse-line{position:relative;width:80%;height:2px;margin:.6rem 0 0;border-radius:1px;background:linear-gradient(90deg,transparent,var(--technyx-cyan),transparent);animation:technyx-pulse-line 2.5s ease-in-out infinite}.technyx-login-logo-spark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 8px 3px var(--technyx-cyan),0 0 16px 6px #10e0f066;animation:technyx-spark 2.5s ease-in-out infinite}@keyframes technyx-pulse-line{0%,to{opacity:.3;transform:scaleX(.7)}50%{opacity:1;transform:scaleX(1)}}@keyframes technyx-spark{0%,to{opacity:0;transform:translate(-50%,-50%) scale(.5)}45%{opacity:0}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}55%{opacity:1}70%{opacity:0;transform:translate(-50%,-50%) scale(.5)}}.technyx-login-divider{text-align:center;margin-bottom:1.5rem}.technyx-login-divider span{color:var(--technyx-text-muted);font-size:.875rem}.technyx-sso-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,var(--technyx-cyan) 0%,#0dbdd0 100%);color:var(--technyx-bg);font-weight:600;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;box-shadow:0 0 20px #10e0f033}.technyx-sso-btn:hover{background:linear-gradient(135deg,#1ae0f3,#10e0f0);box-shadow:0 0 30px #10e0f059;transform:translateY(-1px);color:var(--technyx-bg)}.technyx-sso-btn svg{width:1.25rem;height:1.25rem}.technyx-login-separator{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0}.technyx-login-separator-line{flex:1;height:1px;background:var(--technyx-bg-card-border)}.technyx-login-separator span{color:var(--technyx-text-muted);font-size:.75rem;white-space:nowrap}.technyx-login-footer{margin-top:2rem;color:var(--technyx-text-muted);font-size:.75rem}.fi-simple{background:var(--technyx-bg)!important}.fi-simple:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(16,224,240,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(0,48,96,.15) 0%,transparent 50%);pointer-events:none;z-index:0}.fi-simple>.fi-simple-main-ctn{position:relative;z-index:1}.fi-simple-main:has(.technyx-login-wrapper){background:transparent!important;box-shadow:none!important;ring:none!important;border:none!important;padding:0!important;max-width:none!important;--tw-ring-shadow: none !important;--tw-shadow: none !important}.fi-simple-main-ctn:has(.technyx-login-wrapper){display:block!important;padding:0!important}.fi-simple-layout:has(.technyx-login-wrapper) .fi-simple-header{display:none!important}.fi-sidebar-header{border-bottom-color:var(--technyx-bg-card-border)!important}.technyx-sidebar-logo{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:0 .6rem;width:100%}.technyx-sidebar-logo-icon{grid-row:1 / 3;height:2.2rem;width:auto;filter:drop-shadow(0 0 10px rgba(16,224,240,.25))}.technyx-sidebar-logo-text{font-family:Orbitron,Segoe UI,sans-serif;font-size:1.15rem;font-weight:900;letter-spacing:.25em;color:#fcfcfe;line-height:1;filter:drop-shadow(0 0 6px rgba(16,224,240,.1));white-space:nowrap}.technyx-sidebar-logo-x{background:linear-gradient(180deg,#fcfcfe,#2ce8f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.technyx-sidebar-logo-pulse-line{position:relative;grid-column:2;width:100%;height:2px;margin-top:.25rem;border-radius:1px;background:linear-gradient(90deg,transparent,var(--technyx-cyan),transparent);animation:technyx-pulse-line 2.5s ease-in-out infinite}.technyx-sidebar-logo-spark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 6px 2px var(--technyx-cyan),0 0 12px 4px #10e0f066;animation:technyx-spark 2.5s ease-in-out infinite}.fi-sidebar-nav-collapsed .technyx-sidebar-logo{display:flex;justify-content:center}.fi-sidebar-nav-collapsed .technyx-sidebar-logo-text,.fi-sidebar-nav-collapsed .technyx-sidebar-logo-pulse-line{display:none}.technyx-service-card{background:var(--technyx-bg-card);border-color:var(--technyx-bg-card-border);transition:all .25s ease}.technyx-service-card:hover{border-color:var(--technyx-cyan);box-shadow:0 0 25px var(--technyx-cyan-glow);transform:translateY(-2px)}.technyx-service-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.625rem;background:#10e0f014;color:var(--technyx-cyan);flex-shrink:0;transition:background .2s ease,box-shadow .2s ease}.technyx-service-card:hover .technyx-service-icon{background:#10e0f026;box-shadow:0 0 12px #10e0f033}.technyx-service-name{font-size:1.05rem;font-weight:600;color:#fcfcfe}.technyx-service-desc{font-size:.8rem;color:var(--technyx-text-muted);margin-top:.15rem}.technyx-service-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .65rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#10e0f014;color:var(--technyx-cyan)}.technyx-service-badge-dot{width:.4rem;height:.4rem;border-radius:50%;background:var(--technyx-cyan);box-shadow:0 0 4px var(--technyx-cyan)}.technyx-service-link{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:.5rem;font-size:.85rem;font-weight:500;color:var(--technyx-cyan);transition:all .2s ease}.technyx-service-link:hover{background:#10e0f01a;color:#fff}.technyx-service-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.75rem;border:1px dashed var(--technyx-bg-card-border);padding:3rem;color:var(--technyx-text-muted)}.technyx-service-empty-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--technyx-bg-card);color:var(--technyx-text-muted)}.technyx-service-empty-sub{font-size:.85rem;color:var(--technyx-bg-card-border);margin-top:.25rem}.technyx-security-card{background:var(--technyx-bg-card);border-color:var(--technyx-bg-card-border);transition:border-color .25s ease,box-shadow .25s ease}.technyx-security-card:hover{border-color:#10e0f033;box-shadow:0 0 20px #10e0f00a}.technyx-security-header{display:flex;align-items:flex-start;gap:.875rem}.technyx-security-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.625rem;background:#10e0f014;color:var(--technyx-cyan);flex-shrink:0}.technyx-security-title{font-size:1.05rem;font-weight:600;color:#fcfcfe}.technyx-security-desc{font-size:.85rem;color:var(--technyx-text-muted);margin-top:.2rem}.technyx-security-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:.5rem;font-size:.85rem;font-weight:500;color:var(--technyx-text);background:#ffffff0a;border:1px solid var(--technyx-bg-card-border);transition:all .2s ease;text-decoration:none}.technyx-security-actions{margin-top:1.5rem;padding-left:3.625rem}.technyx-security-btn:hover{border-color:var(--technyx-cyan-dim);color:var(--technyx-cyan);background:#10e0f00f;box-shadow:0 0 12px #10e0f01a}.dark .fi-input:focus,.dark .fi-input:focus-within{box-shadow:0 0 0 2px var(--technyx-cyan-glow)!important}.dark ::-webkit-scrollbar{width:6px}.dark ::-webkit-scrollbar-track{background:var(--technyx-bg)}.dark ::-webkit-scrollbar-thumb{background:var(--technyx-bg-card-border);border-radius:3px}.dark ::-webkit-scrollbar-thumb:hover{background:var(--technyx-cyan-dim)}.dark .fi-section{transition:border-color .25s ease,box-shadow .25s ease}.dark .fi-section:hover{border-color:#10e0f033;box-shadow:0 0 20px #10e0f00a}.dark .fi-section-header{position:relative;padding-bottom:.75rem}.dark .fi-section-header:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:2px;background:linear-gradient(90deg,var(--technyx-cyan),transparent);border-radius:1px;opacity:.6;transition:width .3s ease,opacity .3s ease}.dark .fi-section:hover .fi-section-header:after{width:5rem;opacity:1}.dark .fi-section-header-icon{color:var(--technyx-cyan)!important}.dark .fi-input-wrp .fi-input-wrp-prefix{color:var(--technyx-cyan-dim)!important;transition:color .2s ease}.dark .fi-input-wrp:focus-within .fi-input-wrp-prefix{color:var(--technyx-cyan)!important}.dark .fi-input,.dark .fi-select,.dark .fi-btn{transition:all .2s ease}.dark .fi-badge{transition:box-shadow .2s ease}.dark .fi-badge:hover{box-shadow:0 0 8px #10e0f026}.dark .fi-toggle-input:checked{box-shadow:0 0 8px #10e0f040}.dark .fi-wi-stats-overview-stat{transition:border-color .25s ease,box-shadow .25s ease}.dark .fi-wi-stats-overview-stat:hover{border-color:#10e0f033;box-shadow:0 0 15px #10e0f00f}.dark .fi-checkbox-list-option-label{transition:color .15s ease}.dark .fi-ta-ctn{background:var(--technyx-bg-card)!important;border-color:var(--technyx-bg-card-border)!important;transition:border-color .25s ease,box-shadow .25s ease}.dark .fi-ta-ctn:hover{border-color:#10e0f026;box-shadow:0 0 20px #10e0f008}.dark .fi-ta-header-cell{color:var(--technyx-cyan-dim)!important;font-weight:600;letter-spacing:.02em}.dark .fi-ta-row:hover{background:#10e0f008!important}.dark .fi-ta-row{border-color:var(--technyx-bg-card-border)!important;transition:background .15s ease}.dark .fi-ta-row .fi-link{transition:all .15s ease}.dark .fi-ta-row .fi-link:hover{filter:drop-shadow(0 0 4px rgba(16,224,240,.3))}.dark .fi-ta-search-field .fi-input{background:#ffffff08!important;border-color:var(--technyx-bg-card-border)!important}.dark .fi-ta-search-field .fi-input:focus{border-color:var(--technyx-cyan-dim)!important}.dark .fi-ta-pagination{border-color:var(--technyx-bg-card-border)!important}.dark .fi-header-heading{color:#fcfcfe!important}.dark .fi-breadcrumbs li{color:var(--technyx-text-muted)}.dark .fi-breadcrumbs a:hover{color:var(--technyx-cyan)!important}.dark .fi-btn-primary{box-shadow:0 0 15px #10e0f026;transition:all .2s ease}.dark .fi-btn-primary:hover{box-shadow:0 0 25px #10e0f040;transform:translateY(-1px)}.dark .fi-sidebar-item-active{background:#10e0f014!important}.dark .fi-sidebar-item:hover{background:#10e0f00a!important}.dark .fi-topbar{background:var(--technyx-bg-card)!important;border-color:var(--technyx-bg-card-border)!important}.technyx-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1100px){.technyx-team-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.technyx-team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.technyx-team-grid{grid-template-columns:1fr}}.technyx-team-card{background:var(--technyx-bg-card);border:1px solid var(--technyx-bg-card-border);border-radius:.875rem;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 0;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden}.technyx-team-card:hover{border-color:#10e0f059;box-shadow:0 4px 24px #0000004d,0 0 20px var(--technyx-cyan-glow);transform:translateY(-2px)}.technyx-team-avatar{width:4.5rem;height:4.5rem;border-radius:50%;background:linear-gradient(135deg,#10e0f026,#10e0f00d);border:2px solid rgba(16,224,240,.25);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;transition:border-color .25s,box-shadow .25s}.technyx-team-card:hover .technyx-team-avatar{border-color:var(--technyx-cyan);box-shadow:0 0 18px #10e0f04d}.technyx-team-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.technyx-team-initials{font-size:1.15rem;font-weight:800;color:var(--technyx-cyan);letter-spacing:.04em}.technyx-team-name{margin-top:.875rem;font-size:.95rem;font-weight:600;color:#f0f4f8;text-align:center;line-height:1.25}.technyx-team-position{margin-top:.2rem;font-size:.7rem;font-weight:500;color:var(--technyx-cyan-dim);text-transform:uppercase;letter-spacing:.08em;text-align:center}.technyx-team-bio{margin-top:.625rem;font-size:.75rem;color:var(--technyx-text-muted);line-height:1.5;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:0 .25rem}.technyx-team-footer{margin-top:auto;width:100%;padding-top:.875rem;display:flex;flex-direction:column}.technyx-team-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.78rem;color:var(--technyx-text-muted);text-decoration:none;border-top:1px solid rgba(26,45,66,.6);transition:background .15s,color .15s}.technyx-team-link:hover{background:#10e0f00d;color:var(--technyx-cyan)}.technyx-team-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.technyx-team-link-icon{width:.875rem;height:.875rem;flex-shrink:0;opacity:.4;transition:opacity .15s}.technyx-team-link:hover .technyx-team-link-icon{opacity:1;color:var(--technyx-cyan)}.technyx-profile-identity .fi-fo-component-ctn{gap:.75rem}.technyx-discord-link-field{display:flex;flex-direction:column;gap:.375rem}.technyx-discord-linked{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:#5865f214;border:1px solid rgba(88,101,242,.2);border-radius:.5rem}.technyx-discord-user{display:flex;align-items:center;gap:.5rem;min-width:0}.technyx-discord-avatar{width:1.5rem;height:1.5rem;border-radius:50%;flex-shrink:0}.technyx-discord-avatar-placeholder{width:1.5rem;height:1.5rem;border-radius:50%;background:#5865f226;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#5865f2}.technyx-discord-username{font-size:.85rem;font-weight:500;color:#f0f4f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.technyx-discord-unlink-btn{padding:.25rem .6rem;border-radius:.375rem;border:1px solid rgba(239,68,68,.3);background:#ef444414;color:#ef4444;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s;flex-shrink:0}.technyx-discord-unlink-btn:hover{background:#ef444426;border-color:#ef444480}.technyx-discord-connect-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:.5rem;background:#5865f2;color:#fff;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;width:fit-content}.technyx-discord-connect-btn:hover{background:#4752c4;color:#fff;box-shadow:0 0 20px #5865f24d;transform:translateY(-1px)}.technyx-dashboard{display:flex;flex-direction:column;gap:1.5rem}.technyx-dashboard-greeting{padding:1.5rem;background:linear-gradient(135deg,#10e0f014,#0030601f);border:1px solid var(--technyx-bg-card-border);border-radius:.875rem}.technyx-dashboard-greeting-text{font-size:1.5rem;font-weight:700;color:#fcfcfe;margin:0}.technyx-dashboard-greeting-date{font-size:.85rem;color:var(--technyx-text-muted);margin-top:.25rem}.technyx-dashboard-stats{display:flex;gap:1rem}.technyx-dashboard-stat{flex:1;display:flex;align-items:center;gap:.875rem;padding:1.25rem;background:var(--technyx-bg-card);border:1px solid var(--technyx-bg-card-border);border-radius:.875rem;transition:border-color .25s,box-shadow .25s}.technyx-dashboard-stat:hover{border-color:#10e0f033;box-shadow:0 0 15px #10e0f00f}.technyx-dashboard-stat-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;background:#10e0f014;color:var(--technyx-cyan);flex-shrink:0}.technyx-dashboard-stat-value{font-size:1.5rem;font-weight:700;color:#fcfcfe;line-height:1}.technyx-dashboard-stat-label{font-size:.75rem;color:var(--technyx-text-muted);margin-top:.15rem}.technyx-dashboard-grid{display:grid;grid-template-columns:1fr 20rem;gap:1.5rem}@media(max-width:900px){.technyx-dashboard-grid{grid-template-columns:1fr}.technyx-dashboard-stats{flex-direction:column}}.technyx-dashboard-main,.technyx-dashboard-sidebar{display:flex;flex-direction:column;gap:1.5rem}.technyx-dashboard-section{background:var(--technyx-bg-card);border:1px solid var(--technyx-bg-card-border);border-radius:.875rem;padding:1.25rem;transition:border-color .25s,box-shadow .25s}.technyx-dashboard-section:hover{border-color:#10e0f026;box-shadow:0 0 15px #10e0f00a}.technyx-dashboard-section-header{display:flex;align-items:center;justify-content:space-between}.technyx-dashboard-section-title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#fcfcfe;margin:0 0 1rem}.technyx-dashboard-section-title svg{color:var(--technyx-cyan)}.technyx-dashboard-section-header .technyx-dashboard-section-title{margin-bottom:0}.technyx-dashboard-view-all{font-size:.78rem;color:var(--technyx-cyan-dim);text-decoration:none;transition:color .15s}.technyx-dashboard-view-all:hover{color:var(--technyx-cyan)}.technyx-dashboard-empty{font-size:.85rem;color:var(--technyx-text-muted)}.technyx-dashboard-people-list{display:flex;flex-direction:column;gap:.625rem}.technyx-dashboard-person{display:flex;align-items:center;gap:.625rem}.technyx-dashboard-person-avatar{width:2rem;height:2rem;border-radius:50%;background:#10e0f014;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:.65rem;font-weight:700;color:var(--technyx-cyan)}.technyx-dashboard-person-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.technyx-dashboard-person-name{flex:1;font-size:.85rem;color:var(--technyx-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.technyx-dashboard-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:9999px;flex-shrink:0}.technyx-dashboard-badge--amber{background:#f59e0b1f;color:#f59e0b}.technyx-dashboard-badge--cyan{background:#10e0f01a;color:var(--technyx-cyan)}.technyx-dashboard-announcements{display:flex;flex-direction:column;gap:.625rem;margin-top:1rem}.technyx-dashboard-announcement{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-radius:.5rem;background:#ffffff05;border:1px solid transparent;transition:border-color .15s,background .15s}.technyx-dashboard-announcement:hover{border-color:var(--technyx-bg-card-border);background:#ffffff08}.technyx-dashboard-announcement--pinned{border-color:#10e0f01a}.technyx-dashboard-pin-icon{color:var(--technyx-cyan);flex-shrink:0;margin-top:.1rem}.technyx-dashboard-announcement-title{font-size:.85rem;font-weight:600;color:#f0f4f8;margin:0;line-height:1.3}.technyx-dashboard-announcement-meta{font-size:.72rem;color:var(--technyx-text-muted);margin-top:.15rem}.technyx-dashboard-quick-links{display:flex;flex-direction:column;gap:.35rem}.technyx-dashboard-quick-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:.5rem;font-size:.82rem;color:var(--technyx-text);text-decoration:none;transition:background .15s,color .15s}.technyx-dashboard-quick-link:hover{background:#10e0f00f;color:var(--technyx-cyan)}.technyx-dashboard-quick-link svg:first-child{color:var(--technyx-cyan-dim);flex-shrink:0}.technyx-dashboard-quick-link-ext{margin-left:auto;opacity:0;transition:opacity .15s;color:var(--technyx-cyan-dim)}.technyx-dashboard-quick-link:hover .technyx-dashboard-quick-link-ext{opacity:1}.technyx-calendar{display:flex;flex-direction:column;gap:1rem}.technyx-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.technyx-calendar-title-group{display:flex;align-items:center;gap:.75rem}.technyx-calendar-title{font-size:1.25rem;font-weight:700;color:#fcfcfe;margin:0;min-width:12rem;text-align:center}.technyx-calendar-nav-btn{display:flex;align-items:center;gap:.35rem;padding:.45rem .65rem;border-radius:.5rem;background:#ffffff0a;border:1px solid var(--technyx-bg-card-border);color:var(--technyx-text);cursor:pointer;font-size:.82rem;transition:all .15s}.technyx-calendar-nav-btn:hover{border-color:var(--technyx-cyan-dim);color:var(--technyx-cyan);background:#10e0f00f}.technyx-calendar-today-btn{padding:.3rem .75rem;border-radius:.375rem;background:#10e0f014;border:1px solid rgba(16,224,240,.2);color:var(--technyx-cyan);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s}.technyx-calendar-today-btn:hover{background:#10e0f026}.technyx-calendar-legend{display:flex;gap:1rem;flex-wrap:wrap}.technyx-calendar-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--technyx-text-muted)}.technyx-calendar-legend-dot{width:.5rem;height:.5rem;border-radius:50%}.technyx-calendar-dot--cyan{background:#22d3ee}.technyx-calendar-dot--amber{background:#f59e0b}.technyx-calendar-dot--green{background:#22c55e}.technyx-calendar-dot--red{background:#ef4444}.technyx-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.technyx-calendar-weekday{padding:.5rem;text-align:center;font-size:.75rem;font-weight:600;color:var(--technyx-cyan-dim);text-transform:uppercase;letter-spacing:.06em}.technyx-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--technyx-bg-card-border);border:1px solid var(--technyx-bg-card-border);border-radius:.75rem;overflow:hidden}.technyx-calendar-day{min-height:6rem;padding:.375rem;background:var(--technyx-bg-card);display:flex;flex-direction:column;gap:.2rem;transition:background .15s}.technyx-calendar-day:hover{background:#0d1526cc}.technyx-calendar-day--outside{opacity:.35}.technyx-calendar-day--today{background:#10e0f00a}.technyx-calendar-day--today .technyx-calendar-day-number{background:var(--technyx-cyan);color:var(--technyx-bg);border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700}.technyx-calendar-day-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.15rem}.technyx-calendar-day-number{font-size:.78rem;font-weight:500;color:var(--technyx-text-muted)}.technyx-calendar-pto-btn{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;border:none;background:transparent;color:var(--technyx-text-muted);cursor:pointer;opacity:0;transition:opacity .15s,color .15s}.technyx-calendar-day:hover .technyx-calendar-pto-btn{opacity:1}.technyx-calendar-pto-btn:hover{color:var(--technyx-cyan)}.technyx-calendar-pto-btn--remove{opacity:1;color:#f59e0b}.technyx-calendar-pto-btn--remove:hover{color:#ef4444}.technyx-calendar-event{padding:.125rem .35rem;border-radius:.25rem;font-size:.68rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.technyx-calendar-event--cyan{background:#22d3ee1f;color:#22d3ee}.technyx-calendar-event--amber{background:#f59e0b1f;color:#f59e0b}.technyx-calendar-event--green{background:#22c55e1f;color:#22c55e}.technyx-calendar-event--red{background:#ef44441f;color:#ef4444}.technyx-calendar-event--gray{background:#ffffff0d;color:var(--technyx-text-muted)}.technyx-calendar-event-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.technyx-calendar-event-more{font-size:.65rem;color:var(--technyx-text-muted);padding:.1rem .35rem}@media(max-width:700px){.technyx-calendar-day{min-height:4rem;padding:.25rem}.technyx-calendar-event{font-size:.6rem;padding:.1rem .25rem}.technyx-calendar-weekday{font-size:.65rem}}.technyx-announcement-card{background:var(--technyx-bg-card);border:1px solid var(--technyx-bg-card-border);border-radius:.875rem;padding:1.5rem;margin-bottom:1rem;transition:border-color .25s,box-shadow .25s}.technyx-announcement-card:hover{border-color:#10e0f026;box-shadow:0 0 15px #10e0f00a}.technyx-announcement-card--pinned{border-color:#10e0f033;background:linear-gradient(135deg,rgba(16,224,240,.03) 0%,var(--technyx-bg-card) 100%)}.technyx-announcement-pin{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:var(--technyx-cyan);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.technyx-announcement-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem}.technyx-announcement-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:#10e0f014;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.technyx-announcement-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.technyx-announcement-initials{font-size:.7rem;font-weight:700;color:var(--technyx-cyan)}.technyx-announcement-author{font-size:.85rem;font-weight:600;color:#f0f4f8}.technyx-announcement-date{font-size:.72rem;color:var(--technyx-text-muted)}.technyx-announcement-title{font-size:1.15rem;font-weight:700;color:#fcfcfe;margin:0 0 .75rem;line-height:1.35}.technyx-announcement-body{font-size:.88rem;color:var(--technyx-text);line-height:1.65}.technyx-announcement-body p{margin:0 0 .75rem}.technyx-announcement-body p:last-child{margin-bottom:0}.technyx-announcement-body a{color:var(--technyx-cyan);text-decoration:underline;text-underline-offset:2px}.technyx-announcement-body a:hover{color:#fff}.technyx-announcement-body ul,.technyx-announcement-body ol{padding-left:1.5rem;margin:.5rem 0}.technyx-announcement-body li{margin-bottom:.25rem}.technyx-announcement-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--technyx-text-muted);gap:.75rem}.technyx-announcement-empty-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--technyx-bg-card);color:var(--technyx-text-muted)}.technyx-announcement-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 0}.technyx-announcement-page-info{font-size:.82rem;color:var(--technyx-text-muted)}
