.Dashboard-module__gIUiKG__dashboard{background-color:var(--background);height:100vh;color:var(--text-primary);display:flex;overflow:hidden}.Dashboard-module__gIUiKG__sidebar{background:var(--surface);border-right:1px solid var(--surface-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;flex-direction:column;width:280px;padding:2rem 0;display:flex}@media (max-width:768px){.Dashboard-module__gIUiKG__dashboard{flex-direction:column;height:auto;min-height:100vh}.Dashboard-module__gIUiKG__sidebar{border-right:none;border-bottom:1px solid var(--surface-border);width:100%;padding:1rem 0;position:sticky;top:0}}.Dashboard-module__gIUiKG__logo{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:3rem;padding:0 2rem;font-size:1.5rem;font-weight:700}.Dashboard-module__gIUiKG__nav{flex-direction:column;gap:.5rem;padding:0 1rem;display:flex}@media (max-width:768px){.Dashboard-module__gIUiKG__nav{flex-direction:row;padding-bottom:.5rem;overflow-x:auto}.Dashboard-module__gIUiKG__logo{margin-bottom:1rem;font-size:1.25rem}}.Dashboard-module__gIUiKG__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;border:1px solid #0000;align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:600;transition:all .2s;display:flex}@media (max-width:768px){.Dashboard-module__gIUiKG__navItem{white-space:nowrap;padding:.75rem 1rem;font-size:.85rem}}.Dashboard-module__gIUiKG__navItem:hover{color:var(--text-primary);background:#ffffff0d}.Dashboard-module__gIUiKG__navItem.Dashboard-module__gIUiKG__active{color:#fff;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border:1px solid #3b82f64d}.Dashboard-module__gIUiKG__main{flex:1;min-width:0;padding:3rem;position:relative;overflow-y:auto}@media (max-width:768px){.Dashboard-module__gIUiKG__main{padding:1rem;overflow-y:visible}}.Dashboard-module__gIUiKG__main:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#3b82f61a,#0000 50%),radial-gradient(circle at 0 100%,#f43f5e0d,#0000 40%);position:fixed;inset:0}.Dashboard-module__gIUiKG__content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Dashboard-module__gIUiKG__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}@media (max-width:768px){.Dashboard-module__gIUiKG__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}}.Dashboard-module__gIUiKG__title{text-transform:uppercase;font-size:2.5rem}@media (max-width:768px){.Dashboard-module__gIUiKG__title{font-size:1.8rem}}.Dashboard-module__gIUiKG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Dashboard-module__gIUiKG__statCard{flex-direction:column;gap:1rem;padding:2rem;display:flex}.Dashboard-module__gIUiKG__statValue{font-size:3rem;font-weight:700;font-family:var(--font-heading);background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Dashboard-module__gIUiKG__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}.Dashboard-module__gIUiKG__tableContainer{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-width:100%;padding:1.5rem;overflow-x:auto}.Dashboard-module__gIUiKG__table{border-collapse:collapse;text-align:left;width:100%}.Dashboard-module__gIUiKG__table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--glass-border);padding:1rem;font-size:.85rem;font-weight:600}.Dashboard-module__gIUiKG__table td{border-bottom:1px solid #ffffff05;padding:1.25rem 1rem}@media (max-width:768px){.Dashboard-module__gIUiKG__table th,.Dashboard-module__gIUiKG__table td{padding:.75rem .5rem;font-size:.9rem}}.Dashboard-module__gIUiKG__badge{text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.Dashboard-module__gIUiKG__badge.Dashboard-module__gIUiKG__pending{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b80}.Dashboard-module__gIUiKG__badge.Dashboard-module__gIUiKG__completed{color:#6ee7b7;background:#10b98133;border:1px solid #10b98180}.Dashboard-module__gIUiKG__btnAction{border:1px solid var(--glass-border);color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0d;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.Dashboard-module__gIUiKG__btnAction:hover{background:var(--primary);border-color:var(--primary)}.Dashboard-module__gIUiKG__formGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.Dashboard-module__gIUiKG__formGrid{grid-template-columns:1fr 1fr}}.Dashboard-module__gIUiKG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__gIUiKG__input{border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:#fff;font-family:var(--font-body);background:#0003;padding:1rem}.Dashboard-module__gIUiKG__input:focus{border-color:var(--primary);outline:none}.Dashboard-module__gIUiKG__fileInput{border:2px dashed var(--glass-border);text-align:center;border-radius:var(--radius-sm);cursor:pointer;background:#0003;padding:2rem;transition:all .2s}.Dashboard-module__gIUiKG__fileInput:hover{border-color:var(--primary);background:#3b82f60d}.Dashboard-module__gIUiKG__proofGallery{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.Dashboard-module__gIUiKG__proofImage{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:80px;height:80px}.Dashboard-module__gIUiKG__lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Dashboard-module__gIUiKG__lightboxMedia{border-radius:var(--radius);max-width:90vw;max-height:90vh;box-shadow:0 25px 50px -12px #00000080}.Dashboard-module__gIUiKG__closeLightbox{color:#fff;cursor:pointer;background:0 0;border:none;font-size:3rem;position:absolute;top:2rem;right:2rem}
