/* Theme Magii — comment styles extracted from magii.css */
.magii-comments{margin:28px 0;padding:20px;border:1px solid #222136;border-radius:22px;background:linear-gradient(180deg, #181D2B, #131726);box-shadow:0 0 26px rgba(0,0,0,0.32);backdrop-filter:none;color:#e6e9f0;}.magii-comments--product{margin:0;}.magii-comments__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px;}.magii-comments__title{margin:0;font-size:24px;line-height:1.2;font-family:"Playfair Display", Georgia, serif;color:#D6983C;}.magii-comments__meta{display:flex;flex-wrap:wrap;gap:10px 12px;font-size:13px;color:#8F98A6;}.magii-comments__meta-item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#11151F;border:1px solid #2C2722;box-shadow:inset 0 1px 0 rgba(255,255,255,0.02);}.magii-comments__meta-item strong{color:#e8e8ea;font-weight:700;}.magii-comments__composer{margin-bottom:18px;}.magii-comments__feedback{margin-bottom:14px;padding:12px 14px;border-radius:14px;border:1px solid transparent;background:#11151F;}.magii-comments__feedback.is-success{background:#132224;border-color:#264A41;color:#daf6e3;}.magii-comments__feedback.is-error{background:#291820;border-color:#4B2E29;color:#ffdcd2;}.magii-comments__trigger{display:flex;justify-content:flex-start;}.magii-comments__trigger.is-hidden{display:none !important;}.magii-comments__loading{padding:14px 0;color:#8F98A6;}.magii-comments__items{display:grid;gap:14px;}.magii-comment-card{padding:16px 18px;border:1px solid #2C2722;border-radius:16px;background:#10151E;box-shadow:0 12px 24px rgba(0,0,0,0.14);}.magii-comment-card.is-target{border-color:#82602F;background:#241F14;box-shadow:0 0 0 1px rgba(224,159,62,0.16),0 16px 34px rgba(0,0,0,0.22);}.magii-comment-card.is-target-pulse{animation:magii-comment-target-pulse 1.6s ease-out 1;}.magii-comment-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px;flex-wrap:wrap;}.magii-comment-card__author{font-weight:700;color:#f3f4f8;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;}.magii-comment-card__author-tag{font-weight:500;font-size:12px;color:#8F98A6;}.magii-comment-card__meta{display:flex;align-items:center;gap:10px;color:#8F98A6;font-size:12px;flex-wrap:wrap;}.magii-comment-card__rating{letter-spacing:.08em;color:#e2ae59;}.magii-comment-card__anchor{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;text-decoration:none;color:#e2ae59;background:#242220;border:1px solid #352D23;}.magii-comment-card__anchor:hover{color:#fff;background:#312050;border-color:#4E3E27;text-decoration:none;}.magii-comment-card__body{line-height:1.65;color:#d5dae4;}.magii-comment-card__body p:last-child{margin-bottom:0;}@keyframes magii-comment-target-pulse{0%{box-shadow:0 0 0 0 rgba(224,159,62,0),0 16px 34px rgba(0,0,0,0.22);}35%{box-shadow:0 0 0 10px rgba(224,159,62,0.16),0 18px 36px rgba(0,0,0,0.24);}100%{box-shadow:0 0 0 0 rgba(224,159,62,0),0 16px 34px rgba(0,0,0,0.22);}}.magii-comments__empty{padding:18px;border:1px dashed #352D23;border-radius:16px;color:#8F98A6;background:#10151E;}.magii-comments__pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;}.magii-comment-form{display:grid;gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;}.magii-comment-form__title{display:none;}.magii-comment-form__label{display:block;margin:0 0 6px;font-size:13px;font-weight:600;color:#cdd4e2;}.magii-comment-form__field{display:grid;gap:6px;}.magii-comment-form__editor{display:grid;gap:0;border:1px solid #2B2741;border-radius:18px;background:#0A0D16;box-shadow:inset 0 1px 0 rgba(255,255,255,0.02);overflow:hidden;}.magii-comment-form__editor:focus-within{border-color:#564328;box-shadow:0 0 0 3px rgba(137,64,212,0.16);}.magii-comment-form__editor.has-error{border-color:#52312B;}.magii-comment-form__textarea,.magii-comment-form__input,.magii-comment-form__select{width:100%;border:1px solid #2B2741;border-radius:14px;padding:12px 14px;background:#0A0D16;color:#f3f4f8;box-sizing:border-box;box-shadow:inset 0 1px 0 rgba(255,255,255,0.02);}.magii-comment-form__textarea::placeholder,.magii-comment-form__input::placeholder{color:#737B88;}.magii-comment-form__input:focus,.magii-comment-form__select:focus{outline:none;border-color:#564328;box-shadow:0 0 0 3px rgba(137,64,212,0.16);}.magii-comment-form__textarea{display:block;resize:vertical;min-height:150px;padding:14px 16px;border:0;border-radius:0;background:transparent;box-shadow:none;outline:none;}.magii-comment-form__editor-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:12px 14px 14px;border-top:1px solid #202033;background:#0E121E;}.magii-comment-form__toolbar-left{display:flex;align-items:flex-end;gap:12px;flex:1 1 560px;flex-wrap:wrap;justify-content:flex-start;}.magii-comment-form__toolbar-right{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto;margin-left:auto;}.magii-comment-form__inline-field{min-width:170px;max-width:230px;flex:0 1 210px;}.magii-comment-form__inline-field .magii-comment-form__input{min-height:40px;padding:9px 12px;background:#0B0F18;}.magii-comment-form__identity{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 12px;border-radius:14px;background:#0C0F18;border:1px solid #242339;color:#d5dae4;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.magii-comment-form__identity strong{color:#f3f4f8;}.magii-comment-form__identity-label{color:#8F98A6;}.magii-comment-form__identity-sep{color:#4B3D6B;}.magii-comment-form__rating-wrap{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 2px;}.magii-comment-form__rating-label{font-size:13px;font-weight:600;color:#cdd4e2;white-space:nowrap;}.magii-comment-form__stars{display:flex;align-items:center;gap:1px;}.magii-comment-form__star{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;background:transparent;padding:0;font-size:21px;line-height:1;color:#49505C;cursor:pointer;transition:transform .12s ease,color .12s ease;}.magii-comment-form__star:hover{color:#A57835;transform:scale(1.04);}.magii-comment-form__star.is-active{color:#e2ae59;}.magii-comment-form__rating-wrap.has-error .magii-comment-form__stars{padding:5px 9px;border:1px solid #442B28;border-radius:12px;background:#1F171F;}.magii-comment-form__counter{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 12px;border-radius:999px;background:#0C0F18;border:1px solid #242339;color:#8F98A6;font-size:13px;font-weight:600;white-space:nowrap;}.magii-comment-form__counter.is-over{color:#ff8d7a;border-color:#57332C;background:#20171F;}.magii-comment-form__counter.is-over .js-comment-counter-current{color:#ff8d7a;}.magii-comment-form__counter-sep{opacity:.55;}.magii-comment-form__submit{white-space:nowrap;min-height:40px;padding:0 16px;}.magii-comment-form__error{margin-top:6px;font-size:12px;color:#ffb3a1;}.magii-comment-form__honeypot{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important;}@media (max-width:991px){.magii-comment-form__toolbar-right{width:100%;justify-content:flex-start;margin-left:0;}.magii-comment-form__inline-field{flex:1 1 220px;max-width:none;}}@media (max-width:767px){.magii-comments{padding:16px;border-radius:18px;}.magii-comments__title{font-size:21px;}.magii-comment-card{padding:14px;}.magii-comment-form{padding:0;}.magii-comments__meta-item{width:100%;justify-content:flex-start;}.magii-comment-form__editor-toolbar{align-items:stretch;gap:12px;padding:12px;}.magii-comment-form__toolbar-left{gap:10px;}.magii-comment-form__inline-field{flex:1 1 100%;min-width:0;}.magii-comment-form__identity{width:100%;white-space:normal;}.magii-comment-form__rating-wrap{width:100%;justify-content:flex-start;flex-wrap:wrap;}.magii-comment-form__toolbar-right{justify-content:space-between;gap:10px;}.magii-comment-form__counter{padding:0 10px;font-size:12px;}.magii-comment-form__textarea{min-height:132px;padding:12px 14px;}}
