@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}:root{--background:#ffffff;--foreground:#171717;--primary:#0070f3;--primary-foreground:#ffffff;--secondary:#f5f5f5;--secondary-foreground:#171717;--border:#eaeaea;--sidebar-background:#fafafa;--sidebar-foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary:#3291ff;--primary-foreground:#000000;--secondary:#1f1f1f;--secondary-foreground:#ededed;--border:#333333;--sidebar-background:#111111;--sidebar-foreground:#ededed}}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.app-container{display:flex;width:100%;min-height:100vh}.sidebar{width:250px;background:var(--sidebar-background);border-right:1px solid var(--border);padding:20px;display:flex;flex-direction:column;gap:20px;height:100vh;position:-webkit-sticky;position:sticky;top:0}.sidebar h1{font-size:1.2rem;font-weight:700;margin:0 0 10px;color:var(--foreground)}.nav-links{display:flex;flex-direction:column;gap:8px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;text-decoration:none;color:var(--sidebar-foreground);transition:background-color .2s;font-size:.95rem}.nav-link.active,.nav-link:hover{background-color:var(--secondary)}.user-section{margin-top:auto;border-top:1px solid var(--border);padding-top:15px;gap:10px}.user-avatar,.user-section{display:flex;align-items:center}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:var(--secondary);justify-content:center;font-weight:600;font-size:.8rem}.main-content{flex:1 1;padding:30px;overflow-y:auto}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header h2{font-size:1.8rem;font-weight:600;margin:0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.card{background:var(--secondary);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.card-header{display:flex;justify-content:space-between;align-items:start}.card-title{font-weight:600;font-size:1.1rem;margin:0}.status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-open{background-color:rgba(255,171,0,.15);color:#ffab00}.status-resolved{background-color:rgba(0,200,83,.15);color:#00c853}.card-content{font-size:.9rem;color:var(--secondary-foreground);opacity:.8;line-height:1.5}.card-footer{margin-top:auto;padding-top:15px;border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;font-size:.8rem;opacity:.6}.btn{padding:8px 16px;border-radius:6px;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:opacity .2s}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.btn:hover{opacity:.9}