:root{--bg-start:#ece9ff;--bg-end:#f1f5fb;--card:#fff;--text:#0b1020;--muted:#6b7280;--label:#1f2333;--border:#d7dcef;--input-bg:#eef2ff;--accent:#6c5ce7;--accent-2:#4f8cff;--error:#d7263d;--shadow:0 20px 45px #40447826;--serif:Georgia, "Times New Roman", "DejaVu Serif", serif;--sans:system-ui, "Segoe UI", Roboto, Arial, sans-serif;font-family:var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;font-size:16px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:linear-gradient(135deg, var(--bg-start) 0%, var(--bg-end) 60%, #f7f8fc 100%);min-height:100vh}h1,h2,h3{font-family:var(--serif);color:var(--text);margin:0}p{margin:0}a{color:var(--accent);font-weight:700;text-decoration:none}a:hover{text-decoration:underline}.dash{--accent:#6c5ce7;--pink:#e84393;--ink:#1b1d3a;--muted:#7b7f99;--card:#ffffffeb;--line:#e9e8f5;max-width:1200px;min-height:100vh;color:var(--ink);isolation:isolate;flex-direction:column;gap:22px;margin:0 auto;padding:20px 24px 28px;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;display:flex;position:relative}.dash:before{content:"";z-index:-1;pointer-events:none;filter:blur(6px);background:radial-gradient(360px 360px at 12% 30%,#a082ff8c,#0000 70%),radial-gradient(320px 320px at 88% 28%,#78c8ff80,#0000 70%),radial-gradient(300px 300px at 50% 95%,#ff96c88c,#0000 70%),radial-gradient(260px 260px at 20% 92%,#ffc89673,#0000 70%),linear-gradient(135deg,#f6f3ff 0%,#f3f6fd 100%);position:fixed;inset:0}.dash__header{background:var(--card);border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex;box-shadow:0 8px 24px #484a8014}.dash__welcome{align-items:center;gap:14px;display:flex}.dash__wave{background:linear-gradient(135deg,#ffe4ee,#efe9ff);border-radius:12px;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.dash__title{font-size:15px;font-weight:800}.dash__name{background:linear-gradient(90deg, var(--accent), var(--pink));color:#0000;-webkit-background-clip:text;background-clip:text}.dash__subtitle{color:var(--muted);margin-top:2px;font-size:12px}.dash__actions{align-items:center;gap:12px;display:flex}.dash__divider{background:var(--line);width:1px;height:28px}.pill-nav{background:#f1efff;border-radius:12px;gap:4px;padding:4px;display:flex}.pill-nav__item{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.pill-nav__item svg{width:15px;height:15px}.pill-nav__item.is-active{color:var(--accent);background:#fff;box-shadow:0 2px 8px #6c5ce726}.icon-btn{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);cursor:pointer;background:#fff;border-radius:12px;place-items:center;display:grid;position:relative}.icon-btn svg{width:18px;height:18px}.icon-btn__dot{background:#ff4d6d;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:10px}.user-menu{position:relative}.user-menu__trigger{font:inherit;border:1px solid var(--line);cursor:pointer;color:var(--ink);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:4px 10px 4px 4px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#5b7cfa,#6c5ce7);border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:grid;box-shadow:0 0 0 3px #e6e2ff}.user-menu__text{text-align:left;flex-direction:column;line-height:1.15;display:flex}.user-menu__name{font-size:13px;font-weight:700}.user-menu__role{color:var(--muted);font-size:11px}.user-menu__chevron{width:16px;height:16px;color:var(--muted)}.user-menu__dropdown{border:1px solid var(--line);z-index:20;background:#fff;border-radius:12px;min-width:220px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 36px #484a802e}.user-menu__info{border-bottom:1px solid var(--line);margin-bottom:6px;padding:8px 10px 10px;font-size:13px;font-weight:600}.user-menu__muted{color:var(--muted);word-break:break-all;margin-top:2px;font-size:12px;font-weight:400}.user-menu__dropdown button{font:inherit;text-align:left;color:#d7263d;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:9px 10px;font-weight:600}.user-menu__dropdown button:hover{background:#fdecee}.dash__search{background:var(--card);border:1px solid var(--line);width:100%;max-width:420px;color:var(--muted);border-radius:12px;align-self:center;align-items:center;gap:10px;padding:0 14px;display:flex;box-shadow:0 6px 18px #484a800f}.dash__search svg{flex-shrink:0;width:16px;height:16px}.dash__search input{font:inherit;width:100%;color:var(--ink);background:0 0;border:0;outline:none;padding:12px 0;font-size:13px}.app-grid{flex-grow:1;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:22px;display:grid}.app-grid__empty{text-align:center;color:var(--muted);grid-column:1/-1;padding:40px 0}.app-card{cursor:pointer;background:#fff;border-radius:18px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 10px 28px #484a801a}.app-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #484a8029}.app-card__hero{background:var(--hero);place-items:center;height:128px;display:grid;position:relative}.app-card__badge{color:#fff;background:linear-gradient(90deg,#7c5cff,#e060c8);border-radius:999px;padding:3px 9px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.app-card__icon{width:80px;height:80px;color:var(--icon);background:#fff;border-radius:50%;place-items:center;display:grid;box-shadow:0 6px 18px #00000014}.app-card__icon svg{width:42px;height:42px}.app-card__body{flex-direction:column;flex-grow:1;padding:16px 16px 18px;display:flex}.app-card__name{color:var(--ink);font-family:inherit;font-size:15px;font-weight:800;line-height:1.25}.app-card__desc{color:var(--muted);flex-grow:1;margin-top:8px;font-size:12px;line-height:1.55}.app-card__tag{color:var(--icon);background:var(--tag);border-radius:999px;align-self:flex-start;margin-top:18px;padding:4px 10px;font-size:10px;font-weight:700}.app-card--devotional{--hero:linear-gradient(135deg, #f7a8b8 0%, #fcd5c9 100%);--icon:#ef6c3c;--tag:#fde7dc}.app-card--agriculture{--hero:linear-gradient(135deg, #cfe7a6 0%, #f4efb7 100%);--icon:#5a9e2f;--tag:#e6f4d6}.app-card--labour{--hero:linear-gradient(135deg, #b9dcf7 0%, #d7d9fb 100%);--icon:#1a9bd7;--tag:#dff1fb}.app-card--finance{--hero:linear-gradient(135deg, #b8ead2 0%, #d9f3e3 100%);--icon:#27a86a;--tag:#dff5ea}.dash__footer{background:var(--card);text-align:center;color:var(--muted);border-radius:14px;padding:14px;font-size:12px;box-shadow:0 6px 18px #484a800f}.dash__footer .dot{margin:0 8px}.dash__footer strong{color:var(--accent)}@media (width<=1024px){.app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.dash__header{flex-direction:column;align-items:stretch}.dash__actions{justify-content:space-between}.user-menu__text{display:none}}@media (width<=520px){.app-grid{grid-template-columns:1fr}.pill-nav__item{padding:7px 10px}}.tl{--orange:#f26b3a;--orange-soft:#fde9df;--purple:#6c5ce7;--purple-soft:#ece8ff;--red:#e0453a;--red-soft:#fde4e2;--green:#22a06b;--green-soft:#dff5ea;--ink:#1b1d3a;--muted:#7b7f99;--line:#eceaf6;--card:#fff;max-width:1460px;min-height:100vh;color:var(--ink);flex-direction:column;gap:16px;margin:0 auto;padding:18px 24px 28px;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;display:flex}.tl__header,.tl__stats .stat,.tl__tablewrap,.tl__footer,.tl__search{background:var(--card);border-radius:14px;box-shadow:0 8px 22px #484a8014}.tl__header{justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.tl__heading{align-items:center;gap:12px;display:flex}.tl__back{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;place-items:center;display:grid}.tl__back svg{width:16px;height:16px}.tl__back:hover{background:#f6f4ff}.tl__logo{color:#fff;background:linear-gradient(135deg,#ff8a5b,#f2543a);border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.tl__logo svg{width:22px;height:22px}.tl__title{color:var(--ink);font-family:inherit;font-size:16px;font-weight:800}.tl__subtitle{color:var(--muted);margin-top:2px;font-size:11px}.tl__add{font:inherit;color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff9a7a,#f7856a);border:0;border-radius:10px;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:700;display:flex;box-shadow:0 6px 16px #f26b3a4d}.tl__add:hover{filter:brightness(1.04)}.tl__notice{color:#14532d;background:#dff5ea;border:1px solid #b7e4cc;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-weight:600;display:flex}.tl__notice-close{font:inherit;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;font-size:18px;line-height:1}.tl__notice-close:hover{opacity:1}.tl__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stat{align-items:center;gap:12px;padding:14px 16px;display:flex}.stat__icon{color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.stat__icon svg{width:18px;height:18px}.stat__label{color:var(--muted);font-size:11px}.stat__value{margin-top:2px;font-size:18px;font-weight:800}.stat--orange .stat__icon{background:var(--orange)}.stat--purple .stat__icon{background:var(--purple)}.stat--red .stat__icon{background:var(--red)}.stat--green .stat__icon{background:var(--green)}.tl__toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.tl__search{width:100%;max-width:330px;color:var(--muted);align-items:center;gap:8px;padding:0 12px;display:flex;box-shadow:0 4px 14px #484a800f}.tl__search svg{flex-shrink:0;width:15px;height:15px}.tl__search input{font:inherit;width:100%;color:var(--ink);background:0 0;border:0;outline:none;padding:10px 0;font-size:12px}.tl__count{color:var(--muted);font-size:11px;font-weight:600}.tl__tablewrap{overflow:auto}.tl__error{color:#d7263d;background:#fdecee;border:1px solid #f5c2c9;border-radius:10px;margin:14px;padding:12px 14px}.tl__table{border-collapse:collapse;width:100%;min-width:1290px}.tl__table th,.tl__table td{text-align:left;vertical-align:middle;border-bottom:1px solid var(--line);padding:13px 10px}.tl__table th{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);white-space:nowrap;background:#fbf5f0;font-size:10px;font-weight:700}.tl__table th.num,.tl__table td.num{text-align:right}.tl__table th.center,.tl__table td.center{text-align:center}.tl__manage{gap:8px;display:inline-flex}.manage-btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:9px;flex-direction:column;align-items:center;gap:4px;min-width:58px;padding:6px;font-size:9px;font-weight:700;line-height:1.1;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.manage-btn svg{width:18px;height:18px}.manage-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #484a8024}.manage-btn--customer{background:var(--purple-soft);color:var(--purple)}.manage-btn--customer:hover{border-color:#cfc7ff}.manage-btn--payment{background:var(--green-soft);color:var(--green)}.manage-btn--payment:hover{border-color:#a9e3c6}.manage-btn--organizers{color:#b7791f;background:#fff4dc}.manage-btn--organizers:hover{border-color:#f3d48a}.manage-btn--permissions{color:#0e7490;background:#e6f6fb}.manage-btn--permissions:hover{border-color:#a5e3f0}.manage-btn--budget{color:#be185d;background:#fde8f1}.manage-btn--budget:hover{border-color:#f9b8d3}.tl__table tbody tr:hover{background:#fcfbff}.tl__table tbody tr:last-child td{border-bottom:0}.row-actions{display:inline-block;position:relative}.row-menu{border:1px solid var(--line);width:24px;height:24px;color:var(--muted);cursor:pointer;background:#fff;border-radius:6px;font-size:14px;line-height:1}.row-menu:hover,.row-menu.is-open{background:var(--orange-soft);color:var(--orange);border-color:#f7c9b4}.row-actions__menu{border:1px solid var(--line);z-index:30;background:#fff;border-radius:10px;min-width:140px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 30px #484a802e}.row-actions__menu button{font:inherit;width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;display:flex}.row-actions__menu button svg{width:14px;height:14px}.row-actions__menu button:hover{color:var(--purple);background:#f5f3ff}.row-actions__menu button.danger{color:var(--red)}.row-actions__menu button.danger:hover{background:var(--red-soft)}.modal-backdrop{z-index:100;background:#1b1d3a73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:26px 24px 22px;box-shadow:0 30px 60px #00000040}.modal__icon{background:var(--red-soft);width:52px;height:52px;color:var(--red);border-radius:50%;place-items:center;margin:0 auto;display:grid}.modal__icon svg{width:24px;height:24px}.modal__title{margin-top:14px;font-family:inherit;font-size:18px;font-weight:800}.modal__text{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.55}.modal__actions{justify-content:center;gap:10px;margin-top:20px;display:flex}.btn-ghost,.btn-danger{font:inherit;cursor:pointer;border-radius:9px;padding:10px 22px;font-size:13px;font-weight:700}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.btn-ghost:hover:not(:disabled){background:#f6f5fb}.btn-danger{background:var(--red);border:1px solid var(--red);color:#fff}.btn-danger:hover:not(:disabled){filter:brightness(1.06)}.btn-ghost:disabled,.btn-danger:disabled{opacity:.6;cursor:not-allowed}.tl__index{color:var(--muted)}.tl__photo{background:var(--orange-soft);width:46px;height:36px;color:var(--orange);border-radius:8px;place-items:center;display:grid;overflow:hidden}.tl__photo img{object-fit:cover;width:100%;height:100%}.tl__photo svg{width:20px;height:20px}.tl__name{max-width:150px;font-weight:800}.tl__purpose{color:#3d4160;max-width:180px}.tl__year{color:var(--orange);background:var(--orange-soft);border-radius:999px;padding:3px 9px;font-size:10px;font-weight:700;display:inline-block}.tl__place{color:var(--muted);max-width:130px;font-size:11px}.tl__pin{background:var(--muted);opacity:.5;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.tl__total{font-weight:700}.tl__dist{color:var(--orange);font-weight:700}.tl__dist .bar{background:#f0eef7;border-radius:999px;width:80px;height:4px;margin:6px 0 0 auto;display:block;overflow:hidden}.tl__dist .bar__fill{background:linear-gradient(90deg, #ff8a5b, var(--red));border-radius:999px;height:100%;display:block}.tl__balance{color:var(--green);font-weight:800}.tl__empty{text-align:center;color:var(--muted);padding:36px 12px!important}.tl__table tfoot td{background:#fff3ea;border-bottom:0;font-weight:800}.tl__footer{text-align:center;color:var(--muted);padding:13px;font-size:11px}.tl__footer strong{color:var(--orange)}@media (width<=960px){.tl__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.tl__header{flex-direction:column;align-items:stretch}.tl__stats{grid-template-columns:1fr}}.ct{--blue:#1d5fd6;--blue-soft:#e8f0ff;--ink:#111827;--muted:#6b7280;--line:#d9dee8;--gold:#f0b429;--req:#e02424;max-width:1160px;min-height:100vh;color:var(--ink);flex-direction:column;gap:18px;margin:0 auto;padding:18px 24px 36px;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;display:flex}.ct__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:10px 14px 14px;display:flex}.ct__brand{align-items:center;gap:14px;display:flex}.ct__brand-icon{width:44px;height:44px;color:var(--gold);place-items:center;display:grid}.ct__brand-icon svg{stroke-width:1.6px;width:40px;height:40px}.ct__brand-title{color:var(--ink);font-family:inherit;font-size:19px;font-weight:800}.ct__brand-sub{color:var(--muted);margin-top:2px;font-size:12px}.ct__brand-sub .sep{margin:0 6px}.ct__back{font:inherit;color:var(--blue);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:9px 16px;font-weight:700;display:flex}.ct__back svg{width:16px;height:16px}.ct__back:hover{background:var(--blue-soft)}.ct__card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:22px 20px 26px;position:relative;overflow:hidden;box-shadow:0 8px 24px #1118270d}.ct__title{color:var(--ink);font-family:inherit;font-size:24px;font-weight:800}.ct__subtitle{color:var(--muted);margin-top:4px;font-size:14px}.ct__alert{color:#b91c1c;background:#fdecee;border:1px solid #f5c2c9;border-radius:8px;max-width:820px;margin-top:14px;padding:10px 14px}.ct__form{z-index:1;flex-direction:column;gap:14px;max-width:820px;margin-top:16px;display:flex;position:relative}.ct__fieldset{border:0;flex-direction:column;gap:14px;min-width:0;margin:0;padding:0;display:flex}.ct__fieldset:disabled{opacity:.7}.ct__field{flex-direction:column;gap:6px;display:flex}.ct__field>label{font-size:12px;font-weight:700}.ct__input{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;min-height:36px;transition:border-color .15s,box-shadow .15s;display:flex}.ct__input--stacked{margin-top:6px}.ct__input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1d5fd626}.ct__input.is-invalid{border-color:var(--req)}.ct__input-icon{width:36px;color:var(--muted);flex-shrink:0;place-items:center;display:grid}.ct__input-icon svg{width:16px;height:16px}.ct__input-icon--end{color:var(--ink)}.ct__input input,.ct__input select{font:inherit;width:100%;color:var(--ink);appearance:none;background:0 0;border:0;outline:none;padding:8px 10px 8px 0}.ct__input select:invalid,.ct__input select option[value=""]{color:var(--muted)}.ct__input select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:34px}#year{background-image:none;padding-right:0}.ct__input input::placeholder{color:#9aa1ae}.ct__error{color:var(--req);font-size:11px}.ct__photo-row{align-items:stretch;gap:12px;display:flex}.ct__dropzone{border:1.5px dashed var(--line);cursor:pointer;background:#fafbfd;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:16px;min-height:66px;padding:12px 16px;transition:border-color .15s,background .15s;display:flex}.ct__dropzone:hover{border-color:var(--blue);background:var(--blue-soft)}.ct__dropzone.is-invalid{border-color:var(--req)}.ct__dropzone input{display:none}.ct__dropzone-icon{color:var(--muted)}.ct__dropzone-icon svg{width:34px;height:34px}.ct__dropzone-title{color:var(--blue);font-size:12px;font-weight:700;display:block}.ct__dropzone-hint{color:var(--muted);margin-top:3px;font-size:11px;display:block}.ct__preview{border-radius:6px;flex-shrink:0;width:100px;height:66px;position:relative;overflow:visible}.ct__preview img{object-fit:cover;border:1px solid var(--line);border-radius:6px;width:100%;height:100%}.ct__preview-remove{color:#fff;cursor:pointer;background:#111;border:0;border-radius:50%;width:22px;height:22px;font-size:15px;line-height:1;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 6px #0000004d}.ct__actions{justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.btn-outline,.btn-solid{font:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:13px;font-weight:700;display:flex}.btn-outline svg,.btn-solid svg{width:16px;height:16px}.btn-outline{color:var(--ink);border:1px solid var(--line);background:#fff}.btn-outline:hover:not(:disabled){background:#f3f4f6}.btn-solid{background:var(--blue);color:#fff;border:1px solid var(--blue);box-shadow:0 6px 16px #1d5fd640}.btn-solid:hover:not(:disabled){filter:brightness(1.06)}.btn-outline:disabled,.btn-solid:disabled{opacity:.6;cursor:not-allowed}.ct__art{color:#f0b429;opacity:.16;pointer-events:none;z-index:0;width:260px;position:absolute;top:40px;right:20px}.ct__art svg{width:100%;height:auto}@media (width<=1100px){.ct__art{display:none}}@media (width<=640px){.ct__header{flex-direction:column;align-items:stretch}.ct__photo-row{flex-direction:column}.ct__preview{width:100%;height:140px}.ct__actions{flex-direction:column-reverse}.btn-outline,.btn-solid{justify-content:center}}.cu{--blue:#1a56db;--blue-soft:#e8f0fe;--green:#16a34a;--green-soft:#dcfce7;--red:#dc2626;--red-soft:#fee2e2;--amber-soft:#fef3c7;--ink:#111827;--muted:#5b6b8c;--line:#e5e7eb;max-width:1240px;min-height:100vh;color:var(--ink);flex-direction:column;gap:18px;margin:0 auto;padding:20px 24px 32px;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;display:flex}.cu__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.cu__heading{align-items:center;gap:12px;display:flex}.cu__back{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;place-items:center;display:grid}.cu__back svg{width:16px;height:16px}.cu__back:hover{background:var(--blue-soft)}.cu__logo{place-items:center;width:46px;height:46px;display:grid}.cu__logo svg{width:44px;height:44px}.cu__title{color:var(--ink);font-family:inherit;font-size:22px;font-weight:800}.cu__subtitle{color:var(--blue);margin-top:2px;font-size:13px}.cu__dot{color:var(--muted);margin:0 8px}.cu__subtitle strong{color:var(--ink)}.cu__add{font:inherit;color:#fff;background:var(--blue);cursor:pointer;border:0;border-radius:8px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:700;display:flex;box-shadow:0 6px 16px #1a56db40}.cu__add svg{width:16px;height:16px}.cu__add:hover{filter:brightness(1.07)}.cu__notice{background:var(--green-soft);color:#14532d;border:1px solid #86efac;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-weight:600;display:flex}.cu__notice-close{font:inherit;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;font-size:18px;line-height:1}.cu__notice-close:hover{opacity:1}.cu__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.cstat{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:16px;padding:16px 18px;display:flex}.cstat__icon{border-radius:50%;flex-shrink:0;place-items:center;width:54px;height:54px;display:grid}.cstat__icon svg{width:24px;height:24px}.cstat__label{color:var(--muted);font-size:13px}.cstat__value{margin-top:2px;font-size:22px;font-weight:800}.cstat--blue .cstat__icon{background:var(--blue-soft);color:var(--blue)}.cstat--blue .cstat__value{color:var(--blue)}.cstat--green .cstat__icon{background:var(--green-soft);color:var(--green)}.cstat--green .cstat__value{color:var(--green)}.cstat--red .cstat__icon{background:var(--amber-soft);color:#d97706}.cstat--red .cstat__value{color:var(--red)}.cu__toolbar{align-items:center;gap:14px;display:flex}.cu__search{border:1px solid var(--line);width:100%;max-width:440px;color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:0 14px;display:flex}.cu__search svg{flex-shrink:0;width:18px;height:18px}.cu__search input{font:inherit;width:100%;color:var(--ink);background:0 0;border:0;outline:none;padding:11px 0;font-size:13px}.cu__search input::placeholder{color:#9aa3b5}.cu__select{font:inherit;border:1px solid var(--line);appearance:none;color:var(--ink);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 12px center/16px no-repeat;border-radius:8px;min-width:150px;padding:10px 36px 10px 14px;font-size:13px}.cu__tablewrap{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:auto}.cu__error{background:var(--red-soft);color:var(--red);border:1px solid #fca5a5;border-radius:8px;margin:14px;padding:12px 14px}.cu__table{border-collapse:collapse;width:100%;min-width:780px}.cu__table th,.cu__table td{text-align:left;vertical-align:middle;border-bottom:1px solid var(--line);padding:12px 13px}.cu__table th{white-space:nowrap;background:#f5f8ff;font-size:13px;font-weight:700}.cu__table th.num,.cu__table td.num{text-align:right}.cu__table th.center,.cu__table td.center{text-align:center}.cu__table tbody tr:last-child td{border-bottom:0}.cu__table tbody tr:hover{background:#fafbff}.cu__index{color:var(--muted);width:40px}.cu__name{font-weight:600}.cu__avatar{object-fit:cover;width:36px;height:36px;box-shadow:0 0 0 1px var(--line);vertical-align:middle;background:#f3f4f6;border:2px solid #fff;border-radius:50%;place-items:center;display:inline-grid}.cu__avatar--initial{color:var(--blue);background:var(--blue-soft);font-size:14px;font-weight:800}.cu__badge{background:var(--blue-soft);color:var(--blue);vertical-align:middle;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:10px;font-weight:700}.cu__balance{font-weight:800}.cu__balance.is-due{color:var(--red)}.cu__balance.is-clear{color:var(--green)}.cu__view{width:28px;height:28px;color:var(--blue);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:inline-grid}.cu__view svg{width:18px;height:18px}.cu__view:hover{background:var(--blue-soft)}.cu__empty{text-align:center;color:var(--muted);padding:36px 16px!important}.cu .row-actions{display:inline-block;position:relative}.cu .row-menu{border:1px solid var(--line);width:26px;height:26px;color:var(--muted);cursor:pointer;background:#fff;border-radius:6px;font-size:15px;line-height:1}.cu .row-menu:hover,.cu .row-menu.is-open{background:var(--blue-soft);color:var(--blue);border-color:#c7d7fb}.cu .row-actions__menu{border:1px solid var(--line);z-index:30;background:#fff;border-radius:10px;min-width:160px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 30px #11182729}.cu .row-actions__menu button{font:inherit;width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;display:flex}.cu .row-actions__menu button svg{width:14px;height:14px}.cu .row-actions__menu button:hover{background:var(--blue-soft);color:var(--blue)}.cu .row-actions__menu button.danger{color:var(--red)}.cu .row-actions__menu button.danger:hover{background:var(--red-soft)}.cu .modal-backdrop{z-index:100;background:#11182773;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cu .modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:26px 24px 22px;box-shadow:0 30px 60px #00000040}.cu .modal__icon{background:var(--red-soft);width:52px;height:52px;color:var(--red);border-radius:50%;place-items:center;margin:0 auto;display:grid}.cu .modal__icon svg{width:24px;height:24px}.cu .modal__title{margin-top:14px;font-family:inherit;font-size:18px;font-weight:800}.cu .modal__text{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.55}.cu .modal__actions{justify-content:center;gap:10px;margin-top:20px;display:flex}.cu .btn-ghost,.cu .btn-danger{font:inherit;cursor:pointer;border-radius:9px;padding:10px 22px;font-size:13px;font-weight:700}.cu .btn-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.cu .btn-ghost:hover:not(:disabled){background:#f6f5fb}.cu .btn-danger{background:var(--red);border:1px solid var(--red);color:#fff}.cu .btn-ghost:disabled,.cu .btn-danger:disabled{opacity:.6;cursor:not-allowed}.cu__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.cu__showing{color:var(--muted);font-size:13px}.cu__pager{gap:8px;display:flex}.cu__pager button{font:inherit;border:1px solid var(--line);min-width:34px;height:34px;color:var(--ink);cursor:pointer;background:#fff;border-radius:6px;place-items:center;padding:0 8px;font-weight:700;display:grid}.cu__pager button svg{width:14px;height:14px}.cu__pager button:hover:not(:disabled){background:var(--blue-soft)}.cu__pager button.is-current{background:var(--blue);border-color:var(--blue);color:#fff}.cu__pager button:disabled{opacity:.45;cursor:not-allowed}@media (width<=860px){.cu__stats{grid-template-columns:1fr}.cu__header,.cu__toolbar,.cu__footer{flex-direction:column;align-items:stretch}.cu__search{max-width:none}}.perm .cu__subtitle{color:#0e7490}.perm__save{background:#0e7490;box-shadow:0 6px 16px #0e749047}.perm__save:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.perm__error{margin:0}.perm__loading{color:var(--muted);text-align:center;padding:30px 0}.perm__summary{color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:wrap;gap:24px;padding:10px 14px;font-size:13px;display:flex}.perm__summary strong{color:var(--ink);font-size:15px}.perm__hint{color:#b45309;margin-left:auto;font-weight:600}.perm__hint--changes{color:#0e7490}.perm__state{align-items:center;gap:8px;display:flex}.perm__change{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700}.perm__change--granting{color:#15803d;background:#dcfce7}.perm__change--removing{color:#b91c1c;background:#fee2e2}.perm__row.is-removing{background:#fff5f5;border-color:#fecaca}.perm__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.perm__panel{--tone:#0e7490;--tone-soft:#e6f6fb;border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.perm__panel--amber{--tone:#b45309;--tone-soft:#fef3c7}.perm__panel--blue{--tone:#1a56db;--tone-soft:#e8f0fe}.perm__panel-head{border-bottom:1px solid var(--line);background:var(--tone-soft);align-items:center;gap:12px;padding:14px 16px;display:flex}.perm__panel-icon{width:36px;height:36px;color:var(--tone);background:#fff;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.perm__panel-icon svg{width:18px;height:18px}.perm__panel-title{flex:1;min-width:0}.perm__panel-title h2{color:var(--ink);font-family:inherit;font-size:15px;font-weight:800}.perm__panel-title p{color:var(--muted);margin-top:2px;font-size:11px}.perm__master{cursor:pointer;flex-shrink:0;align-items:center;gap:8px;display:flex}.perm__master input{opacity:0;width:0;height:0;position:absolute}.perm__master-label{color:var(--tone);font-size:12px;font-weight:700}.perm__track{background:#cbd2df;border-radius:999px;width:42px;height:24px;transition:background .2s;position:relative}.perm__thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.perm__master input:checked+.perm__track{background:var(--tone)}.perm__master input:checked+.perm__track .perm__thumb{transform:translate(18px)}.perm__master input:focus-visible+.perm__track{box-shadow:0 0 0 3px var(--tone-soft)}.perm__tools{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.perm__search{max-width:260px}.perm__search input{padding:8px 0;font-size:12px}.perm__bulk{align-items:center;gap:10px;display:flex}.perm__count{color:var(--muted);background:#f3f4f6;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.perm__link{font:inherit;color:var(--tone);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 6px;font-size:12px;font-weight:700}.perm__link:hover:not(:disabled){background:var(--tone-soft)}.perm__link:disabled{opacity:.4;cursor:not-allowed}.perm__actions{border-bottom:1px solid var(--line);background:#fafbfd;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px;display:flex}.perm__actions-label{color:var(--muted);margin-right:4px;font-size:11px;font-weight:700}.perm__btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:700}.perm__btn--y{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.perm__btn--n{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.perm__btn:hover:not(:disabled){filter:brightness(.97)}.perm__btn:disabled{opacity:.45;cursor:not-allowed}.perm__yn{border:1px solid var(--line);cursor:pointer;font:inherit;background:#fff;border-radius:999px;padding:2px;display:inline-flex}.perm__yn span{min-width:24px;color:var(--muted);border-radius:999px;padding:2px 6px;font-size:11px;font-weight:800;line-height:1.4}.perm__yn.is-y span.is-active{color:#fff;background:#15803d}.perm__yn.is-n span.is-active{color:#fff;background:#b91c1c}.perm__yn:hover{border-color:var(--tone)}.perm__list{flex-direction:column;gap:4px;max-height:460px;margin:0;padding:6px;list-style:none;display:flex;overflow:auto}.perm__list.is-disabled{opacity:.55}.perm__empty{text-align:center;color:var(--muted);padding:28px 8px}.perm__row{cursor:pointer;border:1px solid #0000;border-radius:9px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;transition:background .15s,border-color .15s;display:grid}.perm__row:hover{background:#fafbff}.perm__row.is-on{background:var(--tone-soft);border-color:color-mix(in srgb, var(--tone) 25%, #fff)}.perm__row input{width:16px;height:16px;accent-color:var(--tone);cursor:pointer}.perm__row input:disabled{cursor:not-allowed}.perm__row-text{flex-direction:column;min-width:0;display:flex}.perm__row-name{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.perm__row-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.perm__flag{text-align:center;border-radius:999px;min-width:26px;padding:3px 8px;font-size:11px;font-weight:800}.perm__flag.is-y{background:var(--tone);color:#fff}.perm__flag.is-n{color:var(--muted);background:#f3f4f6}.access-flag{text-align:center;border-radius:999px;min-width:24px;padding:3px 8px;font-size:11px;font-weight:800;display:inline-block}.access-flag.is-y{color:#15803d;background:#dcfce7}.access-flag.is-n{color:#6b7280;background:#f3f4f6}@media (width<=960px){.perm__grid{grid-template-columns:1fr}}.cc{--blue:#1a56db;--blue-soft:#e8f0fe;--ink:#111827;--muted:#6b7280;--line:#d9dee8;--req:#e02424;max-width:1000px;min-height:100vh;color:var(--ink);flex-direction:column;gap:18px;margin:0 auto;padding:18px 24px 36px;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;display:flex}.cc__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:6px 4px 14px;display:flex}.cc__brand{align-items:center;gap:14px;display:flex}.cc__brand-icon{place-items:center;width:44px;height:44px;display:grid}.cc__brand-icon svg{width:42px;height:42px}.cc__brand-title{color:var(--ink);font-family:inherit;font-size:19px;font-weight:800}.cc__brand-sub{color:var(--muted);margin-top:2px;font-size:12px}.cc__brand-sub strong{color:var(--blue)}.cc__back{font:inherit;color:var(--blue);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:9px 16px;font-weight:700;display:flex}.cc__back svg{width:16px;height:16px}.cc__back:hover{background:var(--blue-soft)}.cc__card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:22px 24px 26px;box-shadow:0 8px 24px #1118270d}.cc__title{color:var(--ink);font-family:inherit;font-size:24px;font-weight:800}.cc__subtitle{color:var(--muted);margin-top:4px;font-size:14px}.cc__alert{color:#b91c1c;background:#fdecee;border:1px solid #f5c2c9;border-radius:8px;margin-top:14px;padding:10px 14px}.cc__flow{background:var(--blue-soft);color:var(--ink);border-radius:8px;margin:-4px 0 0;padding:10px 14px;font-size:13px}.cc__flow strong{color:var(--blue)}.cc .btn-solid:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.cc__alert--ok{color:#14532d;background:#dcfce7;border-color:#86efac}.cc__input select{font:inherit;width:100%;color:var(--ink);appearance:none;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 10px center/16px no-repeat;border:0;outline:none;padding:9px 34px 9px 0}.cc__form{margin-top:18px}.cc__fieldset{border:0;flex-direction:column;gap:16px;min-width:0;margin:0;padding:0;display:flex}.cc__fieldset:disabled{opacity:.7}.cc__grid{grid-template-columns:1fr 1fr;gap:16px 20px;display:grid}.cc__field{flex-direction:column;gap:6px;min-width:0;display:flex}.cc__field>label{font-size:12px;font-weight:700}.req{color:var(--req)}.optional{color:var(--muted);font-weight:500}.cc__input{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;min-height:38px;transition:border-color .15s,box-shadow .15s;display:flex}.cc__input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1a56db26}.cc__input.is-invalid{border-color:var(--req)}.cc__input-icon{width:36px;color:var(--muted);flex-shrink:0;place-items:center;display:grid}.cc__input-icon svg{width:16px;height:16px}.cc__input input{font:inherit;width:100%;color:var(--ink);background:0 0;border:0;outline:none;padding:9px 10px 9px 0}.cc__input input::placeholder{color:#9aa1ae}.cc__amount-preview{color:var(--blue);white-space:nowrap;padding:0 12px;font-weight:700}.cc__error{color:var(--req);font-size:11px}.cc__toggle{border:1px solid var(--line);cursor:pointer;background:#fafbfd;border-radius:8px;align-items:center;gap:14px;padding:12px 14px;display:flex}.cc__toggle input{opacity:0;width:0;height:0;position:absolute}.cc__toggle-track{background:#cbd2df;border-radius:999px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.cc__toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.cc__toggle input:checked+.cc__toggle-track{background:var(--blue)}.cc__toggle input:checked+.cc__toggle-track .cc__toggle-thumb{transform:translate(18px)}.cc__toggle input:focus-visible+.cc__toggle-track{box-shadow:0 0 0 3px #1a56db40}.cc__toggle-title{font-size:13px;font-weight:700;display:block}.cc__toggle-hint{color:var(--muted);margin-top:2px;font-size:11px;display:block}.cc__photo-row{align-items:stretch;gap:12px;display:flex}.cc__dropzone{border:1.5px dashed var(--line);cursor:pointer;background:#fafbfd;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:16px;min-height:70px;padding:12px 16px;transition:border-color .15s,background .15s;display:flex}.cc__dropzone:hover{border-color:var(--blue);background:var(--blue-soft)}.cc__dropzone.is-invalid{border-color:var(--req)}.cc__dropzone input{display:none}.cc__dropzone-icon{color:var(--muted)}.cc__dropzone-icon svg{width:34px;height:34px}.cc__dropzone-title{color:var(--blue);font-size:12px;font-weight:700;display:block}.cc__dropzone-hint{color:var(--muted);margin-top:3px;font-size:11px;display:block}.cc__preview{flex-shrink:0;width:70px;height:70px;position:relative}.cc__preview img{object-fit:cover;border:2px solid var(--line);border-radius:50%;width:100%;height:100%}.cc__preview-remove{color:#fff;cursor:pointer;background:#111;border:0;border-radius:50%;width:22px;height:22px;font-size:15px;line-height:1;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px #0000004d}.cc__actions{justify-content:flex-end;gap:12px;margin-top:6px;display:flex}.cc .btn-outline,.cc .btn-solid{font:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:13px;font-weight:700;display:flex}.cc .btn-outline svg,.cc .btn-solid svg{width:16px;height:16px}.cc .btn-outline{color:var(--ink);border:1px solid var(--line);background:#fff}.cc .btn-outline:hover:not(:disabled){background:#f3f4f6}.cc .btn-solid{background:var(--blue);color:#fff;border:1px solid var(--blue);box-shadow:0 6px 16px #1a56db40}.cc .btn-solid:hover:not(:disabled){filter:brightness(1.06)}@media (width<=700px){.cc__header{flex-direction:column;align-items:stretch}.cc__grid{grid-template-columns:1fr}.cc__photo-row{flex-direction:column;align-items:center}.cc__actions{flex-direction:column-reverse}.cc .btn-outline,.cc .btn-solid{justify-content:center}}.pay .cu__add:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.pay__error-bar{margin:0}.pay__picker{align-items:center;gap:10px;display:flex}.pay__select{min-width:260px;max-width:360px}.pay__desc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.pay__del{color:var(--red)}.pay__del:hover{background:var(--red-soft)}.pay .cu__table tfoot td{border-bottom:0;border-top:1px solid var(--line);background:#f5f8ff;font-weight:800}.pay .modal-backdrop{z-index:100;background:#11182773;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.pay .modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:26px 24px 22px;box-shadow:0 30px 60px #00000040}.pay .modal__icon{background:var(--red-soft);width:52px;height:52px;color:var(--red);border-radius:50%;place-items:center;margin:0 auto;display:grid}.pay .modal__icon svg{width:24px;height:24px}.pay .modal__title{margin-top:14px;font-family:inherit;font-size:18px;font-weight:800}.pay .modal__text{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.55}.pay .modal__actions{justify-content:center;gap:10px;margin-top:20px;display:flex}.pay .btn-ghost,.pay .btn-danger{font:inherit;cursor:pointer;border-radius:9px;padding:10px 22px;font-size:13px;font-weight:700}.pay .btn-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.pay .btn-danger{background:var(--red);border:1px solid var(--red);color:#fff}.pay .btn-ghost:disabled,.pay .btn-danger:disabled{opacity:.6;cursor:not-allowed}@media (width<=860px){.pay__picker{width:100%}.pay__select{flex:1;min-width:0;max-width:none}}.org .cu__add{background:#d97706;box-shadow:0 6px 16px #d9770647}.org .cu__subtitle{color:#b45309}.org__error{margin:0}.org .cstat--amber .cstat__icon{color:#d97706;background:#fef3c7}.org .cstat--amber .cstat__value{color:#b45309}.org__badge{color:#b45309;background:#fef3c7}.org__collected{color:#b45309;font-weight:800}.org__detail-btn{color:#b45309}.org__detail-btn:hover{background:#fef3c7}.org__profile{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:16px;padding:14px 18px;display:flex}.org__avatar-lg{width:56px;height:56px;font-size:22px}.org__profile-name{align-items:center;gap:8px;font-size:17px;font-weight:800;display:flex}.org__profile-meta{color:var(--muted);flex-wrap:wrap;gap:4px 14px;margin-top:4px;font-size:12px;display:flex}.org__toggle-cell{width:36px;padding-right:0!important}.org__toggle{border:1px solid var(--line);width:26px;height:26px;color:var(--muted);cursor:pointer;background:#fff;border-radius:6px;place-items:center;transition:transform .15s,background .15s;display:grid}.org__toggle svg{width:14px;height:14px;transition:transform .15s}.org__toggle.is-open svg{transform:rotate(180deg)}.org__toggle:hover:not(:disabled),.org__toggle.is-open{color:#b45309;background:#fef3c7;border-color:#f3d48a}.org__toggle:disabled{opacity:.4;cursor:not-allowed}.org .cu__table tr.is-expanded td{background:#fffbeb;border-bottom:0}.org__details td{background:#fffbeb;padding:0 16px 16px 52px!important}.org__details-head{color:#92400e;padding:4px 0 10px;font-size:12px}.org__subtable{border-collapse:collapse;background:#fff;border:1px solid #fde68a;border-radius:8px;width:100%;overflow:hidden}.org__subtable th,.org__subtable td{text-align:left;border-bottom:1px solid #fef3c7;padding:9px 12px;font-size:12px;background:#fff!important}.org__subtable th{color:#92400e;font-weight:700;background:#fef9e7!important}.org__subtable th.num,.org__subtable td.num{text-align:right}.org__subtable th.center,.org__subtable td.center{text-align:center}.org__subtable tbody tr:last-child td{border-bottom:0}.org__desc{color:var(--muted)}.org__link{font:inherit;color:var(--blue);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:700}.org__link:hover{background:var(--blue-soft)}.org .cu__table tfoot td{background:#fef9e7;border-top:1px solid #fde68a;border-bottom:0;font-weight:800}.bd .cu__add{background:#db2777;box-shadow:0 6px 16px #db277747}.bd .cu__add:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.bd .cu__subtitle{color:#be185d}.bd__error{margin:0}.bd__count{color:var(--muted);margin-left:auto;font-size:12px;font-weight:700}.bd .cstat--pink .cstat__icon{color:#db2777;background:#fce7f3}.bd .cstat--pink .cstat__value{color:#be185d}.bd__badge{color:#be185d;background:#fce7f3}.bd__dist{color:#be185d;font-weight:800}.bd__bar{background:#f3f4f6;border-radius:999px;width:90px;height:4px;margin:6px 0 0 auto;display:block;overflow:hidden}.bd__bar-fill{background:linear-gradient(90deg,#f472b6,#db2777);border-radius:999px;height:100%;display:block}.bd__give{color:#db2777}.bd__give:hover{background:#fce7f3}.bd__history{color:#7c3aed}.bd__history:hover{background:#ede9fe}.bd .cu__table tfoot td{background:#fdf2f8;border-top:1px solid #fbcfe8;border-bottom:0;font-weight:800}.bd-form .cc__brand-sub{color:#be185d}.bd-form .btn-solid.bd-form__save{background:#db2777;border-color:#db2777;box-shadow:0 6px 16px #db277747}.bd-form__flow{background:#fdf2f8}.bd-form__flow strong{color:#be185d}.bd-form__fixed{background:#f9fafb}.bd-form__fixed-text{color:var(--ink);padding:9px 10px 9px 0;font-weight:600}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex}.auth-page--split{gap:48px;max-width:1200px;margin:0 auto}.auth-card{background:var(--card);box-shadow:var(--shadow);border-radius:24px;width:100%;padding:44px 60px 40px}.auth-card--login{max-width:630px}.auth-card--register{max-width:440px;padding:32px 30px 28px}.brand{margin-bottom:22px}.brand--center{text-align:center;margin-bottom:44px}.brand__name{letter-spacing:.5px;font-size:40px;font-weight:700}.auth-card--register .brand__name{font-size:20px}.brand__tagline{color:var(--muted);font-family:var(--serif);margin-top:6px;font-size:18px}.auth-card--register .brand__tagline{margin-top:2px;font-size:11px}.auth-title{font-size:40px;font-weight:700;line-height:1.1}.auth-card--register .auth-title{font-size:22px}.auth-subtitle{color:var(--muted);font-family:var(--serif);margin-top:8px;font-size:18px}.auth-card--register .auth-subtitle{margin-top:4px;font-size:12px}.auth-form{flex-direction:column;gap:22px;margin-top:30px;display:flex}.auth-card--register .auth-form{gap:14px;margin-top:18px}.field{flex-direction:column;gap:8px;min-width:0;display:flex}.auth-card--register .field{gap:5px}.field label{font-family:var(--serif);color:var(--label);font-size:18px;font-weight:700}.auth-card--register .field label{font-size:11px}.field input:not([type=checkbox]){width:100%;font:inherit;border:1px solid var(--border);background:var(--input-bg);color:var(--text);border-radius:14px;outline:none;padding:18px 20px;font-size:18px;transition:border-color .2s,box-shadow .2s,background .2s}.auth-card--register .field input:not([type=checkbox]){background:#fff;border-radius:8px;padding:10px 12px;font-size:12px}.field input::placeholder{color:#8b90a7}.field input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #6c5ce72e}.field input.is-invalid{border-color:var(--error)}.field__error{color:var(--error);font-size:12px}.auth-card--register .field__error{font-size:10px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field--checkbox{margin-top:4px}.checkbox{color:var(--label);cursor:pointer;align-items:center;gap:8px;font-size:11px;display:flex}.checkbox input{width:13px;height:13px;accent-color:var(--accent)}.btn{font:inherit;cursor:pointer;color:#fff;border:0;border-radius:14px;padding:20px;font-size:20px;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s}.btn--primary{background:linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);box-shadow:0 10px 24px #6c5ce759}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #6c5ce766}.btn:disabled{opacity:.7;cursor:not-allowed}.auth-card--register .btn{border-radius:8px;margin-top:4px;padding:12px;font-size:14px}.auth-actions{gap:10px;margin-top:4px;display:flex}.auth-actions .btn--primary{flex:1}.btn--ghost{color:var(--label);border:1px solid var(--border);box-shadow:none;background:#fff}.btn--ghost:hover:not(:disabled){background:#f6f5fb}.auth-card--register .btn--ghost{border-radius:8px;margin-top:4px;padding:12px 18px;font-size:14px}.link{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.link:hover{text-decoration:underline}.auth-switch{text-align:center;font-family:var(--serif);color:var(--label);margin-top:26px;font-size:18px}.auth-card--register .auth-switch{margin-top:14px;font-size:11px}.alert{border-radius:10px;margin-top:18px;padding:12px 14px;font-size:14px}.alert--error{color:var(--error);background:#fdecee;border:1px solid #f5c2c9}.toast{color:#fff;z-index:10;background:#1f7a4d;border-radius:10px;padding:12px 20px;font-size:14px;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #00000026}.divider{border:0;border-top:1px solid #e6e8f2;margin:18px 0 14px}.quote{text-align:center;font-family:var(--serif);color:var(--muted);font-size:10px;font-style:italic;line-height:1.5}.hero-panel{flex-shrink:0;width:310px}.hero-panel__title{font-size:34px;font-weight:700;line-height:1.15}.hero-panel__title .accent{color:var(--accent)}.hero-panel__text{font-family:var(--serif);color:var(--muted);margin-top:16px;font-size:13px}.feature-list{flex-direction:column;gap:8px;margin:24px 0 0;padding:0;list-style:none;display:flex}.feature{background:#fff;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex;box-shadow:0 4px 14px #4044780f}.feature__icon{color:#fff;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:14px;display:grid}.feature__title{font-family:var(--serif);color:var(--text);font-size:12px;font-weight:700}.feature__text{font-family:var(--serif);color:var(--muted);font-size:10px}@media (width<=900px){.auth-page--split{flex-direction:column;gap:28px}.hero-panel{width:100%;max-width:440px}}@media (width<=560px){.auth-card--login{padding:32px 24px}.brand__name{font-size:32px}.auth-title{font-size:30px}.field-row{grid-template-columns:1fr}}
