.login-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:3000}.login-modal{background:#fff;width:500px;max-width:90%;border-radius:16px;padding:40px;position:relative;text-align:center}.close-btn{position:absolute;top:16px;right:16px;background:#f2f2f2;border:none;width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer}.login-form{margin-top:20px;display:flex;flex-direction:column;gap:12px;text-align:left}.login-form input{padding:12px 16px;border-radius:8px;border:1px solid #ddd;font-size:16px}.continue-btn,.reg-btn{margin-top:10px;background:#2f8f6b;color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;cursor:pointer}.divider{margin:30px 0;text-align:center;color:#777;font-weight:500}.social{width:100%;padding:14px;border-radius:8px;border:1px solid #ddd;background:#fff;margin-bottom:12px;cursor:pointer;font-size:16px}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;border:1px solid #fcc}.continue-btn:disabled,.reg-btn:disabled{opacity:.6;cursor:not-allowed}.demo-banner{position:sticky;top:0;z-index:1001;width:100%;padding:6px 16px;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#f0c040;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-align:center;text-transform:uppercase}.demo-banner__icon{margin-right:6px}.navbar{position:sticky;top:30px;width:100%;height:80px;background:#2e6b55;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.navbar-container{max-width:1400px;height:100%;margin:0 auto;padding:0 64px;display:flex;justify-content:space-between;align-items:center;color:#fff}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}.logo img{height:250px;width:auto;border-radius:8px}.nav-links{display:flex;gap:32px;list-style:none;align-items:center}.nav-links a{display:flex;align-items:center;gap:6px;color:#fff;text-decoration:none;font-weight:500}.nav-icon{width:18px;height:18px;flex-shrink:0}.login{display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.6);padding:8px 20px;border-radius:999px;cursor:pointer;transition:all .25s ease}.login:hover{background:#fff;color:#000}.lang-btn{display:flex;align-items:center;gap:5px;background:transparent;border:1px solid rgba(255,255,255,.6);color:#fff;padding:8px 16px;border-radius:999px;cursor:pointer;font-size:.85rem;font-weight:600;letter-spacing:.5px;transition:all .25s ease}.lang-btn:hover{background:#ffffff26;color:#fff}.user-menu{display:flex;gap:12px;align-items:center}.user-icon a{display:flex;flex-direction:column;align-items:center;color:#fff;text-decoration:none;opacity:.85;transition:opacity .2s ease;gap:2px}.user-icon a:hover{opacity:1}.user-icon__name{font-size:11px;font-weight:500;white-space:nowrap}.logout-btn{border:1px solid rgba(255,255,255,.6);padding:8px 20px;border-radius:999px;background:transparent;color:#fff;cursor:pointer;transition:all .25s ease;font-size:14px;font-weight:500}.logout-btn:hover{background:#fff;color:#000}.home-container{max-width:1200px;margin:0 auto;padding:0 24px}.home-section{padding:52px 0}.home-section--alt{background:#f6f8f5}.home-section--dark{background:#1e332a;color:#fff}.home-section--compact{padding:32px 0}.section-header{margin-bottom:16px}.section-title{font-size:1.75rem;font-weight:700;color:#1a2e23;margin:0;letter-spacing:-.3px}.home-section--dark .section-title{color:#fff}.section-subtext{margin:8px 0 0;color:#000;font-size:.95rem;line-height:1.4}.grid{display:grid;gap:24px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1100px){.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.grid-4,.grid-3{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.lift-card{transition:transform .18s ease,box-shadow .18s ease}@media(hover:hover)and (pointer:fine){.lift-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000021}}@media(max-width:768px){.home-section{padding:32px 0}}.activity-title{font-size:1.75rem;font-weight:700;color:#1a2e23;margin:0;letter-spacing:-.3px}.activity-list{display:flex;gap:24px;align-items:stretch;overflow-x:hidden;padding-bottom:8px;scroll-snap-type:x mandatory;justify-content:center}@media(max-width:900px){.activity-list{justify-content:flex-start}}.activity-item{display:flex;flex-direction:column;align-items:center;width:140px;flex:0 0 auto;scroll-snap-align:start;background:#fff;border-radius:16px;padding:14px 10px 16px;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.activity-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.activity-img-wrap{width:112px;height:112px;border-radius:50%;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 10px #0000001a}.activity-img{width:100%;height:100%;object-fit:cover;display:block}.activity-name{font-size:1.15rem;color:#222;font-weight:500;text-align:center;margin-top:2px}.local-favorites-title{font-size:1.75rem;font-weight:700;margin:0;color:#1a2e23;letter-spacing:-.3px}.local-favorites-location{color:#1a7f37;text-decoration:underline;font-weight:700}.local-favorites-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.favorite-card{background:#fff;border-radius:18px;box-shadow:0 1px 8px #0000000f;border:1px solid rgba(0,0,0,.05);overflow:hidden;width:100%;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;position:relative}@media(max-width:1100px){.local-favorites-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.local-favorites-list{grid-template-columns:1fr}}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.favorite-card-img-wrap{position:relative;width:100%;height:160px;overflow:hidden}.favorite-card-img{width:100%;height:100%;object-fit:cover;display:block}.favorite-heart{position:absolute;top:14px;right:14px;background:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.4rem;color:#1a7f37;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.favorite-heart:hover{background:#e6f4ea}.favorite-card-content{padding:18px 18px 14px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.favorite-card-title{font-size:1.1rem;font-weight:600;margin-bottom:10px;color:#222}.favorite-card-meta{font-size:.98rem;color:#444;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.favorite-card-rating{color:#e6b800;font-weight:600}.favorite-card-dot{color:#bbb;font-size:1.1em}.favorite-card-difficulty{color:#1a7f37;font-weight:500}.favorite-card-distance,.favorite-card-duration{color:#555}.hero{position:relative;width:100%;height:65vh;max-height:65vh;padding-top:90px;background-image:url(/hero.jpg?v=2);background-size:cover;background-position:center 40%;background-repeat:no-repeat;display:flex;align-items:stretch;justify-content:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000026 40%,#00000073)}.hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%}.hero-content{text-align:center;color:#fff;max-width:720px;padding:0 24px}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:12px;letter-spacing:-.5px;text-shadow:0 2px 16px rgba(0,0,0,.3);line-height:1.15}.hero-content p.hero-subtitle{font-size:1.15rem;font-weight:400;color:#ffffffe6;margin-bottom:32px;text-shadow:0 1px 8px rgba(0,0,0,.25)}@media(max-width:768px){.hero{height:55vh;max-height:55vh;padding-top:76px}.hero-content h1{font-size:2rem;margin-bottom:8px}.hero-content p.hero-subtitle{font-size:1rem;margin-bottom:24px}}.search-container{position:relative;width:100%}.search-input{width:100%;padding:16px 24px;border-radius:999px;border:none;font-size:16px;box-shadow:0 4px 12px #00000026}.search-input:focus{outline:none;box-shadow:0 4px 16px #0003}.search-results-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-height:400px;overflow-y:auto;z-index:100}.search-result-item{width:100%;display:flex;align-items:center;padding:12px 16px;border:none;border-bottom:1px solid #eee;cursor:pointer;background:transparent;text-align:left;transition:background-color .2s ease}.search-result-item:hover{background-color:#f9f9f9}.search-result-item:last-child{border-bottom:none}.search-result-item:focus{outline:2px solid rgba(26,127,55,.35);outline-offset:-2px}.search-result-image{width:60px;height:60px;border-radius:8px;object-fit:cover;margin-right:12px;flex-shrink:0}.search-result-info{flex:1;min-width:0}.search-result-info h3{margin:0 0 4px;font-size:14px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-info p{margin:0;font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results-empty{padding:20px;text-align:center;color:#999;font-size:14px}.simple-card{background:#fff;border-radius:16px;box-shadow:0 1px 8px #0000000f;border:1px solid rgba(0,0,0,.05);padding:18px 20px;display:flex;flex-direction:column;justify-content:space-between;min-height:150px;transition:transform .2s ease,box-shadow .2s ease}.simple-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000001a}.simple-card-title{font-weight:600;color:#222;margin-bottom:6px}.simple-card-meta{font-size:.95rem;color:#555}.simple-card-bottom{margin-top:12px;font-size:.95rem;color:#1a7f37;font-weight:500}.trip-meta{margin-top:10px;display:flex;flex-direction:column;gap:10px;color:#555;font-size:.95rem}.trip-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.trip-meta-row--bottom{gap:10px}.trip-meta-strong{color:#222;font-weight:700}.trip-meta-dot{color:#bbb}.trip-difficulty{color:#222;font-weight:700}.trip-meta-muted{color:#666}.trip-location{color:#1a7f37;font-weight:700}.trip-meta-spacer{flex:1}.trip-join-btn{background:#1a7f37;color:#fff;border:none;border-radius:999px;padding:8px 12px;font-size:.9rem;font-weight:800;cursor:pointer;white-space:nowrap}.trip-join-btn:hover{background:#166a2f}.image-card{background:#fff;border-radius:18px;box-shadow:0 1px 8px #0000000f;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.image-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.image-card-img-wrap{width:100%;height:150px;overflow:hidden}.image-card-img{width:100%;height:100%;object-fit:cover;display:block}.image-card-content{padding:14px 16px}.image-card-title{font-weight:600;color:#222;margin-bottom:6px}.image-card-meta{font-size:.95rem;color:#555}.review-card{background:#fff;border-radius:16px;box-shadow:0 1px 8px #0000000f;border:1px solid rgba(0,0,0,.05);padding:20px;min-height:120px;transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000001a}.review-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.review-card-title{font-weight:600;color:#222}.review-card-rating{color:#e6b800;font-weight:700}.review-card-body{color:#444;font-size:.98rem;line-height:1.35}.review-card-footer{margin-top:10px;color:#666;font-size:.9rem}.sponsors-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1100px){.sponsors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.sponsors-grid{display:flex;overflow-x:hidden;gap:16px;padding-bottom:8px;scroll-snap-type:x mandatory}}.sponsor-card{background:#fff;border-radius:18px;box-shadow:0 1px 8px #0000000f;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;min-height:240px;transition:transform .2s ease,box-shadow .2s ease}.sponsor-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}@media(max-width:600px){.sponsor-card{flex:0 0 260px;scroll-snap-align:start}}.sponsor-card-img-wrap{position:relative;width:100%;height:140px;overflow:hidden}.sponsor-card-img{width:100%;height:100%;object-fit:cover;display:block}.sponsor-card-content{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.sponsor-card-title{font-weight:700;color:#222}.sponsor-card-desc{color:#555;font-size:.95rem;line-height:1.35;flex:1}.community-socials{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.community-social-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000012}.community-social-icon:hover{background:#e6f4ea}.community-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:768px){.community-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.community-item{margin:0;border-radius:16px;overflow:hidden;background:#eee;box-shadow:0 2px 12px #0000001a;position:relative;aspect-ratio:1 / 1}.community-img{width:100%;height:100%;object-fit:cover;display:block}.community-user{position:absolute;left:0;bottom:0;padding:10px 12px;color:#fff;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.25);font-size:.95rem}.cta-box{background:linear-gradient(135deg,#1e332a,#2e5040);border-radius:20px;padding:48px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.cta-title{margin:0 0 10px;font-size:1.8rem;font-weight:700;color:#fff}.cta-text{margin:0;color:#ffffffd9;max-width:64ch;line-height:1.5}.cta-actions{display:flex;align-items:center}.cta-button{background:#fff;color:#1e332a;border:none;border-radius:999px;padding:14px 28px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}:root{--primary-color: #2e4037;--background-white: #ffffff;--text-dark: #222;--text-light: #666;--shadow-color: rgba(0,0,0,.15)}.turer-container{min-height:100vh;background-color:#f4f7f6}.content{padding:140px 6% 5rem}.content h1{font-size:2.5rem;margin-bottom:2rem;color:var(--primary-color)}.toast{position:fixed;top:100px;right:2rem;z-index:1000;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;box-shadow:0 6px 20px #0000002e;animation:toastSlideIn .3s ease,toastFadeOut .4s ease 3.6s forwards}.toast--success{background:#e8f5e9;color:#2e7d32;border-left:4px solid #2e7d32}.toast--error{background:#ffebee;color:#c62828;border-left:4px solid #c62828}.toast__close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:inherit;padding:0 0 0 .5rem;line-height:1}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastFadeOut{0%{opacity:1}to{opacity:0}}.filter-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;align-items:center}.filter-bar__search{flex:1 1 250px;padding:.7rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.filter-bar__search:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2e40371a}.filter-bar__select{padding:.7rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-bar__select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2e40371a}.badge{display:inline-block;padding:.35rem .85rem;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.02em}.badge--sm{padding:.25rem .65rem;font-size:.78rem}.badge--easy{background:#e8f5e9;color:#2e7d32}.badge--medium{background:#fff3e0;color:#e65100}.badge--hard{background:#ffebee;color:#c62828}.badge--activity{background:#e3f2fd;color:#1565c0}.tur-card--skeleton{pointer-events:none;cursor:default}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.skeleton--image{width:100%;height:230px}.skeleton--title{height:1.4rem;width:70%;margin-bottom:.8rem}.skeleton--text{height:1rem;width:40%;margin-bottom:.6rem}.skeleton--badges{height:1.6rem;width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-light)}.empty-state__icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h2{font-size:1.6rem;color:var(--text-dark);margin-bottom:.5rem}.empty-state p{font-size:1.1rem}.favorite-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:2px solid #e0e0e0;border-radius:8px;padding:8px 18px;cursor:pointer;font-size:1rem;font-weight:600;color:var(--text-light);transition:all .25s ease}.favorite-button:hover{border-color:#e53935;color:#e53935}.favorite-button--active{border-color:#e53935;color:#e53935;background:#ffebee}.favorite-button__icon{font-size:1.2rem}.favorite-button--card{position:absolute;top:12px;right:12px;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--text-light);cursor:pointer;transition:all .25s ease;box-shadow:0 2px 8px #0000001f;z-index:2}.favorite-button--card:hover{color:#e53935;transform:scale(1.15)}.favorite-button--card.favorite-button--active{color:#e53935;background:#fffffff2}.favorite-button--detail{margin-bottom:1rem}.tur-card{position:relative}.filter-bar__fav-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.2rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:.95rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .25s ease;white-space:nowrap}.filter-bar__fav-btn:hover{border-color:#e53935;color:#e53935}.filter-bar__fav-btn--active{border-color:#e53935;color:#e53935;background:#ffebee}.confirm-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.confirm-dialog{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 10px 40px #00000040;text-align:center}.confirm-dialog h3{margin-top:0;font-size:1.4rem;color:var(--text-dark)}.confirm-dialog p{color:var(--text-light);margin:1rem 0 1.5rem;line-height:1.5}.confirm-dialog__buttons{display:flex;gap:1rem}.confirm-dialog__cancel{flex:1;padding:10px 20px;border:2px solid #e0e0e0;background:#fff;color:var(--text-dark);border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease}.confirm-dialog__cancel:hover{background:#f5f5f5;border-color:#bdbdbd}.confirm-dialog__delete{flex:1;padding:10px 20px;border:none;background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease}.confirm-dialog__delete:hover{transform:translateY(-1px);box-shadow:0 4px 12px #d32f2f66}.tur-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem}.tur-card{background:var(--background-white);border-radius:12px;overflow:hidden;box-shadow:0 5px 15px var(--shadow-color);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.tur-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px var(--shadow-color)}.tur-card:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px;transform:translateY(-4px);box-shadow:0 10px 25px var(--shadow-color)}.tur-card__image{width:100%;height:230px;object-fit:cover}.tur-card__content{padding:1.2rem 1.5rem 1.5rem;color:var(--text-dark);display:flex;flex-direction:column;gap:.5rem}.tur-card__title{margin:0;font-size:1.3rem}.tur-card__badges{display:flex;flex-wrap:wrap;gap:.5rem}.tur-card__meta{display:flex;gap:1.2rem;color:var(--text-light);font-size:.95rem;font-weight:500}.tur-card__date{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#2e7d32;font-weight:500}.tur-card__date svg{flex-shrink:0}.tur-card__creator{margin:0;font-size:.85rem;color:var(--text-light);font-style:italic}.tur-card__content p{margin:0;color:var(--text-light)}.tur-detail{max-width:1200px;margin:0 auto;animation:fadeIn .4s ease-in-out}.add-tour-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2e4037,#1e332a);color:#fff;border:none;padding:12px 26px;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:2rem;font-family:inherit;transition:all .3s ease}.add-tour-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #2e40374d}.tur-detail__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.tur-detail__image-wrapper{width:100%;overflow:hidden;border-radius:12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;min-height:400px}.tur-detail__image{width:100%;max-height:60vh;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px var(--shadow-color);display:block}.tur-detail__info h2{margin-top:0;font-size:2.2rem;color:var(--primary-color)}.tur-detail__creator{font-size:.95rem;color:var(--text-light);font-style:italic;margin:-.5rem 0 1rem}.tur-detail__badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.2rem}.tur-detail__description{font-size:1.1rem;line-height:1.6;margin:1rem 0 1.5rem;color:var(--text-dark)}.tur-detail__highlights{display:flex;gap:3rem;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.tur-detail__date{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#2e4037;background:#e8f5e9;padding:.5rem 1rem;border-radius:8px;margin-bottom:1.5rem}.tur-detail__date svg{flex-shrink:0;color:#2e7d32}.date-flexible-label{font-size:.85rem;color:#666;font-style:italic}.tur-detail__specs{list-style:none;padding:0;margin-bottom:2rem}.tur-detail__specs li{margin-bottom:.6rem;color:var(--text-light)}.book-button{background:linear-gradient(135deg,#2e4037,#1e332a);color:#fff;border:none;padding:12px 26px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.book-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000040}.tur-detail__buttons{display:flex;gap:1rem;margin-top:2rem}.tur-detail__buttons button{flex:1}.delete-button{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;padding:12px 26px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.delete-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #d32f2f66}.delete-button:disabled{opacity:.6;cursor:not-allowed}.edit-button{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border:none;padding:12px 26px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.edit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #1976d266}.edit-button:disabled{opacity:.6;cursor:not-allowed}.footer{margin-top:5rem;text-align:center;color:var(--text-light)}.tour-form-container{max-width:720px;margin:0 auto;animation:fadeIn .4s ease-in-out}.tour-form-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.tour-form-header__icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#2e4037,#3d5a4c);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #2e403740}.tour-form-header__title{font-size:1.8rem;color:var(--text-dark);margin:0;font-weight:700;letter-spacing:-.02em}.tour-form-header__subtitle{font-size:.95rem;color:var(--text-light);margin:.25rem 0 0}.tour-form{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f,0 8px 24px #00000012;overflow:hidden}.form-section{padding:1.75rem 2rem;border-bottom:1px solid #f0f0f0}.form-section:last-of-type{border-bottom:none}.form-section__header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}.form-section__header svg{color:var(--primary-color);flex-shrink:0}.form-section__header h3{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-dark);letter-spacing:-.01em}.form-section__optional{font-size:.78rem;font-weight:500;color:#9e9e9e;background:#f5f5f5;padding:.2rem .65rem;border-radius:12px;margin-left:auto}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.88rem;color:var(--text-dark);letter-spacing:.01em}.form-required{color:#e53935;font-weight:700}.form-hint{display:block;font-size:.78rem;color:#9e9e9e;margin-top:.3rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.7rem .9rem;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.95rem;font-family:inherit;background:#fafafa;color:var(--text-dark);transition:all .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#bdbdbd}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#bdbdbd;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #2e403714}.form-group textarea{resize:vertical;min-height:100px;line-height:1.5}.image-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;border:2px dashed #d0d0d0;border-radius:14px;background:#fafbfc;cursor:pointer;transition:all .25s ease;gap:.5rem}.image-upload-zone:hover{border-color:var(--primary-color);background:#f0f5f2}.image-upload-zone__input{display:none!important}.image-upload-zone__icon{color:#b0b0b0;margin-bottom:.25rem;transition:color .25s ease,transform .25s ease}.image-upload-zone:hover .image-upload-zone__icon{color:var(--primary-color);transform:translateY(-3px)}.image-upload-zone__text{font-size:.95rem;font-weight:600;color:var(--text-dark)}.image-upload-zone__hint{font-size:.8rem;color:#9e9e9e}.image-upload-zone__loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--primary-color);font-weight:600;font-size:.95rem}.image-upload-zone__spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.image-preview{border-radius:14px;overflow:hidden;border:1.5px solid #e8e8e8;background:#fafafa}.image-preview img{width:100%;max-height:260px;object-fit:cover;display:block}.image-preview__actions{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-top:1px solid #f0f0f0}.image-preview__status{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#2e7d32}.image-preview__change{font-size:.85rem;font-weight:600;color:var(--primary-color);cursor:pointer;padding:.3rem .8rem;border-radius:6px;transition:background .2s ease}.image-preview__change:hover{background:#2e403714}.form-actions{display:flex;gap:1rem;padding:1.5rem 2rem;background:#f8f9fa;border-top:1px solid #f0f0f0}.form-actions__cancel{flex:1;padding:.75rem 1.5rem;border:1.5px solid #e0e0e0;background:#fff;color:var(--text-dark);border-radius:10px;cursor:pointer;font-weight:600;font-size:.95rem;font-family:inherit;transition:all .2s ease}.form-actions__cancel:hover{background:#f5f5f5;border-color:#bdbdbd}.submit-button{flex:2;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#2e4037,#1e332a);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;font-family:inherit;transition:all .25s ease}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #2e40374d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-button__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.back-button{display:inline-flex;align-items:center;gap:.4rem;position:sticky;top:120px;z-index:20;margin-bottom:1.5rem;border:1.5px solid #e0e0e0;background:#fff;color:var(--text-dark);padding:8px 18px;border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;font-family:inherit;transition:all .2s ease;box-shadow:0 1px 3px #0000000f}.back-button:hover{background:#f5f5f5;border-color:#bdbdbd;transform:translateY(-1px)}.error-message{background:#ffebee;color:#c62828;padding:1rem 1.5rem;border-radius:6px;margin-bottom:1.5rem;border-left:4px solid #c62828;display:flex;align-items:center;justify-content:space-between;animation:fadeIn .3s ease}.error-message__close{background:none;border:none;color:#c62828;font-size:1.3rem;cursor:pointer;padding:0;line-height:1}.loading-message,.no-tours-message{text-align:center;color:var(--text-light);font-size:1.1rem;padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.tur-detail__layout{grid-template-columns:1fr}.tur-detail__image{max-height:40vh}.content{padding:120px 4% 4rem}.tur-detail__buttons{flex-direction:column}.form-row{grid-template-columns:1fr}.form-section{padding:1.25rem}.form-actions{padding:1.25rem;flex-direction:column-reverse}.form-actions__cancel,.submit-button{flex:auto;width:100%}.tour-form-header__title{font-size:1.4rem}.filter-bar{flex-direction:column}.filter-bar__search{flex:1 1 auto;width:100%}.filter-bar__select{width:100%}.toast{right:1rem;left:1rem;top:80px}.tur-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.content{padding:110px 3% 3rem}.content h1{font-size:1.8rem}.tur-detail__info h2{font-size:1.6rem}.tur-detail__highlights{flex-direction:column;gap:.5rem}.confirm-dialog{padding:1.5rem}}.login-required-message{background:#e3f2fd;border:1px solid #90caf9;color:#1976d2;padding:20px;border-radius:8px;margin-bottom:2rem;text-align:center;font-size:1.1rem}.star{color:#ccc;line-height:1}.star--filled{color:#f5a623}.tur-card__rating{display:flex;align-items:center;gap:4px;margin-top:2px}.tur-card__rating-text{font-size:.85rem;font-weight:600;color:var(--text-dark);margin-left:2px}.signup-section{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-radius:12px;border:1px solid #c8e6c9}.signup-button{display:inline-flex;align-items:center;gap:8px;padding:.7rem 1.8rem;border:2px solid var(--primary-color);border-radius:10px;background:var(--primary-color);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.signup-button:hover{opacity:.9;transform:translateY(-1px)}.signup-button--joined{background:#fff;color:#e53935;border-color:#e53935}.signup-button--joined:hover{background:#ffebee}.signup-button__icon{width:20px;height:20px}.signup-section__hint{font-style:italic;color:var(--text-light);margin:0}.signup-section__count{display:flex;align-items:center;gap:6px;margin-top:1rem;font-size:.95rem;font-weight:600;color:var(--text-dark)}.signup-section__participants{margin-top:1rem}.signup-section__participants h4{margin:0 0 .6rem;font-size:.95rem;color:var(--text-dark)}.participant-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.participant-list__item{display:flex;align-items:center;gap:6px;background:#fff;padding:4px 12px 4px 4px;border-radius:20px;font-size:.88rem;font-weight:500;border:1px solid #e0e0e0}.participant-list__avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.tur-card__signup-count{display:flex;align-items:center;gap:4px;font-size:.85rem;color:var(--primary-color);font-weight:600;margin-top:2px}.reviews-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.reviews-section__title{display:flex;align-items:center;gap:12px;font-size:1.3rem;color:var(--text-dark);margin-bottom:1.5rem}.reviews-section__summary{display:inline-flex;align-items:center;gap:6px;font-size:.95rem;font-weight:500}.reviews-section__avg{color:var(--text-light);font-size:.9rem}.reviews-section__login-hint,.reviews-section__empty{font-style:italic;color:var(--text-light);margin:1rem 0}.review-form{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.review-form__stars{display:flex;gap:4px;margin-bottom:1rem}.review-star{background:none;border:none;cursor:pointer;font-size:28px;color:#ccc;padding:2px;transition:transform .15s ease,color .15s ease;line-height:1}.review-star:hover{transform:scale(1.2)}.review-star--active{color:#f5a623}.review-form__comment{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;margin-bottom:1rem;transition:border-color .2s}.review-form__comment:focus{outline:none;border-color:var(--primary-color)}.review-form__actions{display:flex;gap:.8rem;align-items:center}.review-form__submit{background:var(--primary-color);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:opacity .2s}.review-form__submit:disabled{opacity:.5;cursor:not-allowed}.review-form__submit:hover:not(:disabled){opacity:.85}.review-form__delete{background:none;border:1px solid #e53935;color:#e53935;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.review-form__delete:hover{background:#ffebee}.review-list{display:flex;flex-direction:column;gap:1rem}.review-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem 1.2rem;transition:box-shadow .2s}.review-card:hover{box-shadow:0 2px 8px #00000014}.review-card__header{display:flex;align-items:center;gap:10px;margin-bottom:.5rem;flex-wrap:wrap}.review-card__author{font-weight:600;color:var(--text-dark);font-size:.95rem}.review-card__stars{display:flex;gap:1px}.review-card__date{color:var(--text-light);font-size:.8rem;margin-left:auto}.review-card__comment{margin:0;color:var(--text-dark);font-size:.93rem;line-height:1.5}@media(max-width:600px){.review-form{padding:1rem}.review-star{font-size:24px}.review-form__actions{flex-direction:column;align-items:stretch}.review-card__date{margin-left:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--primary-color: #2e4a3d;--primary-light: #3d6b56;--accent-warm: #c8956c;--accent-gold: #d4a96a;--background-cream: #f7f5f0;--background-white: #ffffff;--text-dark: #1a2e25;--text-medium: #4a5e54;--text-light: #7a8e84;--shadow-soft: rgba(46, 74, 61, .08);--shadow-medium: rgba(46, 74, 61, .12);--shadow-strong: rgba(46, 74, 61, .18);--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px}.hytter-container{min-height:100vh;background-color:var(--background-cream)}.content{padding:140px 6% 5rem;max-width:1400px;margin:0 auto}.cabin-hero{text-align:center;margin-bottom:3rem}.cabin-hero h1{font-size:2.8rem;font-weight:700;color:var(--primary-color);margin-bottom:.6rem;letter-spacing:-.5px}.cabin-hero p{font-size:1.15rem;color:var(--text-light);max-width:520px;margin:0 auto;line-height:1.6}.cabin-search{position:relative;max-width:480px;margin:1.5rem auto 0}.cabin-search__icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:1.1rem;pointer-events:none}.cabin-search__input{width:100%;padding:12px 44px;border:2px solid rgba(46,74,61,.12);border-radius:30px;font-size:.95rem;color:var(--text-dark);background:var(--background-white);box-shadow:0 2px 12px var(--shadow-soft);transition:border-color .3s ease,box-shadow .3s ease;outline:none;box-sizing:border-box}.cabin-search__input:focus{border-color:var(--primary-color);box-shadow:0 4px 20px var(--shadow-medium)}.cabin-search__input::placeholder{color:var(--text-light)}.cabin-search__clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-light);font-size:1rem;cursor:pointer;padding:4px;line-height:1;transition:color .2s ease}.cabin-search__clear:hover{color:var(--text-dark)}.cabin-no-results{grid-column:1 / -1;text-align:center;color:var(--text-light);font-size:1.1rem;padding:3rem 0}.cabin-count{text-align:center;color:var(--text-light);font-size:.95rem;margin-top:.75rem;font-weight:500}.content h1{font-size:2.8rem;margin-bottom:2rem;color:var(--primary-color);font-weight:700;letter-spacing:-.5px}.cabin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.cabin-card{position:relative;background:var(--background-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 12px var(--shadow-soft);transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1);cursor:pointer;display:flex;flex-direction:column}.cabin-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px var(--shadow-strong)}.cabin-card__image-wrapper{position:relative;overflow:hidden}.cabin-card__image{width:100%;height:180px;object-fit:cover;transition:transform .5s cubic-bezier(.25,.8,.25,1)}.cabin-card:hover .cabin-card__image{transform:scale(1.05)}.cabin-card__badge{position:absolute;top:14px;left:14px;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:20px;letter-spacing:.5px;text-transform:uppercase}.cabin-card__rating-badge{position:absolute;top:14px;right:14px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-dark);font-size:.82rem;font-weight:600;padding:5px 10px;border-radius:20px;display:flex;align-items:center;gap:4px}.cabin-card__content{padding:1.25rem 1.5rem 1.5rem;color:var(--text-dark);flex:1;display:flex;flex-direction:column}.cabin-card__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:650;color:var(--text-dark)}.cabin-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;color:var(--text-light);font-size:.9rem}.cabin-card__meta span{display:flex;align-items:center;gap:4px}.cabin-card__price-row{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(46,74,61,.08);display:flex;justify-content:space-between;align-items:center}.cabin-card__price{font-size:1.15rem;font-weight:700;color:var(--primary-color)}.cabin-card__price span{font-size:.85rem;font-weight:400;color:var(--text-light)}.cabin-card__arrow{width:36px;height:36px;border-radius:50%;background:var(--background-cream);display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.1rem;transition:all .3s ease}.cabin-card:hover .cabin-card__arrow{background:var(--primary-color);color:#fff}.cabin-detail{max-width:1100px;margin:0 auto;animation:fadeIn .5s ease-out}.back-button{display:inline-flex;align-items:center;gap:8px;margin-bottom:1.5rem;border:none;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-color);padding:10px 20px;border-radius:30px;cursor:pointer;font-weight:600;font-size:.92rem;box-shadow:0 2px 16px var(--shadow-medium);transition:all .3s ease}.back-button:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-strong)}.cabin-detail__header{margin-bottom:1.25rem}.cabin-detail__name{font-size:2rem;font-weight:700;color:var(--text-dark);margin:0 0 .25rem;letter-spacing:-.3px}.cabin-detail__location{font-size:1rem;color:var(--text-light);margin:0}.cabin-detail__hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem;box-shadow:0 8px 30px var(--shadow-medium)}.cabin-detail__image{width:100%;height:50vh;min-height:300px;max-height:500px;object-fit:cover;display:block}.cabin-detail__body{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.cabin-detail__left{min-width:0}.cabin-detail__info-card{background:var(--background-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 2px 16px var(--shadow-soft)}.cabin-detail__info-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.cabin-detail__info-header h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-dark)}.cabin-detail__info-label{font-size:.85rem;color:var(--text-light);font-weight:500}.cabin-detail__props-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:1.5rem}.cabin-detail__prop{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border:1px solid rgba(46,74,61,.07);background:var(--background-cream)}.cabin-detail__prop:nth-child(odd){border-radius:0}.cabin-detail__prop:first-child{border-top-left-radius:var(--radius-sm)}.cabin-detail__prop:nth-child(2){border-top-right-radius:var(--radius-sm)}.cabin-detail__prop:nth-last-child(2){border-bottom-left-radius:var(--radius-sm)}.cabin-detail__prop:last-child{border-bottom-right-radius:var(--radius-sm)}.cabin-detail__prop-label{font-size:.85rem;color:var(--text-light);font-weight:500}.cabin-detail__prop-value{font-size:.92rem;font-weight:650;color:var(--text-dark)}.cabin-detail__prop-value.avail-yes{color:#2e7d32}.cabin-detail__prop-value.avail-no{color:#c62828}.cabin-detail__description{font-size:1rem;line-height:1.7;margin:0 0 1.5rem;color:var(--text-medium)}.cabin-detail__price-tag{display:flex;align-items:baseline;gap:6px;margin-bottom:1.25rem}.cabin-detail__price-amount{font-size:1.6rem;font-weight:700;color:var(--primary-color)}.cabin-detail__price-period{font-size:.95rem;color:var(--text-light);font-weight:400}.cabin-detail__right{min-width:0}.cabin-detail__map-card{background:var(--background-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 16px var(--shadow-soft);margin-top:2rem}.cabin-detail__map{width:100%;height:500px;z-index:0}.book-button{width:100%;background:var(--primary-color);color:#fff;border:none;padding:14px 36px;border-radius:var(--radius-sm);cursor:pointer;font-size:1.05rem;font-weight:600;letter-spacing:.3px;transition:all .3s ease;box-shadow:0 4px 14px var(--shadow-medium)}.book-button:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 8px 24px var(--shadow-strong)}.cabin-reviews{margin-top:0}.cabin-reviews__title{font-size:1.35rem;font-weight:700;color:var(--text-dark);margin:0 0 1.25rem}.cabin-reviews__list{display:flex;flex-direction:column;gap:1rem}.cabin-reviews__item{background:var(--background-white);border-radius:var(--radius-md);padding:1.25rem 1.5rem;box-shadow:0 2px 12px var(--shadow-soft)}.cabin-reviews__item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.cabin-reviews__avatar{width:38px;height:38px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.cabin-reviews__meta{display:flex;flex-direction:column;flex:1;min-width:0}.cabin-reviews__author{font-weight:600;font-size:.95rem;color:var(--text-dark)}.cabin-reviews__date{font-size:.8rem;color:var(--text-light)}.cabin-reviews__stars{color:var(--accent-gold);font-size:1rem;letter-spacing:1px;flex-shrink:0}.cabin-reviews__text{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-medium)}.cabin-reviews__hidden{display:flex;flex-direction:column;gap:1rem;max-height:0;overflow:hidden;transition:max-height .5s ease}.cabin-reviews__hidden--open{max-height:1000px}.cabin-reviews__toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:1rem auto 0;padding:0;background:var(--background-white);border:2px solid var(--primary-color);border-radius:50%;color:var(--primary-color);font-size:1rem;cursor:pointer;transition:background .2s,color .2s,transform .2s}.cabin-reviews__toggle:hover{background:var(--primary-color);color:#fff;transform:scale(1.1)}.cabin-reviews__toggle-arrow{transition:transform .3s ease;line-height:1}.cabin-reviews__toggle-arrow--up{transform:rotate(180deg)}.footer{margin-top:5rem;text-align:center;color:var(--text-light);font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.cabin-hero h1{font-size:2rem}.cabin-grid{grid-template-columns:1fr}.cabin-detail__image{height:40vh;min-height:250px}.cabin-detail__name{font-size:1.5rem}.cabin-detail__body{grid-template-columns:1fr}.cabin-detail__info-card{padding:1.5rem}.cabin-detail__map{height:280px}.content{padding:120px 5% 4rem}}.profil-page{min-height:100vh;background:#f5f5f5;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;width:100vw;margin-left:calc(-50vw + 50%);padding:0}.profil-not-logged-in{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding-top:100px;text-align:center;color:#333}.profil-not-logged-in__icon{margin-bottom:1rem}.profil-not-logged-in h2{font-size:1.6rem;margin-bottom:.4rem;color:#222}.profil-not-logged-in p{color:#777;font-size:1rem}.profil-hero{position:relative;left:0;right:0;width:100%;height:370px;background:url(/profil-hero.jpg) center center / cover no-repeat;margin-top:0;padding-top:70px;box-sizing:border-box}.profil-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#00000073)}.profil-hero__content{position:absolute;bottom:28px;left:0;width:100%;max-width:1100px;margin:0 auto;padding:0 5%;display:flex;align-items:center;gap:20px;box-sizing:border-box}.profil-hero__avatar{width:80px;height:80px;border-radius:50%;background:#5a8a70;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profil-hero__avatar svg{width:42px;height:42px}.profil-hero__name{color:#fff;font-size:1.7rem;font-weight:700;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.4)}.profil-tabs{background:#fff;border-bottom:1px solid #e0e0e0}.profil-tabs__container{max-width:1100px;margin:0 auto;padding:0 5%;display:flex;gap:0}.profil-tabs__tab{background:none;border:none;padding:16px 20px;font-size:.8rem;font-weight:600;color:#999;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;letter-spacing:.5px}.profil-tabs__tab:hover{color:#555}.profil-tabs__tab--active{color:#333;border-bottom-color:#333}.profil-content{max-width:1200px;margin:0 auto;padding:40px 3%;display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start}.profil-sidebar{background:#fff;border-radius:10px;border:1px solid #e8e8e8;padding:28px;box-shadow:0 2px 8px #0000000a}.profil-sidebar__heading{font-size:1.1rem;font-weight:700;color:#222;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #2e6b55}.profil-sidebar__field{margin-bottom:20px}.profil-sidebar__label{display:block;font-size:.8rem;color:#888;margin-bottom:2px}.profil-sidebar__value{display:block;font-size:.95rem;color:#222;word-break:break-all}.profil-sidebar__actions{margin-top:28px;padding-top:8px;display:flex;flex-direction:column;gap:0}.profil-action-link{background:none;border:none;padding:8px 0;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;text-align:left;color:#008752}.profil-action-link:hover{text-decoration:underline}.profil-action-link--logout{color:#008752}.profil-section{margin-bottom:24px;padding:28px;background:#fff;border-radius:10px;border:1px solid #e8e8e8;border-left:4px solid #2e6b55;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s ease}.profil-section:hover{box-shadow:0 4px 16px #00000014}.profil-section__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.profil-section__header h3{margin:0}.profil-section__link{color:#008752;font-size:.85rem;font-weight:600;text-decoration:none}.profil-section__link:hover{text-decoration:underline}.profil-section h3{font-size:1.15rem;font-weight:700;color:#222;margin:0 0 8px}.profil-section__text{color:#555;line-height:1.6;margin:0 0 8px;font-size:.95rem}.profil-section__action-link{color:#008752;font-weight:600;font-size:.9rem;text-decoration:none}.profil-section__action-link:hover{text-decoration:underline}.profil-settings{display:flex;flex-direction:column}.profil-settings__row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0}.profil-settings__row:last-child{border-bottom:none}.profil-settings__row strong{font-size:.95rem;color:#222}.profil-settings__row p{margin:4px 0 0;color:#777;font-size:.9rem}.profil-settings__btn{background:none;border:1px solid #008752;color:#008752;padding:6px 18px;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.profil-settings__btn:hover{background:#008752;color:#fff}.profil-settings__edit-form{width:100%;display:flex;flex-direction:column;gap:10px}.profil-settings__edit-label{font-size:.9rem;font-weight:700;color:#222}.profil-settings__edit-input{padding:10px 14px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.profil-settings__edit-input:focus{outline:none;border-color:#2e6b55;box-shadow:0 0 0 3px #2e6b551f}.profil-settings__edit-error{margin:0;font-size:.82rem;color:#d93025;font-weight:500}.profil-settings__edit-actions{display:flex;gap:10px;margin-top:4px}.profil-settings__save-btn{background:#2e6b55;color:#fff;border:none;padding:9px 22px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.profil-settings__save-btn:hover:not(:disabled){background:#245a47;transform:translateY(-1px)}.profil-settings__save-btn:disabled{opacity:.6;cursor:not-allowed}.profil-settings__cancel-btn{background:none;border:1px solid #ddd;color:#666;padding:9px 22px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.profil-settings__cancel-btn:hover:not(:disabled){border-color:#999;color:#333}.profil-settings__cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:800px){.profil-hero{height:180px}.profil-hero__avatar{width:64px;height:64px}.profil-hero__avatar svg{width:34px;height:34px}.profil-hero__name{font-size:1.3rem}.profil-content{grid-template-columns:1fr;gap:32px;padding:24px 4%}.profil-tabs__tab{padding:12px 14px;font-size:.7rem}}@media(max-width:500px){.profil-hero{height:150px;margin-top:60px}.profil-tabs__container{overflow-x:auto}}.profil-hero__stats{display:flex;gap:20px;margin-top:6px}.profil-hero__stat{font-size:.8rem;color:#ffffffb3;letter-spacing:.3px}.profil-section--no-bg{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}.profil-section--no-bg h3{margin-bottom:20px}.profil-hero__stat strong{display:block;font-size:1.4rem;color:#fff}.profil-status{max-width:1100px;margin:12px auto 0;padding:10px 20px;background:#e8f5e9;color:#2e6b55;border-radius:8px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.profil-status button{background:none;border:none;color:#2e6b55;font-size:1.1rem;cursor:pointer}.profil-tabs__tab--admin{color:#2e6b55}.profil-tabs__tab--admin.profil-tabs__tab--active{color:#2e6b55;border-bottom-color:#2e6b55}.profil-sidebar__admin{margin-top:24px;padding-top:16px;border-top:1px solid #eee}.admin-form{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #eee}.admin-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}.admin-form__group{display:flex;flex-direction:column;gap:4px}.admin-form__group label{font-size:.8rem;font-weight:600;color:#555}.admin-form__group input,.admin-form__group select{padding:10px 14px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.admin-form__group input:focus,.admin-form__group select:focus{outline:none;border-color:#2e6b55;box-shadow:0 0 0 2px #2e6b551a}.admin-form__submit{background:#2e6b55;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.admin-form__submit:hover:not(:disabled){background:#245a47}.admin-form__submit:disabled{opacity:.6;cursor:not-allowed}.admin-cabin-form-wrap{background:#fff;border-radius:12px;border:1px solid #eef0f2;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000a}.admin-form__textarea{padding:10px 14px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:60px;width:100%;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.admin-form__textarea:focus{outline:none;border-color:#2e6b55;box-shadow:0 0 0 2px #2e6b551a}.admin-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500;color:#333;cursor:pointer}.admin-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#2e6b55;cursor:pointer}.admin-form__btn-row{display:flex;gap:12px;align-items:center}.admin-table__coords{font-family:SF Mono,Consolas,Monaco,monospace;font-size:.82rem;color:#666;white-space:nowrap}.admin-table__row--editing td{background:#e8f5e9!important}.admin-table__thumb{width:48px;height:36px;object-fit:cover;border-radius:4px;border:1px solid #eee}.admin-table__desc-inline{font-size:.78rem;color:#888;font-weight:400}.admin-badge--price-lav{background:#e6f4ea;color:#1e7e34}.admin-badge--price-middels{background:#fef7e0;color:#b05e00}.admin-badge--price-høy{background:#fce8e6;color:#c5221f}.admin-filter-bar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;background:#fbfbfc;padding:20px;border-radius:12px;border:1px solid #eef0f2}.admin-search-bar-wrap{width:100%;max-width:500px;display:flex;flex-direction:column;gap:10px}.admin-search-bar{position:relative;display:flex;align-items:center;width:100%}.admin-search-bar__icon{position:absolute;left:14px;display:flex;align-items:center;pointer-events:none}.admin-search-input{width:100%;padding:11px 40px 11px 42px;border:1px solid #ddd;border-radius:10px;font-size:.95rem;background:#fff;transition:all .2s ease;box-shadow:0 2px 4px #00000005;border-left:4px solid #2e6b55}.admin-search-input:focus{outline:none;border-color:#2e6b55;box-shadow:0 0 0 4px #2e6b551a;background:#fdfdfd}.admin-search-clear{position:absolute;right:12px;background:#eee;border:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666;cursor:pointer;padding:0;line-height:1;transition:all .2s}.admin-search-clear:hover{background:#ddd;color:#333}.admin-role-filters{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.admin-filter-chip{background:#fff;border:1px solid #ddd;padding:7px 16px;border-radius:20px;font-size:.82rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000005}.admin-filter-chip:hover{border-color:#bbb;background:#f9f9f9;transform:translateY(-1px)}.admin-filter-chip.active{background:#2e6b55;color:#fff;border-color:#2e6b55;box-shadow:0 3px 8px #2e6b5540}.admin-filter-chip--admin:hover,.admin-filter-chip--admin.active{border-color:#1e7e34}.admin-filter-chip--hyttereier:hover,.admin-filter-chip--hyttereier.active{border-color:#01579b}.admin-filter-chip--tureier:hover,.admin-filter-chip--tureier.active{border-color:#7b1fa2}.admin-filter-chip--annonserer:hover,.admin-filter-chip--annonserer.active{border-color:#e65100}.admin-search-results-info{font-size:.88rem;color:#555;font-weight:500;margin-bottom:16px;border-left:3px solid #eee;padding-left:12px}.admin-search-results-info strong{color:#2e6b55}.admin-table__empty{text-align:center;padding:60px!important;color:#999;font-style:italic;font-size:1.05rem}.admin-table-wrap{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid #eef0f2}.admin-table{width:100%;border-collapse:separate;border-spacing:0}.admin-table th{text-align:left;padding:16px 20px;font-size:.75rem;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.8px;background:#f8fafb;border-bottom:1px solid #eaedf0}.admin-table th:first-child{border-top-left-radius:12px}.admin-table th:last-child{border-top-right-radius:12px}.admin-table td{padding:20px;font-size:.95rem;color:#333;border-bottom:1px solid #f4f6f8;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fdfdfe}.admin-table__desc{max-width:200px;color:#666;font-size:.85rem;line-height:1.4}.admin-user-cell{display:flex;align-items:center;gap:12px}.admin-avatar{width:36px;height:36px;border-radius:50%;background:#2e6b55;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 4px #2e6b5533}.admin-badge{display:inline-block;padding:4px 14px;border-radius:20px;font-size:.75rem;font-weight:700;white-space:nowrap}.admin-badge--admin{background:#e6f4ea;color:#1e7e34}.admin-badge--user{background:#f1f3f4;color:#5f6368}.admin-badge--hyttereier{background:#e1f5fe;color:#01579b}.admin-badge--tureier{background:#f3e5f5;color:#7b1fa2}.admin-badge--annonserer{background:#fff3e0;color:#e65100}.admin-badge--pending{background:#fff3cd;color:#856404}.admin-role-select{padding:6px 10px;border-radius:6px;border:1px solid #ddd;font-size:.85rem;background:#fff;color:#444;outline:none;cursor:pointer;transition:border-color .2s;height:34px}.admin-role-select:focus{border-color:#2e6b55}.admin-badge--easy,.admin-badge--enkel,.admin-badge--lett{background:#e6f4ea;color:#1e7e34}.admin-badge--medium,.admin-badge--middels{background:#fef7e0;color:#b05e00}.admin-badge--hard,.admin-badge--krevende{background:#fce8e6;color:#c5221f}.admin-actions{display:flex;gap:10px}.ads-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:14px}@media(max-width:900px){.ads-grid{grid-template-columns:1fr}}.ad-card{background:#fff;border-radius:14px;border:1px solid #eef0f2;overflow:hidden;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column}.ad-card__image-wrap{width:100%;height:170px;overflow:hidden;background:#f5f5f5;position:relative}.ad-card__id-badge{position:absolute;bottom:8px;left:8px;background:#0000008c;color:#fff;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:999px;letter-spacing:.03em}.ad-edit-form{display:flex;flex-direction:column;gap:10px}.ad-edit-form .admin-form__group{display:flex;flex-direction:column;gap:4px}.ad-edit-form .admin-form__group label{font-size:.8rem;font-weight:700;color:#555}.ad-edit-form .admin-form__group input,.ad-edit-form .admin-form__group textarea{border:1px solid #dde0e4;border-radius:8px;padding:7px 10px;font-size:.9rem;font-family:inherit;background:#fafbfc;transition:border-color .15s}.ad-edit-form .admin-form__group input:focus,.ad-edit-form .admin-form__group textarea:focus{outline:none;border-color:#4caf50;background:#fff}.ad-card__image{width:100%;height:100%;object-fit:cover;display:block}.ad-card__content{padding:16px;display:flex;flex-direction:column;gap:10px}.ad-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ad-card__title{margin:0;font-size:1.05rem;font-weight:800;color:#222;line-height:1.2}.ad-card__desc{margin:0;color:#555;font-size:.95rem;line-height:1.5}.ad-card__tags{display:flex;flex-wrap:wrap;gap:8px}.ad-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#e6f4ea;color:#1e7e34;font-size:.75rem;font-weight:700}.ad-tag--season{background:#e1f5fe;color:#01579b}.ad-card__meta{display:flex;flex-direction:column;gap:4px;color:#666;font-size:.86rem}.admin-act{padding:7px 16px;border-radius:8px;border:1px solid #eaebed;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff;color:#444}.admin-act:hover{border-color:#bec3c9;background:#f8f9fa;transform:translateY(-1px)}.admin-act--role{color:#fff;border-color:#2e6b55;background:linear-gradient(135deg,#2e7b63,#2e6b55);box-shadow:0 4px 12px #2e6b5540;display:flex;align-items:center;justify-content:space-between;padding:7px 16px;gap:12px;min-width:145px;border-radius:9px;white-space:nowrap;font-weight:600}.admin-act--role:hover{background:linear-gradient(135deg,#206b50,#1e5a45);border-color:#1e5a45;box-shadow:0 6px 16px #2e6b5559;transform:translateY(-2px)}.admin-role-arrow{font-size:.9rem;opacity:.7;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1);color:inherit;display:inline-block}.admin-role-arrow.open{transform:rotate(180deg)}.admin-act--delete{color:#d93025;border-color:#d9302533;padding:8px 14px;border-radius:9px;min-width:80px}.admin-act--delete:hover{background:#fce8e6;border-color:#d93025}.admin-empty{text-align:center;padding:60px 20px;color:#888;background:#fff;border-radius:12px;border:1px dashed #ddd}.admin-empty p{font-size:1rem;margin:8px 0}.admin-empty__sub{font-size:.85rem;color:#aaa}@media(max-width:768px){.admin-form__row{grid-template-columns:1fr}.profil-hero__stats{gap:12px}}.admin-role-badges{display:flex;flex-wrap:wrap;gap:4px}.admin-role-checkboxes{display:flex;flex-direction:column;gap:6px}.admin-role-popover-wrapper{position:relative;display:inline-block}.admin-role-popover{position:absolute;top:100%;right:0;z-index:1000;margin-top:8px;background:#fff;border:1px solid #2e6b55;border-radius:12px;padding:12px;box-shadow:0 10px 24px #2e6b5529;min-width:190px;max-height:245px;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-role-popover::-webkit-scrollbar{width:6px}.admin-role-popover::-webkit-scrollbar-thumb{background:#eee;border-radius:10px}.admin-role-popover::-webkit-scrollbar-thumb:hover{background:#ddd}.admin-act--role.active{background:#2e6b55;color:#fff;border-color:#2e6b55}.admin-act--role.active .admin-role-arrow{color:#fff}.admin-role-checkbox{display:flex;align-items:center;gap:9px;padding:8px;margin-bottom:4px;font-size:.88rem;color:#333;cursor:pointer;white-space:nowrap;transition:all .2s ease;border-radius:7px;background:#f9f9f9;border:1px solid transparent}.admin-role-checkbox:hover{color:#2e6b55;background:#e8f3f0;border-color:#2e6b55}.admin-role-checkbox input[type=checkbox]{width:17px;height:17px;accent-color:#2e6b55;cursor:pointer;flex-shrink:0}.admin-role-checkbox span{font-weight:600}.admin-role-checkbox input[type=checkbox]:checked{accent-color:#2e6b55}.admin-role-checkbox input[type=checkbox]:checked+span{font-weight:700;color:#2e6b55}.profil-sidebar__roles{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.admin-role-checkboxes{display:flex;flex-direction:column;gap:2px}.profil-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:#d93025;color:#fff;font-size:.65rem;font-weight:700;margin-left:6px;line-height:1}.inbox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inbox-header h3{margin:0}.inbox-folders{display:flex;gap:0;margin-bottom:16px;border-bottom:2px solid #eee}.inbox-folder-btn{background:none;border:none;padding:10px 24px;font-size:.85rem;font-weight:600;color:#888;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s;display:flex;align-items:center;gap:6px}.inbox-folder-btn:hover{color:#555}.inbox-folder-btn--active{color:#2e6b55;border-bottom-color:#2e6b55}.inbox-categories{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.inbox-cat-btn{background:#f1f3f4;border:none;padding:6px 16px;border-radius:20px;font-size:.78rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.inbox-cat-btn:hover{background:#e8e8e8}.inbox-cat-btn--active{background:#2e6b55;color:#fff}.inbox-cat-tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.7rem;font-weight:600;white-space:nowrap;flex-shrink:0}.inbox-cat-tag--generelt{background:#e6f4ea;color:#1e7e34}.inbox-cat-tag--support{background:#fff3e0;color:#e65100}.inbox-cat-tag--booking{background:#e1f5fe;color:#01579b}.inbox-cat-tag--annet{background:#f3e5f5;color:#7b1fa2}.inbox-compose{background:#fff;border-radius:12px;border:1px solid #eef0f2;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px #0000000a}.inbox-list{display:flex;flex-direction:column;gap:2px;background:#fff;border-radius:12px;border:1px solid #eef0f2;overflow:hidden;box-shadow:0 2px 8px #0000000a}.inbox-item{display:flex;align-items:center;gap:14px;padding:16px 20px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f4f6f8}.inbox-item:last-child{border-bottom:none}.inbox-item:hover{background:#f8fafb}.inbox-item--unread{background:#f0f7ff;border-left:3px solid #2e6b55}.inbox-item--unread:hover{background:#e6f0fa}.inbox-item__avatar{width:40px;height:40px;border-radius:50%;background:#2e6b55;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0;box-shadow:0 2px 4px #2e6b5533}.inbox-item__content{flex:1;min-width:0}.inbox-item__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.inbox-item__name{font-size:.9rem;color:#222}.inbox-item--unread .inbox-item__name{font-weight:700}.inbox-item__date{font-size:.78rem;color:#999;flex-shrink:0}.inbox-item__subject{font-size:.88rem;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item--unread .inbox-item__subject{color:#111}.inbox-item__preview{font-size:.82rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.inbox-detail{background:#fff;border-radius:12px;border:1px solid #eef0f2;padding:28px;margin-bottom:20px;box-shadow:0 2px 8px #0000000a}.inbox-detail__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}.inbox-detail__header h4{font-size:1.2rem;color:#222;margin:0 0 6px}.inbox-detail__meta{font-size:.85rem;color:#888;margin:0}.inbox-detail__close{background:none;border:1px solid #ddd;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:#666;transition:all .2s;flex-shrink:0}.inbox-detail__close:hover{background:#f0f0f0;border-color:#bbb}.inbox-detail__body{line-height:1.7;color:#333;font-size:.95rem;white-space:pre-wrap}.inbox-detail__actions{margin-top:20px;padding-top:16px;border-top:1px solid #eee;display:flex;gap:10px}@media(max-width:600px){.inbox-item{flex-wrap:wrap;gap:10px}.inbox-item__avatar{width:34px;height:34px;font-size:.85rem}.inbox-detail{padding:20px}.inbox-categories{gap:6px}.inbox-cat-btn{padding:5px 12px;font-size:.72rem}}.chat-container{max-height:450px;overflow-y:auto;padding:20px;background:#f8fcf9;border-bottom:2px solid #edf2ef;display:flex;flex-direction:column}.chat-messages{display:flex;flex-direction:column;gap:12px}.chat-bubble{max-width:75%;padding:12px 16px;border-radius:18px;font-size:.95rem;line-height:1.5;box-shadow:0 1px 2px #0000000d;position:relative}.chat-bubble.sent{align-self:flex-end;background:#044d32;color:#fff;border-bottom-right-radius:4px}.chat-bubble.received{align-self:flex-start;background:#fff;color:#2c3e50;border:1px solid #e0e6ed;border-bottom-left-radius:4px}.chat-bubble__meta{display:flex;justify-content:space-between;align-items:baseline;font-size:.75rem;margin-bottom:4px;opacity:.8;font-weight:600}.chat-bubble.sent .chat-bubble__meta{color:#e0f2f1}.chat-bubble.received .chat-bubble__meta{color:#7f8c8d}.chat-bubble__body{word-wrap:break-word}.chat-reply-form{padding:20px;background:#fff}.chat-reply-form textarea{width:100%;min-height:80px;padding:12px;border:1px solid #e0e6ed;border-radius:12px;margin-bottom:12px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s}.chat-reply-form textarea:focus{outline:none;border-color:#044d32}.chat-reply-actions{display:flex;justify-content:flex-end}.inbox-detail__header-actions{display:flex;align-items:center}.popup-card{width:220px}.popup-card h3{margin:0 0 6px;font-size:16px}.popup-card p{font-size:13px;color:#555;margin-bottom:12px}.popup-btn{width:100%;padding:8px;border:none;background:#2e7d32;color:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:.2s}.popup-btn:hover{background:#1b5e20}.leaflet-control-geosearch *,.leaflet-control-geosearch *:before,.leaflet-control-geosearch *:after{box-sizing:border-box}.leaflet-control-geosearch .leaflet-bar-part{border-radius:4px;border-bottom:none}.leaflet-control-geosearch a.leaflet-bar-part:before,.leaflet-control-geosearch a.leaflet-bar-part:after{position:absolute;display:block;content:""}.leaflet-control-geosearch a.leaflet-bar-part:before{top:17px;left:15px;width:6px;border-top:2px solid #555;transform:rotate(45deg)}.leaflet-control-geosearch a.leaflet-bar-part:after{top:10px;left:10px;height:8px;width:8px;border-radius:50%;border:2px solid #555}.leaflet-control-geosearch.error a.leaflet-bar-part:before,.leaflet-control-geosearch.pending a.leaflet-bar-part:before{display:none}.leaflet-control-geosearch.pending a.leaflet-bar-part:after,.leaflet-control-geosearch.error a.leaflet-bar-part:after{left:50%;top:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%}.leaflet-control-geosearch.pending a.leaflet-bar-part:after{content:"";border:2px solid #555;border-top:2px solid #f3f3f3;animation:spin 1s linear infinite}.leaflet-control-geosearch.error a.leaflet-bar-part:after{content:"!";line-height:initial;font-weight:600;font-size:18px;border:none}.leaflet-control-geosearch form{display:none;position:absolute;top:0;left:30px;border-radius:0 4px 4px 0;background-color:#fff;background-clip:padding-box;z-index:-1;height:auto;margin:0;padding:0 8px;box-shadow:0 1px 5px #000000a6}.leaflet-geosearch-button form.open{border-radius:0 4px 4px}.leaflet-control-geosearch.active form{display:block}.leaflet-geosearch-button.active .leaflet-bar-part{border-radius:4px 0 0 4px;width:30px}.leaflet-geosearch-button form{max-width:350px}.leaflet-control-geosearch form input{min-width:200px;width:100%;outline:none;margin:0;padding:0;font-size:12px;height:30px;border:none;border-radius:0 4px 4px 0;text-indent:8px}.leaflet-touch .leaflet-geosearch-bar form{border:2px solid rgba(0,0,0,.2);box-shadow:none}.leaflet-touch .leaflet-geosearch-bar form input{height:30px}.leaflet-control-geosearch .results{background:#fff}.leaflet-control-geosearch .results>*{line-height:24px;padding:0 8px;border:1px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leaflet-control-geosearch .results.active{padding:8px 0;border-top:1px solid #c6c6c6}.leaflet-control-geosearch .results>.active,.leaflet-control-geosearch .results>:hover{background-color:#f8f8f8;border-color:#c6c6c6;cursor:pointer}.leaflet-control-geosearch .results.active:after{content:"";display:block;width:0;position:absolute;left:-2px;bottom:-2px;top:30px}.leaflet-touch .leaflet-control-geosearch .results.active:after{border-left:2px solid rgba(0,0,0,.2)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-top .leaflet-geosearch-bar,.leaflet-bottom .leaflet-geosearch-bar{display:none}.leaflet-geosearch-bar{position:relative;display:block;height:auto;width:400px;max-width:calc(100% - 120px);margin:10px auto 0;cursor:auto;z-index:1000}.leaflet-geosearch-bar form{position:relative;top:0;left:0;display:block;border-radius:4px}.leaflet-geosearch-bar form input{min-width:100%;width:100%}.leaflet-geosearch-bar .results.active:after{opacity:.2}.leaflet-right .leaflet-control-geosearch form{right:28px;left:initial;border-radius:4px 0 0 4px;border-left:inherit;border-right:none}.leaflet-bar-notfound{font-style:italic}.leaflet-control-geosearch button.reset{color:#000;font-weight:700;position:absolute;line-height:26px;padding:0 8px;right:0;top:0;cursor:pointer;border:none;text-decoration:none;background-color:#fff;border-radius:0 4px 4px 0}.leaflet-touch .leaflet-control-geosearch button.reset{line-height:30px}.leaflet-control-geosearch button.reset:hover{background:#f5f5f5}.kart-wrapper{position:relative;width:100%;height:calc(100vh - 110px)}.map{width:100%;height:100%}.kart-overlay{position:absolute;top:30px;left:30px;background:#fff;padding:24px;width:320px;border-radius:16px;box-shadow:0 10px 40px #00000026;z-index:1000}.kart-overlay h2{margin:0 0 8px;font-size:22px}.kart-overlay{position:absolute;top:30px;left:30px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:24px;width:320px;border-radius:16px;box-shadow:0 10px 40px #0003;z-index:1000}.tur-list{margin-top:16px;max-height:300px;overflow-y:auto}.tur-item{padding:10px;border-radius:8px;background:#f5f5f5;margin-bottom:8px;cursor:pointer;transition:.2s}.tur-item:hover{background:#e8f5e9}.tur-item h4{margin:0;font-size:14px}.tur-item p{margin:2px 0 0;font-size:12px;color:#666}.site-footer{background:#2e6b55;border-top:none;margin-top:64px}.footer-container{max-width:1200px;margin:0 auto;padding:40px 16px 28px}.footer-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.footer-col{min-width:0}.footer-title{margin:0 0 12px;font-size:1rem;font-weight:700;color:#fff}.footer-list{display:flex;flex-direction:column;gap:10px}.footer-item{color:#fff;text-decoration:none;font-size:.98rem}.footer-item:hover{text-decoration:underline}.footer-item--disabled{color:#ffffffbf;cursor:default}.footer-social{display:flex;align-items:center;gap:10px;margin-top:22px;color:#fff;font-weight:600}.footer-social-sep{color:#ffffff8c}.footer-bottom{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.22);color:#fffc;font-size:.95rem}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.footer-grid{grid-template-columns:1fr}}html,body,#root{height:100%;margin:0;overflow-x:hidden}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f4f7f6;color:#333}.container{max-width:1000px;margin:40px auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000000d}h1,h3{color:#e0e0e0;border-bottom:2px solid #e0e0e0;padding-bottom:10px}p{line-height:1.6;color:#555}.card{border:1px solid #ddd;border-radius:8px;padding:15px;margin-top:20px;background:#fafafa}.app-layout{display:flex;flex-direction:column;height:100vh}.app-content{flex:1;display:flex;flex-direction:column}
