@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";
:root{--bg-app:#f8fafc;--bg-card:#fff;--bg-elevated:#fff;--bg-hover:#f1f5f9;--primary:#3b82f6;--primary-glow:#3b82f640;--accent-up:#10b981;--accent-up-glow:#10b98133;--accent-down:#ef4444;--accent-down-glow:#ef444433;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-inverse:#fff;--border-subtle:#e2e8f0;--border-highlight:#cbd5e1;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--bg-header:#fffc;--glass-border:#ffffff80;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-glow:0 0 20px #3b82f626}[data-theme=dark]{--bg-app:#0b1121;--bg-card:#151f32;--bg-elevated:#1e293b;--bg-hover:#334155;--text-primary:#fff;--text-secondary:#94a3b8;--text-muted:#64748b;--text-inverse:#0f172a;--border-subtle:#ffffff14;--border-highlight:#ffffff26;--bg-header:#0f172ab3;--glass-border:#ffffff0d;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-glow:0 0 20px #3b82f640}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-app);max-width:100vw;color:var(--text-primary);background-color:var(--bg-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.main-content{min-height:calc(100vh - 72px);padding:0 0 100px}@media (min-width:768px){.main-content{padding-bottom:32px}}.text-up{color:var(--accent-up)}.text-down{color:var(--accent-down)}.text-muted{color:var(--text-muted)}.glow-up{box-shadow:0 0 20px var(--accent-up-glow)}.glow-down{box-shadow:0 0 20px var(--accent-down-glow)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.animate-slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}.zellige-bg{--pattern-stroke:#00000008}[data-theme=dark] .zellige-bg{--pattern-stroke:#ffffff05}.zellige-bg{position:relative}.zellige-bg:before{content:"";opacity:.03;pointer-events:none;z-index:0;color:var(--text-primary);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30L30 0z' fill='none' stroke='currentColor' stroke-width='1'/%3E%3C/svg%3E");background-size:30px 30px;position:absolute;inset:0}
.CommandPalette-module__Cjqoda__trigger{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;color:var(--text-muted);cursor:pointer;align-items:center;gap:10px;padding:8px 12px;font-size:13px;transition:all .2s;display:flex}.CommandPalette-module__Cjqoda__trigger:hover{border-color:var(--border-highlight);background:var(--bg-elevated)}.CommandPalette-module__Cjqoda__searchIcon{color:var(--text-muted)}.CommandPalette-module__Cjqoda__placeholder{text-align:left;flex:1}.CommandPalette-module__Cjqoda__kbd{background:var(--bg-elevated);font-size:11px;font-family:var(--font-mono);color:var(--text-secondary);border-radius:4px;padding:2px 6px}.CommandPalette-module__Cjqoda__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:flex-start;padding-top:15vh;animation:.15s ease-out CommandPalette-module__Cjqoda__fadeIn;display:flex;position:fixed;inset:0}@keyframes CommandPalette-module__Cjqoda__fadeIn{0%{opacity:0}to{opacity:1}}.CommandPalette-module__Cjqoda__content{background:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:640px;box-shadow:0 20px 50px #0003,0 0 0 1px var(--border-subtle);animation:.2s cubic-bezier(.16,1,.3,1) CommandPalette-module__Cjqoda__slideIn;overflow:hidden}@keyframes CommandPalette-module__Cjqoda__slideIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CommandPalette-module__Cjqoda__command{width:100%}.CommandPalette-module__Cjqoda__inputWrapper{border-bottom:1px solid var(--border-subtle);align-items:center;gap:16px;padding:20px 24px;display:flex}.CommandPalette-module__Cjqoda__inputIcon{color:var(--text-muted);width:20px;height:20px}.CommandPalette-module__Cjqoda__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:18px}.CommandPalette-module__Cjqoda__input::placeholder{color:var(--text-muted)}.CommandPalette-module__Cjqoda__list{scroll-behavior:smooth;max-height:400px;padding:8px;overflow-y:auto}.CommandPalette-module__Cjqoda__empty{text-align:center;color:var(--text-muted);padding:32px;font-size:14px}.CommandPalette-module__Cjqoda__item{border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:all .1s;display:flex}.CommandPalette-module__Cjqoda__item[data-selected=true]{background:var(--bg-elevated);color:var(--text-primary)}.CommandPalette-module__Cjqoda__itemContent{flex-direction:column;display:flex}.CommandPalette-module__Cjqoda__symbol{color:var(--text-primary);font-weight:600}.CommandPalette-module__Cjqoda__name{color:var(--text-muted);font-size:12px}.CommandPalette-module__Cjqoda__actions button{background:var(--morocco-cobalt);color:#fff;cursor:pointer;opacity:0;border:none;border-radius:4px;padding:4px 8px;font-size:11px;transition:opacity .2s}.CommandPalette-module__Cjqoda__item[data-selected=true] .CommandPalette-module__Cjqoda__actions button{opacity:1}.CommandPalette-module__Cjqoda__item[data-selected=true] .CommandPalette-module__Cjqoda__name{color:var(--text-secondary)}
.Footer-module__drEjgq__footer{background:var(--bg-elevated);border-top:1px solid var(--border-subtle);margin-top:auto;padding:64px 24px 32px}.Footer-module__drEjgq__inner{max-width:1200px;margin:0 auto}.Footer-module__drEjgq__top{flex-wrap:wrap;justify-content:space-between;gap:48px;margin-bottom:64px;display:flex}.Footer-module__drEjgq__brand h3{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:24px;font-weight:800}.Footer-module__drEjgq__brand p{color:var(--text-secondary);max-width:300px;line-height:1.6}.Footer-module__drEjgq__links{flex-wrap:wrap;gap:64px;display:flex}.Footer-module__drEjgq__column{flex-direction:column;gap:16px;display:flex}.Footer-module__drEjgq__header{text-transform:uppercase;color:var(--text-primary);letter-spacing:.5px;font-size:14px;font-weight:700}.Footer-module__drEjgq__column a{color:var(--text-secondary);font-size:15px;transition:color .2s}.Footer-module__drEjgq__column a:hover{color:var(--primary)}.Footer-module__drEjgq__bottom{border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:32px;display:flex}.Footer-module__drEjgq__bottom p{color:var(--text-muted);font-size:14px}.Footer-module__drEjgq__socials{gap:24px;display:flex}.Footer-module__drEjgq__socials a{color:var(--text-muted);transition:color .2s}.Footer-module__drEjgq__socials a:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__drEjgq__top{flex-direction:column;gap:40px}.Footer-module__drEjgq__links{justify-content:space-between;gap:40px;width:100%}}
