:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(circle at top,#7c3aed1f,#0000 28%),#f8fafc;min-width:320px;margin:0}body,input,select,button{font:inherit}#root{width:min(1180px,100% - 2rem);min-height:100vh;margin:0 auto;padding:2rem 0 3rem}h1,h2,p{margin:0}input,select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.9rem;width:100%;padding:.85rem .95rem;line-height:1.25}input:focus,select:focus{border-color:#2563eb;outline:2px solid #2563eb33}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748b'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-position:right .85rem center;background-repeat:no-repeat;background-size:.95rem;padding-right:2.4rem}select::-ms-expand{display:none}select:focus{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e")}.app-shell{flex-direction:column;gap:1.5rem;display:flex}.top-nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-links{background:#fff;border:1px solid #e2e8f0;border-radius:999px;gap:.5rem;padding:.4rem;display:inline-flex;box-shadow:0 18px 45px #0f172a0f}.nav-link{color:#475569;border-radius:999px;padding:.7rem 1rem;font-weight:600;text-decoration:none}.nav-link.active{color:#fff;background:#0f172a}.hero{justify-content:space-between;align-items:end;gap:1.5rem;display:flex}.hero-actions{align-items:center;gap:.65rem;display:inline-flex}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#7c3aed;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.hero h1{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05}.hero-copy{color:#475569;max-width:48rem;margin-top:.85rem}.hero-note{color:#64748b;margin-top:.75rem}.expense-form label{flex-direction:column;gap:.45rem;display:flex}.summary-stack{flex-direction:column;gap:1.5rem;display:flex}.target-layout{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:1rem;display:grid}.target-form{flex-direction:column;gap:.9rem;display:flex}.notes-form{flex-direction:column;gap:1rem;display:flex}.target-form label{flex-direction:column;gap:.4rem;display:flex}.target-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.target-metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem}.target-metric span{color:#64748b;margin-bottom:.45rem;font-size:.9rem;display:block}.target-metric strong{color:#0f172a;font-size:1.2rem}.target-metric.success{background:#f0fdf4;border-color:#bbf7d0}.target-metric.success strong{color:#15803d}.target-metric.danger{background:#fef2f2;border-color:#fecaca}.target-metric.danger strong{color:#b91c1c}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.panel,.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;box-shadow:0 18px 45px #0f172a0f}.panel{padding:1.4rem}.panel-heading{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.2rem;display:flex}.panel-heading h2{margin:0;font-size:1.2rem}.panel-heading p{color:#64748b;margin-top:.4rem}.chart-select{flex-direction:column;gap:.35rem;min-width:10rem;display:flex}.chart-select span{color:#64748b;font-size:.85rem}.table-controls{flex-wrap:wrap;align-items:end;gap:1rem;display:flex}.check-control{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.7rem;padding:.7rem .95rem;font-size:.95rem;font-weight:600;transition:border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.check-control input{opacity:0;pointer-events:none;position:absolute}.check-control:hover{border-color:#94a3b8;box-shadow:0 10px 24px #0f172a14}.check-indicator{background:#cbd5e1;border-radius:999px;width:2.3rem;height:1.35rem;transition:background .2s;position:relative}.check-indicator:after{content:"";background:#fff;border-radius:999px;width:.95rem;height:.95rem;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 8px #0f172a33}.check-control input:checked+.check-indicator{background:linear-gradient(135deg,#7c3aed,#2563eb)}.check-control input:checked+.check-indicator:after{transform:translate(.95rem)}.check-control input:focus-visible+.check-indicator{outline-offset:2px;outline:2px solid #2563eb40}.expense-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.expense-form label:first-child,.expense-form label:nth-child(2),.expense-form .form-actions{grid-column:1/-1}.form-actions{gap:.75rem;display:flex}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.summary-card{padding:1.1rem 1.15rem}.gap-summary-card{background:#fef2f2;border-color:#fecaca;flex-direction:column;justify-content:center;align-items:flex-start;gap:.2rem;display:flex}.gap-summary-card strong{color:#b91c1c}.gap-summary-card small{color:#64748b;font-size:.84rem}.summary-card span{color:#64748b;margin-bottom:.5rem;font-size:.92rem;display:block}.summary-card strong{color:#0f172a;font-size:1.4rem}.total-card{background:linear-gradient(135deg,#7c3aed,#2563eb);border-color:#0000}.total-card span,.total-card strong{color:#fff}.chart-wrapper{width:100%;height:460px}.table-panel{overflow:hidden}.table-wrapper{overflow-x:auto}.group-list{flex-direction:column;gap:1rem;display:flex}.group-card{border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden}.group-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.group-header h3,.group-header p{margin:0}.group-header p{color:#64748b;margin-top:.25rem}.group-totals{text-align:right}.group-totals strong,.group-totals span{display:block}.group-totals span{color:#64748b;margin-top:.25rem;font-size:.9rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.95rem .75rem}th{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:.84rem}tbody tr:hover{background:#f8fafc}.feedback,.empty-state{border-radius:1rem;padding:1rem 1.1rem}.feedback.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.renewal-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:1rem;padding:1rem 1.1rem}.renewal-banner ul{margin:.4rem 0 0;padding-left:1.1rem}.renewal-banner li{margin-top:.15rem}.budget-amount-cell{flex-direction:column;line-height:1.25;display:flex}.budget-amount-yearly{color:#64748b;font-size:.78rem}.field-hint{color:#64748b;margin-top:.3rem;font-size:.8rem;display:block}.empty-state{color:#475569;background:#f8fafc}.primary-button,.secondary-button{font:inherit;cursor:pointer;border:none;border-radius:.9rem;font-weight:600;transition:transform .2s,opacity .2s,background .2s}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.75}.primary-button{color:#fff;background:#0f172a;padding:.95rem 1.2rem}.secondary-button{color:#0f172a;background:#e2e8f0;padding:.65rem .9rem}.icon-action-button{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:transform .2s,background .2s,color .2s;display:inline-flex}.icon-action-button svg{width:1rem;height:1rem}.icon-action-button:hover{background:#cbd5e1;transform:translateY(-1px)}.icon-action-button.danger{color:#b91c1c;background:#fee2e2}.icon-action-button.danger:hover{background:#fecaca}.row-actions{align-items:center;gap:.35rem;display:inline-flex}.add-button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.8rem;line-height:1;transition:transform .2s,opacity .2s;display:inline-flex}.add-button:hover{transform:translateY(-1px)}.target-icon-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;flex:none;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.target-icon-button svg{width:1.2rem;height:1.2rem}.target-icon-button:hover{background:#f8fafc;transform:translateY(-1px)}.target-icon-button.danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.icon-button{color:#475569;cursor:pointer;font:inherit;background:0 0;border:none}.modal-backdrop{z-index:20;background:#0f172a73;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:1.25rem;width:min(680px,100%);padding:1.4rem;box-shadow:0 24px 60px #0f172a33}.notes-textarea{resize:vertical;width:100%;min-height:220px}.monthly-hero-actions{align-items:center}.month-picker{color:#475569;flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.month-picker input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.9rem;width:auto;padding:.65rem .85rem;font-size:.95rem;line-height:1.25}.monthly-bill-cell{flex-direction:column;gap:.15rem;line-height:1.25;display:flex}.monthly-bill-name{font-weight:500}.monthly-bill-category{color:#64748b;font-size:.78rem}.monthly-row-paid td{color:#94a3b8;text-decoration:line-through}.monthly-row-paid .monthly-bill-category{color:#cbd5e1}.monthly-row-paid td:first-child,.monthly-row-paid td:last-child{text-decoration:none}.source-badge{letter-spacing:.02em;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.source-badge.source-budget{color:#3730a3;background:#e0e7ff}.source-badge.source-avulso{color:#92400e;background:#fef3c7}@media (width<=1080px){.summary-grid,.report-grid,.target-layout,.target-metrics{grid-template-columns:1fr}}@media (width<=720px){.hero{flex-direction:column;align-items:stretch}.group-header{flex-direction:column;align-items:flex-start}.group-totals{text-align:left}.expense-form{grid-template-columns:1fr}.expense-form label:first-child,.expense-form label:nth-child(2),.expense-form .form-actions{grid-column:auto}.form-actions{flex-direction:column}}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--surface,#fff);border-radius:12px;flex-direction:column;gap:16px;width:100%;max-width:420px;padding:32px;display:flex;box-shadow:0 10px 30px #00000014}.auth-card h1{margin:0}.auth-subtitle{color:#6b7280;margin:0}.field{flex-direction:column;gap:6px;font-size:14px;display:flex}.field input{border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px}.primary-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.primary-button:disabled{cursor:not-allowed;background:#9ca3af}.auth-footer{text-align:center;color:#6b7280;margin:0;font-size:14px}.more-menu{align-items:center;display:inline-flex;position:relative}.more-menu-trigger{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1rem;line-height:1;display:inline-flex}.more-menu-trigger svg{width:1.1rem;height:1.1rem;display:block}.more-menu-trigger:hover{color:#0f172a;background:#f1f5f9}.more-menu-trigger.active,.more-menu-trigger.active:hover{color:#fff;background:#0f172a}.more-menu-popover{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;gap:.15rem;min-width:14rem;padding:.4rem;display:flex;position:absolute;top:calc(100% + .45rem);left:0;box-shadow:0 24px 60px #0f172a26}.more-menu-item{text-align:left;font:inherit;color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:.65rem;padding:.6rem .7rem;font-size:.9rem;font-weight:600;transition:background .15s}.more-menu-item:hover{background:#f1f5f9}.more-menu-item.is-active{background:#f8fafc}.settings-workspace-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:1rem;display:inline-flex}.settings-rename-form{flex-direction:column;gap:.6rem;display:flex}.settings-invite-form{align-items:stretch;gap:.6rem;margin-top:.5rem;display:flex}.settings-invite-form input{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:.65rem;flex:1;padding:.7rem .9rem;font-size:.9rem}.settings-invite-form input:focus{outline-offset:1px;border-color:#7c3aed;outline:2px solid #7c3aed}.settings-members-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.settings-members-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .95rem;display:flex}.settings-member-info{flex-direction:column;gap:.2rem;min-width:0;display:flex}.settings-member-info strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.settings-member-info small{color:#64748b;font-size:.78rem}.categories-add-form{align-items:stretch;gap:.6rem;margin-top:.5rem;display:flex}.categories-add-form input{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:.65rem;flex:1;padding:.7rem .9rem;font-size:.9rem}.categories-add-form input:focus{outline-offset:1px;border-color:#7c3aed;outline:2px solid #7c3aed}.categories-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.categories-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.categories-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.categories-edit{flex-direction:column;gap:.5rem;width:100%;display:flex}.categories-edit input{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:.55rem;padding:.55rem .7rem;font-size:.9rem}.categories-edit input:focus{outline-offset:1px;border-color:#7c3aed;outline:2px solid #7c3aed}.categories-edit-actions{align-items:center;gap:.4rem;display:inline-flex}.feedback.compact{margin:0;padding:.35rem .5rem;font-size:.78rem}.primary-button.compact,.secondary-button.compact{border-radius:.55rem;padding:.45rem .8rem;font-size:.82rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.topbar-cluster{--topbar-control-height:2.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem;display:inline-flex;box-shadow:0 18px 45px #0f172a0f}.topbar-anchor{position:relative}.topbar-pill{height:var(--topbar-control-height);color:#0f172a;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:0 .9rem;font-size:.85rem;font-weight:600;line-height:1;transition:background .2s,color .2s;display:inline-flex}.topbar-pill svg{color:#94a3b8;width:.9rem;height:.9rem;transition:transform .2s,color .2s}.topbar-pill:hover{background:#f1f5f9}.topbar-pill.is-open,.topbar-pill.is-open:hover{color:#fff;background:#0f172a}.topbar-pill.is-open svg{color:#fff;transform:rotate(180deg)}.topbar-pill-label{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;font-weight:500}.topbar-pill.is-open .topbar-pill-label{color:#cbd5e1}.topbar-pill-value{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;overflow:hidden}.topbar-icon-button{width:var(--topbar-control-height);height:var(--topbar-control-height);color:#475569;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex;position:relative}.topbar-icon-button svg{width:1.1rem;height:1.1rem}.topbar-icon-button:hover{color:#0f172a;background:#f1f5f9}.topbar-icon-button.is-open,.topbar-icon-button.is-open:hover{color:#fff;background:#0f172a}.topbar-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:1.1rem;height:1.1rem;padding:0 .3rem;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;top:.3rem;right:.25rem;box-shadow:0 0 0 2px #fff}.topbar-user-pill{height:var(--topbar-control-height);color:#0f172a;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.55rem;padding:0 .7rem 0 .4rem;font-size:.85rem;font-weight:600;line-height:1;transition:background .2s;display:inline-flex}.topbar-user-pill svg{color:#94a3b8;width:.9rem;height:.9rem;transition:transform .2s,color .2s}.topbar-user-pill:hover{background:#f1f5f9}.topbar-user-pill.is-open,.topbar-user-pill.is-open:hover{color:#fff;background:#0f172a}.topbar-user-pill.is-open svg{color:#fff;transform:rotate(180deg)}.topbar-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:999px;flex:none;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.topbar-user-email{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.topbar-popover{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;gap:.5rem;min-width:18rem;padding:.75rem;display:flex;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 24px 60px #0f172a26}.topbar-popover-workspace{min-width:20rem}.topbar-popover-invites{min-width:22rem;max-width:24rem}.topbar-popover-user{min-width:16rem}.topbar-popover-title{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:0;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.topbar-popover-subtitle{color:#64748b;margin:.25rem 0 0;padding:0 .5rem;font-size:.7rem}.topbar-workspace-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.topbar-workspace-item{cursor:pointer;text-align:left;width:100%;font:inherit;color:#0f172a;background:0 0;border:none;border-radius:.65rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .65rem;transition:background .15s;display:flex}.topbar-workspace-item:hover{background:#f1f5f9}.topbar-workspace-item.is-active{background:#f8fafc}.topbar-workspace-item svg{color:#16a34a;width:1rem;height:1rem}.topbar-workspace-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.topbar-workspace-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.topbar-workspace-info small{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.topbar-popover-action{color:#0f172a;font:inherit;cursor:pointer;background:0 0;border:1px dashed #cbd5e1;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.6rem .75rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.topbar-popover-action:hover{background:#f8fafc;border-color:#94a3b8}.topbar-popover-action.danger{color:#b91c1c;background:#fef2f2;border-style:solid;border-color:#fecaca}.topbar-popover-action.danger:hover{background:#fee2e2;border-color:#fca5a5}.topbar-popover-action svg{width:1rem;height:1rem}.topbar-rename-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:.55rem;display:flex}.topbar-rename-form label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;flex-direction:column;gap:.3rem;font-size:.7rem;font-weight:600;display:flex}.topbar-rename-form input{font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.55rem;padding:.55rem .7rem;font-size:.85rem}.topbar-rename-form input:focus{outline-offset:1px;border-color:#7c3aed;outline:2px solid #7c3aed}.topbar-rename-actions{align-items:center;gap:.4rem;display:inline-flex}.topbar-user-email-full{color:#475569;word-break:break-all;margin:0;padding:0 .5rem .25rem;font-size:.85rem}.topbar-invite-form{background:#f8fafc;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.topbar-invite-form label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;flex-direction:column;gap:.3rem;font-size:.7rem;font-weight:600;display:flex}.topbar-invite-form input{font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.55rem;padding:.55rem .7rem;font-size:.85rem}.topbar-invite-form input:focus{outline-offset:1px;border-color:#7c3aed;outline:2px solid #7c3aed}.topbar-primary-button{color:#fff;font:inherit;cursor:pointer;background:#0f172a;border:none;border-radius:.6rem;padding:.55rem .9rem;font-size:.85rem;font-weight:600;transition:transform .15s,background .15s}.topbar-primary-button:hover{background:#1e293b;transform:translateY(-1px)}.topbar-primary-button:disabled{opacity:.6;cursor:wait;transform:none}.topbar-primary-button.compact{border-radius:.5rem;padding:.4rem .7rem;font-size:.78rem}.topbar-ghost-button{color:#475569;font:inherit;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:.6rem;padding:.55rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.topbar-ghost-button:hover{color:#0f172a;background:#f1f5f9}.topbar-ghost-button.compact{border-radius:.5rem;padding:.4rem .7rem;font-size:.78rem}.topbar-invite-feedback{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.55rem;margin:0;padding:.5rem .65rem;font-size:.78rem}.topbar-invite-feedback.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.topbar-invitations-list{flex-direction:column;gap:.4rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.topbar-invitations-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.7rem;justify-content:space-between;align-items:center;gap:.65rem;padding:.6rem .7rem;display:flex}.topbar-invitations-list li>div:first-child{flex-direction:column;gap:.1rem;min-width:0;display:flex}.topbar-invitations-list strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.topbar-invitations-list small{color:#64748b;font-size:.7rem}.topbar-invitation-actions{flex:none;align-items:center;gap:.35rem;display:inline-flex}.topbar-empty-line{color:#64748b;background:#f8fafc;border-radius:.7rem;margin:0;padding:.6rem .7rem;font-size:.8rem}@media (width<=720px){.topbar-cluster{justify-content:space-between;width:100%}.topbar-pill-value,.topbar-user-email{max-width:8rem}.topbar-popover{min-width:auto;max-width:none;left:-.5rem;right:-.5rem}}
