@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{color-scheme:light;--bg-main:#fff;--bg-sidebar:#fff;--surface:#f7f7f7;--surface-soft:#f7f7f7;--surface-strong:#f7f7f7;--border:transparent;--border-strong:transparent;--text:#1c2738;--text-muted:#627086;--green:#1f8c60;--red:#d53f4f;--yellow:#b7791f;--blue:#1f8c60;--violet:#6f63d6;--radius-xl:20px;--radius-lg:16px;--radius-md:12px;--radius-sm:10px}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;scrollbar-width:none}body{color:var(--text);font-family:Roboto,Segoe UI,sans-serif;background:var(--bg-main);line-height:1.5;position:relative;font-weight:500;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,#f7f9fd,#f2f5fb);opacity:0}a{color:inherit}h1,h2,h3,h4{margin:0;font-family:Roboto,Segoe UI,sans-serif;font-weight:700;letter-spacing:0}p{margin:0}.page{min-height:100vh;display:grid;place-items:center;padding:2rem}.card{width:min(560px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:0 12px 28px rgba(32,54,88,.08);padding:1.45rem;display:grid;grid-gap:.95rem;gap:.95rem}.login-page{padding:1.5rem;position:relative;isolation:isolate;background:linear-gradient(180deg,#d7f4e7,#eef9f4 42%,#f7faf8);overflow:hidden}.login-page:before{inset:auto -18% -26% -18%;height:58%;background:radial-gradient(36% 38% at 9% 80%,hsla(0,0%,100%,.96) 0,transparent 72%),radial-gradient(38% 42% at 34% 88%,hsla(0,0%,100%,.97) 0,transparent 74%),radial-gradient(42% 46% at 62% 84%,hsla(0,0%,100%,.94) 0,transparent 74%),radial-gradient(42% 44% at 90% 82%,hsla(0,0%,100%,.92) 0,transparent 72%)}.login-page:after,.login-page:before{content:"";position:absolute;z-index:-1}.login-page:after{width:760px;height:380px;left:50%;top:55%;transform:translate(-50%,-50%);border-radius:999px;border:1px solid hsla(0,0%,100%,.44)}.login-brand{position:absolute;top:.95rem;left:1.1rem;display:inline-flex;align-items:center;gap:.38rem;font-size:.78rem;font-weight:700;color:#203041}.login-brand:before{content:"";width:11px;height:11px;border-radius:3px;border:2px solid #1f8c60}.login-card{width:min(440px,100%);padding:2rem 2rem 1.75rem;gap:1rem;border-color:rgba(184,221,204,.82);background:linear-gradient(180deg,hsla(0,0%,100%,.62),rgba(250,252,255,.86));box-shadow:0 18px 34px rgba(68,100,137,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.login-icon{width:50px;height:50px;margin:0 auto .3rem;border-radius:15px;display:grid;place-items:center;font-weight:700;font-size:.9rem;color:#1f8c60;background:hsla(0,0%,100%,.86);border:1px solid rgba(170,215,194,.72)}.login-title{font-size:1.7rem;font-weight:700;letter-spacing:0;color:#162435}.login-copy{font-size:.94rem;line-height:1.55;color:#73839a;max-width:330px;margin:0 auto}.login-button{width:100%;display:inline-flex;justify-content:center;align-items:center;justify-self:stretch;background:#1f8c60;color:#fff;border-color:#1f8c60;font-weight:600;border-radius:12px;min-height:52px;margin:.45rem auto 0}.login-button:hover{background:#166945;border-color:#166945}.login-hint{color:#6d7c92;font-size:.82rem}.login-card-error{gap:.8rem}.login-button-secondary{width:100%;justify-self:stretch;justify-content:center;margin:0 auto}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--bg-sidebar);border-right:1px solid var(--border);padding:1.2rem .9rem 1rem;display:grid;align-content:start;grid-gap:.9rem;gap:.9rem}.brand{display:flex;align-items:center;justify-content:space-between;padding:.8rem .85rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#f7fbf9,#eef6f1);border:1px solid var(--border)}.brand-title{font-family:Outfit,Plus Jakarta Sans,sans-serif;font-weight:700;letter-spacing:.03em;font-size:.9rem}.brand-dot{width:10px;height:10px;border-radius:999px;background:#2fba7a;box-shadow:0 0 0 5px rgba(47,186,122,.12)}.profile-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-soft);padding:.85rem;display:grid;grid-gap:.3rem;gap:.3rem}.profile-name{font-weight:700;font-size:1rem}.profile-role{color:var(--text-muted);font-size:.84rem}.nav-title{color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:0 .35rem}.nav{display:grid;grid-gap:.46rem;gap:.46rem}.nav-link{border-radius:11px;padding:.62rem .74rem;border:1px solid transparent;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.nav-link.active{background:#e7f7ef;border-color:#cae8da;color:#1e2a3b}.nav-link:hover{background:#f1faf5;border-color:#d8ecdf}.nav-icon{background:#e8f7ee;color:#1f8c60}.nav-icon-dashboard{background:#e7f7ef}.nav-icon-types{background:#edf8f2}.nav-icon-applications{background:#e8f7ee}.nav-icon-admins{background:#f8f4ea}.sidebar-footer{margin-top:.55rem}.workspace{min-width:0;grid-template-rows:auto 1fr;height:100vh;padding:1rem;grid-gap:1rem;gap:1rem;overflow:hidden}.topbar,.workspace{display:grid;background:#fff}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:6;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;grid-gap:.8rem;gap:.8rem;padding:1rem 1.2rem;border-bottom:1px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none}.icon-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);border-radius:10px;width:41px;height:41px;display:inline-grid;place-items:center;cursor:pointer}.topbar-toggle{gap:3px}.topbar-toggle span{display:block;width:15px;height:2px;border-radius:999px;background:#728197}.search-box{width:100%}.search-box input{width:100%;min-height:42px;border-radius:10px;border:1px solid #d9e7df;background:#fff;color:var(--text);padding:.55rem .8rem}.search-box input::placeholder{color:#8b98ac}.topbar-actions{display:inline-flex;align-items:center;gap:.5rem;justify-self:end;margin-left:auto}.topbar-primary{border-radius:10px;padding:.58rem .88rem}.topbar-user{display:inline-flex;align-items:center;gap:.65rem}.topbar-avatar{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:#f2f6fc;display:inline-grid;place-items:center;font-size:.75rem;font-weight:700}.topbar-user-meta{grid-gap:.14rem;gap:.14rem}.topbar-user-name{font-size:.92rem}.topbar-user-role{color:var(--text-muted);font-size:.76rem}.main{padding:0;display:grid;grid-gap:1.05rem;gap:1.05rem;align-content:start}.dashboard-main-panel{padding:1.2rem;border-radius:24px;background:#f7f7f7;box-shadow:0 0 0 1px rgba(15,23,42,.02);overflow-y:auto;overflow-x:hidden}.dashboard-main-panel:has(.dashboard-home-page){overflow:hidden}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid.two{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem;display:grid;grid-gap:.76rem;gap:.76rem;box-shadow:0 6px 18px rgba(31,52,84,.05);animation:panel-enter .22s ease}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.muted,small{color:var(--text-muted)}.promo-banner{grid-template-columns:1fr auto;align-items:center;background:linear-gradient(98deg,#f6f9ff,#eef5ff);border-color:#d6e3f5}.promo-graphic{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;font-size:1.05rem;font-weight:700;color:#fff;border:1px solid hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.16)}.promo-content p{color:var(--text-muted)}.promo-cta{background:#fff;border-color:#ccd9ea;color:#2f3f59}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.kpi-card{border-radius:var(--radius-md);padding:1rem}.kpi-header{display:flex;align-items:baseline;justify-content:space-between;gap:.7rem}.kpi-value{font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:700}.kpi-trend{font-size:.92rem;font-weight:700}.kpi-trend.positive{color:#208a5d}.kpi-trend.negative{color:#c63746}.kpi-label{color:var(--text-muted);font-size:.92rem}.kpi-meta{display:flex;justify-content:flex-end}.kpi-chip{width:36px;height:36px;border-radius:13px;display:inline-grid;place-items:center;font-size:.71rem;font-weight:700;border:1px solid transparent}.kpi-chip.green{color:#1e8158;background:#e8f7ee;border-color:#cdeed9}.kpi-chip.blue{color:#275da8;background:#e7f0ff;border-color:#cfe0f8}.kpi-chip.red{color:#b73341;background:#fdecef;border-color:#f8d0d7}.kpi-chip.violet{color:#4f45ae;background:#efedff;border-color:#ddd9fb}.content-grid-main{display:grid;grid-template-columns:minmax(280px,1fr) minmax(380px,1.7fr);grid-gap:1rem;gap:1rem}.analytics-card{align-content:start}.donut-wrap{display:grid;place-items:center;padding:.25rem 0 .35rem}.donut-chart{width:192px;height:192px;place-items:center}.donut-center,.donut-chart{border-radius:999px;display:grid}.donut-center{width:114px;height:114px;background:var(--surface-soft);border:1px solid var(--border);place-items:center;text-align:center;grid-gap:.1rem;gap:.1rem}.donut-center strong{font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:1.4rem}.donut-center span{color:var(--text-muted);font-size:.82rem}.stack-list{display:grid;grid-gap:.62rem;gap:.62rem}.stack-item{border-radius:14px;border:1px solid var(--border);background:#fbfcff;padding:.72rem .8rem;display:flex;align-items:center;justify-content:space-between;gap:.65rem}.stack-amount{font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:700}.activity-card{align-content:start}.activity-list{display:grid}.activity-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.82rem;gap:.82rem;padding:.74rem .05rem;border-bottom:1px dashed #dee6f2}.activity-item:last-child{border-bottom:0}.activity-icon{width:40px;height:40px;border-radius:12px;display:inline-grid;place-items:center;font-size:.72rem;font-weight:700}.activity-icon.tone-0{background:#e6f0ff;color:#2e61ad}.activity-icon.tone-1{background:#e8f7ee;color:#237f58}.activity-icon.tone-2{background:#fef4e8;color:#a66d20}.activity-icon.tone-3{background:#efedff;color:#574cb8}.activity-icon.tone-4{background:#fdecee;color:#c03948}.activity-main{min-width:0}.activity-main p,.activity-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.activity-side{display:grid;justify-items:end;grid-gap:.32rem;gap:.32rem;color:var(--text-muted);font-size:.82rem}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.module-card{min-height:220px;align-content:start}.mini-list{display:grid;grid-gap:.52rem;gap:.52rem}.mini-row{border-radius:12px;border:1px solid var(--border);background:#fbfcff;padding:.55rem .7rem;display:flex;justify-content:space-between;gap:.5rem}.mini-row,.pill{align-items:center}.pill{display:inline-flex;border-radius:999px;padding:.24rem .58rem;font-size:.73rem;letter-spacing:.02em;font-weight:600;border:1px solid transparent;width:-moz-fit-content;width:fit-content}.pill.submitted{background:#eaf2ff;border-color:#c9ddff;color:#2f5ea5}.pill.under_review{background:#fef5e8;border-color:#f6dfb8;color:#956017}.pill.accepted{background:#e9f8ef;border-color:#caedd7;color:#227d56}.pill.archived,.pill.rejected{background:#fdecef;border-color:#f7ced5;color:#b93544}.pill.draft{background:#eef2f7;border-color:#d9e1ed;color:#55647a}.pill.published{background:#e9f8ef;border-color:#caedd7;color:#227d56}.list,form{display:grid;grid-gap:.78rem;gap:.78rem}.inline-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.form-grid{display:grid;grid-gap:.75rem;gap:.75rem}.form-grid.two{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.form-grid.three{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}label{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.9rem;color:#334055}button,input,select,textarea{font:inherit}input:not([type=checkbox]),select,textarea{width:100%;padding:.64rem .78rem;border-radius:10px;border:1px solid #d8e5dd;background:#fff;color:var(--text)}input:not([type=checkbox])::placeholder,textarea::placeholder{color:#8a98ac}input:not([type=checkbox]):focus,select:focus,textarea:focus{outline:none;border-color:#87c5a9;box-shadow:0 0 0 3px rgba(31,140,96,.15)}input[type=checkbox]{width:17px;height:17px;accent-color:#1f8c60}textarea{min-height:120px;resize:vertical}.button-link,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #1f8c60;border-radius:10px;padding:.6rem .9rem;cursor:pointer;text-decoration:none;color:#fff;background:#1f8c60;font-weight:600;width:-moz-fit-content;width:fit-content;transition:background-color .12s ease,border-color .12s ease}.button-link:hover,button:hover{background:#166945;border-color:#166945}.button-link.secondary,button.secondary{color:#334055;background:#fff;border-color:#d8e5dd}.button-link.secondary:hover,button.secondary:hover{background:#f1faf5;border-color:#bfdccf}.button-link.danger,button.danger{color:#fff2f4;background:var(--red);border-color:var(--red)}button:disabled{cursor:not-allowed;filter:saturate(.42) brightness(.76)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;border-spacing:0;min-width:620px}td,th{text-align:left;padding:.68rem;border-bottom:1px solid var(--border);vertical-align:top}thead th{color:#72829a;font-weight:600;font-size:.85rem;letter-spacing:.03em}code{background:#edf8f2;border:1px solid #d2e8db;color:#1d5c43;border-radius:8px;padding:.15rem .34rem}.question-builder{grid-gap:.8rem;gap:.8rem}.question-builder .panel{padding:.86rem;gap:.62rem}@keyframes panel-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1260px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid-main{grid-template-columns:1fr}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-results-grid{grid-template-columns:1fr}}@media (max-width:1080px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--border)}.topbar{grid-template-columns:1fr auto}.topbar-primary,.topbar-user{grid-column:1/-1;justify-self:start}.promo-banner{grid-template-columns:1fr}}@media (max-width:760px){.page{padding:1rem}.login-card{padding:1.25rem}.main,.topbar{padding-left:.9rem;padding-right:.9rem}.kpi-grid,.module-grid,.topbar{grid-template-columns:1fr}.topbar-actions{justify-content:start}.promo-banner{grid-template-columns:1fr}}.dashboard-shell{width:100%;height:100vh;min-height:100vh;margin:0;border-radius:0;overflow:hidden;background:#fff;box-shadow:none}.dashboard-sidebar{position:-webkit-sticky;position:sticky;top:1rem;margin:1rem 0 1rem 1rem;padding:1.5rem 1.15rem 1.1rem;gap:1.15rem;border-right:0;height:calc(100vh - 2rem);min-height:calc(100vh - 2rem);border-radius:24px;background:#f7f7f7;box-shadow:0 0 0 1px rgba(15,23,42,.02);overflow:hidden}.dashboard-sidebar .brand{justify-content:flex-start;gap:.62rem;background:transparent;border:0;padding:.1rem .1rem .55rem}.brand-mark{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#197f59}.brand-mark svg{width:22px;height:22px;stroke:currentColor}.dashboard-sidebar .profile-card{display:none}.dashboard-sidebar .nav-title{font-size:.7rem;color:#8f9caf;padding-top:.5rem;padding-left:.1rem}.sidebar-promo{margin-top:auto;border-radius:18px;background:linear-gradient(145deg,#081f14,#0c3620);padding:1.1rem 1rem;color:#fff;display:grid;grid-gap:.45rem;gap:.45rem;min-height:152px;align-content:end}.sidebar-promo p{color:rgba(234,245,239,.76);font-size:.76rem}.sidebar-promo a{display:inline-flex;justify-content:center;align-items:center;min-height:34px;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.15);color:#fff;text-decoration:none;font-size:.78rem;font-weight:600}.sidebar-general{display:grid;grid-gap:.25rem;gap:.25rem}.nav-link{position:relative;display:flex;align-items:center;gap:.72rem;border-radius:14px;padding:.72rem .8rem;color:#4d5b71;text-decoration:none;border:0;background:transparent;transition:background-color .18s ease,color .18s ease}.nav-link.active{background:#f3f8f4;color:#10161d}.nav-link.active:before{content:"";position:absolute;left:-1.15rem;top:0;bottom:0;width:4px;border-radius:0 999px 999px 0;background:#1f8c60}.nav-link:hover{background:#f7fafc}.nav-link-muted{color:#728196}.nav-link-muted.active:before{display:none}.nav-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;font-size:.68rem;font-weight:700;letter-spacing:.02em;background:#f1f5fa;color:#6a7b90;flex:0 0 auto;transition:background-color .18s ease,color .18s ease}.nav-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-icon-admins,.nav-icon-applications,.nav-icon-dashboard,.nav-icon-generic,.nav-icon-types{background:#f3f6fa;color:#7c8da4}.nav-link.active .nav-icon{background:#e7f4ec;color:#1f8c60}.nav-link.active .nav-icon svg{stroke:currentColor}.dashboard-topbar{grid-template-columns:minmax(320px,540px) auto auto;justify-content:space-between;column-gap:.85rem;padding:1rem 1.15rem;background:#f7f7f7;border-bottom:0;border-radius:24px;box-shadow:0 0 0 1px rgba(15,23,42,.02)}.dashboard-topbar .search-box{width:min(100%,540px)}.search-box{position:relative;display:flex;align-items:center}.search-box-icon{position:absolute;left:1rem;display:inline-grid;place-items:center;color:#7a889c;pointer-events:none}.search-box-icon svg{width:18px;height:18px;stroke:currentColor}.dashboard-topbar .search-box input{min-height:50px;border-radius:999px;background:#fff;padding-inline:2.8rem 1.15rem;border:0}.search-box-large input{min-height:56px;border-radius:999px;padding-inline:2.9rem 1.2rem}.topbar-icon-badge{width:40px;height:40px;border-radius:999px;border:0;background:#fff;display:inline-grid;place-items:center;color:#111;font-weight:700}.topbar-icon-badge svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dashboard-topbar .topbar-user{display:flex;align-items:center;gap:.85rem;border-left:0;padding-left:.9rem;margin-left:.1rem}.dashboard-topbar .topbar-avatar{background:#fbe8dc}.dashboard-topbar .topbar-avatar svg{width:18px;height:18px;stroke:#111}.topbar-user-meta{display:grid;grid-gap:.18rem;gap:.18rem}.topbar-user-name{font-size:1rem;font-weight:700;color:#1c2738;line-height:1.1}.topbar-user-role{font-size:.78rem;color:#7d8b9f;line-height:1.2}.application-types-page,.dashboard-page{display:grid;grid-gap:1rem;gap:1rem}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-header h1{font-size:2.2rem;line-height:1.1}.dashboard-header p{margin-top:.32rem;color:#7d8b9f;font-size:.95rem}.dashboard-header-actions{display:flex;align-items:center;gap:.8rem}.dashboard-header-actions .button-link,.dashboard-inline-add{display:inline-flex;align-items:center;gap:.45rem}.dashboard-header-actions .button-link svg,.dashboard-inline-add svg{width:16px;height:16px;stroke:currentColor;flex:0 0 auto}.dashboard-primary-action{min-height:48px;border-radius:999px;background:#1f8c60;border-color:#1f8c60;padding-inline:1.15rem}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.95rem;gap:.95rem}.dashboard-stat-card{border:0;border-radius:18px;background:#fff;padding:1rem 1rem .95rem;display:grid;grid-gap:.5rem;gap:.5rem;box-shadow:none}.dashboard-stat-card-accent{background:linear-gradient(145deg,#1f8c60,#166945);color:#fff}.dashboard-stat-card-accent p,.dashboard-stat-card-accent span{color:rgba(246,251,248,.92)}.dashboard-stat-card strong{font-family:Roboto,Segoe UI,sans-serif;font-size:2.1rem;line-height:1}.dashboard-stat-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.95rem;font-weight:600}.dashboard-stat-label{display:inline-flex;align-items:center;gap:.5rem;color:inherit}.dashboard-stat-label svg{width:16px;height:16px;stroke:currentColor;flex:0 0 auto}.dashboard-stat-top span:first-child{color:inherit}.dashboard-stat-arrow{width:32px;height:32px;border-radius:999px;display:inline-grid;place-items:center;border:0;color:#273448;background:#fff}.dashboard-stat-arrow svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dashboard-stat-card-accent .dashboard-stat-arrow{background:hsla(0,0%,100%,.16);color:#fff;border-color:hsla(0,0%,100%,.28)}.dashboard-stat-card p{font-size:.78rem;color:#90a0b2}.types-role-label-row{min-height:28px}.types-role-label{color:#10161d;font-weight:700}.dashboard-middle-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);grid-gap:1rem;gap:1rem}.dashboard-analytics-card,.dashboard-collaboration-card,.dashboard-latest-card,.dashboard-progress-card,.dashboard-recent-panel,.dashboard-reminder-card,.dashboard-tracker-card,.dashboard-types-card{border-radius:18px;background:#fff;border:0;box-shadow:none}.dashboard-bar-chart{height:150px;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.8rem;gap:.8rem;align-items:end}.dashboard-bar-item{height:100%;display:grid;grid-gap:.5rem;gap:.5rem;align-items:end;justify-items:center}.dashboard-bar-item span{color:#95a2b4;font-size:.82rem}.dashboard-bar{width:100%;border-radius:20px;background:repeating-linear-gradient(-45deg,#c4ccd7,#c4ccd7 2px,transparent 0,transparent 7px)}.dashboard-bar.active{background:linear-gradient(180deg,#7ad4a6,#57bf88)}.dashboard-latest-card{align-content:start}.dashboard-latest-list{display:grid;grid-gap:.85rem;gap:.85rem}.dashboard-latest-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.8rem;gap:.8rem;align-items:center;padding:.9rem .95rem;border-radius:16px;background:#f7f7f7}.dashboard-latest-link{text-decoration:none;color:inherit}.dashboard-latest-link:hover{background:#eef7f1}.dashboard-latest-main{min-width:0}.dashboard-latest-main p{color:#8b98ac;font-size:.78rem}.dashboard-latest-time{color:#8b98ac;font-size:.76rem;white-space:nowrap}.dashboard-reminder-card{align-content:start}.dashboard-reminder-card strong{font-size:1.55rem;line-height:1.12;font-family:Roboto,Segoe UI,sans-serif;max-width:210px}.dashboard-reminder-card p{color:#95a2b4}.dashboard-dark-action{min-height:46px;border-radius:999px;background:#1f8c60;border-color:#1f8c60;padding-inline:1rem}.dashboard-inline-add{min-height:34px;padding:.45rem .8rem;border-radius:999px;border:0;background:#fff;text-decoration:none;color:#2f3d55;font-size:.78rem;font-weight:600}.panel-title-with-icon{display:inline-flex;align-items:center;gap:.55rem}.panel-title-with-icon svg{width:18px;height:18px;stroke:currentColor;flex:0 0 auto}.dashboard-search-page{gap:1rem}.search-page-form{display:grid;grid-gap:.9rem;gap:.9rem}.search-empty-panel,.search-hint-panel,.search-panel,.search-results-panel{background:#fff}.search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.search-results-list{display:grid;grid-gap:.8rem;gap:.8rem}.search-result-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.8rem;gap:.8rem;align-items:center;padding:.9rem .95rem;border-radius:16px;background:#f7f7f7;text-decoration:none}.search-result-icon{width:40px;height:40px;border-radius:12px;display:inline-grid;place-items:center;color:#223145}.search-result-icon svg{width:18px;height:18px;stroke:currentColor}.search-result-icon.tone-green{background:#e8f6ee;color:#1f8c60}.search-result-icon.tone-blue{background:#e8f7ee;color:#1f8c60}.search-result-icon.tone-orange{background:#fff1e6;color:#c87421}.search-result-main{min-width:0}.search-result-main p,.search-result-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-main p{color:#7c8ca0;font-size:.8rem}.search-result-side{display:grid;justify-items:end;grid-gap:.35rem;gap:.35rem}.dashboard-collaboration-list,.dashboard-recent-list,.dashboard-type-list{display:grid;grid-gap:.85rem;gap:.85rem}.players-page,.team-create-panel,.team-page{display:grid;grid-gap:1rem;gap:1rem}.team-create-form{display:grid;grid-template-columns:1.1fr 1fr .8fr auto auto;grid-gap:.75rem;gap:.75rem;align-items:center}.team-create-form input,.team-create-form select{min-height:46px}.team-list-panel{display:grid;grid-gap:.9rem;gap:.9rem}.team-list,.team-row{display:grid;grid-gap:.7rem;gap:.7rem}.team-row{border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #e4ede6;padding:.9rem}.team-row-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.85rem;gap:.85rem}.team-row-avatar{width:42px;height:42px;border-radius:14px;display:inline-grid;place-items:center;background:#e8f7ee;color:#1f8c60}.team-row-avatar svg{width:18px;height:18px;stroke:currentColor}.team-row-main{min-width:0}.team-row-main strong{display:block}.team-row-main code{display:inline-block;margin-top:.2rem}.team-row-badges{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.team-row-details{display:grid;grid-gap:.75rem;gap:.75rem}.team-row-details summary{cursor:pointer;color:#1f8c60;font-weight:700;list-style:none}.team-row-details summary::-webkit-details-marker{display:none}.team-row-form{display:grid;grid-template-columns:1fr .8fr auto auto auto;grid-gap:.7rem;gap:.7rem;align-items:center}.team-row-form input,.team-row-form select{min-height:44px}.team-row-delete{display:flex;justify-content:flex-end}.team-row-delete button{width:-moz-fit-content;width:fit-content}.players-list-panel{display:grid;grid-gap:.9rem;gap:.9rem}.players-list{display:grid;grid-gap:.7rem;gap:.7rem}.player-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:.85rem;gap:.85rem;padding:.9rem 1rem;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #e4ede6;text-decoration:none}.player-row-avatar{width:42px;height:42px;border-radius:14px;display:inline-grid;place-items:center;font-size:.72rem;font-weight:700;color:#1f8c60;background:#e8f7ee;flex:0 0 auto}.player-row-main{min-width:0}.player-row-main p,.player-row-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-row-main p{color:#7c8ca0;font-size:.8rem}.player-row-meta{display:grid;justify-items:end;grid-gap:.25rem;gap:.25rem;text-align:right}.player-row-type{color:#334055;font-size:.86rem;font-weight:600}.player-row-time{color:#7c8ca0;font-size:.76rem}.player-row-link{width:34px;height:34px;border-radius:999px;display:inline-grid;place-items:center;background:#f3f8f4;color:#1f8c60}.player-row-link svg{width:16px;height:16px;stroke:currentColor;fill:none}.player-row:hover{background:#f7faf8}.player-row:hover .player-row-link{background:#e7f4ec}.player-row-avatar.tone-0{background:#e8f7ee;color:#1f8c60}.player-row-avatar.tone-1{background:#eef2ff;color:#5b61c9}.player-row-avatar.tone-2{background:#fff4e8;color:#b87424}.player-row-avatar.tone-3{background:#fbeef1;color:#be4e61}.player-row-avatar.tone-4{background:#f1f5fa;color:#607184}.settings-page{display:grid;grid-gap:1rem;gap:1rem}.settings-banner{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:center}.settings-banner-icon{width:52px;height:52px;border-radius:18px;display:inline-grid;place-items:center;background:#e8f7ee;color:#1f8c60}.settings-banner-icon svg{width:20px;height:20px;stroke:currentColor}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.settings-note{min-height:160px;align-content:start}.history-page{display:grid;grid-gap:1rem;gap:1rem}.history-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.history-summary-item{display:flex;align-items:center;gap:.85rem;padding:.85rem .95rem;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #e4ede6}.history-summary-item svg{width:20px;height:20px;color:#1f8c60;stroke:currentColor;flex:0 0 auto}.history-summary-item strong{display:block}.history-grid{display:grid;grid-gap:.85rem;gap:.85rem}.history-list-panel{display:grid;grid-gap:.95rem;gap:.95rem}.history-list{display:grid;grid-gap:.65rem;gap:.65rem}.history-row{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,.65fr);grid-gap:.85rem;gap:.85rem;align-items:start;padding:.8rem .9rem;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #e4ede6}.history-row-icon{width:40px;height:40px;border-radius:14px;display:inline-grid;place-items:center}.history-row-icon svg{width:17px;height:17px;stroke:currentColor}.history-row-icon.tone-accepted,.history-row-icon.tone-submitted{background:#e8f7ee;color:#1f8c60}.history-row-icon.tone-under_review{background:#fef5e8;color:#956017}.history-row-icon.tone-rejected{background:#fdecef;color:#b93544}.history-row-icon.tone-draft{background:#eef2f7;color:#55647a}.history-row-main{min-width:0;display:grid;grid-gap:.25rem;gap:.25rem}.history-row-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.history-row-main strong{font-size:.95rem}.history-row-main p{color:#728197;font-size:.82rem}.history-row-main small{color:#8e9cad}.history-row-json{margin:0;padding:.7rem .8rem;border-radius:14px;background:#f7f7f7;box-shadow:inset 0 0 0 1px #e4ede6;color:#3f4f61;font-size:.74rem;overflow:auto;max-height:128px}.checkbox-row{display:inline-flex;align-items:center;gap:.55rem;font-size:.88rem;color:#425165}.dashboard-collab-item,.dashboard-recent-item,.dashboard-type-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.8rem;gap:.8rem;align-items:center}.dashboard-collab-item p,.dashboard-recent-item p,.dashboard-type-item p{color:#8b98ac;font-size:.78rem}.dashboard-type-icon{width:16px;height:16px;border-radius:5px;display:inline-block}.dashboard-avatar.tone-1,.dashboard-type-icon.tone-1{background:#e8f7ee}.dashboard-avatar.tone-2,.dashboard-type-icon.tone-2{background:#e9f7ef}.dashboard-avatar.tone-3,.dashboard-type-icon.tone-3{background:#fdf2e5}.dashboard-avatar.tone-4,.dashboard-type-icon.tone-4{background:#efedff}.dashboard-avatar.tone-5,.dashboard-type-icon.tone-5{background:#fdecee}.dashboard-lower-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:1rem;gap:1rem}.types-editor-panel,.types-tiles-panel{background:#fff}.panel-alert{border-radius:16px;padding:.85rem .95rem;font-size:.9rem;line-height:1.35}.panel-alert.error{background:#fff2f4;color:#9f1d2d;box-shadow:inset 0 0 0 1px #f3c4cb}.types-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1rem;gap:1rem}.types-tile,.types-tile-add{min-height:210px;border-radius:22px;background:#fff;padding:1.1rem;display:grid;align-content:space-between;grid-gap:.8rem;gap:.8rem}.types-tile{position:relative;box-shadow:inset 0 0 0 1px #edf1f5}.types-tile.active{box-shadow:inset 0 0 0 2px #1f8c60}.types-tile-link{text-decoration:none;display:grid;align-content:space-between;grid-gap:.8rem;gap:.8rem;min-height:100%;padding-bottom:2.9rem}.types-tile-actions{position:absolute;bottom:.9rem;right:.9rem;display:inline-flex;align-items:center;gap:.45rem;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:3}.types-tile:focus-within .types-tile-actions,.types-tile:hover .types-tile-actions{opacity:1;transform:translateY(0);pointer-events:auto}.types-tile-action{width:44px;height:44px;border-radius:999px;border:0;background:#fff;color:#314159;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.12)}.types-tile-action svg{width:20px;height:20px;stroke:currentColor}.types-tile-action-danger svg{width:22px;height:22px;stroke-width:2.3}.types-tile-action:hover{background:#1f8c60;color:#fff}.types-tile-action-danger{background:#fff2f4;color:#d53f4f}.types-tile-action-danger:hover{background:#b93544;color:#fff}.types-tile-actions form{display:contents}.types-tile-confirm{position:absolute;right:0;bottom:52px;width:230px;border-radius:14px;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.22);padding:.75rem;display:grid;grid-gap:.55rem;gap:.55rem;color:#253449}.types-tile-confirm-title{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:.86rem}.types-tile-confirm-title svg{width:16px;height:16px;color:#d53f4f;stroke:currentColor}.types-tile-confirm p{color:#6f7f94;font-size:.78rem;line-height:1.35}.types-tile-confirm-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem}.types-tile-confirm-actions form{display:block}.types-tile-confirm-cancel,.types-tile-confirm-delete{min-height:32px;border-radius:999px;padding:.35rem .72rem;border:0;display:inline-flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:700;cursor:pointer}.types-tile-confirm-delete{background:#d53f4f;color:#fff}.types-tile-confirm-delete:hover{background:#b93544}.types-tile-confirm-cancel{background:#eef2f7;color:#46566c}.types-tile-confirm-cancel:hover{background:#e3e9f0}.types-tile-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.types-tile strong,.types-tile-add strong{font-size:1.05rem;line-height:1.15}.types-tile-channel,.types-tile-count,.types-tile-meta,.types-tile-title{display:inline-flex;align-items:center;gap:.45rem}.types-tile-channel svg,.types-tile-count svg,.types-tile-meta svg,.types-tile-title svg{width:15px;height:15px;stroke:currentColor;flex:0 0 auto}.types-tile p,.types-tile-add p{color:#8a98ac;font-size:.82rem}.types-tile-channel,.types-tile-count{color:#6b7a8f;font-size:.78rem}.types-tile-add{place-items:center;align-content:center;justify-items:center;text-align:center;border:2px dashed #d6dee8;background:#fdfefe}.types-tile-add-icon{width:48px;height:48px;border-radius:999px;background:#f7f7f7;display:inline-grid;place-items:center;color:#506177}.types-tile-add-icon svg{width:22px;height:22px;stroke:currentColor}.types-modal-overlay{position:fixed;inset:0;z-index:40;background:rgba(15,23,42,.42);display:grid;place-items:center;padding:1.5rem;overflow:auto}.types-modal-stack{width:min(920px,calc(100vw - 3rem));max-height:calc(100vh - 3rem);display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:1rem;gap:1rem;margin:0 auto}.types-modal-card{max-height:none;min-height:0;overflow:auto;border-radius:28px;background:#f7f7f7;padding:1.15rem;box-shadow:0 36px 90px rgba(15,23,42,.2);display:grid;grid-gap:1rem;gap:1rem}.dashboard-main-panel,.dashboard-sidebar,.types-modal-card,.workspace{-ms-overflow-style:none;scrollbar-width:none}.dashboard-main-panel::-webkit-scrollbar,.dashboard-sidebar::-webkit-scrollbar,.types-modal-card::-webkit-scrollbar,.workspace::-webkit-scrollbar{width:0;height:0}.types-modal-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem;border-radius:24px;background:linear-gradient(145deg,#1f8c60,#166945);color:#fff;box-shadow:0 20px 40px rgba(31,140,96,.22)}.types-modal-hero-copy{display:grid;grid-gap:.35rem;gap:.35rem}.types-modal-hero-copy h2{font-size:1.65rem;line-height:1.05}.types-modal-hero-copy .muted{color:rgba(245,250,247,.88)}.types-modal-card form{display:grid;grid-gap:1rem;gap:1rem}.question-builder{display:grid;grid-gap:.85rem;gap:.85rem}.question-builder-list{display:grid;grid-gap:.75rem;gap:.75rem}.question-card{border-radius:22px;background:#f7f7f7;box-shadow:inset 0 0 0 1px #edf1f5;overflow:hidden}.question-card.active{box-shadow:inset 0 0 0 2px #9ad0b9}.question-card-toggle{width:100%;border:0;background:transparent;color:#1d2c3d;padding:.95rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left}.question-card-header,.question-card-side{display:flex;align-items:center;gap:.8rem;min-width:0}.question-card-header{flex:1 1 auto}.question-card-index{min-width:82px;color:#6f7f93;font-size:.8rem;font-weight:700}.question-card-title{min-width:0;font-size:.96rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.question-card-meta{display:inline-flex;align-items:center;min-height:32px;padding:.35rem .7rem;border-radius:999px;background:#fff;color:#5e7088;font-size:.76rem;font-weight:700}.question-card-icon{width:32px;height:32px;border-radius:999px;background:#fff;display:inline-grid;place-items:center;color:#52647b;flex:0 0 auto}.question-card-icon svg{width:16px;height:16px;stroke:currentColor}.question-card-body{display:grid;grid-gap:.9rem;gap:.9rem;padding:0 1rem 1rem}.question-card-checkbox{display:flex;align-items:center;gap:.7rem;font-size:.88rem;color:#53657c}.question-card-checkbox input{width:16px;height:16px}.question-builder-add{min-height:48px;border:1.5px dashed #cfd8e4;border-radius:18px;background:#fff;color:#1f8c60;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:700}.question-builder-add svg{width:17px;height:17px;stroke:currentColor}.question-builder-add:disabled{color:#91a0b3;border-color:#dee5ee}.types-modal-section{display:grid;grid-gap:.9rem;gap:.9rem;padding:1rem 1.05rem;border-radius:22px;background:#fff;box-shadow:inset 0 0 0 1px #edf1f5}.types-modal-tabs{display:flex;gap:.6rem;margin-bottom:.2rem}.types-modal-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:#f1f4f7;color:#4a5a70;min-height:42px;padding:.55rem 1rem;display:inline-flex;align-items:center;gap:.45rem;font-weight:700}.types-modal-tab.active{background:#1f8c60;color:#fff}.types-modal-tab-panel.hidden{display:none}.checkbox-row-switch{display:flex;align-items:center;gap:.55rem;font-weight:700;color:#2f3d55}.types-modal-actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:2;justify-content:flex-end;padding:0;margin-top:.2rem;background:transparent;box-shadow:none}.types-modal-cancel,.types-modal-submit{min-height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding-inline:1rem;box-shadow:0 10px 28px rgba(15,23,42,.12)}.types-modal-submit{background:#1f8c60;border-color:#1f8c60;color:#fff}.types-modal-submit:hover{background:#166945;border-color:#166945}.types-modal-cancel svg,.types-modal-submit svg{width:16px;height:16px;stroke:currentColor;display:block;flex:0 0 auto}.types-modal-close{width:38px;height:38px;padding:0;border-radius:999px;border:0;background:hsla(0,0%,100%,.18);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0;transition:background-color .16s ease,color .16s ease,transform .16s ease}.types-modal-close:hover{background:#1f8c60;color:#fff;transform:translateY(-1px)}.types-modal-close svg{width:18px;height:18px;stroke:currentColor;display:block;flex:0 0 auto}@media (max-width:760px){.types-modal-overlay{align-items:start;padding:.55rem}.types-modal-stack{width:min(100%,calc(100vw - 1.1rem));max-height:calc(100vh - 1.1rem);gap:.7rem}.types-modal-card,.types-modal-hero{border-radius:20px}.types-modal-card{padding:.8rem}.types-modal-actions{justify-content:stretch;gap:.65rem}.types-modal-cancel,.types-modal-submit{width:100%}}.dashboard-avatar{width:42px;height:42px;border-radius:999px;display:inline-grid;place-items:center;color:#314159;font-size:.72rem;font-weight:700}.dashboard-icon-avatar svg{width:17px;height:17px;stroke:currentColor}.dashboard-collab-item,.dashboard-recent-item{grid-template-columns:auto minmax(0,1fr) auto}.dashboard-collab-main,.dashboard-recent-main{min-width:0}.dashboard-progress-card{justify-items:center;align-content:start;padding-bottom:.9rem}.dashboard-progress-ring{width:250px;height:250px;border-radius:999px;position:relative;display:grid;place-items:center;margin-top:.25rem}.dashboard-progress-ring svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.dashboard-progress-ring svg circle{fill:none;stroke-width:32;stroke-linecap:round}.dashboard-progress-base{stroke:#edf1eb}.dashboard-progress-completed{stroke:#39a56e}.dashboard-progress-in-progress{stroke:#174f34}.dashboard-progress-pending{stroke:url(#pending-stripes)}.dashboard-progress-ring-inner{width:152px;height:152px;border-radius:999px;display:grid;place-items:center;text-align:center;position:relative;z-index:1}.dashboard-progress-ring-inner strong{font-family:Roboto,Segoe UI,sans-serif;font-size:2.35rem;line-height:1}.dashboard-progress-ring-inner span{color:#8f9daf;font-size:.9rem}.dashboard-progress-legend{width:100%;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#6f7d91;margin-top:-.15rem;padding-top:0}.dashboard-progress-legend span{display:inline-flex;align-items:center;gap:.35rem}.dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dot.green{background:#22885d}.dot.dark{background:#5b6a79}.dot.light{background:repeating-linear-gradient(135deg,#c7cfc8 0 2px,transparent 2px 6px);border:1px solid #c7cfc8}.dashboard-tracker-card{align-content:center;justify-items:center;background:radial-gradient(circle at 50% 40%,#16492e 0,#0d2a1b 100%);color:#fff}.dashboard-tracker-card h3{color:#fff}.dashboard-tracker-time{font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:2rem;line-height:1;margin-top:.45rem}.dashboard-tracker-controls{display:flex;gap:.7rem;margin-top:.35rem}.tracker-btn{width:42px;height:42px;border-radius:999px;display:inline-grid;place-items:center;font-size:.82rem;font-weight:700}.tracker-btn svg{width:16px;height:16px;stroke:currentColor;fill:none}.tracker-pause{background:#f4f7fb;color:#1b2536}.tracker-stop{background:#ef5959;color:#fff}.dashboard-recent-side{display:grid;justify-items:end;grid-gap:.35rem;gap:.35rem;font-size:.76rem;color:#8e9cad}.applications-page{display:grid;grid-gap:1rem;gap:1rem}.applications-filter-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr auto;grid-gap:.95rem;gap:.95rem;align-items:end}.applications-filter-grid label{display:grid;grid-gap:.45rem;gap:.45rem}.applications-search-field .search-box{width:100%}.applications-filter-actions{justify-content:flex-end;flex-wrap:wrap}.applications-filter-actions .button-link,.applications-filter-actions button{min-height:46px}.applications-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.application-card{display:grid;grid-gap:.9rem;gap:.9rem}.application-card-trigger{width:100%;text-align:left;border:0;cursor:pointer;padding:1.1rem;display:grid;grid-gap:.75rem;gap:.75rem;background:#fff}.application-card-title,.application-card-trigger strong{color:#10161d}.application-card-trigger:hover{background:#f7f7f7}.application-card-preview{display:flex;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.application-card-collapsible{padding:0;overflow:hidden}.application-card-collapsible summary{list-style:none}.application-card-collapsible summary::-webkit-details-marker{display:none}.application-card-summary{cursor:pointer;padding:1.15rem;display:grid;grid-gap:.9rem;gap:.9rem}.application-card-summary:focus-visible{outline:none}.application-card-collapsible[open] .application-card-summary{border-bottom:1px solid #e3ecdf}.application-card-body{padding:1rem 1.15rem 1.15rem;display:grid;grid-gap:1rem;gap:1rem}.application-card-answers{display:grid;grid-gap:.75rem;gap:.75rem}.application-card-answers-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.application-answer-list{display:grid;grid-gap:.7rem;gap:.7rem}.application-answer-item{border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #e4ede6;padding:.85rem .95rem;display:grid;grid-gap:.35rem;gap:.35rem}.application-answer-question{font-size:.83rem;font-weight:700;color:#1f8c60}.application-answer-item p{color:#415061;font-size:.92rem;word-break:break-word}.application-details-stack{width:min(1080px,calc(100vw - 3rem))}.application-details-card{padding:1rem}.application-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.application-detail-list{display:grid;grid-gap:.7rem;gap:.7rem}.application-detail-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.72rem .8rem;border-radius:14px;background:#f7f7f7;box-shadow:inset 0 0 0 1px #e4ede6}.application-detail-answer,.application-detail-note,.application-detail-question{padding:.82rem .9rem;border-radius:16px;background:#f7f7f7;box-shadow:inset 0 0 0 1px #e4ede6;display:grid;grid-gap:.3rem;gap:.3rem}.application-detail-answer p,.application-detail-note p,.application-detail-question p{color:#445366;word-break:break-word}.application-detail-note small,.application-detail-question small{color:#7f8d9f}.application-details-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.application-details-actions form{display:contents}.application-details-actions button{width:100%}.application-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin:0}.application-card-top strong{display:block;margin-bottom:.15rem;font-size:1.7rem;line-height:1.05;color:#111;font-weight:700}.application-card-author{color:#666;font-size:.95rem;font-weight:700;margin:.35rem 0 0}.application-card-description{margin:0;color:#555;font-size:.9rem;line-height:1.35;max-width:28ch}.application-card-footer{display:flex;justify-content:flex-end;align-items:flex-end}.application-role-pill{display:inline-flex;align-items:center;justify-content:center;min-height:50px;min-width:116px;padding:.55rem 1rem;border-radius:999px;border:1px solid transparent;font-size:1rem;font-weight:700;color:#fff;box-shadow:none}.application-detail-row.role-player,.application-role-pill.role-player{background:#1f8c60;box-shadow:0 0 0 5px rgba(31,140,96,.14)}.application-detail-row.role-creator,.application-role-pill.role-creator{background:#3498db;box-shadow:0 0 0 5px rgba(52,152,219,.14)}.application-detail-row.role-builder,.application-role-pill.role-builder{background:#a84300;box-shadow:0 0 0 5px rgba(168,67,0,.14)}.application-role-pill svg{width:15px;height:15px;stroke:currentColor}.application-card-trigger.role-player{border-color:#1f8c60}.application-card-trigger.role-creator{border-color:#3498db}.application-card-trigger.role-builder{border-color:#a84300}.application-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.application-card-actions form{display:contents}.application-card-actions button{width:100%;min-height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.application-card-actions button svg{width:16px;height:16px;stroke:currentColor}.applications-empty{display:flex;align-items:center;gap:.85rem;min-height:120px}.applications-empty svg{width:22px;height:22px;color:#c78329;stroke:currentColor;flex:0 0 auto}@media (max-width:1260px){.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-lower-grid,.dashboard-middle-grid{grid-template-columns:1fr}.applications-filter-grid{grid-template-columns:1fr 1fr}.applications-filter-actions,.applications-search-field{grid-column:1/-1}.applications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1080px){.dashboard-shell{width:100%;min-height:100vh;margin:0}.dashboard-topbar{grid-template-columns:1fr}.dashboard-header{flex-direction:column}.types-tile-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.application-card-actions,.application-card-meta,.applications-grid{grid-template-columns:1fr}}@media (max-width:760px){.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-shell{border-radius:0}}