.adjustments-page{max-width:1450px}.adjustments-page .page-heading{align-items:flex-start}.adjustments-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.adjustments-selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px;margin-bottom:18px;border:1px solid var(--line,#37323f);border-radius:16px;background:var(--panel,#201e29)}.adjustments-selectors .field{margin:0}.adjustments-owner{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:16px 0;color:var(--muted,#a8a3b6);font-size:13px}.adjustments-owner strong{font-size:20px;color:var(--text,#eeeaf4)}.adjustments-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.85fr);align-items:start;gap:22px}.adjustments-main{display:grid;gap:18px;min-width:0}.adjustments-card,.adjustments-editor{min-width:0;padding:22px;border:1px solid var(--line,#37323f);border-radius:16px;background:var(--panel,#201e29);overflow-wrap:anywhere}.adjustments-card h2,.adjustments-editor h2{margin:0 0 14px;font-size:20px}.adjustments-card h3{font-size:15px;margin:18px 0 10px}.adjustments-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.adjustments-card-heading>.field{margin:0;max-width:245px}.adjustments-card-heading h2,.adjustments-card-heading h3{margin:0}.adjustments-card-heading>span{flex-shrink:0;font-size:12px;color:#c8b4d7}.adjustments-help{color:var(--muted,#a8a3b6);font-size:13px;line-height:1.8;overflow-wrap:anywhere}.adjustments-derived{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.adjustments-derived>div{padding:15px;border:1px solid var(--line,#37323f);border-radius:12px;background:var(--panel,#201e29);min-width:0}.adjustments-derived span{display:block;font-size:12px;color:var(--muted,#a8a3b6);line-height:1.6}.adjustments-derived strong{display:block;margin-top:8px;font-size:19px;color:#ddc8ed;overflow-wrap:anywhere}.adjustments-table-wrap{overflow-x:auto}.adjustments-page table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.adjustments-page th,.adjustments-page td{padding:11px 6px;border-bottom:1px solid #38313f;vertical-align:middle}.adjustments-page thead th{font-size:12px;font-weight:400;color:var(--muted,#a8a3b6);white-space:nowrap}.adjustments-page tbody th{font-weight:400;min-width:90px}.adjustments-page td{font-variant-numeric:tabular-nums}.adjustments-page th small,.adjustments-page td small{display:block;font-size:11px;line-height:1.6;margin-top:4px;color:var(--muted,#a8a3b6)}.adjustments-delta{color:#c7a9dd}.adjustments-page td .button{padding:7px 10px;min-height:38px;font-size:12px}.adjustments-editor{position:sticky;top:20px;max-height:calc(100vh - 130px);overflow-y:auto;scroll-margin-top:20px}.adjustments-editor .field{margin-bottom:14px}.adjustments-editor input,.adjustments-editor select,.adjustments-editor textarea,.adjustments-selectors select{min-width:0;max-width:100%;width:100%}.adjustments-editor textarea{resize:vertical}.adjustments-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.adjustments-change-list{display:grid;gap:12px;margin:18px 0}.adjustments-change{padding:15px;border:1px solid #494052;border-radius:12px;background:#27222f}.adjustments-change>.adjustments-card-heading{margin-bottom:14px}.adjustments-change .field:last-child{margin-bottom:0}.adjustments-change .button{font-size:12px;padding:6px 10px;min-height:36px}.adjustments-change strong{font-size:14px}.adjustments-effect{padding:16px;background:#28232f;border:1px solid #42364d;border-radius:12px}.adjustments-effects{display:grid;gap:12px}.adjustments-effect p{font-size:13px;line-height:1.7;white-space:pre-wrap;color:var(--muted,#a8a3b6)}.adjustments-effect>small{display:block;font-size:12px;line-height:1.8;color:var(--muted,#a8a3b6)}.adjustments-effect .adjustments-actions{margin-top:14px}.adjustments-tags{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.adjustments-tags span{padding:5px 9px;border-radius:6px;background:#3c3049;color:#dec3ef;font-size:12px}.adjustments-history article{padding:16px 0;border-top:1px solid #3b3242}.adjustments-history article>div{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:14px}.adjustments-history p{font-size:13px;line-height:1.7;white-space:pre-wrap;margin:8px 0}.adjustments-history time,.adjustments-history small,.adjustments-history-changes{font-size:12px;color:var(--muted,#a8a3b6)}.adjustments-error,.adjustments-notice{padding:13px 16px;line-height:1.7;border-radius:10px;white-space:pre-wrap;overflow-wrap:anywhere}.adjustments-error{background:#3e252e;border:1px solid #72414a;color:#ffc4c4}.adjustments-notice{background:#28322b;border:1px solid #45523e;color:#d5e7c2}.adjustments-empty{padding:24px 10px;color:var(--muted,#a8a3b6);line-height:1.8;text-align:center}.adjustments-empty .adjustments-actions{justify-content:center}.adjustments-page [hidden]{display:none!important}.adjustments-page button:disabled{opacity:.5;cursor:not-allowed}.adjustments-page input:focus,.adjustments-page select:focus,.adjustments-page textarea:focus,.adjustments-page button:focus-visible{outline:2px solid #bd95da;outline-offset:2px}
@media(max-width:1100px){.adjustments-layout{grid-template-columns:minmax(0,1fr)}.adjustments-editor{position:static;max-height:none}.adjustments-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.adjustments-page{padding-bottom:calc(100px + env(safe-area-inset-bottom))}.adjustments-page .page-heading{gap:16px}.adjustments-page .page-heading>.adjustments-actions{width:100%}.adjustments-page .page-heading>.adjustments-actions .button{flex:1}.adjustments-selectors{grid-template-columns:minmax(0,1fr);padding:16px;gap:12px}.adjustments-card,.adjustments-editor{padding:16px}.adjustments-card-heading{flex-wrap:wrap}.adjustments-card-heading>.field{max-width:none;width:100%;margin-top:8px}.adjustments-field-grid{grid-template-columns:minmax(0,1fr);gap:0}.adjustments-page table{font-size:12px}.adjustments-page thead th{font-size:11px}.adjustments-page th,.adjustments-page td{padding:10px 4px}.adjustments-page tbody th{min-width:75px;max-width:110px}.adjustments-page td small{max-width:85px}.adjustments-page td .button,.adjustments-change .button{min-height:44px}.adjustments-derived{grid-template-columns:repeat(2,minmax(0,1fr))}.adjustments-actions .button{min-height:44px}.adjustments-editor .adjustments-actions .button{flex:1}.adjustments-effect .adjustments-card-heading{flex-wrap:nowrap}.adjustments-effect .adjustments-card-heading h3{min-width:0;overflow-wrap:anywhere}.adjustments-table-wrap{margin:0 -4px}}
