:root{--theme-color: #f6a000;--theme-color-hover: #e6900a;--theme-color-light: #fef3e2;--theme-color-dark: #d68400;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-muted: #f1f5f9;--border-primary: #e2e8f0;--border-secondary: #cbd5e1;--border-muted: #f1f5f9;--success: #22c55e;--success-light: #f0fdf4;--error: #ef4444;--error-light: #fef2f2;--warning: #f59e0b;--warning-light: #fffbeb;--info: #3b82f6;--info-light: #eff6ff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing: 12px;--spacing-md: 16px;--spacing-lg: 20px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--transition-fast: .15s ease-in-out;--transition: .2s ease-in-out;--transition-slow: .3s ease-in-out;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal: 1040;--z-popover: 1050;--z-tooltip: 1060}@media(prefers-color-scheme:dark){:root{--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-tertiary: #1e293b;--text-muted: #94a3b8;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-muted: #334155;--border-primary: #334155;--border-secondary: #475569;--border-muted: #64748b}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins}p{margin-bottom:0;margin-top:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}.uni-container{width:100%;max-width:1200px;min-width:1200px;margin-inline:auto}.top-header{background:#111;color:#fff;font-size:14px;padding:8px 0}.top-header-content{display:flex;justify-content:space-between;align-items:center}.top-header .left,.top-header .right{display:flex;align-items:center;gap:25px}.top-header i{margin-right:6px;color:#f6a000}.navbar-transparent{background:transparent}.navbar-content{display:flex;justify-content:space-between;align-items:center;gap:8px}.logo-world-wrp{display:flex;align-items:center;gap:14px}.world-trade h2{color:#fff;margin:0}.world-trade-span{color:#fffc;font-size:14px}.yell-text{color:#fff;font-size:15px}.nav-links{display:flex;gap:40px;list-style:none}.nav-links li{color:#fff;cursor:pointer;font-weight:500;transition:.3s}.nav-links li:hover{opacity:.8}.join-theme-wrp{display:flex;gap:16px}.join-btn-hd,.theme-btn{background:#fff;color:var(--theme-color);border:none;padding:10px 18px;border-radius:6px;font-weight:600;cursor:pointer}.join-btn-hd i{margin-right:6px}.footer{background:var(--theme-color);color:#fff;padding:70px 0 30px}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:50px;margin-bottom:50px}.footer-col h3,.footer-col h4{margin-bottom:20px}.footer-col p{width:320px;color:#ffffffb3;line-height:1.6}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:12px;cursor:pointer;color:#ffffffb3;transition:.3s}.footer-col ul li:hover{color:#fff}.footer-col i{margin-right:8px;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:25px;display:flex;justify-content:space-between;align-items:center}.social-icons i{margin-right:15px;font-size:16px;cursor:pointer;color:#fff;transition:.3s}.social-icons i:hover{opacity:.8}.footer-bottom p{font-size:14px;color:#fff9}.hamburger{display:none;font-size:22px;color:#fff;cursor:pointer}.join-theme-mob{display:none}.theme-span{width:35px;height:35px;border-radius:50%;background:var(--theme-color);display:flex;align-items:center;justify-content:center}@media(max-width:1300px){.uni-container{width:100%;max-width:95%;min-width:95%}}@media(max-width:992px){.footer-grid{flex-direction:column;gap:40px}.footer-bottom{flex-direction:column;gap:15px;text-align:center}}@media(max-width:768px){footer{padding:60px 0 25px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-col h3,.footer-col h4{font-size:18px}.footer-col p,.footer-col ul li{font-size:14px}.footer-bottom{align-items:center}.social-icons{margin-top:10px}.world-trade h2{font-size:16px}.world-trade-span{font-size:12px}.hamburger{display:block}.join-theme-mob{display:flex;align-items:center;gap:12px}.join-theme-wrp{display:none}.join-theme-wrp.show-menu{display:flex}.join-btn-hd,.theme-btn{width:100%;justify-content:center}}@media(max-width:480px){footer{padding:50px 0 20px}.footer-grid{gap:25px;align-items:start}.footer-bottom p{font-size:13px}.social-icons i{font-size:15px;margin-right:12px}.footer{padding:40px 0}.navbar-hd{padding:0}}.navbar-hd{background:var(--theme-color);padding:16px 0;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.navbar-transparent{background:#0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.logo-world-wrp{display:flex;align-items:center;gap:4px;cursor:pointer;transition:transform .2s ease}.logo-world-wrp:hover{transform:scale(1.02)}.logo img{height:48px;object-fit:contain}.world-trade h2{color:#fff;font-size:20px;font-weight:600;letter-spacing:.3px}.world-trade-span{color:#ffffffbf;font-size:13px;letter-spacing:.4px}.yell-text{color:#fff;font-size:14px;font-weight:500}.join-theme-wrp{display:flex;gap:12px;align-items:center}.join-theme-mob{gap:8px}.join-btn-hd,.theme-btn{background:#fff;color:var(--theme-color);border:none;padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .25s ease;box-shadow:0 4px 12px #0000001f}.join-btn-hd:hover,.theme-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000002e}.join-btn-hd:active,.theme-btn:active{transform:scale(.96)}.theme-btn:last-child{background:#ffffffe6}.join-btn-hd i,.theme-btn i{font-size:13px}.theme-span{width:38px;height:38px;border-radius:50%;background:var(--theme-color);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.theme-span:hover{transform:scale(1.1)}.theme-span-nt{background:#fff;color:var(--theme-color)}.navbar-content{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.logo img{height:40px}.world-trade h2{font-size:15px}.world-trade-span{font-size:11px}}.logo-back-wrp{display:flex;align-items:center}.back-btn{background:none;border:none;font-size:18px;cursor:pointer;margin-right:10px}
