:root{--teal:#00695c;--teal-dark:#004d40;--tint-5:#e8f5e9;--tint-4:#c8e6c9;--tint-3:#a5d6a7;--tint-2:#81c784;--text:#212121;--text-soft:#424242;--card-radius:10px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{color:var(--text);background:#fafafa;margin:0}.login-page{background:var(--tint-5);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{border-radius:var(--card-radius);background:#fff;flex-direction:column;gap:.5rem;width:min(90vw,22rem);padding:2rem;display:flex;box-shadow:0 2px 8px #00000026}.login-card h1{color:var(--teal-dark);margin:0 0 1rem;font-size:1.4rem}.login-card input{border:1px solid #bdbdbd;border-radius:6px;padding:.6rem;font-size:1rem}.login-card button{background:var(--teal-dark);color:#fff;cursor:pointer;border:0;border-radius:6px;margin-top:1rem;padding:.7rem;font-size:1rem}.login-card button:disabled{opacity:.6}.login-error{color:#c62828;margin:.3rem 0 0}.topnav{background:var(--teal-dark);color:#fff;z-index:100;align-items:center;gap:.25rem;height:3.25rem;padding:0 .75rem;display:flex;position:sticky;top:0}.topnav-home{color:#fff;align-items:center;gap:.5rem;margin-right:.75rem;font-weight:600;text-decoration:none;display:flex}.topnav-logo{width:1.6rem;height:1.6rem}.nav-group{position:relative}.nav-group-trigger{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.5rem .75rem;font-size:.95rem}.nav-group-trigger:hover,.nav-group-trigger.open{background:#ffffff26}.nav-group-menu{color:var(--text);z-index:101;background:#fff;border-radius:0 0 8px 8px;flex-direction:column;min-width:14rem;padding:.35rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000040}.nav-item{color:var(--text);border-radius:6px;padding:.55rem .75rem;text-decoration:none}.nav-item:hover{background:var(--tint-5)}.nav-item.disabled{color:#9e9e9e;cursor:default}.topnav-spacer{flex:1}.topnav-title{pointer-events:none;white-space:nowrap;font-size:1rem;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.topnav-org{opacity:.85;margin-right:.5rem;font-size:.85rem}.topnav-orgselect{background:var(--teal-dark);color:#fff;border:1px solid #ffffff80;border-radius:6px;max-width:14rem;margin-right:.5rem;padding:.25rem .4rem;font-size:.85rem}.topnav-logout{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff80;border-radius:6px;padding:.35rem .7rem}.page{max-width:75rem;margin:0 auto;padding:1rem}.home-group{border-radius:var(--card-radius);margin-bottom:1.25rem;padding:1rem}.home-group.tint-5{background:var(--tint-5)}.home-group.tint-4{background:var(--tint-4)}.home-group.tint-3{background:var(--tint-3)}.home-group.tint-2{background:var(--tint-2)}.home-group-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.home-group-header img{width:2.5rem;height:2.5rem}.home-group-header h2{color:var(--text);margin:0;font-size:1.15rem}.home-group-header p{color:var(--text-soft);margin:0;font-size:.85rem}.tile-grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:.75rem;display:grid}.tile{border-radius:var(--card-radius);color:var(--text);background:#fff;align-items:center;gap:.75rem;padding:.85rem;text-decoration:none;display:flex;box-shadow:0 1px 3px #0000001f}.tile:hover{box-shadow:0 3px 8px #0003}.tile.disabled{opacity:.5;box-shadow:none}.tile-icon{border-radius:50%;width:2.75rem;height:2.75rem}.tile-title{font-weight:600;display:block}.tile-subtitle{color:var(--text-soft);font-size:.8rem;display:block}.tile .tile-title,.tile .tile-subtitle{line-height:1.25}.center-page{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.toast-container{z-index:200;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1rem;right:1rem}.toast{color:#fff;border-radius:8px;padding:.7rem 1rem;font-size:.9rem;box-shadow:0 2px 8px #0000004d}.toast-ok{background:var(--teal-dark)}.toast-warn{background:#ef6c00}.toast-error{background:#c62828}.user-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.user-list-empty{text-align:center;color:var(--text-soft);padding:1.5rem}.user-list-item{border-radius:var(--card-radius);background:#fff;overflow:hidden;box-shadow:0 1px 3px #0000001f}.user-list-header{text-align:left;cursor:pointer;width:100%;color:var(--text);background:#f5f5f5;border:0;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.75rem 1rem;font-size:.95rem;display:grid}.user-list-header:hover{background:var(--tint-5)}.usercode-list-header{grid-template-columns:repeat(3,1fr)}.usercode-form{grid-template-columns:repeat(4,1fr);align-items:center;gap:1rem;display:grid}.usercode-form .btn-row{grid-column:1/-1}@media (width<=600px){.usercode-form{grid-template-columns:1fr}}.usercode-qr-modal{width:min(94vw,42rem)}.usercode-qr-large{max-width:100%;height:auto;margin:0 auto;display:block}.user-list-col{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-list-body{border-top:1px solid #eee;padding:1rem}.field{flex-direction:column;gap:.2rem;min-width:0;display:flex}.field>label{color:var(--text-soft);font-size:.8rem}.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=date],.field select:not([multiple]){height:2.2rem;color:var(--text);background:0 0;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;min-width:0;padding:0 .1rem;font-size:.95rem}.field input[type=text]:focus,.field input[type=email]:focus,.field input[type=tel]:focus,.field input[type=date]:focus,.field select:not([multiple]):focus{border-bottom:1px solid var(--teal-dark);box-shadow:0 1px 0 0 var(--teal-dark);outline:none}.field:focus-within>label{color:var(--teal-dark)}.field input:disabled,.field select:disabled{color:#9e9e9e;border-bottom-style:dotted}.listbox{background:#fff;border:1px solid #bdbdbd;border-radius:4px;height:9rem;padding:.25rem;font-size:.9rem;overflow-y:auto}.listbox:disabled{color:#9e9e9e;background:#f5f5f5}.checkbox-field{justify-content:flex-end}.checkbox-field label{color:var(--text);cursor:pointer;flex-direction:row;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.checkbox-field input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--teal-dark)}.radio-field{flex-direction:column;align-items:flex-start;gap:.2rem}.radio-field-caption{color:var(--text-soft);font-size:.8rem}.segmented{border:1px solid var(--teal-dark);border-radius:6px;display:inline-flex;overflow:hidden}.segmented label{color:var(--teal-dark);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;padding:.4rem 1rem;font-size:.9rem}.segmented label+label{border-left:1px solid var(--teal-dark)}.segmented input[type=radio]{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.segmented label:has(input:checked){background:var(--teal-dark);color:#fff}.segmented label:has(input:disabled){cursor:default;opacity:.65}.radio-field input[type=radio]:disabled{cursor:default}.btn{background:var(--teal-dark);color:#fff;cursor:pointer;border:0;border-radius:4px;padding:.4rem .9rem;font-size:.85rem;line-height:1.4;display:inline-block}.btn:hover:not(:disabled){background:var(--teal)}.btn:disabled{opacity:.5;cursor:default}.btn-row{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin-top:1.4rem;display:flex}.filter-bar{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:1rem;display:flex}.filter-bar .field{width:100%;max-width:18rem}.form-grid{grid-template-columns:1fr;gap:.75rem 1rem;margin-bottom:.5rem;display:grid}.form-grid .field-touren,.form-grid .field-prctbl,.form-grid .field-bio{grid-column:1/-1}@media (width>=600px){.form-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=993px){.form-grid{grid-template-columns:repeat(10,1fr);grid-template-areas:"vorname vorname name name rolle rolle mobil mobil email email""partnerid partnerid partnername partnername menu menu navi navi pushlog pushlog""touren touren touren touren touren prctbl prctbl prctbl prctbl prctbl""bio bio bio bio bio bio bio bio bio bio"}.form-grid .field-touren,.form-grid .field-prctbl,.form-grid .field-bio{grid-column:auto}.form-grid .field-vorname{grid-area:vorname}.form-grid .field-name{grid-area:name}.form-grid .field-rolle{grid-area:rolle}.form-grid .field-mobil{grid-area:mobil}.form-grid .field-email{grid-area:email}.form-grid .field-menu{grid-area:menu}.form-grid .field-navi{grid-area:navi;align-self:end}.form-grid .field-partnerid{grid-area:partnerid}.form-grid .field-partnername{grid-area:partnername}.form-grid .field-touren{grid-area:touren}.form-grid .field-pushlog{grid-area:pushlog;justify-content:flex-end;align-items:flex-start}.form-grid .field-prctbl{grid-area:prctbl}.form-grid .field-bio{grid-area:bio}}.modal-overlay{z-index:300;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{border-radius:var(--card-radius);background:#fff;width:min(94vw,26rem);max-height:88vh;padding:1.25rem 1.5rem;overflow-y:auto;box-shadow:0 8px 24px #00000059}.modal h2{color:var(--teal-dark);margin:0 0 1rem;font-size:1.2rem}.pushlog-modal{width:min(94vw,42rem)}.provision-modal{width:min(94vw,48rem)}.provision-list-row{grid-template-columns:2.2fr .7fr 1.1fr .35fr 1.1fr;align-items:center;width:100%;display:grid}.provision-col-bis{color:var(--text-soft)}.modal .modal-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.modal .modal-header h2{margin:0}.modal table{border-collapse:collapse;width:100%;font-size:.9rem}.modal th,.modal td{text-align:left;border-bottom:1px solid #eee;padding:.4rem .5rem}.modal .input-field{flex-direction:column;gap:.2rem;margin-bottom:.75rem;display:flex}.modal .input-field label{color:var(--text-soft);font-size:.8rem}.modal .input-field input,.modal .input-field select{background:0 0;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;height:2.2rem;padding:0 .1rem;font-size:.95rem}.modal .input-field input:focus,.modal .input-field select:focus{border-bottom:1px solid var(--teal-dark);box-shadow:0 1px 0 0 var(--teal-dark);outline:none}.modal .modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.create-user-result{flex-direction:column;gap:.6rem;display:flex}.create-user-result .link-row{gap:.5rem;display:flex}.create-user-result .link-row input{border:1px solid #bdbdbd;border-radius:4px;flex:1;min-width:0;padding:.45rem;font-size:.85rem}.create-user-done{align-self:flex-start}.btn-icon{justify-content:center;align-items:center;width:2.2rem;height:2.2rem;padding:0;display:inline-flex}.btn-icon svg{width:1.15rem;height:1.15rem}.user-invite-result{background:var(--tint-5);border-radius:var(--card-radius);flex-direction:column;gap:.5rem;margin-top:1rem;padding:.85rem;display:flex}.user-invite-result input{border:1px solid #bdbdbd;border-radius:6px;padding:.5rem}.user-invite-result .btn{align-self:flex-start}.menu-list-header-new{text-align:center;background:var(--teal-dark);color:#fff;font-weight:600;display:block}.menu-list-header-new:hover{background:var(--teal)}.menu-list-header{grid-template-columns:repeat(2,1fr)}.menu-fields{grid-template-columns:1fr;gap:.75rem 1rem;margin-bottom:.75rem;display:grid}@media (width>=600px){.menu-fields{grid-template-columns:repeat(3,1fr)}}.menu-perm-grid{flex-direction:column;gap:.6rem;margin:.75rem 0;display:flex}.menu-perm-columns-header{color:var(--text-soft);text-transform:uppercase;letter-spacing:.03em;grid-template-columns:1fr 3rem 3rem;gap:.5rem;padding:0 .6rem;font-size:.72rem;display:none}.menu-perm-columns-header span:not(:first-child){text-align:center}@media (width>=600px){.menu-perm-columns-header{display:grid}}.menu-perm-section{border-radius:var(--card-radius);background:#f0f0f0;padding:.55rem .6rem}.menu-perm-section[data-group=Einkauf]{background:var(--tint-5)}.menu-perm-section[data-group=Auswertungen]{background:var(--tint-4)}.menu-perm-section[data-group=Stammdaten]{background:var(--tint-3)}.menu-perm-section[data-group=Einstellungen]{background:var(--tint-2)}.menu-perm-group-label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .4rem;font-size:.8rem}.menu-perm-rows{grid-template-columns:1fr;gap:.3rem .75rem;display:grid}@media (width>=600px){.menu-perm-rows{grid-template-columns:repeat(2,1fr)}}@media (width>=993px){.menu-perm-rows{grid-template-columns:repeat(3,1fr)}}.menu-perm-row{background:#ffffffa6;border-radius:6px;grid-template-columns:1fr 3rem 3rem;align-items:center;gap:.5rem;padding:.3rem .5rem;display:grid}.menu-perm-label{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.menu-perm-row input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--teal-dark);justify-self:center}.wildcat-list-header{grid-template-columns:repeat(2,1fr)}.wildcat-list-header.is-selected{background:var(--tint-5)}.wildcat-classes{flex-wrap:wrap;align-items:center;gap:.5rem .9rem;min-height:3.2rem;margin:.5rem 0 .25rem;display:flex}.wildcat-class-item{color:var(--text);cursor:pointer;align-items:center;gap:.3rem;font-size:.85rem;display:flex}.wildcat-class-item input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--teal-dark)}.article-list-header{grid-template-columns:repeat(7,1fr)}.article-list-hint{text-align:center;color:var(--text-soft);padding:1.5rem}.wildbret-panes{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=993px){.wildbret-panes{grid-template-columns:1fr 1fr}}.wildbret-pane{min-width:0}.wildbret-screen{width:min(100rem,100vw - 2rem);margin-left:calc(50% + min(100rem,100vw - 2rem)/-2)}@media (width>=993px){.form-grid.wildcat-fields,.form-grid.article-fields{grid-template-areas:none}.form-grid.wildcat-fields{grid-template-columns:.7fr 2fr 1fr 1fr 1fr .7fr}.form-grid.article-fields{grid-template-columns:1.6fr 1fr .8fr 1.4fr 1.4fr 1.4fr}.form-grid.provision-fields{grid-template-columns:2fr .8fr 1.3fr 1fr 1fr;grid-template-areas:none;align-items:end}}.pricetab-list-header{align-items:center;gap:.75rem;display:flex}.pricetab-list-header .user-list-col{flex:1}.pricetab-list-header.is-selected{background:var(--tint-5)}.pricetab-badge{color:#fff;white-space:nowrap;background:#c62828;border-radius:999px;flex:none;padding:.25rem .55rem;font-size:.72rem;font-weight:600}.assignment-modal{width:min(96vw,60rem)}.assignment-modal-panes{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}@media (width>=700px){.assignment-modal-panes{grid-template-columns:14rem 1fr}}.assignment-articles{min-width:0}.assignment-fields{grid-template-columns:1fr;gap:.75rem 1rem;margin-bottom:.5rem;display:grid}@media (width>=480px){.assignment-fields{grid-template-columns:repeat(3,1fr)}}.date-override-info{color:var(--text-soft);margin:0 0 1rem;font-size:.9rem}.pricetab-new-fields{grid-template-columns:1fr;gap:.75rem 1rem;margin-bottom:.5rem;display:grid}@media (width>=600px){.pricetab-new-fields{grid-template-columns:repeat(2,1fr)}}.priceline-list-header{cursor:default;grid-template-columns:repeat(7,1fr);align-items:center}.priceline-list-header.is-flagged{background:#ffcdd2}.priceline-warn-icon{margin-left:.3rem}.priceline-actions{justify-content:flex-end;margin-bottom:.6rem;display:flex}.pricetab-lines.is-readonly .priceline-actions{opacity:.85}.pricetab-screen{width:min(100rem,100vw - 2rem);margin-left:calc(50% + min(100rem,100vw - 2rem)/-2)}.pricetab-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=1200px){.pricetab-layout{grid-template-columns:16rem 1fr}.pricetab-panes{align-items:stretch;height:calc(100vh - 5.25rem)}.pricetab-panes .wildbret-pane{min-height:0;overflow-y:auto}.pricetab-aside{position:sticky;top:4.25rem}.pricetab-pane-lines .priceline-actions{z-index:1;background:#fafafa;margin-bottom:0;padding-bottom:.6rem;position:sticky;top:0}}.pricetab-aside{min-width:0}.pricetab-aside .filter-bar{margin-bottom:0}.pricetab-panes{margin:0}.toureval-list-header{text-align:left;width:100%;color:var(--text);background:#f5f5f5;border:0;grid-template-columns:1fr 1fr repeat(3,2fr);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;display:grid}button.toureval-list-header{cursor:pointer}button.toureval-list-header:hover{background:var(--tint-5)}.toureval-list-header.is-total{background:var(--teal-dark);color:#fff;font-weight:600}.toureval-row-even{background:#f5f5f5}.toureval-row-odd{background:#eee}.toureval-cat-block{grid-template-columns:1fr auto auto;gap:.4rem;min-width:0;display:grid}.toureval-cat-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.toureval-cat-stk,.toureval-cat-kg{text-align:right;white-space:nowrap}.toureval-drilldown-panes{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}@media (width>=700px){.toureval-drilldown-panes{grid-template-columns:14rem 1fr}}.toureval-catlist{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.toureval-catrow{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;grid-template-columns:1fr auto auto;gap:.5rem;width:100%;padding:.5rem .65rem;font-size:.9rem;display:grid}.toureval-catrow:hover{background:var(--tint-5)}.toureval-catrow.is-selected{border-color:var(--teal-dark);background:var(--tint-4)}.toureval-catrow-stk,.toureval-catrow-kg{text-align:right;white-space:nowrap}.toureval-artdetail-hint{color:var(--text-soft);padding:.5rem 0}.toureval-artlist{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.toureval-artrow{border-bottom:1px solid #f0f0f0;grid-template-columns:3rem 2.5rem 3rem 3.5rem 1fr 4rem 3.5rem 1fr;align-items:center;gap:.5rem;padding:.4rem .2rem;font-size:.88rem;display:grid}.toureval-art-stk,.toureval-art-stkpct,.toureval-art-kg,.toureval-art-kgpct{text-align:right;white-space:nowrap}.toureval-bar{width:100%;max-width:9.5rem;height:1.4rem}.toureval-bar rect{fill:var(--teal-dark)}.toureval-screen{width:min(100rem,100vw - 2rem);margin-left:calc(50% + min(100rem,100vw - 2rem)/-2)}.toureval-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=1200px){.toureval-layout{grid-template-columns:16rem 1fr}.toureval-main{height:calc(100vh - 5.25rem);overflow-y:auto}.toureval-aside{position:sticky;top:4.25rem}}.toureval-aside{min-width:0}.toureval-aside .filter-bar{margin-bottom:0}.dash-donut{width:100%;max-width:6.5rem;display:block}.dash-donut-top{fill:var(--text);font-size:11px;font-weight:600}.dash-donut-bottom{fill:var(--text-soft);font-size:8px}.dash-donut-dash{fill:var(--text-soft);font-size:14px}.dash-donut-label{fill:var(--text-soft);text-transform:uppercase;letter-spacing:.02em;font-size:8px}.dash-yearbars{width:100%;max-width:25rem;display:block}.dash-yearbar-year{fill:var(--text);font-size:9px}.dash-yearbar-full{fill:#d3d3d3;opacity:1}.dash-yearbar-ytd{fill:gray;opacity:.5}.dash-yearbar-stk{fill:var(--teal-dark);font-size:10px;font-weight:600}.dash-yearbar-ytdstk{fill:var(--teal-dark);font-size:8px}.dash-yearbar-avgkg{fill:var(--text-soft);font-size:8px}.dash-huntlist-header,.dash-huntlist-row{text-align:left;width:100%;color:var(--text);grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;display:grid}.dash-huntlist-header{background:var(--teal-dark);color:#fff;font-weight:600}.dash-huntlist-row{cursor:pointer;background:#f5f5f5;border:0}.dash-huntlist-row:hover{background:var(--tint-5)}.dash-huntlist-row.is-selected{background:var(--tint-4);box-shadow:inset 3px 0 0 var(--teal-dark)}.dash-grid-scroll{overflow-x:auto}.dash-grid{background:#e0e0e0;grid-template-columns:4rem repeat(8,minmax(6rem,1fr)) minmax(7rem,1fr);gap:1px;min-width:62rem;display:grid}.dash-grid-cell{background:#fff;justify-content:center;align-items:center;min-height:2.5rem;padding:.5rem;display:flex}.dash-grid-head{background:var(--teal-dark);color:#fff;font-size:.85rem;font-weight:600}.dash-grid-yearcell{font-weight:600}.dash-grid-empty{text-align:center;color:var(--text-soft);padding:1.5rem}.dash-numcell{flex-direction:column;align-items:center;gap:.1rem;font-size:.8rem;line-height:1.3;display:flex}.dash-donut-wrap{justify-content:center;width:100%;display:flex}.dash-grid-yearbars-cell{padding:.25rem}.dash-filters{flex-flow:wrap;align-items:flex-end}.dash-filters .field{max-width:14rem}.dash-shoot-btn{align-self:flex-end}.dash-screen{width:min(100rem,100vw - 2rem);margin-left:calc(50% + min(100rem,100vw - 2rem)/-2)}.dash-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;margin-top:1rem;display:grid}@media (width>=1024px){.dash-layout{grid-template-columns:18rem 1fr}.dash-pane-list{position:sticky;top:4.25rem}}.dash-pane{min-width:0}.shoot-modal{width:min(96vw,42rem)}.shoot-filter-field{max-width:18rem;margin-bottom:.75rem}.shoot-year-header{grid-template-columns:repeat(3,1fr)}.shoot-year-head-fields{grid-template-columns:1fr 1fr;gap:.75rem 1rem;max-width:18rem;margin-bottom:.75rem;display:grid}.shoot-month-fields{grid-template-columns:repeat(4,1fr);gap:.6rem .75rem;margin-bottom:.5rem;display:grid}@media (width>=480px){.shoot-month-fields{grid-template-columns:repeat(6,1fr)}}.tour-screen{max-width:60rem;margin:0 auto}.tour-list-header{align-items:center;gap:.75rem;display:flex}.tour-list-header .tour-col-name{flex:1}.tour-list-header .tour-col-code{color:var(--text-soft);flex:none}.tour-header-disabled{opacity:.6}.form-grid.tour-fields{grid-template-columns:1fr}@media (width>=600px){.form-grid.tour-fields{grid-template-columns:2fr 1fr 1fr;align-items:end}}.form-grid.hunt-fields{grid-template-columns:repeat(12,1fr);align-items:end}.form-grid.hunt-fields .field-huntname{grid-column:span 12}.form-grid.hunt-fields .field-huntid,.form-grid.hunt-fields .hunt-qr-inline,.form-grid.hunt-fields .field-huntlong,.form-grid.hunt-fields .field-huntlat{grid-column:span 6}.form-grid.hunt-fields .field-hunttour,.form-grid.hunt-fields .field-huntstreet,.form-grid.hunt-fields .hunt-controls-block{grid-column:span 12}.form-grid.hunt-fields .field-huntplz{grid-column:span 4}.form-grid.hunt-fields .field-huntplace{grid-column:span 8}.form-grid.hunt-fields .field-huntpricetab{grid-column:span 12}@media (width>=993px){.form-grid.hunt-fields .field-huntname{grid-column:span 8}.form-grid.hunt-fields .field-huntid,.form-grid.hunt-fields .hunt-qr-inline{grid-column:span 2}.form-grid.hunt-fields .field-huntlong,.form-grid.hunt-fields .field-huntlat,.form-grid.hunt-fields .field-hunttour{grid-column:span 4}.form-grid.hunt-fields .field-huntstreet{grid-column:span 8}.form-grid.hunt-fields .hunt-controls-block{grid-column:span 4}.form-grid.hunt-fields .field-huntplz{grid-column:span 2}.form-grid.hunt-fields .field-huntplace{grid-column:span 6}.form-grid.hunt-fields .field-huntpricetab{grid-column:span 4}}.hunt-qr-inline{cursor:pointer;place-self:center start;width:70px;height:70px}.hunt-controls-block{grid-template-columns:repeat(12,1fr);align-items:center;gap:.5rem;display:grid}.hunt-controls-switch{grid-column:span 6}.hunt-controls-btn{grid-column:span 3;justify-content:center;display:flex}.checkbox-field-inline{color:var(--text);cursor:pointer;white-space:nowrap;flex-direction:row;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.checkbox-field-inline input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--teal-dark)}.hunt-switches{border-top:1px solid #eee;margin-top:.5rem;padding-top:.5rem}.hunt-switches-oneline{grid-template-columns:repeat(3,1fr);gap:.6rem 1rem;display:grid}@media (width>=993px){.hunt-switches-oneline{grid-template-columns:repeat(6,1fr)}}.hunt-switches-twoline{flex-direction:column;gap:.6rem;display:flex}.hunt-twoline-row{grid-template-columns:repeat(12,1fr);align-items:end;gap:.5rem 1rem;display:grid}.hunt-twoline-row .span-2{grid-column:span 2}.hunt-twoline-row .span-4{grid-column:span 4}.hunt-twoline-row .span-6{grid-column:span 6}.btn-row.hunt-btn-row{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (width>=993px){.btn-row.hunt-btn-row{grid-template-columns:repeat(4,1fr)}}.btn-row.hunt-btn-row .btn{text-align:center}.hunt-list-header{align-items:center;gap:.75rem;display:flex}.hunt-list-header .hunt-col-name{text-overflow:ellipsis;white-space:nowrap;flex:4;overflow:hidden}.hunt-list-header .hunt-col-id,.hunt-list-header .hunt-col-tour{color:var(--text-soft);flex:1}.hunt-header-disabled{opacity:.6}.contact-modal{width:min(96vw,60rem)}.contact-modal-columns{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=700px){.contact-modal-columns{grid-template-columns:repeat(3,1fr)}}.contact-column{border:0;flex-direction:column;gap:.6rem;min-width:0;margin:0;padding:0;display:flex}.contact-column legend{color:var(--teal-dark);padding:0 0 .3rem;font-weight:600}.terms-modal{width:min(94vw,30rem)}.request-qty-subtitle{color:var(--text-soft);margin:0 0 1rem;font-size:.85rem}.request-qty-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.btn-grey{background:#757575}.btn-grey:hover:not(:disabled){background:#616161}.huntlog-modal{width:min(94vw,48rem)}.hunt-log-status{align-items:center;gap:.3rem;display:inline-flex}.hunt-log-icon{flex:none;width:1.1rem;height:1.1rem}.hunt-log-icon-green,.hunt-log-source-green{color:green}.hunt-log-icon-red,.hunt-log-source-red{color:red}.hunt-log-icon-blue{color:#2196f3}.hunt-qr-large{max-width:100%;height:auto;margin:0 auto;display:block}.hunt-screen{width:min(100rem,100vw - 2rem);margin-left:calc(50% + min(100rem,100vw - 2rem)/-2)}.hunt-filter-bar{flex-flow:wrap;align-items:end;gap:.75rem 1.25rem}.hunt-filter-bar .field{width:auto;min-width:10rem;max-width:16rem}.hunt-panes{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}.hunt-pane-list{min-width:0}.hunt-pane-map{display:none}@media (width>=1200px){.hunt-panes{grid-template-columns:1fr 1fr;align-items:stretch;height:calc(100vh - 5.25rem)}.hunt-pane-list{min-height:0;overflow-y:auto}.hunt-pane-map{min-height:0;display:block}}.hunt-screen.is-driver .hunt-qr-inline{pointer-events:none}.hunt-map{border-radius:6px;width:100%;height:100%;min-height:24rem;overflow:hidden}@media (width>=993px){.hunt-map{min-height:30rem}}.hunt-map-control{margin-top:.7rem}@media (width<=600px){.topnav{flex-wrap:wrap;height:auto;padding:.4rem .5rem}.topnav-org,.topnav-title{display:none}.nav-group-menu{min-width:0;position:fixed;left:.5rem;right:.5rem}.user-list-header,.usercode-list-header,.article-list-header,.priceline-list-header,.toureval-list-header{grid-template-columns:1fr 1fr}.toureval-artrow{grid-template-columns:repeat(4,1fr)}.shoot-year-header{grid-template-columns:1fr 1fr}.shoot-month-fields{grid-template-columns:repeat(3,1fr)}}
