
/* dom2vse.ru complete visual layer v1.2.0 */
:root{--vse-container:1500px;--vse-line:#e4e8f1;--vse-muted:#798398;--vse-blue:#7496f6;--vse-violet:#ad70e7;--vse-coral:#ff7b8d}
.vse-container{width:min(var(--vse-container),calc(100% - 70px))}.vse-main{padding:34px 0 64px}.vse-home-top{display:grid;grid-template-columns:minmax(350px,.72fr) minmax(720px,1.6fr);gap:68px;align-items:start}.vse-home-intro h1{font-size:clamp(40px,3.3vw,54px);line-height:1.03}.vse-onair__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.vse-onair__item{min-height:105px;position:relative}.vse-feed{margin-top:24px}.vse-grid,.vse-category .vse-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:15px}.vse-card__media{aspect-ratio:1.5/1}.vse-card__body h2{font-size:13.5px}.vse-card__duration{right:8px;bottom:8px}.vse-episode{max-width:1120px}.vse-same-day{margin-top:19px;padding:24px;border:1px solid var(--vse-line);border-radius:18px;background:#fff}.vse-same-day__head{display:flex;justify-content:space-between;align-items:center}.vse-same-day__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.vse-same-day__item{display:grid;gap:4px;padding:15px;border:1px solid var(--vse-line);border-radius:13px}.vse-discussion__head{display:flex;align-items:end;justify-content:space-between;gap:20px}.vse-discussion__head p{margin:4px 0 0;color:var(--vse-muted)}.vse-community-comment{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid #edf0f6}.vse-community-comment__avatar img{width:52px;height:52px;object-fit:cover;border-radius:50%;background:#eef2f8}.vse-community-comment__body header,.vse-community-comment__body footer{display:flex;justify-content:space-between;gap:12px}.vse-community-comment__body header>div{display:flex;gap:10px}.vse-community-comment__body header span{color:#8e96a6;font-size:11px}.vse-community-comment__body header i{color:#35a978;font-size:10px}.vse-community-comment__text{margin:10px 0 13px;line-height:1.58}.vse-community-comment__actions{display:flex;gap:13px;flex-wrap:wrap}.vse-community-action{color:#6d7891;font-size:11px;cursor:pointer}.vse-community-action--danger{color:#ce6571}.vse-community-compose{margin-top:22px;padding:23px;border:1px solid #e7eaf2;border-radius:17px;background:#fafbfe}.vse-community-compose__head{display:flex;justify-content:space-between;gap:20px}.vse-community-compose__head h3{margin:4px 0}.vse-community-compose__head p{margin:0;color:var(--vse-muted);font-size:12px}.vse-community-compose__shortcut{color:#929aaa;font-size:10px}.vse-community-compose__reactions{display:flex;gap:7px;margin:15px 0}.vse-community-compose__reactions button{width:35px;height:35px;border:1px solid var(--vse-line);border-radius:9px;background:#fff}.vse-community-compose__guest{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.vse-community-compose__guest label{display:grid;gap:5px}.vse-community-compose__guest input{border:1px solid var(--vse-line);border-radius:10px;padding:11px}.vse-community-compose__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:15px;color:#8a93a4;font-size:10px}.vse-primary-button{border:0;border-radius:10px;padding:11px 19px;background:linear-gradient(135deg,#7082f7,#ae6de8);color:#fff;font-weight:800}.vse-profile{max-width:1120px;margin:auto}.vse-profile__hero,.vse-profile-card,.vse-profile-settings{border:1px solid var(--vse-line);background:#fff}.vse-profile__hero{overflow:hidden;border-radius:22px}.vse-profile__cover{position:relative;height:150px;background:linear-gradient(135deg,#edf3ff,#f8efff 55%,#fff0f3)}.vse-profile__cover span{position:absolute;border-radius:50%;background:rgba(255,255,255,.55)}.vse-profile__cover span:nth-child(1){width:180px;height:180px;right:8%;top:-80px}.vse-profile__cover span:nth-child(2){width:90px;height:90px;right:24%;bottom:-35px}.vse-profile__cover span:nth-child(3){width:120px;height:120px;left:8%;top:30px}.vse-profile__summary{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:end;padding:0 30px 25px;margin-top:-58px;position:relative}.vse-profile__avatar{width:128px;height:128px;border:6px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 10px 26px rgba(31,47,77,.15)}.vse-profile__identity h1{margin:4px 0;font-size:31px}.vse-profile__stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--vse-line)}.vse-profile__stats div{padding:20px 28px;border-right:1px solid var(--vse-line)}.vse-profile__stats strong{display:block;font-size:22px}.vse-profile__layout{display:grid;grid-template-columns:1.5fr .8fr;gap:18px;margin-top:18px}.vse-profile-card,.vse-profile-settings{padding:25px 28px;border-radius:18px}.vse-profile__details{display:grid;grid-template-columns:1fr 1fr}.vse-profile__details div{padding:13px 0;border-bottom:1px solid #edf0f5}.vse-profile-settings{margin-top:18px}.vse-profile-settings__head{display:flex;justify-content:space-between}.vse-profile-settings__grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.vse-profile-settings label{display:grid;gap:6px}.vse-profile-settings input,.vse-profile-settings textarea,.vse-profile-settings select{width:100%;border:1px solid var(--vse-line);border-radius:10px;padding:11px}.vse-profile-settings__wide{margin-top:13px}.vse-profile-settings__footer{text-align:right;margin-top:15px}
@media(max-width:1200px){.vse-grid,.vse-category .vse-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:980px){.vse-home-top{grid-template-columns:1fr}.vse-onair__grid{grid-template-columns:1fr}.vse-grid,.vse-category .vse-grid{grid-template-columns:repeat(3,1fr)}.vse-profile__layout{grid-template-columns:1fr}}@media(max-width:700px){.vse-container{width:calc(100% - 28px)}.vse-grid,.vse-category .vse-grid{grid-template-columns:repeat(2,1fr)}.vse-same-day__grid,.vse-profile-settings__grid,.vse-profile__details{grid-template-columns:1fr}.vse-profile__summary{grid-template-columns:auto 1fr}.vse-community-compose__guest{grid-template-columns:1fr}}@media(max-width:480px){.vse-grid,.vse-category .vse-grid{grid-template-columns:1fr}.vse-profile__summary{display:block;text-align:center}.vse-community-compose__head,.vse-community-compose__footer{flex-direction:column;align-items:flex-start}}
