.about__wrapper{background-color:var(--color--1)}.about,.about__wrapper{max-width:var(--layout-max-width);margin:0 auto}.about{color:var(--color--2);padding:1.5em var(--layout-padding) 6em}.about__title{text-align:left;font-size:1.5em;margin-top:1.5em}.about__section{margin-top:2.5em}.about__section-title{font-size:24px;font-weight:700;margin-bottom:.75em}.about__section-desc{font-size:16px;line-height:1.6;margin-bottom:1.2em;opacity:.85}.about__welcome-content{display:flex;flex-direction:column;gap:1.2em}.about__welcome-image{width:100%}.about__welcome-text p{line-height:1.6;margin-top:.5em}.about__img{display:block;width:100%;height:100%;object-fit:cover}.about__img--map{border-radius:12px;width:100%;height:auto}.about__team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.2em .8em;gap:1.2em .8em}.about__team-member{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4em}.about__member-photo{width:100%;aspect-ratio:188/220;overflow:hidden;background-color:var(--color--3);flex-shrink:0}.about__member-name{font-size:.85em;font-weight:600}.about__member-role{font-size:.72em;opacity:.6}.about__games-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1em .6em;gap:1em .6em}.about__game-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4em;cursor:pointer;transition:opacity .15s}.about__game-item:hover{opacity:.75}.about__game-icon{width:60px;height:60px;border-radius:14px;overflow:hidden;background-color:var(--color--3)}.about__game-name{font-size:.72em;opacity:.75;line-height:1.3}.about__addresses{display:flex;gap:2em 10em;margin-bottom:1.2em;flex-wrap:wrap}.about__address p{line-height:1.7;font-size:16px;font-weight:700;opacity:.85}.about__address .about__address-title{font-size:14px;font-weight:500;margin-bottom:.5em}.about__map{width:100%;border-radius:12px;overflow:hidden}.about__rate-row{display:flex;gap:1em;align-items:stretch}.about__rate-card{flex:1 1;border-radius:16px;padding:1.4em 1.6em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6em;text-align:center;border:1.5px solid #d8e4f0;background-color:var(--color--1);color:var(--color--7)}.about__rate-card--filled{flex-direction:row;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#a8c8f0,#6fa8dc);border-color:transparent;color:#fff;overflow:hidden;padding:1.4em 1.6em;gap:0;text-align:left;position:relative}.about__rate-card-info{display:flex;flex-direction:column;gap:.4em;color:#313131}.about__rate-mascot{position:absolute;right:0;bottom:0}.about__rate-mascot img{height:160px;width:auto;display:block}.about__rate-label{font-size:.85em;font-weight:700}.about__rate-card:not(.about__rate-card--filled) .about__rate-label{color:#6fa8dc}.about__rate-score{font-size:2.8em;font-weight:800;line-height:1;color:#fff}.about__rate-stars{display:flex;gap:4px}.about__rate-stars--interactive{gap:6px}.about__rate-stars--interactive .about__star-img{width:36px;height:36px}.about__star-img{width:20px;height:20px;object-fit:contain;flex-shrink:0;display:block}.about__rate-count{display:flex;align-items:center;gap:.4em;font-size:.78em;font-weight:600;color:var(--color--1)}.about__rate-thumbs{width:1.4em;height:1.4em;object-fit:contain;flex-shrink:0}.about__rate-stars--interactive .about__star-img{cursor:pointer;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.about__rate-thanks{color:#6fa8dc}.about__rate-btn,.about__rate-thanks{font-size:.85em;font-weight:600;margin-top:.4em}.about__rate-btn{padding:.5em 2em;background-color:#d0d8e4;color:#6a7a8a;border-radius:20px;cursor:pointer;border:none;transition:background-color .15s}.about__rate-btn:hover:not(:disabled){background-color:#bcc8d8}.about__rate-btn:disabled{opacity:.5;cursor:default}@media (orientation:portrait)and (max-width:700px),screen and (max-width:600px){.about__team-grid{grid-template-columns:repeat(3,1fr)}.about__games-grid{grid-template-columns:repeat(4,1fr)}.about__rate-row{flex-direction:column}}@media screen and (max-width:400px){.about__team-grid{grid-template-columns:repeat(2,1fr)}.about__games-grid{grid-template-columns:repeat(3,1fr)}}body:has(.about__wrapper){background-color:var(--color--1)}