@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--color-primary:#3288B3;--color-primary-hover:#2572a0;--color-primary-light:#e8f4fb;--color-bg:#F3F7FA;--color-card:#ffffff;--color-border:#dde8f0;--color-text-primary:#1a2b3c;--color-text-secondary:#5a7a95;--color-text-muted:#8fa5b8;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-tag-visa:#fef3c7;--color-tag-visa-text:#92400e;--color-tag-exp:#f0fdf4;--color-tag-exp-text:#166534;--color-tag-tefl:#eff6ff;--color-tag-tefl-text:#1d4ed8;--sidebar-width:240px;--header-height:64px;--border-radius:12px;--shadow-card:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-elevated:0 4px 6px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.05)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--color-bg);color:var(--color-text-primary);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}