.awl-page{width:min(100% - 24px,1600px);margin:18px auto 0;color:#eef4ff}
.awl-workspace{border:1px solid #2b3544;border-radius:8px;background:#10151c;padding:22px}
.awl-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.awl-heading h1{margin:2px 0 6px;font-size:50px;line-height:1.05;letter-spacing:0}
.awl-heading p:not(.awl-eyebrow){max-width:880px;margin:0;color:#aebed2;font-size:16px;line-height:1.55}
.awl-eyebrow{margin:0;color:#facc15;font-size:12px;font-weight:900;letter-spacing:0}
.awl-status{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:6px 9px;border:1px solid #354256;border-radius:999px;color:#b7c4d6;font-size:12px;font-weight:800}
.awl-status span{width:8px;height:8px;border-radius:50%;background:#64748b}
.awl-status--online{border-color:#17603b;color:#86efac}.awl-status--online span{background:#22c55e;box-shadow:0 0 10px rgba(34,197,94,.65)}
.awl-notice{display:flex;align-items:baseline;gap:10px;margin:18px 0 0;padding:12px 14px;border:1px solid #475569;border-radius:6px;background:#151b24;color:#cbd5e1}
.awl-notice strong{color:#fff}.awl-notice--access{border-color:#765f13;background:#211d0e}.awl-notice a{color:#93c5fd}
.awl-form{margin-top:22px}.awl-form label{display:block;margin-bottom:8px;font-size:15px;font-weight:900}
.awl-input-row{display:grid;grid-template-columns:minmax(0,1fr) 106px;gap:10px;align-items:stretch}
.awl-input-row textarea{width:100%;min-height:98px;resize:vertical;border:1px solid #3b4a61;border-radius:6px;background:#0b1017;color:#f8fafc;padding:13px 14px;font:500 16px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:0;box-sizing:border-box}
.awl-input-row textarea:focus{outline:2px solid #60a5fa;outline-offset:1px;border-color:#60a5fa}
.awl-input-row textarea:disabled{opacity:.55;cursor:not-allowed}
.awl-submit{min-height:48px;border:1px solid #60a5fa;border-radius:6px;background:#2563eb;color:#fff;font-weight:900;font-size:16px;cursor:pointer}
.awl-submit:hover:not(:disabled){background:#1d4ed8}.awl-submit:disabled{opacity:.45;cursor:not-allowed}
.awl-form-meta{display:flex;justify-content:space-between;gap:16px;margin-top:7px;color:#8190a5;font-size:12px}
.awl-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.awl-suggestions button{border:1px solid #334155;border-radius:6px;background:#17202c;color:#c9d6e6;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer}
.awl-suggestions button:hover:not(:disabled){border-color:#60a5fa;color:#fff;background:#1d2c40}.awl-suggestions button:disabled{opacity:.4;cursor:not-allowed}
.awl-output{margin-top:16px;border:1px solid #2b3544;border-radius:8px;background:#10151c;padding:22px}
.awl-loading{display:flex;align-items:center;gap:11px;min-height:58px;color:#cbd5e1;font-weight:700}
.awl-spinner{width:20px;height:20px;border:3px solid #334155;border-top-color:#60a5fa;border-radius:50%;animation:awl-spin .8s linear infinite}@keyframes awl-spin{to{transform:rotate(360deg)}}
.awl-error{border-left:3px solid #ef4444;padding:10px 12px;background:#241316;color:#fecaca}.awl-error strong{display:block;color:#fff;margin-bottom:3px}
.awl-answer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #263140;padding-bottom:15px}
.awl-answer-head h2{margin:0 0 7px;font-size:24px;letter-spacing:0}.awl-answer-head p{margin:0;max-width:980px;color:#c0ccdc;line-height:1.55}
.awl-cache-badge{flex:0 0 auto;border:1px solid #5b4b90;border-radius:999px;padding:5px 8px;color:#c4b5fd;font-size:11px;font-weight:800}
.awl-findings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 24px;margin:16px 0;padding:0;list-style:none}
.awl-findings li{position:relative;padding-left:17px;color:#e2e8f0;line-height:1.45}.awl-findings li:before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:#60a5fa}
.awl-interpretation{margin:14px 0;padding:10px 12px;border-left:3px solid #facc15;background:#1d1b10;color:#d9d3b7;font-size:13px}
.awl-set{margin-top:20px}.awl-set-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:8px}
.awl-set-head h3{margin:0;font-size:17px}.awl-set-meta{color:#8fa0b6;font-size:12px;text-align:right}.awl-set-meta a{color:#93c5fd;font-weight:800}
.awl-table-wrap{overflow:auto;border:1px solid #2b3544;border-radius:6px}.awl-table{width:100%;border-collapse:collapse;min-width:660px;background:#0d1218}
.awl-table th,.awl-table td{padding:9px 10px;border-right:1px solid #26303e;border-bottom:1px solid #26303e;text-align:left;white-space:nowrap;font-size:13px}.awl-table th:last-child,.awl-table td:last-child{border-right:0}.awl-table tr:last-child td{border-bottom:0}
.awl-table th{position:sticky;top:0;background:#161e29;color:#f8fafc;font-size:11px;text-transform:uppercase;z-index:1}.awl-table td{color:#cbd5e1}.awl-table td a{color:#60a5fa;font-weight:800}
.awl-empty{padding:16px;border:1px dashed #3b4657;border-radius:6px;color:#94a3b8}
.awl-caveats{margin:18px 0 0;padding-top:14px;border-top:1px solid #263140;color:#9eabc0;font-size:12px}.awl-caveats strong{color:#cbd5e1}.awl-caveats ul{margin:6px 0 0;padding-left:18px}
.awl-footnote{margin-top:16px;padding:14px 16px;border-left:3px solid #475569;background:#0e131a;color:#96a6bb}.awl-footnote strong{color:#dbe5f2}.awl-footnote p{display:inline;margin:0 0 0 7px;line-height:1.5}
@media(max-width:760px){.awl-page{width:min(100% - 16px,1600px);margin-top:10px}.awl-workspace,.awl-output{padding:15px}.awl-heading{gap:12px}.awl-heading h1{font-size:34px}.awl-heading p:not(.awl-eyebrow){font-size:14px}.awl-input-row{grid-template-columns:1fr}.awl-submit{min-height:46px}.awl-notice{align-items:flex-start;flex-direction:column;gap:3px}.awl-answer-head{flex-direction:column;gap:9px}.awl-findings{grid-template-columns:1fr}.awl-set-head{align-items:flex-start;flex-direction:column;gap:3px}.awl-set-meta{text-align:left}.awl-footnote p{display:block;margin:5px 0 0}}
