.strana-contact-card{display:flex;gap:16px;margin:24px 0;padding:22px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}
.strana-contact-card__icon{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;background:#eef6ff;color:#1267d5;font-size:22px;font-weight:700}
.strana-contact-card__body{min-width:0;flex:1}.strana-contact-card h3{margin:0 0 7px;font-size:21px;line-height:1.25;color:#111827}.strana-contact-card p{margin:0 0 16px;color:#64748b;line-height:1.55}
.strana-message-form{display:grid;gap:9px}.strana-message-form label{font-weight:700;color:#1f2937}.strana-message-form textarea{width:100%;min-height:98px;padding:13px 14px;border:1px solid #d9e0e8;border-radius:12px;background:#fff;color:#172033;resize:vertical;box-shadow:none}.strana-message-form textarea:focus{outline:2px solid rgba(18,103,213,.16);border-color:#1267d5}.strana-message-form small{display:block;color:#78869a;line-height:1.45}
.strana-message-button{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:42px;padding:10px 18px;border:0;border-radius:11px;background:#1267d5!important;color:#fff!important;font-weight:800;text-decoration:none!important;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.strana-message-button:hover{background:#0d58b8!important;transform:translateY(-1px);box-shadow:0 8px 20px rgba(18,103,213,.2)}
.strana-message-success{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#ecfdf3;color:#176b3a;font-weight:700}
.strana-messages,.strana-messages-login{max-width:1180px;margin:0 auto;padding:38px 20px 60px}.strana-messages__head{margin-bottom:22px}.strana-messages__head h1,.strana-messages-login h1{margin:4px 0 8px;font-size:clamp(30px,4vw,44px);color:#0f172a}.strana-messages__head p,.strana-messages-login p{color:#64748b}
.strana-messages__layout{display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);min-height:560px;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 38px rgba(15,23,42,.06)}
.strana-thread-list{border-right:1px solid #e5e7eb;background:#f8fafc;overflow:auto}.strana-thread-link{display:grid;gap:4px;padding:16px 17px;border-bottom:1px solid #e8edf3;color:#1e293b!important;text-decoration:none!important}.strana-thread-link:hover,.strana-thread-link.is-active{background:#fff}.strana-thread-link strong{font-size:15px}.strana-thread-link span{font-size:13px;color:#475569}.strana-thread-link small{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strana-unread-dot{color:#1267d5;font-size:10px}
.strana-thread{display:flex;flex-direction:column;min-width:0}.strana-thread__title{padding:16px 20px;border-bottom:1px solid #e5e7eb}.strana-thread__title h2{margin:0 0 3px;font-size:18px}.strana-thread__title a{color:#1267d5;text-decoration:none;font-size:13px}.strana-thread__messages{display:flex;flex:1;flex-direction:column;gap:10px;padding:20px;background:#fbfcfe;overflow:auto}.strana-bubble{max-width:min(78%,560px);padding:11px 13px;border-radius:15px}.strana-bubble p{margin:0;line-height:1.5}.strana-bubble time{display:block;margin-top:5px;font-size:10px;opacity:.65}.strana-bubble.is-mine{align-self:flex-end;background:#1267d5;color:#fff;border-bottom-right-radius:5px}.strana-bubble.is-other{align-self:flex-start;background:#fff;color:#253247;border:1px solid #e1e7ee;border-bottom-left-radius:5px}.strana-thread__reply{padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff}.strana-thread__reply textarea{min-height:78px}
.strana-messages-empty{padding:30px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}.strana-messages-empty h2{margin:0 0 8px}.strana-messages-empty p{margin:0 0 18px;color:#64748b}
.strana-header-messages{position:relative;white-space:nowrap}.strana-header-messages__count{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;vertical-align:middle}
@media(max-width:820px){.strana-messages{padding:24px 12px 42px}.strana-messages__layout{grid-template-columns:1fr}.strana-thread-list{max-height:240px;border-right:0;border-bottom:1px solid #e5e7eb}.strana-thread{min-height:480px}.strana-contact-card{padding:17px;gap:12px}.strana-contact-card__icon{flex-basis:40px;height:40px}.strana-bubble{max-width:88%}}
