@media(prefers-color-scheme:dark){:root{color-scheme:dark}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:root[data-theme=light]{color:#1b2430;background-color:#f5f7fb;--color-background: #f5f7fb;--color-surface: #ffffff;--color-surface-muted: #eef1ff;--color-border: rgba(27, 36, 48, .08);--color-border-strong: rgba(27, 36, 48, .12);--color-text: #1b2430;--color-text-muted: rgba(27, 36, 48, .6);--color-text-strong: rgba(27, 36, 48, .8);--color-text-soft: rgba(27, 36, 48, .55);--color-text-faint: rgba(27, 36, 48, .45);--color-shadow: rgba(27, 36, 48, .08);--color-shadow-strong: rgba(27, 36, 48, .12);--color-accent: #2748ff;--color-tag-bg: rgba(39, 72, 255, .08);--color-tag-text: #2748ff;--color-chip-bg: #ffffff;--color-chip-border: rgba(27, 36, 48, .16);--color-chip-text: rgba(27, 36, 48, .75);--color-chip-hover-bg: rgba(39, 72, 255, .08);--color-chip-active-bg: rgba(39, 72, 255, .14);--color-chip-active-text: #2748ff}:root[data-theme=dark]{color:#e5e9f0;background-color:#0b1220;--color-background: #0b1220;--color-surface: #111c34;--color-surface-muted: #152346;--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(255, 255, 255, .14);--color-text: #e5e9f0;--color-text-muted: rgba(229, 233, 240, .72);--color-text-strong: rgba(229, 233, 240, .88);--color-text-soft: rgba(229, 233, 240, .6);--color-text-faint: rgba(229, 233, 240, .55);--color-shadow: rgba(3, 10, 30, .6);--color-shadow-strong: rgba(3, 10, 30, .8);--color-accent: #8da2ff;--color-tag-bg: rgba(141, 162, 255, .18);--color-tag-text: #c9d6ff;--color-chip-bg: rgba(255, 255, 255, .04);--color-chip-border: rgba(229, 233, 240, .18);--color-chip-text: rgba(229, 233, 240, .8);--color-chip-hover-bg: rgba(141, 162, 255, .18);--color-chip-active-bg: rgba(141, 162, 255, .25);--color-chip-active-text: #e5e9f0}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--color-background);color:var(--color-text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.button{appearance:none;border:none;border-radius:8px;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#2748ff,#5b7bff);color:#fff;transition:transform .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #2748ff33}.button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.button-secondary{background:transparent;border:1px solid var(--color-accent);color:var(--color-accent)}.button-secondary:hover{background:#2748ff1f;box-shadow:none}.button-tertiary{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border)}.button-tertiary:disabled{opacity:.55;cursor:not-allowed}.loading{padding:2rem 0;text-align:center;color:#4a5568}.loading-full{display:grid;place-items:center;min-height:100vh;font-size:1.1rem}.alert{padding:.75rem 1rem;border-radius:8px;margin:1rem 0;font-size:.95rem}.alert-error{background:#ffe5e8;border:1px solid #ff8a9a;color:#8f1b2d}.alert-success{background:#e7f6ec;border:1px solid #7cc69f;color:#136f3c}.copy-feedback{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600;margin:0 .6rem;white-space:nowrap}.copy-feedback-success{background:#2ecc7126;color:#1b8f4b}.copy-feedback-error{background:#ff634726;color:#b24532}:root[data-theme=dark] .copy-feedback-success{background:#2ecc7138;color:#66e29b}:root[data-theme=dark] .copy-feedback-error{background:#ff735b38;color:#ff9d90}.tag{display:inline-flex;align-items:center;padding:.2rem .6rem;margin-right:.4rem;margin-bottom:.4rem;border-radius:999px;background:var(--color-tag-bg);color:var(--color-tag-text);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.chip{border-radius:20px;padding:.35rem .85rem;border:1px solid var(--color-chip-border);background:var(--color-chip-bg);cursor:pointer;font-size:.85rem;color:var(--color-chip-text);transition:all .2s ease}.chip:hover{border-color:var(--color-accent);background:var(--color-chip-hover-bg);color:var(--color-accent)}.chip-selected{background:var(--color-chip-active-bg);border-color:var(--color-accent);color:var(--color-chip-active-text)}.chip-ghost{background:transparent;border-style:dashed}.status{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-approved{background:#2ecc711a;color:#1b8f4b}.status-pending{background:#ff99001f;color:#b96900}.status-rejected{background:#ef44441f;color:#b91c1c}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell__content{flex:1;padding:1.5rem 2.5rem 3rem;max-width:1200px;margin:0 auto;width:100%}.tag-group{display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip__count{font-size:.75rem;margin-left:.35rem;color:var(--color-text-muted)}.tag-group__more{font-size:.8rem;padding:.3rem .9rem}:root[data-theme=dark] .table thead{background:#8da2ff1f}.form{background:var(--color-surface);padding:2rem;border-radius:18px;box-shadow:0 18px 40px var(--color-shadow);display:flex;flex-direction:column;gap:1.2rem}.form-row{display:flex;flex-direction:column;gap:.35rem}.form-row label{font-weight:600;font-size:.9rem;color:var(--color-text-strong)}.label-optional{font-size:.75rem;font-weight:500;color:var(--color-text-muted);margin-left:.35rem}.form-row small{color:var(--color-text-faint);font-size:.75rem}.form-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-actions{display:flex;justify-content:flex-end;gap:.75rem}.table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:16px;overflow:hidden;box-shadow:0 18px 38px var(--color-shadow)}.table thead{background:#2748ff0d}.table th,.table td{padding:.9rem 1.1rem;text-align:left;font-size:.9rem}.table tbody tr+tr{border-top:1px solid var(--color-shadow)}.table-actions{display:flex;gap:.5rem}@media(max-width:768px){.app-shell__content{padding:1.5rem 1.25rem 2.5rem}.table{font-size:.85rem;overflow-x:auto}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:2rem;background:linear-gradient(135deg,#eef1ff,#fef6ff)}.auth-card{background:var(--color-surface);padding:2.5rem;border-radius:16px;box-shadow:0 20px 45px var(--color-shadow-strong);max-width:420px;width:100%}.auth-card h1{margin:0 0 .5rem}.auth-card__subtitle{margin-top:0;color:var(--color-text-muted);margin-bottom:1.5rem}.auth-card__actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form label{font-size:.85rem;font-weight:600;color:var(--color-text-strong)}:root[data-theme=dark] .auth-page{background:linear-gradient(135deg,#0f182c,#0a1120)}.flow-card{display:flex;flex-direction:column;background:var(--color-surface);border-radius:14px;overflow:hidden;box-shadow:0 12px 24px var(--color-shadow);transition:transform .2s ease,box-shadow .2s ease;color:inherit;text-decoration:none}.flow-card a{text-decoration:none;color:inherit}.flow-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px var(--color-shadow-strong)}.flow-card__media{position:relative;height:160px;background:linear-gradient(135deg,#cfd9ff,#f8f0ff);display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;padding:.5rem}.flow-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.5rem;font-weight:700;color:#000;padding:.5rem;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2}:root[data-theme=dark] .flow-card__placeholder{color:#fff}.flow-card__body{padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.6rem}.flow-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.flow-card__title-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.flow-card__header h3{margin:0;font-size:1.1rem}.flow-card__kind-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .55rem;border-radius:999px}.flow-card__kind-badge--flow{background:#3b82f626;color:#1d4ed8}.flow-card__kind-badge--node{background:#10b9812e;color:#047857}.flow-card__visibility{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;border-radius:999px;padding:.2rem .55rem;background:#3b82f614;color:#1d4ed8}.flow-card__visibility--team{background:#6d28d91f;color:#6d28d9}.flow-card__badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;color:#0369a1;background:#0ea5e91f;border-radius:999px;padding:.2rem .6rem;text-transform:uppercase;letter-spacing:.05em;margin:.25rem 0 .35rem}.flow-card__badge--recommended{color:#92400e;background:#fbbf2440}.flow-card__badge--thales{color:#1f2937;background:#3b82f626}.flow-card__description{margin:0;color:var(--color-text-soft);font-size:.9rem;min-height:44px}.flow-card__meta{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--color-text-muted)}.flow-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.empty-state{background:var(--color-surface);padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 16px 40px var(--color-shadow);color:var(--color-text-strong)}.flow-detail-page{display:flex;flex-direction:column;gap:1rem}.flow-detail__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted)}.flow-detail__breadcrumb-link{color:inherit;text-decoration:none}.flow-detail__breadcrumb-link:hover,.flow-detail__breadcrumb-link:focus{text-decoration:underline}.flow-detail__breadcrumb-separator{color:var(--color-text-muted)}.flow-detail__breadcrumb-current{color:var(--color-text);font-weight:500}.flow-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,260px);gap:2.5rem;align-items:flex-start}.flow-detail__main{display:flex;flex-direction:column;gap:1.5rem;grid-column:1;min-width:0}.flow-detail__alert{border-radius:12px;padding:1rem 1.25rem;background:#3b82f61f;border:1px solid rgba(59,130,246,.2);color:var(--color-text-strong)}.flow-detail__alert--rejected{background:#ef44441f;border-color:#ef444440;color:#b91c1c}.flow-detail__alert--published{background:#0ea5e91f;border-color:#0ea5e940;color:#0369a1}.flow-detail__header{display:flex;flex-direction:column;gap:.75rem}.flow-detail__title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.flow-detail__badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;background:#0ea5e91f;color:#0369a1}.flow-detail__badge--kind.flow-detail__badge--flow{background:#3b82f62e;color:#1d4ed8}.flow-detail__badge--kind.flow-detail__badge--node{background:#10b9812e;color:#047857}.flow-detail__badge--recommended{background:#fbbf2440;color:#b45309}.flow-detail__badge--thales{background:#3b82f62e;color:#1d4ed8}.flow-detail__badge--visibility.flow-detail__badge--team{background:#6d28d92e;color:#6d28d9}.flow-detail__header-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.flow-detail__upvote-button{min-width:115px;font-weight:600}.flow-detail__upvote-button--active{background:#3b82f626;color:var(--color-accent)}.flow-detail__upvote-count{font-weight:600;color:var(--color-text)}.flow-detail__recommend-button,.flow-detail__thales-button,.flow-detail__watch-button{font-weight:600}.flow-detail__watch-button--active{color:var(--color-accent)}.flow-detail__recommended-detail,.flow-detail__thales-detail{font-size:.85rem;color:var(--color-text-muted)}.flow-detail__notification-list{list-style:none;margin:0;padding:0;font-size:.85rem;color:var(--color-text-muted);display:grid;gap:.35rem}.flow-detail__notification-list li{display:flex;align-items:center;gap:.35rem}.flow-detail__notification-list li:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--color-border)}.flow-detail__notification-list li.on:before{background:#16a34a}.flow-detail__notification-list li.off:before{background:#f97316}.flow-detail__description{color:var(--color-text-muted)}.flow-detail__actions{display:flex;gap:.75rem;flex-wrap:wrap;flex-direction:column;align-items:stretch;position:sticky;top:6.5rem;background:var(--color-surface);padding:1rem 1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);z-index:5;max-width:260px;grid-column:2;width:100%;align-self:start}.flow-detail__actions .button{width:100%;justify-content:center}.flow-detail__actions .copy-feedback{width:100%;text-align:center}.flow-detail__meta{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 14px 30px var(--color-shadow)}.flow-detail__prerequisites{background:var(--color-surface);padding:1.25rem 1.5rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:.65rem}.flow-detail__prerequisites h3{margin:0}.flow-detail__prerequisites-text{margin:0;color:var(--color-text-soft);font-size:.95rem;line-height:1.55;white-space:pre-line}.flow-detail__moderation{background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 14px 30px var(--color-shadow);display:flex;flex-direction:column;gap:1rem}.flow-detail__moderation-help{margin:0;color:var(--color-text-muted);font-size:.9rem}.flow-detail__moderation textarea,.discussion-form textarea{border-radius:12px;border:1px solid var(--color-border);padding:.85rem 1rem;background:var(--color-surface-muted);color:var(--color-text-strong);min-height:120px;resize:vertical}.flow-detail__moderation-actions{display:flex;gap:.75rem;flex-wrap:wrap}.flow-detail__moderation-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-muted)}.flow-detail__discussion{display:flex;flex-direction:column;gap:1rem}.discussion-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.discussion-entry{background:var(--color-surface);border-radius:16px;padding:1rem 1.25rem;box-shadow:0 14px 30px var(--color-shadow);display:flex;flex-direction:column;gap:.75rem}.discussion-entry__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.discussion-entry__meta{font-size:.85rem;color:var(--color-text-muted);display:flex;flex-wrap:wrap;gap:.4rem}.discussion-entry__edited{font-style:italic;color:var(--color-text-faint)}.discussion-entry__actions{display:flex;flex-wrap:wrap;gap:.5rem}.discussion-entry__body{display:flex;flex-direction:column;gap:.75rem;color:var(--color-text);font-size:.95rem;line-height:1.45}.discussion-entry__content{display:block}.discussion-entry__text-line{display:inline}.discussion-entry__editor{display:flex;flex-direction:column;gap:.6rem}.discussion-entry__editor textarea{min-height:120px}.discussion-entry__editor-actions{display:flex;flex-wrap:wrap;gap:.5rem}.button-tertiary-danger{color:#d14343}.button-tertiary-danger:hover{color:#b11c1c}.discussion-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.discussion-form__toolbar{display:flex;gap:.5rem}.discussion-form__actions{display:flex;justify-content:flex-end}.discussion-flow-link{color:var(--color-accent);font-weight:600;text-decoration:none}.discussion-flow-link:hover,.discussion-flow-link:focus{text-decoration:underline}.discussion-flow-link--loading{color:var(--color-text-muted)}.discussion-flow-link--error{color:#b91c1c;font-weight:500}.form-error{margin:0;color:#b91c1c;font-size:.85rem}.discussion-link-picker{border:1px solid var(--color-border);border-radius:12px;padding:.75rem;background:var(--color-surface-muted);display:flex;flex-direction:column;gap:.6rem}.discussion-link-picker input{width:100%;border-radius:10px;border:1px solid var(--color-border);padding:.55rem .75rem;font-size:.9rem}.discussion-link-picker__status{font-size:.8rem;color:var(--color-text-muted);margin:0}.discussion-link-picker__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.discussion-link-picker__option{width:100%;text-align:left;border:1px solid transparent;border-radius:10px;padding:.55rem .75rem;background:var(--color-surface);cursor:pointer;transition:border-color .2s ease,background .2s ease}.discussion-link-picker__option:hover{border-color:var(--color-accent);background:#2748ff14}.discussion-link-picker__option-title{font-weight:600;display:block;margin-bottom:.15rem}.discussion-link-picker__option-meta{font-size:.75rem;color:var(--color-text-muted)}.flow-reference{display:flex;gap:.75rem;padding:.75rem;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface-muted);text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease}.flow-reference:hover{border-color:var(--color-accent);transform:translateY(-1px)}.flow-reference__thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:var(--color-surface);flex-shrink:0}.flow-reference__thumb img{width:100%;height:100%;object-fit:cover}.flow-reference__details{display:flex;flex-direction:column;gap:.35rem}.flow-reference__title{font-weight:600;font-size:.95rem}.flow-reference__meta{font-size:.8rem;color:var(--color-text-muted)}.flow-reference__description{margin:0;font-size:.85rem;color:var(--color-text)}.flow-reference__tags{display:flex;flex-wrap:wrap;gap:.35rem}.flow-reference__tag{font-size:.75rem;border-radius:999px;padding:.2rem .55rem;background:#2748ff14;color:var(--color-accent)}.flow-reference__tag-count{background:transparent;border:1px dashed var(--color-border);color:var(--color-text-muted)}.flow-reference--loading,.flow-reference--error{border:1px dashed var(--color-border);border-radius:12px;padding:.65rem .85rem;font-size:.8rem;color:var(--color-text-muted)}.flow-reference--error{border-color:#d1434366;color:#b11c1c}.flow-detail__tags{display:flex;flex-wrap:wrap;gap:.4rem}.flow-detail__json{background:var(--color-surface);border-radius:16px;box-shadow:inset 0 0 0 1px #1b24300f;overflow:hidden}.flow-detail__json-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.code-chip{background:#0f172a33;color:#fff;border-radius:999px;padding:.2rem .7rem;font-size:.75rem;letter-spacing:.04em}:root[data-theme=dark] .flow-card__media{background:linear-gradient(135deg,#1f2f4d,#172644)}.flow-detail__history{display:flex;flex-direction:column;gap:1rem}.flow-form__admin-panel{margin-bottom:1.5rem}.history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.history-entry details{background:var(--color-surface);border-radius:16px;box-shadow:0 12px 24px #1b24300f;padding:1rem 1.25rem}.history-entry details summary{display:flex;flex-direction:column;gap:.35rem;cursor:pointer;font-weight:600}.history-entry details summary::marker,.history-entry details summary::-webkit-details-marker{display:none}.history-entry__note{font-size:.85rem;font-weight:400;color:var(--color-text-muted)}.history-entry__body{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.history-entry__prerequisites{padding:.75rem 1rem;border:1px dashed rgba(39,72,255,.25);border-radius:12px;background:#2748ff0f;display:flex;flex-direction:column;gap:.4rem}.history-entry__prerequisites h4{margin:0;font-size:.85rem;font-weight:700;color:var(--color-accent)}.history-entry__prerequisites-text{margin:0;font-size:.85rem;color:var(--color-text-muted);white-space:pre-line}.history-entry__toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.history-entry__feedback{font-size:.85rem;color:var(--color-text-muted)}.history-entry__empty{margin:0;color:var(--color-text-muted)}.flow-detail__activities{background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:1rem}.activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.activity-list__item{display:flex;flex-direction:column;gap:.4rem}.activity-list__summary{display:flex;flex-direction:column;gap:.25rem}.activity-list__message{font-weight:600;color:var(--color-text)}.activity-list__meta{font-size:.85rem;color:var(--color-text-muted)}.activity-list__note{margin:0;font-size:.9rem;color:var(--color-text-soft)}.flow-detail__approvals{background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 12px 24px #1b24300f}.flow-detail__approvals ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.flow-form{display:flex;flex-direction:column;gap:1rem}.flow-form__description{color:var(--color-text-muted);max-width:680px}.form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:12px;border:1px solid var(--color-border);background-color:var(--color-surface-muted);color:var(--color-text);padding:.55rem 2rem .55rem .75rem;line-height:1.2;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem 1rem}:root[data-theme=dark] .form select{background-color:#ffffff0f;border-color:#ffffff2e}.form select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.form input,.form textarea{border-radius:12px;border:1px solid var(--color-border);background-color:var(--color-surface-muted);color:var(--color-text);padding:.6rem .75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form input:focus,.form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}:root[data-theme=dark] .form input,:root[data-theme=dark] .form textarea{background-color:#ffffff0f;border-color:#ffffff2e}.flow-form__preview{margin-top:.75rem;display:flex;gap:1rem;align-items:center}.flow-form__preview img{width:160px;height:120px;object-fit:cover;border-radius:12px;box-shadow:0 10px 20px var(--color-shadow-strong)}:root[data-theme=dark] .flow-card__description{color:#e5e9f0c7}:root[data-theme=dark] .flow-card__meta span{color:#e5e9f0a6}:root[data-theme=dark] .flow-card__badge{color:#7dd3fc;background:#0ea5e940}:root[data-theme=dark] .flow-card__badge--recommended{color:#fbbf24;background:#fbbf2440}:root[data-theme=dark] .flow-card__badge--thales{color:#bfdbfe;background:#3b82f659}:root[data-theme=dark] .flow-card__kind-badge--flow{color:#93c5fd;background:#3b82f640}:root[data-theme=dark] .flow-card__kind-badge--node{color:#6ee7b7;background:#10b98140}:root[data-theme=dark] .flow-detail__badge{color:#7dd3fc;background:#0ea5e940}:root[data-theme=dark] .flow-detail__badge--kind.flow-detail__badge--flow{color:#93c5fd;background:#3b82f647}:root[data-theme=dark] .flow-detail__badge--kind.flow-detail__badge--node{color:#6ee7b7;background:#10b98147}:root[data-theme=dark] .flow-detail__badge--recommended{color:#facc15;background:#fbbf242e}:root[data-theme=dark] .flow-detail__badge--thales{color:#bfdbfe;background:#3b82f64d}:root[data-theme=dark] .flow-detail__recommended-detail,:root[data-theme=dark] .flow-detail__thales-detail{color:#e5e9f0b8}:root[data-theme=dark] .flow-detail__upvote-button--active{background:#3b82f647}:root[data-theme=dark] .activity-list__note{color:#e5e9f0c7}:root[data-theme=dark] .flow-detail__alert{background:#3b82f626;border-color:#3b82f64d;color:#e5e9f0e6}:root[data-theme=dark] .flow-detail__alert--rejected{background:#ef44442e;border-color:#ef444459;color:#fca5a5}:root[data-theme=dark] .flow-detail__alert--published{background:#0ea5e938;border-color:#0ea5e959;color:#bae6fd}:root[data-theme=dark] .flow-detail__moderation textarea,:root[data-theme=dark] .discussion-form textarea{background:#111c34d9;border-color:#94a3b859;color:#e5e9f0e6}:root[data-theme=dark] .discussion-entry{background:#111c34d9}:root[data-theme=dark] .history-entry details{background:#111c34e6;box-shadow:0 12px 28px #080f1a66}:root[data-theme=dark] .history-entry__note,:root[data-theme=dark] .history-entry__feedback,:root[data-theme=dark] .history-entry__empty{color:#e5e9f0c7}:root[data-theme=dark] .flow-detail__moderation-option{color:#e5e9f0c7}.flow-card:hover,.flow-card:hover *{text-decoration:none!important}@media(max-width:1024px){.flow-detail{display:flex;flex-direction:column;gap:1.5rem}.flow-detail__main{order:1}.flow-detail__actions{position:static;top:auto;max-width:none;width:100%;padding:0;box-shadow:none;background:transparent;justify-content:flex-start;flex-direction:row;align-items:center;order:0;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.flow-detail__actions .button,.flow-detail__actions .copy-feedback{width:auto}}@media(max-width:768px){.flow-detail__header{flex-direction:column;align-items:stretch}}.flow-form__drop-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#31327126;z-index:20;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.flow-form__drop-message{padding:1.5rem 2rem;border-radius:16px;background:#ffffffe6;color:#1f2937;font-weight:600;border:2px dashed rgba(49,50,113,.4);box-shadow:0 16px 48px #1f29372e}:root[data-theme=dark] .flow-form__drop-message{background:#111827e6;color:#e5e7eb;border-color:#c7d2fe59;box-shadow:0 16px 48px #0c121f66}.flow-form__structure-hint{margin:.5rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.flow-form__json-tools{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.flow-form__json-upload{position:relative;overflow:hidden}.flow-form__json-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.flow-form__json-hint{font-size:.9rem;color:var(--color-text-muted)}.flow-form__json-feedback{margin-bottom:.75rem;font-size:.9rem;color:var(--color-text-muted)}.flow-form__json-feedback--error{color:var(--color-error, #b91c1c)}.flow-structure{margin:1.25rem 0;padding:1.2rem;border-radius:14px;background:var(--color-surface);box-shadow:0 12px 34px #0f172a1f;display:flex;flex-direction:column;gap:1rem}.flow-structure--error{background:#ef44441f;color:var(--color-error, #b91c1c);box-shadow:none}.flow-structure__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.flow-structure__metrics{display:flex;flex-wrap:wrap;gap:.85rem;font-size:.95rem}.flow-structure__metric{display:inline-flex;align-items:baseline;gap:.4rem;color:var(--color-text-soft)}.flow-structure__metric strong{font-size:1.05rem;color:var(--color-text)}.flow-structure__actions{display:flex;justify-content:flex-end}.flow-structure__warning{margin:0;font-size:.9rem;color:var(--color-error, #b91c1c)}.flow-structure__preview{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem}.flow-structure__preview-item{background:var(--color-surface-elevated, rgba(255, 255, 255, .6));border-radius:10px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--color-text);box-shadow:inset 0 0 0 1px #94a3b81f}.flow-structure__preview-item--more{font-style:italic;color:var(--color-text-muted);justify-content:center}.flow-structure__preview-type{font-size:.78rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.flow-structure__panel{display:flex;flex-direction:column;gap:1rem}.flow-structure__controls{display:flex;flex-wrap:wrap;gap:.6rem}.flow-structure__selection-summary{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--color-text-muted)}.flow-structure__error{color:var(--color-error, #b91c1c);font-size:.9rem}.flow-structure__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem;max-height:320px;overflow-y:auto}.flow-structure__list-item{display:flex;flex-direction:column;gap:.45rem;padding:.75rem .9rem;border-radius:12px;background:var(--color-surface-elevated, rgba(255, 255, 255, .6));box-shadow:inset 0 0 0 1px #94a3b826}.flow-structure__node{display:flex;align-items:center;gap:.65rem;font-size:.95rem;color:var(--color-text)}.flow-structure__node input{width:1rem;height:1rem}.flow-structure__node-type{display:inline-flex;margin-left:.5rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.flow-structure__connections{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;color:var(--color-text-muted)}.flow-structure__footer{display:flex;justify-content:flex-end;gap:.6rem}.flow-structure__range{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.flow-structure__range-field{display:flex;flex-direction:column;gap:.35rem}.flow-structure__range-field label{font-size:.8rem;font-weight:600;color:var(--color-text-muted)}.flow-structure__range-field input{min-width:160px;padding:.45rem .6rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.flow-structure__range-field input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #2748ff1f}.flow-structure__range-action{align-self:flex-start;margin-top:1.7rem}.flow-json-helper{display:block;margin-top:.4rem;color:var(--color-text-muted)}@media(max-width:768px){.flow-structure__preview{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.flow-structure__list{max-height:260px}}.tag-input{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.45rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);min-height:2.75rem;cursor:text}.tag-input:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #2748ff1f}.tag-input__field{flex:1;min-width:140px;border:none;outline:none;font-size:.9rem;background:transparent;color:var(--color-text)}.tag-input__field::placeholder{color:var(--color-text-muted)}.tag-input__chip{display:inline-flex;align-items:center;gap:.3rem}.tag-input__chip span:last-of-type{font-size:.85rem}.tag-input__suggestions{margin-top:.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.tag-input__suggestions small{color:var(--color-text-muted);font-size:.75rem;margin-right:.35rem}.tag-input__suggestion{font-size:.8rem;padding:.25rem .65rem}.marketplace{display:flex;flex-direction:column;gap:1.5rem}.marketplace__filters{display:grid;gap:1.2rem;background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 12px 30px var(--color-shadow)}.marketplace__filters-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.marketplace__filters-title{display:flex;align-items:center;gap:.75rem}.marketplace__summary-chip{margin-top:.35rem;padding:.6rem .8rem;border-radius:12px;border:1px dashed var(--color-border);background:var(--color-surface-muted);color:var(--color-text-muted);font-size:.9rem}.marketplace__summary-inline{font-size:.9rem;color:var(--color-text-muted);background:var(--color-surface-muted);border:1px dashed var(--color-border);padding:.4rem .65rem;border-radius:10px}.marketplace__search label{display:block;font-size:1rem;font-weight:600;margin-bottom:.35rem;color:var(--color-text-muted)}.marketplace__search{position:relative}.marketplace__search input{width:100%;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:.65rem .85rem .65rem 2.25rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-4.35-4.35m1.1-5.4a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;background-size:1rem 1rem}.marketplace__search input::placeholder{color:var(--color-text-muted)}.marketplace__search input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.marketplace__sort{display:flex;flex-wrap:wrap;gap:1rem}.marketplace__sort-field{display:flex;flex-direction:column;gap:.35rem;min-width:160px}.marketplace__sort-field label{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.marketplace select,.marketplace__status select,.marketplace__page-size select,.pagination__page-size select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:12px;border:1px solid var(--color-border);background-color:var(--color-surface-muted);color:var(--color-text);padding:.5rem 2rem .5rem .6rem;line-height:1.2;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem 1rem}.marketplace__advanced input[type=text],.marketplace__advanced input[type=search],.marketplace__advanced input[type=date]{background:var(--color-surface-muted)}:root[data-theme=dark] .marketplace__search input,:root[data-theme=dark] .marketplace select,:root[data-theme=dark] .marketplace__status select,:root[data-theme=dark] .marketplace__page-size select,:root[data-theme=dark] .pagination__page-size select,:root[data-theme=dark] .marketplace__advanced input[type=text],:root[data-theme=dark] .marketplace__advanced input[type=search],:root[data-theme=dark] .marketplace__advanced input[type=date]{background-color:#ffffff0f;border-color:#ffffff2e}.marketplace select:focus,.marketplace__status select:focus,.marketplace__page-size select:focus,.pagination__page-size select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.marketplace__tags{display:flex;flex-direction:column;gap:.6rem;color:var(--color-text-muted)}.marketplace__kind-toggle{display:flex;flex-direction:column;gap:.6rem}.chip-toggle{display:inline-flex;align-items:center;gap:.5rem;padding-left:.85rem;padding-right:.85rem}.chip-toggle__checkbox{display:inline-flex;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;border-radius:.35rem;border:2px solid currentColor;font-size:.75rem;font-weight:700;line-height:1}.marketplace__recommended,.marketplace__thales{display:flex;align-items:center}.marketplace__visibility{display:flex;flex-direction:column;gap:.6rem}.marketplace__include-all{font-weight:600}.marketplace__team-chips .tag-group{margin-top:.25rem}.marketplace__clear-teams{margin-top:.5rem}.marketplace__filter-actions{display:flex;justify-content:flex-end}.marketplace__filter-actions .button-tertiary{margin-top:1.65rem}.marketplace__kind-toggle>span{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.marketplace__status{max-width:220px}.marketplace__status{display:flex;flex-direction:column;gap:.45rem}.marketplace__advanced-toggle{display:flex;justify-content:flex-start}.marketplace__advanced-toggle{margin-top:.25rem}.marketplace__advanced-toggle .button-tertiary{font-size:.85rem;padding:.35rem .8rem}.marketplace__advanced{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));border-top:1px solid var(--color-border);padding-top:1rem}.marketplace__advanced input[type=text],.marketplace__advanced input[type=search],.marketplace__advanced input[type=date]{border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:.55rem .75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease}.marketplace__advanced input::placeholder{color:var(--color-text-muted)}.marketplace__advanced input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.marketplace__dates input[type=date]{padding-right:2rem}.marketplace__dates input[type=date]::-webkit-calendar-picker-indicator{opacity:.85;cursor:pointer}.marketplace__field{display:flex;flex-direction:column;gap:.35rem}.marketplace__dates{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.marketplace__actions{display:flex;align-items:flex-end}.marketplace__actions{justify-content:flex-end;margin-top:.25rem}.marketplace__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}:root[data-theme=dark] .marketplace__filters label{color:#e5e9f0c7}.pagination{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;background:var(--color-surface);box-shadow:0 10px 24px var(--color-shadow);border-radius:14px;padding:.85rem 1.2rem}.pagination__summary{font-size:.9rem;font-weight:600;color:var(--color-text-soft)}.pagination__controls{display:flex;align-items:center;gap:.75rem}.pagination__page-size{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.pagination__page-size select{border-radius:8px;border:1px solid var(--color-border);background:transparent;color:var(--color-text);padding:.3rem .5rem;font-size:.85rem}.pagination__buttons{display:flex;align-items:center;gap:.4rem}.pagination__buttons .button-tertiary{padding:.35rem .8rem;font-size:.8rem}.pagination__page-indicator{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.marketplace .checkbox-field,.marketplace .toggle-field{display:inline-flex;align-items:center;gap:.65rem}.marketplace .checkbox-field input,.marketplace .toggle-field input{width:1rem}.pending{display:flex;flex-direction:column;gap:1.5rem}.pending__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.pending__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pending__toggle{display:flex;gap:.5rem;flex-wrap:wrap}.pending__count{background:#ff99001a;color:#b96900;padding:.4rem .8rem;border-radius:999px;font-weight:600}@media(max-width:768px){.pending__header{flex-direction:column;align-items:flex-start}}.admin-dashboard{display:flex;flex-direction:column;gap:2rem;padding:2rem 2.5rem}.admin-dashboard__header{display:flex;flex-direction:column;gap:.35rem}.admin-dashboard__header h1{font-size:2rem;margin:0}.admin-dashboard__subtitle{font-size:.95rem;color:var(--color-text-muted)}.admin-dashboard__loading,.admin-dashboard__error{padding:2rem;border-radius:16px;background:var(--color-surface);box-shadow:0 12px 30px var(--color-shadow);text-align:center;font-weight:600}.admin-dashboard__error{color:var(--color-danger, #b00020)}.admin-dashboard__section{display:flex;flex-direction:column;gap:1rem}.admin-dashboard__section h2{margin:0;font-size:1.35rem;color:var(--color-text-strong)}.admin-dashboard__section-header{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem;justify-content:space-between}.admin-dashboard__section-note{margin:0;font-size:.9rem;color:var(--color-text-muted)}.admin-dashboard__section-tools{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.admin-dashboard__section-tools--stacked{flex-direction:column;align-items:flex-end}.admin-dashboard__toggle-group{display:inline-flex;border:1px solid var(--color-border);border-radius:999px;padding:.15rem;background:var(--color-surface-muted)}.admin-dashboard__toggle-group--wide{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;background:transparent;border:none;padding:0}.admin-dashboard__toggle{border:none;background:transparent;color:var(--color-text-muted);font-weight:600;font-size:.85rem;padding:.35rem .85rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.admin-dashboard__toggle.is-active{background:var(--color-primary, #4a90e2);color:#fff;box-shadow:0 6px 18px #4a90e259}.admin-dashboard__toggle-group--wide .admin-dashboard__toggle{border:1px solid var(--color-border);min-width:140px;text-align:center}.admin-dashboard__toggle-group--wide .admin-dashboard__toggle.is-active{border-color:transparent}.admin-dashboard__toggle:focus-visible{outline:2px solid var(--color-primary, #4a90e2);outline-offset:2px}.admin-dashboard__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-dashboard__card{background:var(--color-surface);border-radius:16px;padding:1.25rem;box-shadow:0 10px 26px var(--color-shadow);display:flex;flex-direction:column;gap:.5rem}.admin-dashboard__card-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.admin-dashboard__card-value{font-size:2rem;font-weight:700;color:var(--color-text-strong);line-height:1.1}.admin-dashboard__card-secondary{font-size:.9rem;color:var(--color-text-muted)}.admin-dashboard__table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:16px;overflow:hidden;box-shadow:0 10px 26px var(--color-shadow)}.admin-dashboard__table th,.admin-dashboard__table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}.admin-dashboard__table th{font-size:.85rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.admin-dashboard__table tbody tr:last-child td{border-bottom:none}.admin-dashboard__table tbody tr:hover{background:var(--color-surface-muted)}.admin-dashboard__empty{padding:1.5rem;border-radius:12px;background:var(--color-surface);color:var(--color-text-muted);font-style:italic;text-align:center;box-shadow:0 10px 26px var(--color-shadow)}.admin-dashboard__split{display:grid;gap:1.5rem}.admin-dashboard__table-wrapper{width:100%;overflow-x:auto}.admin-dashboard__table--wide{min-width:880px}@media(min-width:992px){.admin-dashboard__split{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-dashboard__charts{width:100%;height:300px;margin-bottom:2rem}.admin-dashboard__section h2{margin-bottom:1rem}.admin-dashboard__card{transition:transform .2s ease}.admin-dashboard__card:hover{transform:translateY(-4px)}.admin-dashboard__button{border:none;border-radius:999px;background:var(--color-primary, #4a90e2);color:#fff;font-weight:600;font-size:.9rem;padding:.45rem 1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 16px #4a90e259}.admin-dashboard__button:hover{transform:translateY(-1px)}.admin-dashboard__button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.admin-dashboard__button--ghost{background:transparent;color:var(--color-primary, #4a90e2);box-shadow:none;border:1px solid rgba(74,144,226,.4);padding:.35rem .9rem}.admin-dashboard__button--ghost:disabled{border-color:var(--color-border);color:var(--color-text-muted)}.admin-dashboard__pagination{display:flex;align-items:center;gap:.5rem}.admin-dashboard__pagination-page{font-size:.85rem;color:var(--color-text-muted)}.admin-dashboard__user-list{display:flex;flex-direction:column;gap:.9rem}.admin-dashboard__user-pill{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:16px;background:var(--color-surface);box-shadow:0 8px 22px var(--color-shadow);flex-wrap:wrap}.admin-dashboard__user-pill-info{display:flex;align-items:center;gap:.85rem;min-width:220px}.admin-dashboard__user-avatar{width:44px;height:44px;border-radius:999px;background:var(--color-surface-muted);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-primary, #4a90e2)}.admin-dashboard__user-pill-name{font-weight:600;color:var(--color-text-strong)}.admin-dashboard__user-pill-email{font-size:.85rem;color:var(--color-text-muted)}.admin-dashboard__user-pill-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.9rem;color:var(--color-text-muted)}.admin-dashboard__chip{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .75rem;border-radius:999px;background:var(--color-surface-muted);color:var(--color-text-muted)}.admin-dashboard__tooltip{padding:.75rem;border-radius:12px;box-shadow:0 12px 30px #030a1e66;background:var(--color-surface, #111c34)}.admin-dashboard__tooltip-label{font-weight:600;margin-bottom:.4rem}.admin-dashboard__tooltip-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem;font-size:.9rem}.admin-dashboard__activity-legend{list-style:none;display:flex;gap:1rem;margin:.5rem 0 0;padding:0;justify-content:center;flex-wrap:wrap;font-size:.9rem}.admin-dashboard__activity-legend li{display:inline-flex;align-items:center;gap:.3rem;font-weight:600}.admin-dashboard__legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.account-preferences{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 2.5rem}.account-preferences__header h1{margin:0 0 .25rem;font-size:2rem}.account-preferences__header p{margin:0;color:var(--color-text-muted);max-width:640px}.account-preferences__status,.account-preferences__error,.account-preferences__success{padding:1rem 1.25rem;border-radius:10px;max-width:640px}.account-preferences__status{background:var(--color-surface);box-shadow:0 10px 26px var(--color-shadow);font-weight:600}.account-preferences__error{background:#dc35451a;color:#b00020;border:1px solid rgba(220,53,69,.35)}.account-preferences__success{background:#22c55e1f;color:#047857;border:1px solid rgba(34,197,94,.35)}.account-preferences__card{background:var(--color-surface);box-shadow:0 16px 40px var(--color-shadow);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:2rem;max-width:720px}.account-preferences__card-title{margin:0;font-size:1.5rem}.account-preferences__card-intro{margin:0;color:var(--color-text-muted)}.account-preferences__card fieldset{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.account-preferences__card legend{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.account-preferences__description{margin:0 0 .25rem;color:var(--color-text-muted)}.preference-toggle{display:flex;gap:1rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);align-items:flex-start}.preference-toggle input{margin-top:.25rem}.preference-toggle strong{display:block;font-size:1rem;margin-bottom:.25rem}.preference-toggle p{margin:0;color:var(--color-text-muted);font-size:.9rem}.account-preferences__actions{display:flex;justify-content:flex-end}.account-preferences__actions button{padding:.75rem 1.5rem;border-radius:10px;border:none;background:#2748ff;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}.account-preferences__actions button[disabled]{background:#2748ff66;cursor:not-allowed}.account-preferences__actions button:not([disabled]):hover{background:#1c33b3}.account-preferences__danger-card{background:#dc354514;border:1px solid rgba(220,53,69,.4);border-radius:16px;padding:1.75rem;max-width:720px;box-shadow:0 18px 36px var(--color-shadow);display:flex;flex-direction:column;gap:1rem}.account-preferences__danger-card h2{margin:0;font-size:1.5rem}.account-preferences__danger-card p{margin:0;color:var(--color-text)}.account-preferences__danger-form{display:flex;flex-direction:column;gap:.75rem}.account-preferences__danger-form label{font-weight:600;color:var(--color-text)}.account-preferences__danger-form input{border:1px solid rgba(220,53,69,.5);border-radius:10px;padding:.65rem .75rem;background:var(--color-surface);color:var(--color-text)}.account-preferences__danger-form input:disabled{opacity:.7}.account-preferences__danger-actions{display:flex;justify-content:flex-end}.account-preferences__danger-actions button{border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;background:#dc2626;color:#fff;cursor:pointer;transition:background .2s ease}.account-preferences__danger-actions button[disabled]{opacity:.6;cursor:not-allowed}.account-preferences__danger-actions button:not([disabled]):hover{background:#b91c1c}.account-preferences__danger-error{background:#dc35452e;border:1px solid rgba(220,53,69,.4);color:#7f1d1d;border-radius:10px;padding:.65rem .75rem}.account-preferences__danger-pill{display:inline-flex;align-items:center;justify-content:center;padding:.1rem .4rem;border-radius:999px;background:#dc354526;color:#b91c1c;font-size:.85rem;margin:0 .2rem}@media(max-width:768px){.account-preferences{padding:1.5rem 1rem}.account-preferences__card{padding:1.5rem}}.node-designer{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 2.5rem}.node-designer__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-end}.node-designer__header h1{margin:0 0 .3rem;font-size:2rem}.node-designer__header p{margin:0;color:var(--color-text-muted);max-width:640px}.node-designer__header-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.node-designer__header-actions .copy-feedback{margin:0}.node-designer__action-group{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:12px;background:var(--color-surface);box-shadow:0 8px 20px var(--color-shadow);width:-moz-fit-content;width:fit-content;max-width:100%}.node-designer__action-group--workspace{align-self:flex-start}.node-designer__action-group-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:var(--color-text-muted);margin-right:.5rem}.node-designer__workspace{display:grid;gap:1.5rem}.node-designer__workspace-actions{display:flex;justify-content:flex-start;margin-bottom:.75rem;grid-column:1 / -1}.node-designer__import-backdrop{position:fixed;inset:0;background:#0a0c18b8;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.node-designer__import-modal{width:min(720px,90vw);background:var(--color-surface);border-radius:20px;padding:1.75rem;box-shadow:0 24px 60px #0c162c66;display:flex;flex-direction:column;gap:1rem;max-height:90vh;overflow:auto}.node-designer__import-header h2{margin:0;font-size:1.4rem}.node-designer__import-header p{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.95rem}.node-designer__import-label{font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.node-designer__import-textarea{width:100%;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);font-family:JetBrains Mono,Fira Code,Menlo,monospace;font-size:.9rem;line-height:1.45;padding:1rem;resize:vertical;min-height:260px}.node-designer__import-textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2563eb33}.node-designer__import-error{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;border-radius:10px;padding:.75rem 1rem;font-size:.9rem}.node-designer__import-actions{display:flex;justify-content:flex-end;gap:.75rem}@media(min-width:1200px){.node-designer__workspace{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}}.node-designer__workspace--preview-only{grid-template-columns:minmax(0,1fr)}.node-designer__workspace--preview-only .node-designer__preview{min-height:640px}.node-designer__editors{display:grid;gap:1rem}.node-designer__editor{display:flex;flex-direction:column;gap:.5rem;background:var(--color-surface);border-radius:16px;padding:1rem;box-shadow:0 14px 40px var(--color-shadow)}.node-designer__editor label{font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.node-designer__textarea{width:100%;min-height:160px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);font-family:JetBrains Mono,Fira Code,Menlo,monospace;font-size:.9rem;padding:.9rem;resize:vertical;line-height:1.45}.node-designer__textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2563eb33}.node-designer__textarea--css{min-height:200px}.node-designer__textarea--javascript{min-height:220px}.node-designer__preview{background:var(--color-surface);border-radius:16px;box-shadow:0 14px 40px var(--color-shadow);display:flex;flex-direction:column;overflow:hidden}.node-designer__preview-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.node-designer__preview-text h2{margin:0;font-size:1.2rem}.node-designer__preview-text p{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.9rem}.node-designer__preview-actions{display:flex;gap:.5rem;flex-wrap:wrap}.node-designer__preview-frame{flex:1 1 auto;border:none;min-height:420px;background:#0f172a}.node-designer__reset-button--confirm{background:#dc2626;border-color:#dc2626;color:#fff}.node-designer__reset-button--confirm:hover{background:#b91c1c;border-color:#b91c1c}@media(max-width:768px){.node-designer{padding:1.5rem 1rem}.node-designer__workspace{grid-template-columns:1fr}}.faq{display:flex;flex-direction:column;gap:1.5rem;max-width:900px}.faq__intro{color:var(--color-text-muted);margin:0}.faq__section{background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 12px 28px #1b243012}.faq__section h2{margin-top:0}.faq__section-lead{margin:.25rem 0 .75rem;color:var(--color-text-muted);line-height:1.6}.faq__section ul{margin:.75rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.faq__section li{line-height:1.6;color:#1b2430bf}.faq__section strong{color:#1b2430}.faq__section--admin{border:1px solid rgba(37,99,235,.18);box-shadow:0 16px 32px #1b24301f}.faq__media-placeholder{margin-top:1rem;border:1.5px dashed rgba(27,36,48,.35);border-radius:12px;min-height:160px;display:flex;align-items:center;justify-content:center;color:#1b243099;font-weight:600;background:#1b243005}.faq__media-item{margin-top:1rem;border-radius:14px;overflow:hidden}.faq__media-item img,.faq__media-item video{display:block;width:100%;max-width:520px;border-radius:14px;box-shadow:0 10px 35px #080f1a33;margin:0 auto}:root[data-theme=dark] .faq,:root[data-theme=dark] .faq p,:root[data-theme=dark] .faq li,:root[data-theme=dark] .faq__intro,:root[data-theme=dark] .faq__section{color:#ffffffeb}:root[data-theme=dark] .faq h1,:root[data-theme=dark] .faq h2,:root[data-theme=dark] .faq h3,:root[data-theme=dark] .faq__section strong{color:#fff}:root[data-theme=dark] .faq__section{box-shadow:0 12px 28px #080f1a66}::root [data-theme=dark] .faq__intro,::root [data-theme=dark] .faq__section li,::root [data-theme=dark] .faq__section p{color:#e5e9f0c7}::root [data-theme=dark] .faq__section strong{color:#e5e9f0c7}:root[data-theme=dark] .faq__section--admin{border-color:#60a5fa47;box-shadow:0 16px 32px #080f1a85}:root[data-theme=dark] .faq__section-lead{color:#e5e9f0c7}:root[data-theme=dark] .faq__media-placeholder{border-color:#94a3b899;color:#e2e8f0cc;background:#f8fafc05}:root[data-theme=dark] .faq__media-item{margin-top:1rem}.my-entries{display:flex;flex-direction:column;gap:1.5rem}.my-entries__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.my-entries__filters{display:flex;gap:2rem;flex-wrap:wrap;background:var(--color-surface);padding:1.25rem 1.5rem;border-radius:16px;box-shadow:0 14px 30px var(--color-shadow)}.my-entries__filter-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.6rem;color:var(--color-text-muted)}.my-entries__sections{display:grid;gap:1.5rem}.my-entries__section{background:var(--color-surface);border-radius:16px;box-shadow:0 14px 30px var(--color-shadow);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.my-entries__section header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.my-entries__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.my-entries__item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.my-entries__item-meta{margin:.35rem 0 0;font-size:.85rem;color:var(--color-text-muted)}.my-entries__item-actions{display:flex;gap:.5rem}@media(max-width:768px){.my-entries__item{align-items:flex-start;flex-direction:column}.my-entries__item-actions{width:100%;justify-content:flex-start}}.forum{display:flex;flex-direction:column;gap:1.5rem}.form-field--full{grid-column:1 / -1}.forum__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.forum__layout{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:2rem;align-items:flex-start}.forum__sidebar{display:flex;flex-direction:column;gap:1.5rem;background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow)}.forum__sidebar-header h2{margin:0;font-size:1.1rem}.forum__sidebar-header p{margin:.25rem 0 0;color:var(--color-text-muted);font-size:.9rem}.forum__category-list,.forum__category-sublist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.forum__category-item{list-style:none}.forum__category-sublist{margin:.25rem 0 0;padding-left:0;gap:.25rem}.forum__category-button{width:100%;background:none;border:none;text-align:left;padding:.45rem .75rem;border-radius:12px;font:inherit;color:inherit;transition:background-color .2s ease,color .2s ease;cursor:pointer}.forum__category-button:hover{background:#2748ff14}.button-secondary-danger{background:transparent;color:#ef4444;border:1.5px solid #ef4444;border-radius:8px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease}.button-secondary-danger:hover{background-color:#ef4444;color:#fff}.forum__category-button--active{background:#2748ff24;color:var(--color-accent);font-weight:600}.forum__sidebar-footer{display:flex;justify-content:flex-start}.forum__content{display:flex;flex-direction:column;gap:1.5rem}.forum__filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow)}.forum__filters input[type=search],.forum__filters select{border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:.55rem .75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.forum__filters input[type=search]::placeholder{color:var(--color-text-muted)}.forum__filters input[type=search]:focus,.forum__filters select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.forum__filters input[type=search]{padding-left:2.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-4.35-4.35m1.1-5.4a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;background-size:1rem 1rem}.forum__filter-group{display:flex;flex-direction:column;gap:.4rem}.forum__filter-group label{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.forum__filter-checkboxes{display:flex;gap:2.25rem;align-items:center;padding-top:1.8rem}.forum__filter-checkboxes .checkbox-field{align-items:center;gap:1.1rem}.forum__filter-checkboxes .checkbox-field input[type=checkbox]{width:1rem;margin-right:10px}@media(max-width:640px){.forum__filter-checkboxes{padding-top:0}}.forum__category-summary{background:var(--color-surface);padding:1rem 1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:.4rem}.forum__category-title{font-weight:600;font-size:1rem}.forum__category-description{margin:0;color:var(--color-text-muted);font-size:.9rem}.forum__requests{background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:1rem}.forum__request-form{background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.forum__request-form .form-field{display:flex;flex-direction:column;gap:.45rem}.forum__request-form .form-field input,.forum__request-form .form-field select,.forum__request-form .form-field textarea{border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:.55rem .75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.forum__request-form .form-field input:focus,.forum__request-form .form-field select:focus,.forum__request-form .form-field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.forum__request-form textarea{min-height:160px}.forum__request-form-actions{display:flex;gap:.75rem;grid-column:1 / -1}.form-field--wide{grid-column:span 2}@media(max-width:640px){.form-field--wide{grid-column:1 / -1}}.forum__requests-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.forum__requests-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,auto));gap:.75rem 1.25rem;align-items:end}.forum__requests-controls label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--color-text-muted);align-items:flex-start}.forum__requests-controls select,.forum__requests-controls input[type=search]{margin-top:.3rem;border-radius:10px;border:1px solid var(--color-border);padding:.4rem .75rem;background:var(--color-surface-muted);color:var(--color-text);width:100%}.forum__requests-controls input[type=search]{min-width:320px}.forum__requests-controls .checkbox-field{flex-direction:row;gap:.4rem;align-items:center;font-weight:600;margin:0}.forum__requests-refresh{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--color-text-muted);white-space:nowrap}.forum__requests-refresh:before{content:"";display:inline-block;width:.45rem;height:.45rem;border-radius:50%;background:var(--color-accent);animation:forum-request-refresh-pulse 1.2s ease-in-out infinite}@keyframes forum-request-refresh-pulse{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.25)}to{opacity:.4;transform:scale(.9)}}@media(prefers-reduced-motion:reduce){.forum__requests-refresh:before{animation:none}}.forum__request-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.forum__request-form .form-field:nth-child(3){grid-column:1 / -1}.forum__request-form-actions{display:flex;gap:.75rem}.forum__request-list{display:flex;flex-direction:column;gap:1rem;position:relative}.forum__request-list--busy{pointer-events:none}.forum__request-list__overlay{position:absolute;inset:0;border-radius:16px;background:#ffffffb8;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-text);text-align:center;padding:1rem;box-shadow:0 20px 40px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(prefers-color-scheme:dark){.forum__request-list__overlay{background:#0f172ab8}}.forum__request-cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.forum-request-card{display:flex;gap:1rem;border:1px solid var(--color-border);border-radius:16px;padding:1rem;background:var(--color-surface-muted);box-shadow:0 8px 24px var(--color-shadow)}.forum-request-card--done{background:#10b98114;border-color:#10b98166}.forum-request-card--under-development{background:#eab30814;border-color:#eab30866}.forum-request-card__vote{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:140px}.forum-request-card__vote-button{width:100%}.forum-request-card__vote-button--active{background:var(--color-accent);color:#fff}.forum-request-card__vote-count{font-weight:600;font-size:1.25rem;font-variant-numeric:tabular-nums}.animated-counter{display:inline-flex;overflow:hidden;height:1.5rem;line-height:1.5rem;font-variant-numeric:tabular-nums}.animated-counter__track{display:flex;flex-direction:column;transform:translateY(0);transition:transform .32s cubic-bezier(.22,1,.36,1)}.animated-counter__value{display:inline-flex;align-items:center;justify-content:flex-start;min-height:1.5rem}.animated-counter--active.animated-counter--up .animated-counter__track{transform:translateY(-50%)}.animated-counter--active.animated-counter--down .animated-counter__track{transform:translateY(50%)}@media(prefers-reduced-motion:reduce){.animated-counter__track{transition:none}.animated-counter--active.animated-counter--up .animated-counter__track,.animated-counter--active.animated-counter--down .animated-counter__track{transform:translateY(0)}}.forum-request-card__body{flex:1;display:flex;flex-direction:column;gap:.35rem}.forum-request-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.9rem;color:var(--color-text-muted);align-items:center}.forum-request-card__kind{padding:.1rem .6rem;border-radius:999px;background:#2748ff1f;color:var(--color-accent);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.forum-request-card__kind--node{background:#0596692e;color:#059669}.forum-request-card__status{padding:.1rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.forum-request-card__status--open{background:#22c55e2e;color:#16a34a}.forum-request-card__status--under_development{background:#eab3082e;color:#ca8a04}.forum-request-card__status--done{background:#10b98140;color:#0f9f7a}.forum-request-card__marketplace-link{font-size:.85rem;color:var(--color-accent);text-decoration:none}.forum-request-card__marketplace-link:hover{text-decoration:underline}.forum-request-card__body h3{margin:0;font-size:1.1rem}.forum-request-card__body p{margin:0;color:var(--color-text)}.forum-request-card__edit{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.forum-request-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.forum-request-card__status-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.forum-request-card__status-actions .button{width:100%;justify-content:center}.forum-request-card__status-actions .button-tertiary{border:1px solid var(--color-border);background:transparent;color:var(--color-text)}.forum-request-card__status-actions .button-tertiary:hover{background:#ffffff0d}.forum-request-card__done-form{display:flex;flex-direction:column;gap:.5rem}.forum-request-card__done-form input{border-radius:10px;border:1px solid var(--color-border);padding:.5rem .75rem;background:var(--color-surface);color:var(--color-text)}.button--confirm{border-color:#f97316;color:#f97316}.button--confirm:hover{background:#f97316;color:#fff}.forum-request-card__edit .form-field input,.forum-request-card__edit .form-field textarea{border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:.6rem .75rem;box-shadow:inset 0 1px 2px #00000026}.forum-request-card__edit .form-field label{font-size:.85rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.4rem;display:block}.forum-request-card__edit .form-field textarea{min-height:160px}.forum-request-card__edit .form-field input:focus,.forum-request-card__edit .form-field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #2748ff40}@media(max-width:640px){.forum-request-card{flex-direction:column}.forum-request-card__vote{flex-direction:row;justify-content:space-between;min-width:auto}.forum__requests-header{flex-direction:column}}.forum__composer{background:var(--color-surface);padding:1.5rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow)}.forum__composer .form-field input,.forum__composer .form-field select,.forum__composer .form-field textarea{border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:.55rem .75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.forum__composer .form-field textarea{padding:.75rem}.forum__composer .form-field input:focus,.forum__composer .form-field select:focus,.forum__composer .form-field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.forum__composer .form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.forum__composer .form-field label{font-weight:600;color:var(--color-text-muted)}.forum__composer-actions{display:flex;gap:.75rem;margin-top:25px}.forum__composer-admin{display:grid;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.forum__composer-admin textarea{width:100%}.forum__highlights{background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:1rem}.forum__highlight-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.forum__highlight-header h2{margin:0;font-size:1.1rem}.forum__highlight-header span{color:var(--color-text-muted);font-size:.9rem}.forum__highlight-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.forum__list{display:flex;flex-direction:column;gap:1rem}.forum-thread-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.forum-thread-card{display:flex;flex-direction:column;gap:.75rem;background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.forum-thread-card:hover,.forum-thread-card:focus{text-decoration:none;transform:translateY(-4px);box-shadow:0 18px 45px var(--color-shadow-strong)}.forum-thread-card__header{display:flex;flex-direction:column;gap:.4rem}.forum-thread-card__title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.forum-thread-card__title h2{margin:0;font-size:1.1rem}.forum-thread-card__meta{display:flex;gap:1.25rem;font-size:.85rem;color:var(--color-text-muted)}.forum-thread-card__author{font-size:.82rem}.forum-thread-card{position:relative}.forum-thread-card__preview{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--color-text)}.forum-thread-card__preview-pill{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background-color:#2563eb;color:#fff}.forum-thread-card__preview-pill--answer{background-color:#1dc520;color:#14532d}.forum-thread-card__preview-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-thread-card__category{margin-top:.25rem;font-size:.85rem;color:var(--color-text-muted)}.forum-thread-card__tags{display:flex;gap:.4rem;flex-wrap:wrap}.forum-thread-card__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:999px;background-color:#2563eb;color:#fff}.forum-thread-card__badge--open{background-color:#2563eb;color:#fff}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:15px;display:inline-flex;align-items:center;justify-content:center;line-height:1;transform:translateY(2.5px);margin-right:5px}.forum-thread-card__badge--answer,.forum-thread-card__badge--answered{background-color:#1dc520}.forum-thread-card__badge--pinned{background-color:#facc15;color:#1f2937}.forum-thread-card__badge--locked{background-color:#dc2626}.forum-thread-card__badge--thales{background-color:#312e81;color:#fff}.forum-thread-card--highlight{border:1px solid var(--color-border);background:var(--color-surface-muted);box-shadow:none}.forum-thread-card--pinned{border:1px solid rgba(234,179,8,.35);background:#eab30814}.forum-thread-card--locked{border:1px solid rgba(239,68,68,.28);background:#ef44440f}.forum-thread{display:flex;flex-direction:column;gap:1.5rem}.forum-thread__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.forum-thread__title-group{display:flex;flex-direction:column;gap:.75rem}.forum-thread__title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.forum-thread__title{margin:0}.forum-thread__category-info{font-size:1rem;color:var(--color-text-muted);font-weight:500}.forum-thread__header-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.forum-thread__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:999px;background-color:#2563eb;color:#fff}.forum-thread__badge--open{background-color:#2563eb;color:#fff}.forum-thread__badge--answer,.forum-thread__badge--answered{background-color:#21d024}.forum-thread__badge--pinned{background-color:#facc15;color:#1f2937}.forum-thread__badge--locked{background-color:#dc2626}.forum-thread__badge--thales{background-color:#312e81;color:#fff}.forum-thread__watch-button{font-weight:600;margin-left:.5rem}.forum-thread__watch-button--active{color:var(--color-accent)}.forum-thread__meta{background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:grid;gap:.5rem}.forum-thread__pinned-note{font-size:.9rem;color:var(--color-text-muted)}.forum-thread__notification-note{font-size:.85rem;color:var(--color-text-muted)}.forum-thread__category{display:flex;flex-wrap:wrap;gap:.25rem;font-size:.9rem;color:var(--color-text-muted)}.forum-thread__closure{font-size:.9rem;color:var(--color-text-muted)}.forum-thread__tags{display:flex;gap:.4rem;flex-wrap:wrap}.forum-thread__lock-banner{display:flex;gap:.75rem;align-items:flex-start;background:#ef44441f;border:1px solid rgba(239,68,68,.3);border-radius:16px;padding:1rem 1.25rem}.forum-thread__lock-icon{color:#b91c1c;font-size:20px;margin-top:2px}.link-button{background:none;border:none;padding:0;font-size:.9rem;font-weight:600;color:var(--color-accent);cursor:pointer}.link-button:hover,.link-button:focus{text-decoration:underline}.forum-thread__moderation{background:var(--color-surface);padding:1rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:1rem}.forum-thread__close-form{display:flex;flex-direction:column;gap:.75rem}.forum-thread__close-form textarea{width:100%}.forum-thread__close-form textarea,.forum-thread__lock-form textarea{border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:.75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.forum-thread__close-form textarea:focus,.forum-thread__lock-form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.forum-thread__moderation-group{display:flex;flex-direction:column;gap:.75rem}.forum-thread__moderation-note,.forum-thread__moderation-hint{font-size:.85rem;color:var(--color-text-muted)}.forum-thread__lock-form{display:flex;flex-direction:column;gap:.5rem}.forum-thread__lock-form textarea{width:100%}.forum-thread__lock-actions{display:flex;flex-direction:column;gap:.5rem}.forum-thread__posts{display:flex;flex-direction:column;gap:1rem}.forum-thread__pagination{align-self:flex-start}.forum-thread__answer-highlight{background:#22c55e1a;border:2px solid rgba(34,197,94,.4);border-radius:16px;padding:1.25rem;box-shadow:0 12px 28px var(--color-shadow);display:flex;flex-direction:column;gap:.75rem}.forum-thread__answer-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}.forum-thread__answer-header h2{margin:0;font-size:1.05rem}.forum-thread__answer-body{color:var(--color-text-strong)}.forum-thread__answer-body p{margin:0;white-space:pre-line}.forum-post{background:var(--color-surface);padding:1rem;border-radius:12px;box-shadow:0 8px 20px var(--color-shadow);margin-bottom:.75rem;transition:box-shadow .2s ease,border-color .2s ease}.forum-post--answer{border:2px solid rgba(34,197,94,.4)}.forum-post--highlight{box-shadow:0 0 0 3px #2748ff3d,0 12px 28px var(--color-shadow)}.forum-post__meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.85rem;margin-bottom:.5rem}.forum-post__timestamp,.forum-post__edited,.forum-post__deleted{color:var(--color-text-muted)}.forum-post__meta-actions{display:inline-flex;align-items:center;gap:.5rem}.button-tertiary{padding:.45rem .8rem;border:1px solid rgba(100,116,139,.6);border-radius:10px;background:transparent;color:var(--color-text);font-weight:600;font-size:.85rem;transition:background .2s ease,color .2s ease}.button-tertiary:hover,.button-tertiary:focus{background:#94a3b81a}.button-tertiary-danger{border-color:#ef444499;color:#ef4444}.button-tertiary-danger:hover,.button-tertiary-danger:focus{background:#ef444426}.button-tertiary-small{padding:.3rem .6rem;font-size:.75rem}.forum-post__answer-badge{font-size:.75rem;font-weight:600;color:#166534;background:#22c55e26;padding:.2rem .5rem;border-radius:999px}.forum-post__content p{margin:0;white-space:pre-wrap}.forum-post__actions{display:flex;gap:.75rem;margin-top:.75rem}.forum-post__replies{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.forum-post__edit{background:var(--color-surface);padding:1rem;border-radius:12px;box-shadow:0 8px 20px var(--color-shadow);margin-bottom:.75rem}.forum-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:80}.forum-modal__backdrop{position:absolute;inset:0;background:#0b122080}.forum-modal__panel{position:relative;background:var(--color-surface);border-radius:16px;box-shadow:0 20px 45px var(--color-shadow-strong);padding:1.5rem;width:min(560px,95vw);display:flex;flex-direction:column;gap:1rem}.forum-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.forum-modal__description{margin:0;color:var(--color-text-muted);font-size:.9rem}.forum-modal__field{display:flex;flex-direction:column;gap:.5rem}.forum-modal__field label{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.forum-modal__field input,.forum-modal__field select{border-radius:10px;border:1px solid var(--color-border);padding:.6rem .75rem;font-size:.95rem}.forum-modal__selection{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.85rem;background:var(--color-surface-muted);border-radius:12px;padding:.75rem 1rem}.forum-modal__status{font-size:.85rem;color:var(--color-text-muted)}.forum-modal__results{list-style:none;margin:0;padding:0;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);max-height:240px;overflow-y:auto}.forum-modal__results li+li{border-top:1px solid var(--color-border)}.forum-modal__results button{width:100%;text-align:left;padding:.7rem .9rem;background:transparent;border:none;display:flex;flex-direction:column;gap:.3rem;cursor:pointer}.forum-modal__results button:hover,.forum-modal__results button:focus{background:#2748ff14}.forum-modal__result-title{font-weight:600}.forum-modal__result-meta{font-size:.8rem;color:var(--color-text-muted)}.forum-modal__actions{display:flex;align-items:center;gap:.75rem;justify-content:flex-end}.forum-post__edit-actions{display:flex;gap:.75rem;margin-top:.75rem}.forum-thread__reply{background:var(--color-surface);padding:1.25rem;border-radius:16px;box-shadow:0 12px 28px var(--color-shadow)}.forum-thread__reply textarea{width:100%;margin-top:.5rem}.forum-thread__reply textarea{border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:.75rem;box-shadow:0 2px 10px var(--color-shadow);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.forum-thread__reply textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2748ff33}.forum-thread__reply-actions{display:flex;gap:.75rem;margin-top:.75rem}.forum-thread__reply-disabled{padding:1rem;border-radius:12px;background:#94a3b826;color:var(--color-text-muted)}.forum-thread__reply-disabled--locked{border:1px solid rgba(239,68,68,.28);color:#b91c1c;background:#ef44441f}.toggle-field{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--color-text)}.toggle-field input[type=checkbox]{width:1rem;accent-color:var(--color-accent)}:root[data-theme=dark] .forum__filters input[type=search],:root[data-theme=dark] .forum__filters select,:root[data-theme=dark] .forum__composer .form-field input,:root[data-theme=dark] .forum__composer .form-field select,:root[data-theme=dark] .forum__composer .form-field textarea,:root[data-theme=dark] .forum-thread__close-form textarea,:root[data-theme=dark] .forum-thread__lock-form textarea,:root[data-theme=dark] .forum-thread__reply textarea{background-color:#ffffff0f;border-color:#ffffff2e}@media(max-width:960px){.forum__layout{grid-template-columns:1fr}.forum__sidebar{position:relative}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.navbar__brand{font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.navbar__nav{display:flex;gap:1rem}.nav-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-radius:6px;color:var(--color-text-strong);font-weight:600;transition:background .2s ease,color .2s ease}.nav-link:hover{background:#2748ff1f;color:var(--color-accent)}.nav-link-active{background:#2748ff33;color:var(--color-accent);font-weight:700}.nav-link--nudge{position:relative;overflow:visible}.nav-link__nudge{position:absolute;bottom:-1.75rem;right:-.2rem;font-size:.62rem;font-weight:700;color:#0f172a;background:#fcd34df2;border-radius:12px;padding:.12rem .4rem;box-shadow:0 6px 18px #02081766;border:1px solid rgba(234,179,8,.5);line-height:1.2}.nav-link__nudge:after{content:"";position:absolute;top:-5px;right:18px;width:8px;height:8px;background:#fcd34df2;border-left:1px solid rgba(234,179,8,.5);border-top:1px solid rgba(234,179,8,.5);transform:rotate(45deg);box-shadow:2px -2px 6px #02081740}.nav-link--nudge:after{content:"";position:absolute;top:-.2rem;right:.4rem;width:6px;height:6px;border-radius:50%;background:#38bdf8;animation:faq-ping 1.6s infinite}@keyframes faq-ping{0%{transform:scale(.5);opacity:.8}70%{transform:scale(1.4);opacity:0}to{opacity:0}}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;padding:0 .35rem;height:1.25rem;border-radius:999px;background:var(--color-accent);color:var(--color-background);font-size:.65rem;font-weight:700;line-height:1}.navbar__actions{display:flex;align-items:center;gap:1rem}.navbar__user{display:flex;flex-direction:column;align-items:flex-end}.navbar__user-name{font-weight:600;font-size:.95rem}.navbar__user-role{font-size:.75rem;text-transform:uppercase;color:var(--color-text-faint)}.navbar__user-menu{position:relative;display:inline-block}.navbar__user-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:none;border-radius:8px;color:inherit;cursor:pointer;font-size:.95rem;transition:background .2s ease}.navbar__user-button:hover{background:var(--color-bg-secondary)}.navbar__user-icon{font-size:1.2rem}.navbar__user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.navbar__arrow{font-size:.8rem}.navbar__dropdown{position:absolute;right:0;top:100%;margin-top:.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-md);min-width:200px;padding:.75rem;z-index:20}.navbar__dropdown-header{border-bottom:1px solid var(--color-border);padding-bottom:.5rem;margin-bottom:.5rem}.navbar__dropdown-name{font-weight:600}.navbar__dropdown-role{font-size:.8rem;opacity:.8}.navbar__dropdown-item{display:flex;align-items:center;gap:1rem;width:100%;padding:.75rem 1.25rem;font-size:.95rem;border-radius:8px;background:none;border:none;cursor:pointer;text-decoration:none!important;color:var(--color-text-strong);transition:background .2s ease,color .2s ease,transform .1s ease}.navbar__dropdown-item *{text-decoration:none!important}.navbar__dropdown-item:hover{background:#2748ff1f;color:var(--color-accent);transform:translate(2px)}.navbar__dropdown-item .material-icons{font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;text-decoration:none!important}.navbar__dropdown-item.logout{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.65rem 1rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;font-weight:600;font-size:.95rem;color:var(--color-error, #d9534f);cursor:pointer;transition:background .2s ease,color .2s ease}.navbar__dropdown-item.logout:hover{background:var(--color-error, #d9534f);color:var(--color-background)}.logout-icon{font-size:1.5rem}.theme-switch-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:1.5rem 0}.theme-icon{font-size:1.1rem}.theme-switch{position:relative;display:inline-block;width:46px;height:24px}.theme-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cdd8f0;transition:.3s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#2e6bd3;transition:.3s;border-radius:50%}.theme-switch input:checked+.slider:before{transform:translate(22px)}.material-icons{vertical-align:middle;font-size:2rem}@media(max-width:768px){.navbar{flex-wrap:wrap;gap:1rem}.navbar__nav{order:3;width:100%}}.faq-badge{position:absolute;top:-.35rem;right:-.25rem;background:#38bdf8;color:#fff;font-size:.55rem;font-weight:700;border-radius:999px;padding:.1rem .35rem;text-transform:uppercase;box-shadow:0 0 6px #38bdf899;animation:pulseBadge 1.8s infinite}@keyframes pulseBadge{0%,to{transform:scale(1);box-shadow:0 0 6px #38bdf899}50%{transform:scale(1.2);box-shadow:0 0 10px #38bdf8cc}}.faq-tooltip{position:absolute;top:3rem;left:50%;background:#fffffffa;color:#0f172a;font-size:.7rem;font-weight:600;border:1px solid rgba(0,0,0,.1);padding:.4rem .7rem;border-radius:6px;box-shadow:0 6px 14px #02081740;white-space:nowrap;z-index:50;animation:fadeInTooltip .3s ease forwards;transform:translate(-50%)}.faq-tooltip:after{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:#fffffffa;border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}@keyframes fadeInTooltip{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}.teams-page{display:flex;flex-direction:column;gap:1.5rem}.teams-page__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.teams-page__actions{display:flex;gap:.75rem}.teams-section__header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.teams-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.75rem}.team-card{border:1px solid var(--color-border);border-radius:12px;padding:1rem;background:var(--color-surface);box-shadow:0 8px 20px var(--color-shadow);display:flex;flex-direction:column;gap:.75rem}.team-card--pending{border-style:dashed}.team-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.team-card__description{margin:0;color:var(--color-text-soft)}.team-card__actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.team-detail__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.team-detail__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;align-items:start;margin-bottom:1.25rem}.team-members{margin-top:1rem}.team-members table{width:100%;border-collapse:collapse}.team-members th,.team-members td{text-align:left;padding:.65rem .4rem;border-bottom:1px solid var(--color-border)}.team-members th{font-weight:700;color:var(--color-text-muted)}.team-members tbody tr:hover{background:var(--color-surface-muted)}.team-members__role-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-weight:600;font-size:.85rem;background:#3b82f61f;color:#1d4ed8}.team-members__role-pill--admin{background:#6d28d91f;color:#6d28d9}.team-members__actions{display:flex;gap:.5rem}.team-add-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem;align-items:end}.team-add-form .form-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.35rem}.team-add-form input,.team-add-form select{border:1px solid var(--color-border);border-radius:10px;padding:.55rem .75rem;background:var(--color-surface-muted);color:var(--color-text);box-shadow:0 4px 12px var(--color-shadow)}.team-add-form button{width:100%}.team-add-form .form-row label{font-weight:600}.hint{margin:0;color:var(--color-text-muted);font-size:.9rem}.team-edit-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;align-items:start}.team-edit-form .form-row{display:flex;flex-direction:column;gap:.35rem}.team-edit-form input,.team-edit-form textarea{border:1px solid var(--color-border);border-radius:10px;padding:.55rem .75rem;background:var(--color-surface-muted);color:var(--color-text);box-shadow:0 4px 12px var(--color-shadow)}.team-edit-form button{align-self:flex-start;margin-top:1.9rem}.team-suggestions{display:flex;flex-direction:column;gap:.35rem;margin-top:.35rem}.team-suggestion{display:grid;grid-template-columns:1.2fr 1fr auto;gap:.35rem;text-align:left;border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;padding:.55rem .65rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.team-suggestion:hover,.team-suggestion--selected{border-color:var(--color-accent);box-shadow:0 8px 16px var(--color-shadow);transform:translateY(-1px)}.team-suggestion__name{font-weight:700}.team-suggestion__email{color:var(--color-text-muted);font-size:.9rem}.team-suggestion__role{justify-self:end;font-size:.85rem;color:var(--color-text-soft)}
