:root{--color-black:#000;--color-white:#fff;--color-grey-light:#f5f5f5;--color-navy-midnight:#0a152b;--color-navy-deep:#002452;--color-blue-cobalt:#004f91;--color-blue-electric:#005fff;--color-cyan-sky:#85e7ff;--color-blue-ice:#d8f2ff;--color-green-forest:#13342b;--color-green-hunter:#376048;--color-green-lime:#87ef00;--color-green-mint:#e3ffe3;--color-red-oxblood:#450012;--color-red-crimson:#9a2136;--color-red-scarlet:#ce0000;--color-pink-salmon:#ffa7b3;--color-pink-blush:#ffebfa;--color-purple-midnight:#306;--color-purple-amethyst:#623e8a;--color-purple-lavender:#f2ebff;--color-brown-mahogany:#521513;--color-orange-burnt:#9a4018;--color-yellow-canary:#ffe300;--color-yellow-cream:#fffad1;--color-navy-midnight-alpha-10:#0a152b1a;--color-navy-midnight-alpha-20:#0a152b33;--color-navy-midnight-alpha-40:#0a152b66;--color-navy-midnight-alpha-50:#0a152b80;--color-navy-midnight-alpha-85:#0a152bd9;--color-navy-midnight-alpha-90:#0a152be6;--color-data-blue-50:#f5faff;--color-data-blue-100:#c2e3ff;--color-data-blue-200:#85c8ff;--color-data-blue-300:#4cafff;--color-data-blue-400:#1a98ff;--color-data-blue-500:#007ee6;--color-data-blue-600:#0062b3;--color-data-blue-700:#004680;--color-data-blue-800:#002a4d;--color-data-blue-900:#000e1a;--accent-primary:var(--color-blue-cobalt);--accent-secondary:var(--color-green-mint);--surface-app:var(--color-blue-ice);--surface-page:var(--color-white);--surface-panel:var(--color-grey-light);--text-primary:var(--color-navy-midnight);--text-inverse:var(--color-white);--border-subtle:var(--color-navy-midnight-alpha-10)}.confirm-popover-backdrop{z-index:60;position:fixed;inset:0}.confirm-popover{background:var(--surface-page);border:1px solid var(--color-navy-midnight-alpha-20);box-shadow:0 10px 25px var(--color-navy-midnight-alpha-20);border-radius:8px;width:15rem;padding:.75rem;position:fixed}.confirm-popover p{color:var(--text-primary);margin:0 0 .6rem;font-size:.8rem}.confirm-popover__actions{justify-content:flex-end;gap:.4rem;display:flex}.confirm-popover__actions button{cursor:pointer;border:1px solid #0000;border-radius:5px;padding:.3rem .65rem;font-size:.75rem;font-weight:500}.confirm-popover__cancel{background:var(--surface-panel);color:var(--text-primary)}.confirm-popover__cancel:hover{background:var(--color-blue-ice)}.confirm-popover__confirm{background:var(--color-red-scarlet);color:var(--text-inverse)}.confirm-popover__confirm:hover{background:var(--color-red-crimson)}.resolvers-editor__empty{color:var(--color-navy-midnight-alpha-85);margin:0 0 .5rem;font-size:.8rem;font-style:italic}.resolvers-editor__add,.resolver-box__add-link{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;padding:.2rem 0;font-size:.78rem;font-weight:600}.resolvers-editor__add{background:var(--color-green-hunter);color:var(--text-inverse);border-radius:6px;padding:.4rem .8rem}.resolvers-editor__add:hover{background:var(--color-green-forest)}.resolver-box{border:1px solid var(--border-subtle);background:var(--surface-panel);border-radius:8px;flex-direction:column;gap:.6rem;margin-bottom:.75rem;padding:.75rem;display:flex}.resolver-box__header{text-transform:uppercase;letter-spacing:.03em;color:var(--color-navy-midnight-alpha-85);justify-content:space-between;align-items:center;font-size:.7rem;font-weight:700;display:flex}.resolver-box__header button{color:var(--color-red-scarlet);cursor:pointer;text-transform:none;background:0 0;border:none;font-size:.72rem;font-weight:600}.resolver-box__when>label,.resolver-box__resources>label{text-transform:uppercase;letter-spacing:.03em;color:var(--color-navy-midnight-alpha-85);margin-bottom:.35rem;font-size:.7rem;font-weight:700;display:block}.resolver-box__hint{color:var(--color-navy-midnight-alpha-85);margin:.25rem 0 0;font-size:.68rem}.when-condition-row{align-items:center;gap:.4rem;margin-bottom:.35rem;display:flex}.when-condition-row input{border:1px solid var(--color-navy-midnight-alpha-20);background:var(--surface-page);border-radius:5px;flex:1;min-width:0;padding:.35rem .5rem;font-size:.75rem}.when-condition-row button,.resource-row>button{color:var(--color-navy-midnight-alpha-40);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .2rem;font-size:1.1rem;line-height:1}.when-condition-row button:hover,.resource-row>button:hover{color:var(--color-red-scarlet)}.resolver-box__resource{align-items:flex-start;gap:.3rem;margin-bottom:.5rem;display:flex}.resolver-box__resource-handle{color:var(--color-navy-midnight-alpha-40);cursor:grab;flex-shrink:0;padding-top:.35rem;display:flex}.resolver-box__resource-handle:hover{color:var(--color-blue-electric)}.resource-row{flex:1;align-items:flex-start;gap:.4rem;min-width:0;display:flex}.resource-row--incomplete{border-left:2px solid var(--color-orange-burnt);margin-left:-.6rem;padding-left:.4rem}.resource-row select{border:1px solid var(--color-navy-midnight-alpha-20);background:var(--surface-page);border-radius:5px;flex-shrink:0;width:6.5rem;padding:.3rem .35rem;font-size:.72rem}.resource-row__fields{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.resource-row__fields input,.resource-row__fields textarea{box-sizing:border-box;border:1px solid var(--color-navy-midnight-alpha-20);background:var(--surface-page);border-radius:5px;width:100%;padding:.3rem .5rem;font-family:inherit;font-size:.75rem}.resource-row__inline{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.resource-row__checkbox{color:var(--color-navy-midnight-alpha-85);cursor:pointer;flex:100%;align-items:center;gap:.35rem;font-size:.72rem;font-weight:500;display:flex}.resource-row__checkbox input{margin:0}.resource-row__inline input[type=file]{flex:auto;min-width:8rem;font-size:.68rem}.resource-row__page-range{gap:.35rem;display:flex}.resource-row__page-range input{width:5.5rem}.resource-row__uploading{color:var(--color-navy-midnight-alpha-85);font-size:.68rem}.resource-row__warning{color:var(--color-orange-burnt);margin:0;font-size:.68rem}
