.dashboard-module__XABe8G__dashboardLayout{background-color:var(--background);width:100vw;height:100dvh;display:flex;overflow:hidden}.dashboard-module__XABe8G__sidebar{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);border-right:1px solid var(--surface-border);z-index:40;flex-direction:column;flex-shrink:0;width:272px;display:flex}.dashboard-module__XABe8G__sidebarHeader{border-bottom:1px solid var(--surface-border);letter-spacing:-.02em;align-items:center;gap:.65rem;height:72px;padding:0 1.25rem;font-size:1.15rem;font-weight:800;display:flex}.dashboard-module__XABe8G__logoIcon{background:linear-gradient(135deg, var(--primary), var(--ng-green-light));color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:900;display:flex;box-shadow:0 4px 10px #048b4e4d}.dashboard-module__XABe8G__logoMeta{flex-direction:column;min-width:0;line-height:1.15;display:flex}.dashboard-module__XABe8G__logoMeta span:last-child{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.dashboard-module__XABe8G__sidebarNav{flex-direction:column;flex:1;gap:1.5rem;padding:1.25rem .85rem;display:flex;overflow-y:auto}.dashboard-module__XABe8G__navGroup{flex-direction:column;gap:.2rem;display:flex}.dashboard-module__XABe8G__navGroupTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem;padding-left:.85rem;font-size:.65rem;font-weight:700}.dashboard-module__XABe8G__navItem{color:var(--foreground);border:1px solid #0000;border-radius:.65rem;align-items:center;gap:.7rem;padding:.65rem .85rem;font-size:.875rem;font-weight:550;transition:all .18s;display:flex}.dashboard-module__XABe8G__navItem span:first-child{text-align:center;flex-shrink:0;width:1.4rem;font-size:1.05rem}.dashboard-module__XABe8G__navItem:hover{color:var(--primary);background-color:#048b4e12}.dashboard-module__XABe8G__navItem.dashboard-module__XABe8G__active{color:var(--primary);background:linear-gradient(135deg,#048b4e24,#1abc9c14);border-color:#048b4e26;font-weight:700;box-shadow:0 2px 8px #048b4e14}.dashboard-module__XABe8G__sidebarFooter{border-top:1px solid var(--surface-border);background:var(--surface);padding:1rem 1rem 1.25rem}.dashboard-module__XABe8G__userProfile{background:var(--surface-muted);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:.85rem;padding:.5rem;display:flex}.dashboard-module__XABe8G__userAvatar{background:linear-gradient(135deg, var(--primary), var(--ng-green-light));color:#fff;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 8px #048b4e40}.dashboard-module__XABe8G__userName{font-size:.85rem;font-weight:700}.dashboard-module__XABe8G__userRole{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.7rem;overflow:hidden}.dashboard-module__XABe8G__logoutBtn{text-align:center;border:1px solid var(--surface-border);width:100%;color:var(--text-muted);background:0 0;border-radius:.55rem;padding:.55rem;font-size:.8rem;font-weight:600;transition:all .2s;display:block}.dashboard-module__XABe8G__logoutBtn:hover{color:#dc2626;background-color:#ef444414;border-color:#ef444440}.dashboard-module__XABe8G__mainContent{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.dashboard-module__XABe8G__topbar{background-color:var(--surface);border-bottom:1px solid var(--surface-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;height:72px;padding:0 1.25rem;display:flex}@media (min-width:900px){.dashboard-module__XABe8G__topbar{padding:0 1.75rem}}.dashboard-module__XABe8G__topbarLeft{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.dashboard-module__XABe8G__specTourTriggerBtn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#048b4e,#1abc9c);border:none;border-radius:9999px;flex-shrink:0;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #048b4e4d}.dashboard-module__XABe8G__specTourTriggerBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #048b4e66}.dashboard-module__XABe8G__searchBar{flex:1;min-width:0;max-width:420px}.dashboard-module__XABe8G__searchBar input{background-color:var(--background);border:1px solid var(--surface-border);width:100%;color:var(--foreground);border-radius:9999px;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.dashboard-module__XABe8G__searchBar input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #048b4e26}.dashboard-module__XABe8G__topbarActions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.dashboard-module__XABe8G__perspectiveSelector,.dashboard-module__XABe8G__langSelector{background:var(--background);border:1px solid var(--surface-border);border-radius:.55rem;align-items:center;gap:.4rem;padding:.3rem .65rem;display:none}@media (min-width:1100px){.dashboard-module__XABe8G__perspectiveSelector{display:flex}}@media (min-width:900px){.dashboard-module__XABe8G__langSelector{display:flex}}.dashboard-module__XABe8G__selectorLabel{color:var(--text-muted);white-space:nowrap;font-size:.7rem;font-weight:700}.dashboard-module__XABe8G__roleSelect,.dashboard-module__XABe8G__langSelect{color:var(--foreground);cursor:pointer;background:0 0;border:none;outline:none;max-width:140px;font-family:inherit;font-size:.8rem;font-weight:700}.dashboard-module__XABe8G__iconBtn{background:var(--background);border:1px solid var(--surface-border);width:38px;height:38px;color:var(--text-muted);border-radius:.55rem;justify-content:center;align-items:center;font-size:1.05rem;transition:color .2s,border-color .2s,background .2s;display:flex}.dashboard-module__XABe8G__iconBtn:hover{color:var(--foreground);border-color:var(--primary);background:#048b4e0f}.dashboard-module__XABe8G__contentArea{flex:1;padding:1.5rem;overflow-y:auto}@media (min-width:768px){.dashboard-module__XABe8G__contentArea{padding:1.75rem 2rem}}.dashboard-module__XABe8G__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem;margin-bottom:1.75rem;display:flex}.dashboard-module__XABe8G__pageTitle{letter-spacing:-.02em;margin-bottom:.35rem;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:900;line-height:1.2}.dashboard-module__XABe8G__pageSubtitle{color:var(--text-muted);max-width:560px;font-size:.95rem;line-height:1.55}.dashboard-module__XABe8G__welcomeBanner{color:#fff;background:linear-gradient(135deg,#025932 0%,#048b4e 50%,#0f766e 100%);border-radius:1.25rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.75rem;padding:1.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #048b4e40}.dashboard-module__XABe8G__welcomeBanner:before{content:"";pointer-events:none;background:radial-gradient(circle,#fbbf2433,#0000 70%);width:280px;height:280px;position:absolute;top:-50%;right:-5%}.dashboard-module__XABe8G__welcomeBanner h2{margin-bottom:.35rem;font-size:1.35rem;font-weight:800;position:relative}.dashboard-module__XABe8G__welcomeBanner p{opacity:.9;max-width:480px;font-size:.9rem;line-height:1.5;position:relative}.dashboard-module__XABe8G__welcomeCta{color:var(--ng-green-dark);white-space:nowrap;background:#fff;border-radius:9999px;padding:.7rem 1.25rem;font-size:.85rem;font-weight:800;transition:transform .2s;position:relative;box-shadow:0 4px 12px #0000001f}.dashboard-module__XABe8G__welcomeCta:hover{transform:translateY(-2px)}.dashboard-module__XABe8G__overviewGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.75rem;display:grid}@media (min-width:640px){.dashboard-module__XABe8G__overviewGrid{grid-template-columns:repeat(3,1fr)}}.dashboard-module__XABe8G__statCard{align-items:center;gap:1.15rem;padding:1.25rem;display:flex}.dashboard-module__XABe8G__statCardIcon{width:52px;height:52px;color:var(--primary);background:linear-gradient(145deg,#048b4e24,#1abc9c1a);border:1px solid #048b4e1f;border-radius:.9rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.dashboard-module__XABe8G__statCardTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__statCardValue{letter-spacing:-.02em;font-size:1.35rem;font-weight:900;line-height:1.2}.dashboard-module__XABe8G__modulesSectionTitle{letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.15rem;font-weight:800;display:flex}.dashboard-module__XABe8G__modulesGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-bottom:1.75rem;display:grid}.dashboard-module__XABe8G__moduleCard{color:inherit;flex-direction:column;gap:.55rem;min-height:140px;padding:1.25rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__moduleCard:before{content:"";background:linear-gradient(90deg, var(--ng-green), var(--ng-green-light));opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.dashboard-module__XABe8G__moduleCard:hover:before{opacity:1}.dashboard-module__XABe8G__moduleCardTop{justify-content:space-between;align-items:center;display:flex}.dashboard-module__XABe8G__moduleIcon{font-size:1.6rem}.dashboard-module__XABe8G__moduleBadge{color:var(--primary);letter-spacing:.03em;background:#048b4e1f;border-radius:.35rem;padding:.2rem .45rem;font-size:.65rem;font-weight:800}.dashboard-module__XABe8G__moduleTitle{font-size:.95rem;font-weight:800;line-height:1.3}.dashboard-module__XABe8G__moduleCount{color:var(--text-muted);font-size:.8rem;font-weight:600}.dashboard-module__XABe8G__moduleLink{color:var(--primary);margin-top:auto;font-size:.78rem;font-weight:700}.dashboard-module__XABe8G__mainGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:960px){.dashboard-module__XABe8G__mainGrid{grid-template-columns:1.5fr 1fr;gap:1.5rem}}.dashboard-module__XABe8G__sectionBox{margin-bottom:0}.dashboard-module__XABe8G__sectionBoxTitle{border-bottom:1px solid var(--surface-border);align-items:center;gap:.4rem;margin-bottom:1rem;padding-bottom:.65rem;font-size:1rem;font-weight:800;display:flex}.dashboard-module__XABe8G__featureGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:520px){.dashboard-module__XABe8G__featureGrid{grid-template-columns:1fr 1fr}}.dashboard-module__XABe8G__featureCard{color:inherit;border:1px solid var(--surface-border);background:var(--surface-muted);border-radius:.85rem;padding:1rem;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:block}.dashboard-module__XABe8G__featureCard:hover{border-color:#048b4e4d;transform:translateY(-2px);box-shadow:0 6px 16px #048b4e14}.dashboard-module__XABe8G__featureCard h4{margin-bottom:.25rem;font-size:.9rem;font-weight:800}.dashboard-module__XABe8G__featureCard p{color:var(--text-muted);font-size:.78rem;line-height:1.45}.dashboard-module__XABe8G__feedItem{border-bottom:1px solid var(--surface-border);gap:.85rem;padding:.9rem 0;display:flex}.dashboard-module__XABe8G__feedItem:last-child{border-bottom:none;padding-bottom:0}.dashboard-module__XABe8G__feedItem:first-child{padding-top:0}.dashboard-module__XABe8G__feedAvatar{background-color:var(--surface-border);border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:.75rem}.dashboard-module__XABe8G__feedContent h4{margin-bottom:.2rem;font-size:.85rem;font-weight:700}.dashboard-module__XABe8G__feedContent p{color:var(--text-muted);font-size:.8rem;line-height:1.45}.dashboard-module__XABe8G__feedTime{color:var(--text-muted);margin-top:.3rem;font-size:.7rem;font-weight:600}.dashboard-module__XABe8G__imageCard{border-radius:1rem;width:100%;height:200px;margin-bottom:1rem;position:relative;overflow:hidden}@media (max-width:860px){.dashboard-module__XABe8G__sidebar,.dashboard-module__XABe8G__searchBar{display:none}}
.SpecTourModal-module__-oKUza__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#0b0f19cc;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out SpecTourModal-module__-oKUza__fadeIn;display:flex;position:fixed;inset:0}@keyframes SpecTourModal-module__-oKUza__fadeIn{0%{opacity:0}to{opacity:1}}.SpecTourModal-module__-oKUza__modal{background:var(--surface);border:1px solid var(--surface-border);border-radius:1.25rem;flex-direction:column;width:100%;max-width:960px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.SpecTourModal-module__-oKUza__header{border-bottom:1px solid var(--surface-border);background:linear-gradient(135deg,#048b4e14,#1abc9c0a);justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;display:flex}.SpecTourModal-module__-oKUza__headerTitleContainer h2{margin-top:.25rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.SpecTourModal-module__-oKUza__headerTitleContainer p{color:var(--text-muted);font-size:.875rem}.SpecTourModal-module__-oKUza__badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.SpecTourModal-module__-oKUza__closeBtn{border:1px solid var(--surface-border);color:var(--foreground);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.SpecTourModal-module__-oKUza__closeBtn:hover{color:#ef4444;background:#ef444433}.SpecTourModal-module__-oKUza__tabs{background:var(--background);border-bottom:1px solid var(--surface-border);gap:.5rem;padding:.75rem 2rem;display:flex;overflow-x:auto}.SpecTourModal-module__-oKUza__tabBtn{color:var(--text-muted);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9999px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.SpecTourModal-module__-oKUza__tabBtn:hover{color:var(--foreground)}.SpecTourModal-module__-oKUza__activeTab{background:var(--surface);border-color:var(--surface-border);box-shadow:var(--card-shadow);color:var(--primary)!important}.SpecTourModal-module__-oKUza__body{flex-direction:column;flex:1;gap:2rem;padding:1.5rem 2rem;display:flex;overflow-y:auto}.SpecTourModal-module__-oKUza__sectionHeader{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.SpecTourModal-module__-oKUza__grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1rem;display:grid}.SpecTourModal-module__-oKUza__card{background:var(--background);border:1px solid var(--surface-border);border-radius:.75rem;flex-direction:column;justify-content:space-between;gap:.75rem;padding:1rem;transition:border-color .2s,transform .2s;display:flex}.SpecTourModal-module__-oKUza__card:hover{border-color:var(--primary);transform:translateY(-2px)}.SpecTourModal-module__-oKUza__cardTop{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.SpecTourModal-module__-oKUza__cardTop h4{font-size:.95rem;font-weight:700;line-height:1.3}.SpecTourModal-module__-oKUza__itemBadge{color:var(--primary);white-space:nowrap;background:#048b4e26;border-radius:.25rem;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.SpecTourModal-module__-oKUza__card p{color:var(--text-muted);font-size:.8rem;line-height:1.4}.SpecTourModal-module__-oKUza__demoBtn{color:var(--primary);align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;transition:color .2s;display:inline-flex}.SpecTourModal-module__-oKUza__demoBtn:hover{color:var(--ng-green-light);text-decoration:underline}.SpecTourModal-module__-oKUza__footer{border-top:1px solid var(--surface-border);background:var(--background);color:var(--text-muted);justify-content:space-between;align-items:center;padding:1rem 2rem;font-size:.8rem;font-weight:500;display:flex}
