*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#001f3f,#003d7a);min-height:100vh;color:#fff}:root{--navy-blue: #001f3f;--light-navy: #003d7a;--orange: #ff6f00;--light-orange: #ff8f00;--white: #ffffff;--off-white: #f5f5f5;--border-color: #ff6f00}a{color:var(--orange);text-decoration:underline}a:hover{color:var(--light-orange)}:root{--o: #ff6f00;--lo: #ff8f00;--w: #fff;--bgf: rgba(255,255,255,.02);--bf: rgba(255,111,0,.06);--ibg: rgba(0,0,0,.08) }.comments-section{margin-top:2rem;padding:1.25rem;background:linear-gradient(180deg,var(--bgf),rgba(255,255,255,.01));border:1px solid var(--bf);border-radius:10px;box-shadow:0 6px 18px #0000000a}.comments-section>h3{margin:0 0 .75rem;font-size:1.05rem;color:var(--o)}.comments-list{margin-bottom:1rem}.comment{padding:.75rem;margin:.5rem 0;background:linear-gradient(180deg,#ffffff03,#00000003);border-radius:8px;border:1px solid rgba(0,0,0,.04)}.comment header{display:flex;gap:.5rem;align-items:center;margin-bottom:.35rem}.comment-author{font-weight:700;color:var(--o);text-shadow:0 1px 0 rgba(255,255,255,.03)}.comment header time{margin-left:auto;color:var(--lo);font-weight:600;font-size:.85rem}.comment-content{margin:0;color:var(--w);line-height:1.45;white-space:pre-wrap;word-break:break-word;font-size:.95rem}.no-comments{color:#fff9;padding:.5rem 0;font-style:italic}.comment-form{margin-top:.75rem;display:grid;gap:.6rem}.form-row{display:flex;flex-direction:column;gap:.4rem}.form-row label{color:var(--w);font-weight:600;font-size:.95rem}.comment-form input[type=text],.comment-form textarea{width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(255,111,0,.15);background:var(--ibg);font-size:.95rem;color:var(--w);box-shadow:inset 0 1px #00000005}.comment-form input::placeholder,.comment-form textarea::placeholder{color:#ffffff80}.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:var(--o);box-shadow:0 0 10px #ff6f0024}.comment-form textarea{min-height:86px;resize:vertical}.form-actions{display:flex;gap:.6rem;align-items:center}.comment-form button[type=submit]{background:var(--o);color:#fff;padding:.6rem 1.2rem;border:0;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .06s linear,box-shadow .08s ease;box-shadow:0 6px 20px #ff6f001f}.comment-form button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 30px #ff6f0024}.comment-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.form-error{color:var(--o);font-size:.9rem;margin-left:.4rem}@media(max-width:640px){.comment header{flex-direction:column;align-items:flex-start;gap:.25rem}.comment header time{margin-left:0}.form-actions{flex-direction:column;align-items:stretch}.comment-form button[type=submit]{width:100%}}
