/* Force Firefox to use new styles - v2.1.1 */ :root { /* International Corporate Color Palette - Inspired by global brands */ --primary: #0052CC; /* Professional Blue (Atlassian-inspired) */ --primary-light: #0065FF; /* Vibrant Blue */ --primary-dark: #003884; /* Deep Corporate Blue */ --secondary: #00A86B; /* Emerald Green (International) */ --secondary-light: #00D084; /* Bright Emerald */ --secondary-dark: #008B57; /* Forest Green */ --accent: #FF6B35; /* Warm Orange (Global Appeal) */ --accent-light: #FF8A5B; /* Light Orange */ --accent-dark: #E5502A; /* Deep Orange */ --tertiary: #8B5CF6; /* Royal Purple */ --tertiary-light: #A78BFA; /* Light Purple */ --quaternary: #F59E0B; /* Golden Yellow */ --quaternary-light: #FCD34D; /* Light Gold */ /* Professional Status Colors */ --success: #10B981; /* International Green */ --warning: #F59E0B; /* Amber Warning */ --danger: #EF4444; /* Alert Red */ --info: #3B82F6; /* Info Blue */ /* Sophisticated Neutral Palette */ --white: #FFFFFF; --black: #000000; --gray-25: #FCFCFD; /* Ultra Light */ --gray-50: #F8FAFC; /* Very Light */ --gray-100: #F1F5F9; /* Light */ --gray-200: #E2E8F0; /* Light Gray */ --gray-300: #CBD5E1; /* Medium Light */ --gray-400: #94A3B8; /* Medium */ --gray-500: #64748B; /* Medium Dark */ --gray-600: #475569; /* Dark */ --gray-700: #334155; /* Very Dark */ --gray-800: #1E293B; /* Ultra Dark */ --gray-900: #0F172A; /* Nearly Black */ /* Corporate Background Variations */ --bg-primary: #FFFFFF; --bg-secondary: #F8FAFC; --bg-tertiary: #F1F5F9; --bg-accent: linear-gradient(135deg, #0052CC 0%, #0065FF 100%); /* International Typography Scale */ --text-xs: clamp(0.75rem, 1.5vw + 0.5rem, 0.875rem); --text-sm: clamp(0.875rem, 1.8vw + 0.6rem, 1rem); --text-base: clamp(1rem, 2.2vw + 0.7rem, 1.125rem); --text-lg: clamp(1.125rem, 2.5vw + 0.8rem, 1.25rem); --text-xl: clamp(1.25rem, 3vw + 0.9rem, 1.5rem); --text-2xl: clamp(1.5rem, 4vw + 1rem, 2rem); --text-3xl: clamp(2rem, 5vw + 1.2rem, 2.5rem); --text-4xl: clamp(2.5rem, 6vw + 1.5rem, 3.5rem); --text-5xl: clamp(3rem, 8vw + 2rem, 4.5rem); /* Professional Spacing System */ --space-xs: 0.25rem; /* 4px */ --space-sm: 0.5rem; /* 8px */ --space-md: 0.75rem; /* 12px */ --space-lg: 1rem; /* 16px */ --space-xl: 1.5rem; /* 24px */ --space-2xl: 2rem; /* 32px */ --space-3xl: 3rem; /* 48px */ --space-4xl: 4rem; /* 64px */ --space-5xl: 6rem; /* 96px */ /* Corporate Layout Dimensions */ --header-height-mobile: 64px; --header-height-tablet: 72px; --header-height-desktop: 80px; --sidebar-width: 280px; --container-max-width: 1400px; /* International Border Radius */ --radius-none: 0; --radius-xs: 2px; --radius-sm: 4px; --radius: 6px; --radius-md: 8px; --radius-lg: 12px; --radius-xl: 16px; --radius-2xl: 24px; --radius-full: 9999px; /* Corporate Shadow System */ --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25); --shadow-colored: 0 10px 15px -3px rgb(0 82 204 / 0.1), 0 4px 6px -4px rgb(0 82 204 / 0.1); /* Professional Gradients */ --gradient-primary: linear-gradient(135deg, #0052CC 0%, #0065FF 100%); --gradient-secondary: linear-gradient(135deg, #00A86B 0%, #00D084 100%); --gradient-accent: linear-gradient(135deg, #FF6B35 0%, #FF8A5B 100%); --gradient-hero: linear-gradient(135deg, #0052CC 0%, #8B5CF6 50%, #FF6B35 100%); --gradient-surface: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%); /* International Transitions */ --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1); --transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1); --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1); /* Corporate Borders */ --border-light: 1px solid var(--gray-200); --border-medium: 2px solid var(--gray-300); --border-primary: 2px solid var(--primary); --border-accent: 2px solid var(--accent); } /* Advanced CSS Reset */ *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } /* International Typography Foundation */ html { font-size: 16px; scroll-behavior: smooth; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif; font-size: var(--text-base); font-weight: 400; line-height: 1.6; color: var(--gray-800); background: var(--bg-secondary); overflow-x: hidden; min-height: 100vh; min-height: 100dvh; letter-spacing: -0.005em; text-rendering: optimizeLegibility; } /* Professional Typography Hierarchy */ h1, h2, h3, h4, h5, h6 { font-family: 'Manrope', 'Inter', system-ui, sans-serif; font-weight: 700; line-height: 1.2; color: var(--gray-900); margin-bottom: var(--space-md); letter-spacing: -0.025em; text-wrap: balance; } h1 { font-size: var(--text-5xl); font-weight: 800; background: var(--gradient-hero); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } h2 { font-size: var(--text-4xl); font-weight: 700; color: var(--gray-900); } h3 { font-size: var(--text-3xl); font-weight: 600; } h4 { font-size: var(--text-2xl); font-weight: 600; } h5 { font-size: var(--text-xl); font-weight: 500; } h6 { font-size: var(--text-lg); font-weight: 500; } /* International Header Design */ .header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: var(--border-light); box-shadow: var(--shadow-sm); height: var(--header-height-mobile); transition: all var(--transition-normal); } .header-content { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 var(--space-lg); max-width: var(--container-max-width); margin: 0 auto; position: relative; } /* Corporate Logo Design */ .logo { display: flex; align-items: center; gap: var(--space-md); text-decoration: none; color: inherit; transition: all var(--transition-fast); touch-action: manipulation; } .logo:hover { transform: translateY(-1px); } .logo-icon { width: 48px; height: 48px; background: var(--gradient-primary); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.25rem; font-weight: 800; font-family: 'Manrope', sans-serif; box-shadow: var(--shadow-colored); position: relative; overflow: hidden; flex-shrink: 0; } .logo-icon::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%); transform: translateX(-100%); transition: transform 0.6s ease; } .logo:hover .logo-icon::before { transform: translateX(100%); } .logo-main { font-size: var(--text-xl); font-weight: 800; font-family: 'Manrope', sans-serif; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em; } /* International Navigation System */ .main-nav { display: none; align-items: center; gap: var(--space-xs); flex: 1; justify-content: center; max-width: 800px; margin: 0 var(--space-2xl); background: var(--white); border: var(--border-light); border-radius: var(--radius-2xl); padding: var(--space-sm); box-shadow: var(--shadow-md); } .nav-section { display: flex; align-items: center; gap: var(--space-xs); } .nav-divider { width: 1px; height: 36px; background: var(--gray-200); margin: 0 var(--space-md); } .nav-item { display: flex; flex-direction: column; align-items: center; gap: var(--space-xs); padding: var(--space-md) var(--space-lg); color: var(--gray-600); text-decoration: none; border-radius: var(--radius-lg); font-weight: 500; font-size: var(--text-xs); white-space: nowrap; min-width: 70px; position: relative; transition: all var(--transition-fast); touch-action: manipulation; } .nav-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-primary); border-radius: var(--radius-lg); opacity: 0; transform: scale(0.8); transition: all var(--transition-normal); } .nav-item:hover::before { opacity: 0.1; transform: scale(1); } .nav-item:hover { color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-lg); } .nav-item.active { background: var(--gradient-primary); color: var(--white); box-shadow: var(--shadow-colored); transform: translateY(-1px); } .nav-item.active::before { display: none; } .nav-icon { width: 20px; height: 20px; flex-shrink: 0; font-size: 18px; transition: transform var(--transition-fast); } .nav-item:hover .nav-icon { transform: scale(1.1); } .nav-text { font-size: var(--text-xs); font-weight: 600; font-family: 'Manrope', sans-serif; text-align: center; line-height: 1.2; letter-spacing: 0.025em; } .nav-badge { position: absolute; top: var(--space-sm); right: var(--space-sm); background: var(--gradient-accent); color: var(--white); font-size: 0.625rem; font-weight: 800; padding: var(--space-xs) var(--space-sm); border-radius: var(--radius-full); min-width: 20px; text-align: center; line-height: 1; box-shadow: var(--shadow-md); animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.9; } } /* Professional Action Buttons */ .header-actions { display: flex; align-items: center; justify-content: flex-end; gap: var(--space-md); flex-shrink: 0; height: 100%; } .action-buttons { display: flex; align-items: center; justify-content: center; gap: var(--space-md); height: 100%; } .action-btn, .profile-btn, .mobile-menu-toggle { width: 48px; height: 48px; border: var(--border-light); background: var(--white); border-radius: var(--radius-xl); display: flex; align-items: center; justify-content: center; color: var(--gray-600); cursor: pointer; font-size: 1rem; font-weight: 600; transition: all var(--transition-fast); box-shadow: var(--shadow-xs); touch-action: manipulation; position: relative; overflow: hidden; flex-shrink: 0; } .action-btn::before, .profile-btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-primary); opacity: 0; transition: opacity var(--transition-fast); } .action-btn:hover::before, .profile-btn:hover::before { opacity: 1; } .action-btn:hover, .profile-btn:hover { color: var(--white); border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-colored); } .profile-btn { background: var(--gradient-primary); color: var(--white); border-color: var(--primary); box-shadow: var(--shadow-colored); } .profile-btn:hover { background: var(--gradient-accent); border-color: var(--accent); transform: translateY(-2px) scale(1.05); } .action-btn:hover, .mobile-menu-toggle:hover { background: var(--gradient-primary); color: var(--white); border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-colored); } /* Enhanced Mobile Navigation */ .mobile-nav { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: var(--border-light); padding: var(--space-lg); z-index: 999; box-shadow: var(--shadow-2xl); display: flex; justify-content: space-around; height: 80px; transform: translateY(100%); transition: transform var(--transition-slow); } .mobile-nav.show { transform: translateY(0); } .mobile-nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-xs); padding: var(--space-sm); text-decoration: none; color: var(--gray-600); font-size: var(--text-xs); font-weight: 600; font-family: 'Manrope', sans-serif; border-radius: var(--radius-lg); transition: all var(--transition-fast); touch-action: manipulation; position: relative; } .mobile-nav-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-primary); border-radius: var(--radius-lg); opacity: 0; transform: scale(0.8); transition: all var(--transition-normal); } .mobile-nav-item.active::before { opacity: 1; transform: scale(1); } .mobile-nav-item.active { color: var(--white); box-shadow: var(--shadow-colored); } .mobile-nav-item i { font-size: 1.25rem; z-index: 1; } .mobile-nav-item span { z-index: 1; } /* International Main Content */ .main-content { min-height: calc(100vh - var(--header-height-mobile)); min-height: calc(100dvh - var(--header-height-mobile)); padding-bottom: 100px; /* Mobile nav space */ background: var(--bg-secondary); } .content-area { padding: var(--space-2xl) var(--space-lg); max-width: var(--container-max-width); margin: 0 auto; width: 100%; } /* Corporate Page Header */ .page-header { text-align: center; margin-bottom: var(--space-4xl); padding: var(--space-3xl) 0; background: var(--gradient-surface); border-radius: var(--radius-2xl); box-shadow: var(--shadow-sm); border: var(--border-light); } .page-title { font-size: var(--text-4xl); font-weight: 800; font-family: 'Manrope', sans-serif; background: var(--gradient-hero); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: var(--space-xl); line-height: 1.1; letter-spacing: -0.02em; } .page-subtitle { color: var(--gray-600); font-size: var(--text-lg); font-weight: 400; line-height: 1.6; max-width: 600px; margin: 0 auto; letter-spacing: -0.01em; } /* International Grid System */ .stats-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); margin-bottom: var(--space-4xl); } .content-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); } /* Premium Card System */ .content-card, .stat-card { background: var(--white); border-radius: var(--radius-2xl); border: var(--border-light); box-shadow: var(--shadow-md); overflow: hidden; transition: all var(--transition-normal); touch-action: manipulation; position: relative; } .content-card::before, .stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-primary); opacity: 0; transition: opacity var(--transition-normal); } .content-card:hover::before, .stat-card:hover::before { opacity: 1; } .content-card:hover, .stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2xl); border-color: var(--primary); } .stat-card { padding: var(--space-2xl); position: relative; } .stat-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-primary); } .stat-header { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--space-xl); margin-bottom: var(--space-xl); } .stat-icon { width: 64px; height: 64px; border-radius: var(--radius-xl); display: flex; align-items: center; justify-content: center; font-size: 1.75rem; color: var(--white); flex-shrink: 0; position: relative; overflow: hidden; order: 2; box-shadow: var(--shadow-lg); } .stat-icon::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%); transform: translateX(-100%); transition: transform 0.8s ease; } .stat-card:hover .stat-icon::before { transform: translateX(100%); } .stat-icon.primary { background: var(--gradient-primary); } .stat-icon.success { background: var(--gradient-secondary); } .stat-icon.warning { background: linear-gradient(135deg, var(--quaternary) 0%, var(--quaternary-light) 100%); } .stat-icon.danger { background: var(--gradient-accent); } .stat-icon.info { background: linear-gradient(135deg, var(--tertiary) 0%, var(--tertiary-light) 100%); } .stat-content { text-align: left; flex: 1; order: 1; } .stat-label { font-size: var(--text-sm); color: var(--gray-500); font-weight: 600; font-family: 'Manrope', sans-serif; margin-bottom: var(--space-md); text-transform: uppercase; letter-spacing: 0.1em; } .stat-value { font-size: var(--text-3xl); font-weight: 800; font-family: 'Manrope', sans-serif; color: var(--gray-900); line-height: 1; margin-bottom: var(--space-lg); letter-spacing: -0.02em; } .stat-change { display: inline-flex; align-items: center; gap: var(--space-sm); font-size: var(--text-sm); font-weight: 600; font-family: 'Manrope', sans-serif; padding: var(--space-sm) var(--space-md); border-radius: var(--radius-full); background: var(--gray-100); color: var(--gray-700); box-shadow: var(--shadow-xs); } .stat-change.positive { color: var(--secondary); background: rgba(0, 168, 107, 0.1); border: 1px solid rgba(0, 168, 107, 0.2); } .stat-change.negative { color: var(--danger); background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.2); } /* International Card Components */ .card-header { padding: var(--space-2xl) var(--space-2xl) var(--space-xl); border-bottom: var(--border-light); display: flex; align-items: center; justify-content: space-between; gap: var(--space-lg); background: var(--gradient-surface); } .card-title { font-size: var(--text-xl); font-weight: 700; font-family: 'Manrope', sans-serif; color: var(--gray-900); flex: 1; letter-spacing: -0.01em; } .card-action { color: var(--primary); text-decoration: none; font-size: var(--text-sm); font-weight: 600; font-family: 'Manrope', sans-serif; padding: var(--space-md) var(--space-lg); border-radius: var(--radius-lg); border: var(--border-light); background: var(--white); transition: all var(--transition-fast); touch-action: manipulation; flex-shrink: 0; position: relative; overflow: hidden; } .card-action::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-primary); opacity: 0; transition: opacity var(--transition-fast); } .card-action:hover::before { opacity: 1; } .card-action:hover { color: var(--white); border-color: var(--primary); transform: translateY(-1px); box-shadow: var(--shadow-colored); } .card-content { padding: var(--space-2xl); } /* Enhanced Activity Items */ .activity-item { display: flex; gap: var(--space-xl); padding: var(--space-xl) 0; border-bottom: var(--border-light); transition: all var(--transition-fast); position: relative; } .activity-item::before { content: ''; position: absolute; left: -var(--space-xl); right: -var(--space-xl); top: 0; bottom: 0; background: var(--gradient-surface); border-radius: var(--radius-lg); opacity: 0; transition: opacity var(--transition-fast); } .activity-item:hover::before { opacity: 1; } .activity-item:last-child { border-bottom: none; } .activity-icon { width: 52px; height: 52px; border-radius: var(--radius-xl); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; color: var(--white); box-shadow: var(--shadow-md); position: relative; z-index: 1; } .activity-icon.primary { background: var(--gradient-primary); } .activity-icon.success { background: var(--gradient-secondary); } .activity-icon.warning { background: linear-gradient(135deg, var(--quaternary) 0%, var(--quaternary-light) 100%); } .activity-icon.danger { background: var(--gradient-accent); } .activity-content { flex: 1; min-width: 0; position: relative; z-index: 1; } .activity-title { font-weight: 600; font-family: 'Manrope', sans-serif; color: var(--gray-900); font-size: var(--text-base); margin-bottom: var(--space-sm); line-height: 1.4; word-wrap: break-word; } .activity-time { font-size: var(--text-sm); color: var(--gray-500); font-weight: 500; } /* Premium Member Items */ .member-item { display: flex; align-items: center; gap: var(--space-xl); padding: var(--space-xl) 0; border-bottom: var(--border-light); transition: all var(--transition-fast); position: relative; } .member-item::before { content: ''; position: absolute; left: -var(--space-xl); right: -var(--space-xl); top: 0; bottom: 0; background: var(--gradient-surface); border-radius: var(--radius-lg); opacity: 0; transition: opacity var(--transition-fast); } .member-item:hover::before { opacity: 1; } .member-item:last-child { border-bottom: none; } .member-avatar { width: 52px; height: 52px; border-radius: var(--radius-full); background: var(--gradient-primary); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 800; font-size: var(--text-lg); font-family: 'Manrope', sans-serif; flex-shrink: 0; box-shadow: var(--shadow-colored); position: relative; z-index: 1; } .member-info { flex: 1; min-width: 0; position: relative; z-index: 1; } .member-name { font-weight: 600; font-family: 'Manrope', sans-serif; color: var(--gray-900); font-size: var(--text-base); margin-bottom: var(--space-xs); word-wrap: break-word; } .member-location { font-size: var(--text-sm); color: var(--gray-500); word-wrap: break-word; } /* International Status Badges */ .status-badge { padding: var(--space-sm) var(--space-md); border-radius: var(--radius-full); font-size: var(--text-xs); font-weight: 700; font-family: 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: 0.05em; background: var(--gray-100); color: var(--gray-700); border: var(--border-light); flex-shrink: 0; white-space: nowrap; position: relative; z-index: 1; box-shadow: var(--shadow-xs); } .status-badge.active { background: rgba(0, 168, 107, 0.1); color: var(--secondary); border: 1px solid rgba(0, 168, 107, 0.3); box-shadow: 0 0 0 0px rgba(0, 168, 107, 0.1); } .status-badge.pending { background: var(--gradient-primary); color: var(--white); border-color: var(--primary); box-shadow: var(--shadow-colored); } .status-badge.inactive { background: rgba(239, 68, 68, 0.1); color: var(--danger); border: 1px solid rgba(239, 68, 68, 0.3); } /* Enhanced Survey Items */ .survey-item { padding: var(--space-2xl); border: var(--border-light); border-radius: var(--radius-2xl); margin-bottom: var(--space-xl); background: var(--white); transition: all var(--transition-normal); touch-action: manipulation; position: relative; box-shadow: var(--shadow-sm); } .survey-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-surface); border-radius: var(--radius-2xl); opacity: 0; transition: opacity var(--transition-normal); } .survey-item:hover::before { opacity: 1; } .survey-item:hover { transform: translateY(-2px); border-color: var(--primary); box-shadow: var(--shadow-2xl); } .survey-item:last-child { margin-bottom: 0; } .survey-header { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--space-lg); margin-bottom: var(--space-lg); position: relative; z-index: 1; } .survey-title { font-weight: 700; font-family: 'Manrope', sans-serif; color: var(--gray-900); font-size: var(--text-lg); flex: 1; line-height: 1.3; word-wrap: break-word; } .survey-meta { display: flex; flex-direction: column; gap: var(--space-sm); font-size: var(--text-sm); position: relative; z-index: 1; } .survey-details { color: var(--gray-600); font-weight: 500; } .survey-progress { font-weight: 700; font-family: 'Manrope', sans-serif; color: var(--primary); } /* Corporate Quick Actions */ .quick-actions { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); } .quick-action-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-lg); padding: var(--space-2xl); border-radius: var(--radius-2xl); text-decoration: none; font-weight: 600; font-size: var(--text-base); font-family: 'Manrope', sans-serif; border: var(--border-light); background: var(--white); color: var(--gray-900); transition: all var(--transition-normal); touch-action: manipulation; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); min-height: 120px; } .quick-action-btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity var(--transition-normal); } .quick-action-btn:hover { transform: translateY(-4px); box-shadow: var(--shadow-2xl); } .quick-action-btn i { font-size: 2rem; z-index: 1; } .quick-action-btn span { z-index: 1; } .quick-action-btn.primary { background: var(--gradient-primary); color: var(--white); border-color: var(--primary); box-shadow: var(--shadow-colored); } .quick-action-btn.success { background: rgba(0, 168, 107, 0.1); color: var(--secondary); border: 1px solid rgba(0, 168, 107, 0.3); } .quick-action-btn.success::before { background: var(--gradient-secondary); } .quick-action-btn.warning { background: rgba(245, 158, 11, 0.1); color: var(--quaternary); border: 1px solid rgba(245, 158, 11, 0.3); } .quick-action-btn.warning::before { background: linear-gradient(135deg, var(--quaternary) 0%, var(--quaternary-light) 100%); } .quick-action-btn.danger { background: rgba(255, 107, 53, 0.1); color: var(--accent); border: 1px solid rgba(255, 107, 53, 0.3); } .quick-action-btn.danger::before { background: var(--gradient-accent); } .quick-action-btn.success:hover::before, .quick-action-btn.warning:hover::before, .quick-action-btn.danger:hover::before { opacity: 1; } .quick-action-btn.success:hover, .quick-action-btn.warning:hover, .quick-action-btn.danger:hover { color: var(--white); border-color: transparent; } /* Premium System Status */ .system-status { display: flex; flex-direction: column; gap: var(--space-lg); } .status-item { display: flex; align-items: center; gap: var(--space-lg); padding: var(--space-lg) var(--space-xl); background: var(--gradient-surface); border-radius: var(--radius-xl); border: var(--border-light); transition: all var(--transition-fast); box-shadow: var(--shadow-xs); } .status-item:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-1px); } .status-indicator { width: 14px; height: 14px; border-radius: var(--radius-full); flex-shrink: 0; background: var(--gray-400); position: relative; } .status-indicator::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 6px; height: 6px; border-radius: var(--radius-full); background: currentColor; } .status-indicator.active { background: rgba(0, 168, 107, 0.2); color: var(--secondary); box-shadow: 0 0 0 3px rgba(0, 168, 107, 0.1); } .status-indicator.warning { background: rgba(245, 158, 11, 0.2); color: var(--quaternary); box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1); } .status-indicator.danger { background: rgba(239, 68, 68, 0.2); color: var(--danger); box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1); } .status-info { flex: 1; min-width: 0; } .status-name { font-weight: 600; font-family: 'Manrope', sans-serif; color: var(--gray-900); font-size: var(--text-base); margin-bottom: var(--space-xs); } .status-value { font-size: var(--text-sm); color: var(--gray-500); word-wrap: break-word; } /* International Chart Placeholder */ .chart-placeholder { height: 280px; background: var(--gradient-surface); border-radius: var(--radius-2xl); display: flex; align-items: center; justify-content: center; border: 2px dashed var(--gray-300); text-align: center; padding: var(--space-2xl); position: relative; overflow: hidden; } .chart-placeholder::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-primary); opacity: 0.02; } .chart-content { color: var(--gray-500); z-index: 1; } .chart-icon { font-size: 4rem; margin-bottom: var(--space-xl); opacity: 0.6; color: var(--primary); background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .chart-title { font-size: var(--text-xl); margin-bottom: var(--space-md); font-weight: 700; font-family: 'Manrope', sans-serif; color: var(--gray-900); } .chart-subtitle { font-size: var(--text-base); color: var(--gray-500); line-height: 1.6; } /* Corporate Footer */ .footer { background: var(--gray-900); color: var(--white); margin-top: var(--space-5xl); position: relative; overflow: hidden; } .footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 50%, var(--primary-dark) 100%); } .footer-content { padding: var(--space-4xl) var(--space-lg) var(--space-3xl); display: grid; grid-template-columns: 1fr; gap: var(--space-3xl); position: relative; z-index: 1; } .footer-section h4.footer-title { font-size: var(--text-xl); font-weight: 700; font-family: 'Manrope', sans-serif; margin-bottom: var(--space-xl); color: var(--white); } .footer-description { font-size: var(--text-base); color: var(--gray-300); line-height: 1.7; margin-top: var(--space-xl); } .footer-links { list-style: none; } .footer-links li { margin-bottom: var(--space-md); } .footer-links a { color: var(--gray-300); text-decoration: none; font-size: var(--text-base); transition: all var(--transition-fast); touch-action: manipulation; display: block; padding: var(--space-sm) 0; position: relative; } .footer-links a::before { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gradient-secondary); transition: width var(--transition-normal); } .footer-links a:hover::before { width: 20px; } .footer-links a:hover { color: var(--secondary); transform: translateX(4px); } .social-links { display: flex; gap: var(--space-lg); margin: var(--space-xl) 0; flex-wrap: wrap; } .social-link { width: 52px; height: 52px; background: var(--gray-800); border-radius: var(--radius-xl); display: flex; align-items: center; justify-content: center; color: var(--gray-300); text-decoration: none; border: var(--border-light); transition: all var(--transition-normal); touch-action: manipulation; position: relative; overflow: hidden; } .social-link::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-secondary); opacity: 0; transition: opacity var(--transition-fast); } .social-link:hover::before { opacity: 1; } .social-link:hover { color: var(--white); transform: translateY(-4px) scale(1.1); box-shadow: var(--shadow-2xl); } .social-link i { z-index: 1; font-size: 1.25rem; } .contact-info p { font-size: var(--text-base); color: var(--gray-300); margin-bottom: var(--space-lg); display: flex; align-items: flex-start; gap: var(--space-lg); line-height: 1.6; } .footer-bottom { background: var(--black); border-top: 1px solid var(--gray-700); position: relative; z-index: 1; } .footer-bottom-content { padding: var(--space-2xl) var(--space-lg); text-align: center; } .copyright p { font-size: var(--text-sm); color: var(--gray-400); margin-bottom: var(--space-md); line-height: 1.5; } .legal-text { font-size: var(--text-xs); color: var(--gray-500); line-height: 1.5; } .footer-meta { display: flex; flex-direction: column; align-items: center; gap: var(--space-lg); margin-top: var(--space-xl); font-size: var(--text-xs); color: var(--gray-500); } .version-info { display: flex; gap: var(--space-lg); } .server-status { display: flex; align-items: center; gap: var(--space-sm); } /* International Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } } @keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } .fade-in-up { animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both; } .slide-in-right { animation: slideInRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) both; } .scale-in { animation: scaleIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) both; } .stagger-1 { animation-delay: 0.1s; } .stagger-2 { animation-delay: 0.2s; } .stagger-3 { animation-delay: 0.3s; } .stagger-4 { animation-delay: 0.4s; } @media (max-width: 767px) { .header-content { padding: 0 var(--space-lg); gap: var(--space-md); } .header-actions { gap: var(--space-sm); } .action-buttons { gap: var(--space-sm); } .action-btn, .profile-btn, .mobile-menu-toggle { width: 44px; height: 44px; font-size: 0.9375rem; } } /* Tablet Responsive Design */ @media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } .quick-actions { grid-template-columns: repeat(2, 1fr); } .survey-meta { flex-direction: row; align-items: center; justify-content: space-between; } .footer-content { grid-template-columns: repeat(2, 1fr); } .footer-meta { flex-direction: row; justify-content: space-between; } } @media (min-width: 768px) { .header { height: var(--header-height-tablet); } .header-content { padding: 0 var(--space-2xl); gap: var(--space-xl); } .content-area { padding: var(--space-3xl) var(--space-2xl); } .main-content { min-height: calc(100vh - var(--header-height-tablet)); min-height: calc(100dvh - var(--header-height-tablet)); padding-bottom: 0; } .mobile-nav { display: none; } .mobile-menu-toggle { display: none; } .main-nav { display: flex; } .action-buttons { gap: var(--space-lg); } .action-btn, .profile-btn, .mobile-menu-toggle { width: 50px; height: 50px; font-size: 1.0625rem; } .content-grid { grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } .footer-content { grid-template-columns: repeat(3, 1fr); padding: var(--space-5xl) var(--space-2xl) var(--space-4xl); } } /* Desktop Responsive Design */ @media (min-width: 1024px) { .header { height: var(--header-height-desktop); } .header-content { padding: 0 var(--space-3xl); gap: var(--space-2xl); } .content-area { padding: var(--space-4xl) var(--space-3xl); } .main-content { min-height: calc(100vh - var(--header-height-desktop)); min-height: calc(100dvh - var(--header-height-desktop)); } .stats-grid { grid-template-columns: repeat(4, 1fr); } .content-grid { grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } .quick-actions { grid-template-columns: repeat(2, 1fr); } .footer-content { grid-template-columns: repeat(5, 1fr); padding: var(--space-5xl) var(--space-3xl) var(--space-4xl); } .footer-bottom-content { padding: var(--space-2xl) var(--space-3xl); display: flex; align-items: center; justify-content: space-between; text-align: left; } .logo-icon { width: 56px; height: 56px; font-size: 1.5rem; } .logo-main { font-size: var(--text-2xl); } .action-btn, .profile-btn, .mobile-menu-toggle { width: 52px; height: 52px; font-size: 1.125rem; } .action-buttons { gap: var(--space-xl); } } @media (min-width: 1280px) { .header-content { padding: 0 var(--space-4xl); } .content-area { padding: var(--space-5xl) var(--space-4xl); } .footer-content { padding: var(--space-5xl) var(--space-4xl) var(--space-4xl); } .footer-bottom-content { padding: var(--space-2xl) var(--space-4xl); } } /* High DPI and Retina Support */ @media (min-resolution: 2dppx) { .logo-icon, .stat-icon, .activity-icon { background-size: contain; } } /* Accessibility and Motion Preferences */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } .fade-in-up, .slide-in-right, .scale-in { animation: none !important; } } /* High Contrast Mode Support */ @media (prefers-contrast: high) { :root { --gray-100: #f0f0f0; --gray-200: #d0d0d0; --gray-300: #b0b0b0; --border-light: 2px solid var(--gray-400); --border-medium: 3px solid var(--gray-600); } .content-card, .stat-card, .survey-item { border-width: 2px; } } /* Print Styles */ @media print { .header, .footer, .mobile-nav, .action-buttons, .mobile-menu-toggle { display: none; } .main-content { margin: 0; padding: 0; min-height: auto; } .content-area { padding: 1rem; } .content-card, .stat-card { break-inside: avoid; border: 1px solid var(--gray-400); box-shadow: none; page-break-inside: avoid; } * { background: transparent !important; color: black !important; box-shadow: none !important; } .gradient-text { color: black !important; background: none !important; -webkit-text-fill-color: black !important; } } /* Utility Classes */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .touch-target { min-height: 44px; min-width: 44px; touch-action: manipulation; } .no-tap-highlight { -webkit-tap-highlight-color: transparent; } .gradient-text { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .safe-area-inset { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); padding-bottom: env(safe-area-inset-bottom); } /* International Focus States */ .focus-ring:focus-visible, *:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: var(--radius-sm); } /* Enhanced Loading States */ .loading { pointer-events: none; opacity: 0.7; position: relative; } .loading::after { content: ''; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; margin: -12px 0 0 -12px; border: 3px solid var(--gray-200); border-top-color: var(--primary); border-radius: var(--radius-full); animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } /* International Scrollbar */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: var(--gray-100); border-radius: var(--radius); } ::-webkit-scrollbar-thumb { background: var(--gray-400); border-radius: var(--radius); transition: background var(--transition-fast); } ::-webkit-scrollbar-thumb:hover { background: var(--primary); } /* Selection Colors */ ::selection { background: rgba(0, 82, 204, 0.2); color: var(--primary-dark); } ::-moz-selection { background: rgba(0, 82, 204, 0.2); color: var(--primary-dark); }