@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:.5rem;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--color-success:142 76% 36%;--color-warning:48 96% 53%;--color-info:217 91% 60%}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font);background:hsl(var(--background));color:hsl(var(--foreground));min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}.shell{flex-direction:column;min-height:100vh;display:flex}.shell-header{border-bottom:1px solid hsl(var(--border));z-index:100;background:hsl(var(--background));justify-content:space-between;align-items:center;height:3.5rem;padding:0 1.5rem;display:flex;position:sticky;top:0}.shell-header h1{letter-spacing:-.02em;font-size:.875rem;font-weight:600}.shell-nav{gap:0;margin-left:2rem;display:flex}.shell-nav a{height:3.5rem;color:hsl(var(--muted-foreground));border-bottom:2px solid #0000;align-items:center;padding:0 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s;display:flex}.shell-nav a:hover{color:hsl(var(--foreground))}.shell-nav a.active{color:hsl(var(--foreground));border-bottom-color:hsl(var(--foreground))}.shell-user{align-items:center;gap:.75rem;margin-left:auto;display:flex}.shell-user span{color:hsl(var(--muted-foreground));font-size:.8rem}.shell-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.btn{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));font-family:var(--font);cursor:pointer;min-height:2.5rem;color:hsl(var(--foreground));white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn:hover:not(:disabled){background:hsl(var(--accent))}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.btn-primary:hover:not(:disabled){background:hsl(var(--primary));opacity:.9}.btn-success{background:hsl(var(--color-success));color:#fff;border-color:hsl(var(--color-success))}.btn-success:hover:not(:disabled){opacity:.9;background:hsl(var(--color-success))}.btn-danger{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-color:hsl(var(--destructive))}.btn-danger:hover:not(:disabled){opacity:.9;background:hsl(var(--destructive))}.btn-warning{background:hsl(var(--color-warning));color:#09090b;border-color:hsl(var(--color-warning))}.btn-warning:hover:not(:disabled){opacity:.9;background:hsl(var(--color-warning))}.btn-ghost{color:hsl(var(--muted-foreground));background:0 0;border:none}.btn-ghost:hover:not(:disabled){background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-outline{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:0 0}.btn-outline:hover:not(:disabled){background:hsl(var(--accent))}.btn-sm{min-height:2rem;padding:.375rem .75rem;font-size:.8rem}.btn-lg{min-height:2.75rem;padding:.625rem 1.25rem;font-size:.9375rem}.btn-block{width:100%}.badge{border:1px solid #0000;border-radius:9999px;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:500;line-height:1.5;display:inline-flex}.badge-pending{color:#e7b008;background:#facc141a;border-color:#facc1433}.badge-in_review{color:#3c83f6;background:#3c83f61a;border-color:#3c83f633}.badge-approved{color:#21c45d;background:#16a2491a;border-color:#16a24933}.badge-rejected{color:#ef4343;background:#ef43431a;border-color:#ef434333}.badge-expired{background:hsl(var(--muted));color:hsl(var(--muted-foreground));border-color:hsl(var(--border))}.form-group{margin-bottom:1rem}.form-group label{color:hsl(var(--foreground));margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.form-input,.form-textarea{border:1px solid hsl(var(--input));border-radius:var(--radius);width:100%;color:hsl(var(--foreground));font-family:var(--font);background:0 0;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.form-input::placeholder,.form-textarea::placeholder{color:hsl(var(--muted-foreground))}.form-input:focus,.form-textarea:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.1);outline:none}.form-textarea{resize:vertical;min-height:80px}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-header h2{letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.source-list{flex-direction:column;gap:0;display:flex}.source-card{border:1px solid hsl(var(--border));border-bottom:none;padding:1rem 1.25rem;transition:background .15s;display:block}.source-card:first-child{border-radius:var(--radius)var(--radius)0 0}.source-card:last-child{border-bottom:1px solid hsl(var(--border));border-radius:0 0 var(--radius)var(--radius)}.source-card:only-child{border-radius:var(--radius);border-bottom:1px solid hsl(var(--border))}.source-card:hover{background:hsl(var(--accent))}.source-card-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.source-card-title{font-size:.875rem;font-weight:500}.source-card-url{color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.8rem;overflow:hidden}.source-card-date{color:hsl(var(--muted-foreground));margin-top:.125rem;font-size:.75rem}.filter-tabs{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted));gap:.25rem;width:fit-content;padding:.25rem;display:flex}.filter-tab{font-size:.8rem;font-weight:500;font-family:var(--font);border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;padding:.375rem .75rem;transition:all .15s}.filter-tab:hover{color:hsl(var(--foreground))}.filter-tab.active{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 2px #0000000d}.empty-state{text-align:center;border:1px dashed hsl(var(--border));border-radius:var(--radius);padding:4rem 2rem}.empty-state h3{margin-bottom:.25rem;font-size:.9375rem;font-weight:500}.empty-state p{color:hsl(var(--muted-foreground));font-size:.875rem}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{border:1px solid hsl(var(--border));border-radius:var(--radius);width:100%;max-width:380px;padding:2rem}.login-logo{text-align:center;margin-bottom:1.5rem}.login-logo h1{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.login-logo p{color:hsl(var(--muted-foreground));font-size:.875rem}.login-success{border-radius:var(--radius);color:#21c45d;background:#16a2491a;border:1px solid #16a24933;padding:.75rem;font-size:.875rem}.login-error{border-radius:var(--radius);color:#ef4343;background:#ef43431a;border:1px solid #ef434333;padding:.75rem;font-size:.875rem}.back-link{color:hsl(var(--muted-foreground));align-items:center;gap:.25rem;margin-bottom:1.25rem;font-size:.875rem;transition:color .15s;display:inline-flex}.back-link:hover{color:hsl(var(--foreground))}.source-detail-header{margin-bottom:1.5rem}.source-detail-header h2{letter-spacing:-.02em;margin-bottom:.375rem;font-size:1.25rem;font-weight:600}.source-detail-url{color:hsl(var(--muted-foreground));word-break:break-all;font-size:.8rem;transition:color .15s}.source-detail-url:hover{color:hsl(var(--foreground))}.source-detail-meta{color:hsl(var(--muted-foreground));flex-wrap:wrap;gap:1.25rem;margin-top:.75rem;font-size:.8rem;display:flex}.source-detail-description{background:hsl(var(--muted));border-radius:var(--radius);color:hsl(var(--foreground));margin:1.25rem 0;padding:.875rem;font-size:.875rem;line-height:1.6}.action-area{border-top:1px solid hsl(var(--border));margin-top:1.5rem;padding-top:1.5rem}.action-area h3{margin-bottom:1rem;font-size:.9375rem;font-weight:600}.action-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.review-list{flex-direction:column;gap:0;display:flex}.review-item{border:1px solid hsl(var(--border));border-bottom:none;padding:.75rem 1rem;font-size:.875rem}.review-item:first-child{border-radius:var(--radius)var(--radius)0 0}.review-item:last-child{border-bottom:1px solid hsl(var(--border));border-radius:0 0 var(--radius)var(--radius)}.review-item:only-child{border-radius:var(--radius);border-bottom:1px solid hsl(var(--border))}.review-content{flex:1}.review-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.review-action{font-size:.8rem;font-weight:500}.review-date{color:hsl(var(--muted-foreground));font-size:.75rem}.review-note{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.8rem}.modal-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);width:100%;max-width:480px;max-height:90vh;padding:1.5rem;overflow-y:auto}.modal h3{margin-bottom:.5rem;font-size:1rem;font-weight:600}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.5rem;display:flex}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.alert-success{color:#21c45d;background:#16a2491a;border:1px solid #16a24933}.alert-error{color:#ef4343;background:#ef43431a;border:1px solid #ef434333}.user-list{flex-direction:column;display:flex}.user-card{border:1px solid hsl(var(--border));border-bottom:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.user-card:first-child{border-radius:var(--radius)var(--radius)0 0}.user-card:last-child{border-bottom:1px solid hsl(var(--border));border-radius:0 0 var(--radius)var(--radius)}.user-card:only-child{border-radius:var(--radius);border-bottom:1px solid hsl(var(--border))}.user-card-info{flex-direction:column;gap:.375rem;min-width:0;display:flex}.user-card-email{font-size:.875rem;font-weight:500}.user-card-meta{align-items:center;gap:.5rem;display:flex}.user-card-date{color:hsl(var(--muted-foreground));font-size:.75rem}.user-card-actions{flex-shrink:0;gap:.5rem;display:flex}.badge-info{color:#3c83f6;background:#3c83f61a}.separator{background:hsl(var(--border));height:1px;margin:1.5rem 0}@media (max-width:768px){.shell-header{gap:.5rem;padding:0 1rem}.shell-nav{margin-left:.5rem}.shell-nav a{padding:0 .5rem;font-size:.8rem}.shell-user span{display:none}.shell-main{padding:1.5rem 1rem}}@media (max-width:480px){.shell-header{flex-wrap:wrap;height:auto;padding:.75rem 1rem}.shell-nav{order:3;width:100%;margin-left:0}.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}.source-detail-meta{flex-direction:column;gap:.25rem}}
