@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.dashboard-widget-loading{animation:spin 1s linear infinite}.dashboard-widget-enter{animation:fadeIn .3s ease-out}.dashboard-widget-pulse{animation:pulse 2s ease-in-out infinite}.dashboard-widget-slide-in{animation:slideIn .3s ease-out}.dashboard-widget-resize-handle{transition:all .2s ease}.dashboard-widget-resize-handle:hover{transform:scale(1.2);box-shadow:0 2px 8px #0003}.dashboard-widget-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-widget-hover:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #00000026}.dashboard-widget-status-indicator{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4caf50,#8bc34a);animation:pulse 2s ease-in-out infinite}.dashboard-widget-status-error{background:linear-gradient(90deg,#f44336,#ff5722)}.dashboard-widget-status-loading{background:linear-gradient(90deg,#2196f3,#03a9f4)}.dashboard-widget-timestamp{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.dashboard-widget-menu{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.dashboard-widget-icon{transition:all .3s ease}.dashboard-widget-icon:hover{transform:rotate(15deg) scale(1.1)}.dashboard-widget-progress{border-radius:4px;overflow:hidden}.dashboard-widget-progress-bar{transition:width .6s ease;background:linear-gradient(90deg,currentColor,rgba(255,255,255,.3))}.dashboard-widget-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-widget-card:hover{box-shadow:0 4px 20px #0000001a,0 8px 32px #00000014}.dashboard-widget-avatar{transition:all .3s ease;border:2px solid transparent}.dashboard-widget-avatar:hover{border-color:currentColor;transform:scale(1.1)}.dashboard-widget-chip{transition:all .2s ease}.dashboard-widget-chip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0003}.dashboard-widget-action-button{transition:all .2s ease}.dashboard-widget-action-button:hover{transform:scale(1.1);background-color:#ffffff1a}.dashboard-widget-performance{position:relative;overflow:hidden}.dashboard-widget-performance:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.dashboard-widget-focus{outline:2px solid currentColor;outline-offset:2px}.dashboard-widget-content-transition{transition:all .3s ease}.dashboard-widget-content-transition:hover{background-color:#ffffff0d}.dashboard-widget-metric{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.dashboard-widget-chart-bg{background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.1) 0%,transparent 50%)}.dashboard-widget-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-widget-notification{animation:slideIn .3s ease-out}.dashboard-widget-error{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-left:4px solid #f44336}.dashboard-widget-success{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border-left:4px solid #4caf50}.dashboard-widget-warning{background:linear-gradient(135deg,#fff3e0,#ffcc02);border-left:4px solid #ff9800}.dashboard-widget-info{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:4px solid #2196f3}:root{--rqb-spacing: .5rem;--rqb-border-width: 1px;--rqb-branch-indent: var(--rqb-spacing);--rqb-branch-width: var(--rqb-border-width);--rqb-base-color: #004bb8;--rqb-background-color: color-mix(in srgb, transparent, #004bb8 20%);--rqb-border-color: #8081a2;--rqb-border-style: solid;--rqb-border-radius: .25rem;--rqb-dnd-drop-indicator-color: rebeccapurple;--rqb-dnd-drop-indicator-style: dashed;--rqb-dnd-drop-indicator-width: 2px;--rqb-dnd-drop-indicator-copy-color: #693;--rqb-dnd-drop-indicator-copy-style: dashed;--rqb-dnd-drop-indicator-copy-width: 2px;--rqb-dnd-drop-indicator-group-color: #369;--rqb-dnd-drop-indicator-group-style: dashed;--rqb-dnd-drop-indicator-group-width: 2px;--rqb-branch-color: var(--rqb-border-color);--rqb-branch-radius: var(--rqb-border-radius);--rqb-branch-style: var(--rqb-border-style)}.ruleGroup{display:flex;flex-direction:column;gap:var(--rqb-spacing);padding:var(--rqb-spacing);border-width:var(--rqb-border-width)}.ruleGroup .ruleGroup-body{display:flex;flex-direction:column;gap:var(--rqb-spacing)}.ruleGroup .ruleGroup-body:empty{display:none}.ruleGroup .ruleGroup-header,.ruleGroup .rule{display:flex;gap:var(--rqb-spacing);align-items:center}.ruleGroup .rule .rule-value:has(.rule-value-list-item){display:flex;gap:var(--rqb-spacing);align-items:baseline}.ruleGroup .betweenRules{display:flex}.ruleGroup .shiftActions{display:flex;flex-direction:column}.ruleGroup .shiftActions>*{padding:0}.dndOver.rule,.dndOver.ruleGroup-header{padding-bottom:var(--rqb-spacing)}.dndOver.betweenRules{padding-top:var(--rqb-spacing)}.dndGroup.rule.dndOver,.dndGroup.ruleGroup:has(.ruleGroup-header.dndOver){padding:var(--rqb-spacing)}.queryBuilder-branches .ruleGroup-body{margin-left:calc(2*var(--rqb-branch-indent))}.queryBuilder-branches .rule,.queryBuilder-branches .ruleGroup .ruleGroup{position:relative}.queryBuilder-branches .rule:before,.queryBuilder-branches .rule:after,.queryBuilder-branches .ruleGroup .ruleGroup:before,.queryBuilder-branches .ruleGroup .ruleGroup:after{content:"";width:var(--rqb-branch-indent);left:calc(-1*(var(--rqb-branch-indent) + var(--rqb-branch-width)));border-radius:0;position:absolute}.queryBuilder-branches .rule:before,.queryBuilder-branches .ruleGroup .ruleGroup:before{top:calc(-1*var(--rqb-spacing));height:calc(50% + var(--rqb-spacing));border-width:0 0 var(--rqb-branch-width) var(--rqb-branch-width)}.queryBuilder-branches .rule:after,.queryBuilder-branches .ruleGroup .ruleGroup:after{top:50%;height:50%;border-width:0 0 0 var(--rqb-branch-width)}.queryBuilder-branches .rule:last-child:after,.queryBuilder-branches .ruleGroup .ruleGroup:last-child:after{display:none}.queryBuilder-branches .ruleGroup .ruleGroup:before,.queryBuilder-branches .ruleGroup .ruleGroup:after{left:calc(-1*(var(--rqb-branch-indent) + var(--rqb-branch-width) + var(--rqb-border-width)))}.queryBuilder-branches .ruleGroup .ruleGroup:before{top:calc(-1*(var(--rqb-spacing) + var(--rqb-border-width)));height:calc(50% + var(--rqb-spacing) + var(--rqb-border-width))}.queryBuilder-branches .ruleGroup .ruleGroup:after{height:calc(50% + var(--rqb-border-width))}.queryBuilder-branches .betweenRules:before{content:"";width:var(--rqb-branch-indent);left:calc(-1*(var(--rqb-branch-indent) + var(--rqb-branch-width)));border-radius:0;position:absolute;top:calc(-1*var(--rqb-spacing));height:calc(100% + var(--rqb-spacing));border-width:0 0 0 var(--rqb-branch-width)}.ruleGroup{border-color:var(--rqb-border-color);border-style:var(--rqb-border-style);border-radius:var(--rqb-border-radius);background:var(--rqb-background-color)}.ruleGroup .shiftActions>*{background-color:#0000;border:none;cursor:pointer}.dndOver.rule,.dndOver.ruleGroup-header:not(.dndGroup .ruleGroup-header){border-bottom-width:var(--rqb-dnd-drop-indicator-width);border-bottom-style:var(--rqb-dnd-drop-indicator-style);border-bottom-color:var(--rqb-dnd-drop-indicator-color)}.dndOver.rule.dndCopy,.dndOver.ruleGroup-header:not(.dndGroup .ruleGroup-header).dndCopy{border-bottom-width:var(--rqb-dnd-drop-indicator-copy-width);border-bottom-style:var(--rqb-dnd-drop-indicator-copy-style);border-bottom-color:var(--rqb-dnd-drop-indicator-copy-color)}.dndOver.betweenRules{border-top-width:var(--rqb-dnd-drop-indicator-width);border-top-style:var(--rqb-dnd-drop-indicator-style);border-top-color:var(--rqb-dnd-drop-indicator-color)}.dndOver.betweenRules.dndCopy{border-top-width:var(--rqb-dnd-drop-indicator-copy-width);border-top-style:var(--rqb-dnd-drop-indicator-copy-style);border-top-color:var(--rqb-dnd-drop-indicator-copy-color)}.dndGroup.rule.dndOver,.dndGroup.ruleGroup:has(>.ruleGroup-header.dndOver){border-width:var(--rqb-dnd-drop-indicator-group-width);border-style:var(--rqb-dnd-drop-indicator-group-style);border-color:var(--rqb-dnd-drop-indicator-group-color);border-radius:var(--rqb-border-radius)}.dndGroup.rule.dndOver.dndCopy,.dndGroup.ruleGroup:has(>.ruleGroup-header.dndOver).dndCopy{border-color:var(--rqb-dnd-drop-indicator-copy-color);border-width:var(--rqb-dnd-drop-indicator-copy-width);border-style:var(--rqb-dnd-drop-indicator-copy-style)}.ruleGroup.dndDragging,.rule.dndDragging{opacity:.5}.ruleGroup .queryBuilder-dragHandle,.rule .queryBuilder-dragHandle{cursor:move}.queryBuilder-branches .rule:before,.queryBuilder-branches .rule:after,.queryBuilder-branches .ruleGroup .ruleGroup:before,.queryBuilder-branches .ruleGroup .ruleGroup:after{border-color:var(--rqb-branch-color);border-style:var(--rqb-branch-style)}.queryBuilder-branches .rule:last-child:before,.queryBuilder-branches .ruleGroup .ruleGroup:last-child:before{border-bottom-left-radius:var(--rqb-branch-radius)}.queryBuilder-branches .betweenRules{position:relative}.queryBuilder-branches .betweenRules:before{border-color:var(--rqb-branch-color);border-style:var(--rqb-branch-style)}.svg-font-color svg>path{fill:var(--ifm-font-color-base)}.donut-hole{overflow-y:unset!important}.queryBuilder{min-width:420px}.validateQuery .queryBuilder .ruleGroup.queryBuilder-invalid{background-color:color-mix(in srgb,rebeccapurple,transparent 60%)}.validateQuery .queryBuilder .ruleGroup.queryBuilder-invalid .ruleGroup-addRule{font-weight:700!important}.validateQuery .queryBuilder .ruleGroup.queryBuilder-invalid>.ruleGroup-body{display:block}.validateQuery .queryBuilder .ruleGroup.queryBuilder-invalid>.ruleGroup-body:after{content:"Empty groups are considered invalid. Avoid them by using addRuleToNewGroups.";color:#fff}.validateQuery .queryBuilder .rule.queryBuilder-invalid .rule-value{background-color:color-mix(in srgb,rebeccapurple,transparent 60%)}.validateQuery .queryBuilder .rule.queryBuilder-invalid .rule-value::placeholder{color:color-mix(in srgb,rebeccapurple,black 30%)}html[data-theme=dark] .validateQuery .queryBuilder .rule.queryBuilder-invalid .rule-value::placeholder{color:color-mix(in srgb,rebeccapurple,white 30%)}.justifiedLayout .queryBuilder .ruleGroup-addGroup+button.ruleGroup-cloneGroup,.justifiedLayout .queryBuilder .ruleGroup-addGroup+button.ruleGroup-lock,.justifiedLayout .queryBuilder .ruleGroup-addGroup+button.ruleGroup-remove{margin-left:auto!important}.justifiedLayout .queryBuilder .rule-operators+button.rule-cloneRule,.justifiedLayout .queryBuilder .rule-operators+button.rule-lock,.justifiedLayout .queryBuilder .rule-operators+button.rule-remove,.justifiedLayout .queryBuilder .rule-value+button.rule-cloneRule,.justifiedLayout .queryBuilder .rule-value+button.rule-lock,.justifiedLayout .queryBuilder .rule-value+button.rule-remove,.justifiedLayout .queryBuilder .control+button.rule-cloneRule,.justifiedLayout .queryBuilder .control+button.rule-lock,.justifiedLayout .queryBuilder .control+button.rule-remove,.justifiedLayout .queryBuilder .chakra-select__wrapper+button.rule-cloneRule,.justifiedLayout .queryBuilder .chakra-select__wrapper+button.rule-lock,.justifiedLayout .queryBuilder .chakra-select__wrapper+button.rule-remove,.justifiedLayout .queryBuilder .mantine-InputWrapper-root+input[type=hidden]+button.rule-cloneRule,.justifiedLayout .queryBuilder .mantine-InputWrapper-root+input[type=hidden]+button.rule-lock,.justifiedLayout .queryBuilder .mantine-InputWrapper-root+input[type=hidden]+button.rule-remove{margin-left:auto!important}*{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-color:#f8fafc;color:#1e293b}.app{min-height:100vh;display:flex;flex-direction:column}.main-nav{background:linear-gradient(135deg,#c4a69f,#ab8982);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2rem}.nav-user{display:flex;align-items:center;gap:1rem;color:#fff}.user-name{font-weight:500;font-size:.9rem}.logout-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.logout-btn:hover{background:#fff3;transform:translateY(-1px)}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.nav-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.app-content{padding:0;max-width:none;margin:0;width:100%}.back-button-container{position:fixed;top:20px;left:20px;z-index:1000}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;color:#374151;text-decoration:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:500;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.back-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#1f2937}.home-container{text-align:center;padding:0}.home-header{margin-top:2rem;margin-bottom:4rem}.home-header h1{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#c4a69f,#ab8982);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.home-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin-bottom:4rem;margin-left:2rem;margin-right:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.module-card-link{text-decoration:none;color:inherit;display:block}.module-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;display:flex;align-items:center;gap:1.5rem;position:relative;overflow:hidden;border-left:4px solid transparent;height:100%}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--module-color, #3b82f6),var(--module-color, #3b82f6) 50%,transparent 50%);transform:scaleX(0);transition:transform .3s ease}.module-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.module-card:hover:before{transform:scaleX(1)}.module-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;color:#fff;box-shadow:0 4px 12px #00000026}.module-content{flex:1;text-align:left}.module-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.module-description{color:#64748b;line-height:1.5;margin-bottom:1rem;font-size:.95rem}.module-status{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.status-indicator{width:8px;height:8px;border-radius:50%;background-color:#10b981}.status-indicator.active{background-color:#10b981}.status-indicator.inactive{background-color:#6b7280}.status-indicator.pending{background-color:#f59e0b}.status-text{font-size:.8rem;color:#6b7280;text-transform:capitalize}.module-arrow{font-size:1.5rem;color:#94a3b8;transition:all .3s ease;margin-left:auto}.module-card:hover .module-arrow{color:#3b82f6;transform:translate(4px)}.module-hub{width:100%}.module-hub-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center;justify-content:center;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}.search-container{flex:0 1 400px;min-width:250px}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filters-container{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.9rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:150px}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-results-info{text-align:center;margin-bottom:2rem;color:#64748b;font-size:.95rem}.module-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.feature-tag{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.feature-tag.more{background:#e2e8f0;color:#64748b;font-style:italic}.category-badge{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;margin-left:.5rem}.no-results{text-align:center;padding:3rem;color:#64748b}.clear-filters-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;margin-top:1rem;transition:all .3s ease}.clear-filters-btn:hover{background:#2563eb;transform:translateY(-1px)}.module-card.coming-soon{opacity:.8;cursor:not-allowed;position:relative;filter:grayscale(100%)}.module-card.coming-soon:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff0d;border-radius:16px;pointer-events:none}.coming-soon-link{pointer-events:none;cursor:not-allowed}.coming-soon-badge{background:#6b7280;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-left:.75rem;display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.module-card.coming-soon:hover{transform:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.module-card.coming-soon .module-arrow{color:#6b7280;animation:bounce 2s infinite}.module-card.coming-soon .module-icon{background-color:#6b7280!important;color:#fff}.module-card.coming-soon .module-title{color:#374151}.module-card.coming-soon .module-description{color:#6b7280}.module-card.coming-soon .feature-tag{background:#f3f4f6;color:#6b7280}.module-card.coming-soon .feature-tag.more{background:#e5e7eb;color:#9ca3af}.module-card.coming-soon .category-badge{background:#e5e7eb;color:#6b7280}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.home-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#c4a69f,#ab8982);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;margin-top:2rem}.home-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto 3rem;line-height:1.6}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;margin-left:2rem;margin-right:2rem}.app-card{background:#fff;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;display:flex;align-items:center;gap:1.5rem;position:relative;overflow:hidden}.app-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--app-color, #3b82f6),var(--app-color, #3b82f6) 50%,transparent 50%);transform:scaleX(0);transition:transform .3s ease}.app-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.app-card:hover:before{transform:scaleX(1)}.app-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.app-content{flex:1;text-align:left}.app-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.app-content p{color:#64748b;line-height:1.5;margin:0}.app-arrow{font-size:1.5rem;color:#94a3b8;transition:all .3s ease}.app-card:hover .app-arrow{color:#3b82f6;transform:translate(4px)}.home-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0;color:#94a3b8}@media (max-width: 768px){.nav-container{padding:0 1rem;flex-direction:column;height:auto;padding:1rem;gap:1rem}.nav-links{gap:1rem}.main-content{padding:1rem}.home-title{font-size:2.5rem}.home-subtitle{font-size:1.1rem;margin-bottom:2rem}.module-hub-controls{padding:0 1rem;flex-direction:column;align-items:stretch}.search-container{flex:1;min-width:auto}.filters-container{flex-direction:column}.filter-select{min-width:auto}.modules-grid{grid-template-columns:1fr;gap:1.5rem;margin-left:1rem;margin-right:1rem}.module-card{padding:1.5rem;flex-direction:column;text-align:center}.module-content{text-align:center}.apps-grid{grid-template-columns:1fr;gap:1.5rem}.app-card{padding:1.5rem;flex-direction:column;text-align:center}.app-content{text-align:center}.back-button-container{top:10px;left:10px}.back-button{padding:.5rem 1rem;font-size:.875rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.module-card{animation:fadeInUp .6s ease forwards}.module-card:nth-child(1){animation-delay:.1s}.module-card:nth-child(2){animation-delay:.2s}.module-card:nth-child(3){animation-delay:.3s}.module-card:nth-child(4){animation-delay:.4s}.module-card:nth-child(5){animation-delay:.5s}.module-card:nth-child(6){animation-delay:.6s}.module-card:nth-child(7){animation-delay:.7s}.module-card:nth-child(8){animation-delay:.8s}.module-card:nth-child(9){animation-delay:.9s}.module-card:nth-child(10){animation-delay:1s}.app-card{animation:fadeInUp .6s ease forwards}.app-card:nth-child(1){animation-delay:.1s}.app-card:nth-child(2){animation-delay:.2s}.app-card:nth-child(3){animation-delay:.3s}.branch-modules-container{min-height:100vh;background-color:#f5f5f5}.branch-modules-container .MuiBreadcrumbs-root{margin-bottom:2rem}.branch-modules-container .module-hub{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000001a}.home-container .MuiCard-root{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}
