.layout{flex-direction:column;min-height:100vh;display:flex}.header{background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));z-index:50;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.logo{color:hsl(var(--primary));align-items:center;gap:.75rem;display:flex}.logo-icon{width:24px;height:24px}.logo h1{color:hsl(var(--foreground));margin:0;font-size:1.25rem}.avatar{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);width:36px;height:36px;color:hsl(var(--primary-foreground));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:transform .2s;display:flex}.avatar:hover{transform:scale(1.05)}.user-controls{align-items:center;gap:1.5rem;display:flex}.logout-button{border:1px solid hsl(var(--border));border-radius:var(--radius);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.logout-button:hover{background-color:hsl(var(--secondary));color:hsl(var(--foreground));border-color:hsl(var(--primary))}.profile-dropdown-container{align-items:center;display:flex;position:relative}.profile-trigger{cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;padding:0}.profile-trigger:focus-visible{box-shadow:0 0 0 2px hsl(var(--primary))}.profile-menu{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);width:200px;box-shadow:var(--shadow-md);z-index:100;padding:.5rem;animation:.2s slideIn;position:absolute;top:calc(100% + 12px);right:0}.profile-header{padding:.75rem 1rem}.profile-name{color:hsl(var(--foreground));margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.profile-email{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.profile-divider{background:hsl(var(--border));height:1px;margin:.25rem .5rem}.profile-item{width:100%;color:hsl(var(--foreground));border-radius:var(--radius);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:.25rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.profile-item:hover{background:hsl(var(--secondary))}.profile-item.logout{color:hsl(var(--destructive))}.profile-item.logout:hover{background:hsl(var(--destructive)/.1)}
.modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:hsl(var(--card));border-radius:var(--radius);width:100%;max-width:500px;box-shadow:var(--shadow-md);border:1px solid hsl(var(--border));max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h2{color:hsl(var(--foreground));margin:0;font-size:1.5rem}.close-btn{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.close-btn:hover{background-color:hsl(var(--secondary));color:hsl(var(--foreground))}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.form-input{border:1px solid hsl(var(--border));border-radius:var(--radius);box-sizing:border-box;background-color:hsl(var(--secondary));width:100%;color:hsl(var(--foreground));padding:.75rem;font-size:.875rem}.form-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.2);outline:none}.logo-upload-area{justify-content:center;width:100%;margin-top:.25rem;display:flex}.upload-placeholder-btn{border:2px dashed hsl(var(--border));background:hsl(var(--secondary));cursor:pointer;width:120px;height:120px;color:hsl(var(--muted-foreground));border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.upload-placeholder-btn:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary)/.1)}.logo-preview-container{width:120px;height:120px;position:relative}.logo-preview{object-fit:cover;border:2px solid hsl(var(--border));border-radius:50%;width:100%;height:100%}.remove-logo-btn{background:hsl(var(--card));border:1px solid hsl(var(--border));cursor:pointer;width:24px;height:24px;color:hsl(var(--muted-foreground));border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:0;right:0;box-shadow:0 2px 4px #0000001a}.remove-logo-btn:hover{color:hsl(var(--destructive));border-color:hsl(var(--destructive))}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.error-message{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive));border-radius:var(--radius);border:1px solid hsl(var(--destructive)/.3);margin-bottom:1rem;padding:.75rem;font-size:.875rem}.form-hint{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.75rem}
.org-selector{margin-right:1.5rem;position:relative}.org-selector-button{border:1px solid hsl(var(--border));border-radius:var(--radius);color:hsl(var(--foreground));cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:.75rem;min-width:220px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.org-selector-button:hover{background:hsl(var(--secondary));border-color:hsl(var(--primary))}.org-selector-button.has-pending{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.3),0 0 12px hsl(var(--primary)/.4);animation:2s infinite pulse-border}@keyframes pulse-border{0%{box-shadow:0 0 0 0 hsl(var(--primary)/.4),0 0 12px hsl(var(--primary)/.4)}70%{box-shadow:0 0 0 6px hsl(var(--primary)/0),0 0 20px hsl(var(--primary)/.2)}to{box-shadow:0 0 0 0 hsl(var(--primary)/0),0 0 12px hsl(var(--primary)/.4)}}.org-button-content{flex:1;align-items:center;gap:.75rem;display:flex;overflow:hidden}.org-avatar{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--accent))100%);width:24px;min-width:24px;height:24px;color:hsl(var(--primary-foreground));border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.org-avatar.small{width:20px;min-width:20px;height:20px;font-size:.625rem}.org-avatar.create-icon{border:1px dashed hsl(var(--border));color:hsl(var(--muted-foreground));background:0 0}.org-name{white-space:nowrap;text-overflow:ellipsis;max-width:120px;overflow:hidden}.org-chevron{color:hsl(var(--muted-foreground));transition:transform .2s}.org-chevron.open{transform:rotate(180deg)}.org-dropdown{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:100;padding:.5rem .5rem .75rem;animation:.2s slideIn;position:absolute;top:calc(100% + 8px);left:0;right:0}.org-dropdown-header{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;padding:.75rem .75rem .5rem;font-size:.75rem;font-weight:600}.org-option{border-radius:var(--radius);width:100%;color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem;font-size:.875rem;transition:all .2s;display:flex}.org-option:hover{background:hsl(var(--secondary))}.org-option.selected{background:hsl(var(--primary)/.15);color:hsl(var(--primary))}.org-option-content{align-items:center;gap:.75rem;display:flex;overflow:hidden}.org-option-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.check-icon{color:hsl(var(--primary))}.org-dropdown-divider{background-color:hsl(var(--border));height:1px;margin:.5rem .25rem}.org-option.org-create-option{color:hsl(var(--muted-foreground))}.org-option.org-create-option:hover{color:hsl(var(--primary));background:hsl(var(--secondary))}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.invite-actions{gap:.5rem;display:flex}.btn-icon{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.btn-icon.accept{color:#fff;background-color:#16a249;box-shadow:0 2px 4px #00000026}.btn-icon.accept:hover{background-color:#12873d;transform:scale(1.1);box-shadow:0 3px 8px #0003}.notification-dot{width:8px;height:8px;box-shadow:0 0 0 2px hsl(var(--card));background-color:#ef4343;border-radius:50%}
:root{--background:210 50% 97%;--foreground:210 40% 12%;--card:210 100% 99%;--card-foreground:222.2 84% 4.9%;--popover:210 100% 99%;--popover-foreground:222.2 84% 4.9%;--primary:210 100% 50%;--primary-foreground:210 40% 98%;--secondary:210 50% 93%;--secondary-foreground:210 40% 12%;--muted:210 40% 92%;--muted-foreground:210 25% 45%;--accent:195 70% 88%;--accent-foreground:210 40% 12%;--destructive:0 75% 55%;--destructive-foreground:210 40% 98%;--border:210 50% 88%;--input:210 50% 88%;--ring:210 100% 50%;--tag-bug:0 75% 55%;--tag-feature:170 70% 40%;--tag-testimonial:260 70% 55%;--priority-p0:0 85% 60%;--priority-p1:30 100% 60%;--priority-p2:48 100% 47%;--priority-p3:210 100% 50%;--priority-p4:210 20% 55%;--status-open:210 100% 50%;--status-review:260 90% 60%;--status-planned:180 80% 40%;--status-progress:35 95% 50%;--status-done:145 80% 40%;--status-closed:220 20% 50%;--vote-up:170 70% 32%;--vote-down:0 75% 45%;--vote-neutral:210 30% 38%;--primary-color:hsl(var(--primary));--secondary-color:hsl(var(--secondary));--background-color:hsl(var(--background));--surface-color:hsl(var(--card));--text-primary:hsl(var(--foreground));--text-secondary:hsl(var(--muted-foreground));--border-color:hsl(var(--border));--radius:.75rem;--font-family:"Inter",system-ui,-apple-system,sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.dark{--background:240 20% 8%;--foreground:180 50% 95%;--card:240 20% 12%;--popover:240 20% 12%;--popover-foreground:180 50% 95%;--primary:175 100% 50%;--primary-foreground:240 20% 8%;--secondary:240 20% 16%;--secondary-foreground:180 50% 95%;--muted:240 12% 18%;--muted-foreground:240 10% 60%;--accent:320 100% 50%;--accent-foreground:180 50% 95%;--destructive:0 100% 55%;--destructive-foreground:180 50% 95%;--border:240 15% 18%;--input:240 15% 18%;--ring:175 100% 50%;--tag-bug:0 100% 55%;--tag-feature:150 100% 45%;--tag-testimonial:320 100% 60%;--priority-p0:0 100% 70%;--priority-p1:25 100% 65%;--priority-p2:60 100% 60%;--priority-p3:210 100% 65%;--priority-p4:240 20% 45%;--status-open:210 100% 60%;--status-review:260 100% 75%;--status-planned:180 90% 60%;--status-progress:35 100% 60%;--status-done:145 90% 55%;--status-closed:220 20% 60%;--vote-up:150 100% 50%;--vote-down:0 100% 60%;--vote-neutral:180 30% 60%;--primary-color:hsl(var(--primary));--secondary-color:hsl(var(--secondary));--background-color:hsl(var(--background));--surface-color:hsl(var(--card));--text-primary:hsl(var(--foreground));--text-secondary:hsl(var(--muted-foreground));--border-color:hsl(var(--border))}body{font-family:var(--font-family);background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}*{box-sizing:border-box;border-color:hsl(var(--border))}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{color:hsl(var(--foreground));margin:0;font-weight:600}a{color:hsl(var(--primary));text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1400px;margin:0 auto;padding:2rem}.card{background:hsl(var(--card));border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:1.5rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:1px solid hsl(var(--primary))}.btn-primary:hover{background-color:hsl(var(--primary)/.85);border-color:hsl(var(--primary)/.85)}.btn-primary:active{background-color:hsl(var(--primary)/.7);transform:scale(.98)}.btn-secondary{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));background-color:#0000}.btn-secondary:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background-color:hsl(var(--primary)/.1)}.btn-secondary:active{background-color:hsl(var(--primary)/.15);transform:scale(.98)}.btn-ghost{color:hsl(var(--foreground));background:0 0;border:1px solid #0000}.btn-ghost:hover{background-color:hsl(var(--muted))}.input{border:1px solid hsl(var(--input));border-radius:var(--radius);width:100%;color:hsl(var(--foreground));background-color:#0000;padding:.5rem;font-family:inherit;font-size:.95rem}.input:focus{outline:2px solid hsl(var(--ring));border-color:#0000}.badge{border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}
