:root{--text:#4d4d4d;--text-h:#24331f;--bg:#fcfcfc;--bg-alt:#fcf6ef;--border:#d8d8d8;--code-bg:#f4f3ec;--main:#377241;--accent:#84c669;--accent-soft:#d4e7cb;--accent-bg:#84c66924;--accent-border:#84c66980;--gold:#cdb249;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:"Barlow Semi Condensed", "Segoe UI", Arial, sans-serif;--heading:"Fredoka", "Segoe UI", Arial, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root:where(:not([data-theme=light])){--text:#b9c2b5;--text-h:#eef3ec;--bg:#1b211a;--bg-alt:#222a20;--border:#333d30;--code-bg:#1f2028;--main:#84c669;--accent:#6fae57;--accent-soft:#2e3a2a;--accent-bg:#84c66926;--accent-border:#84c66980;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root:where(:not([data-theme=light])) #social .button-icon{filter:invert()brightness(2)}}:root[data-theme=dark]{--text:#b9c2b5;--text-h:#eef3ec;--bg:#1b211a;--bg-alt:#222a20;--border:#333d30;--code-bg:#1f2028;--main:#84c669;--accent:#6fae57;--accent-soft:#2e3a2a;--accent-bg:#84c66926;--accent-border:#84c66980;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] #social .button-icon{filter:invert()brightness(2)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}input[type=date]::-webkit-datetime-edit{color:var(--text-h)}input[type=date]::-webkit-datetime-edit-fields-wrapper{color:var(--text-h)}input[type=date]::-webkit-datetime-edit-text{color:var(--text-h)}input[type=date]::-webkit-datetime-edit-day-field{color:var(--text-h)}input[type=date]::-webkit-datetime-edit-month-field{color:var(--text-h)}input[type=date]::-webkit-datetime-edit-year-field{color:var(--text-h)}body{margin:0}#root{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.chip-group{flex-wrap:wrap;gap:10px;display:flex}.chip{border:2px solid var(--accent-soft);background:var(--bg);color:var(--text-h);font:500 15px var(--sans);cursor:pointer;border-radius:50px;padding:10px 18px;transition:border-color .2s,background .2s,color .2s;position:relative}.chip input{opacity:0;pointer-events:none;position:absolute}.chip:hover{border-color:var(--accent)}.chip-active{background:var(--accent);border-color:var(--accent);color:#fff}.chip-group-actions .chip{text-align:center;min-width:110px}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.login-page{background:var(--bg-alt);box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100svh;padding:24px;display:flex}.login-card{background:var(--bg);width:100%;max-width:420px;box-shadow:var(--shadow);text-align:center;box-sizing:border-box;border-radius:24px;padding:48px 40px 40px}.login-mark{justify-content:center;align-items:center;width:100%;max-width:220px;margin:0 auto 24px;display:flex}.login-mark img{width:100%;height:auto;display:block}.login-page h1{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0 0 8px;font-size:32px;font-weight:600}.login-subtitle{color:var(--text);margin:0 0 32px;font-size:17px}.login-method-toggle{background:var(--bg-alt);border-radius:50px;gap:8px;margin-bottom:24px;padding:4px;display:flex}.login-method-toggle-btn{height:36px;color:var(--text);font:600 14px var(--sans);cursor:pointer;background:0 0;border:0;border-radius:50px;flex:1;padding:0 12px;transition:background .2s,color .2s}.login-method-toggle-btn-active{background:var(--accent);color:#fff}.login-form{text-align:left;flex-direction:column;display:flex}.login-form label{color:var(--text-h);margin:0 0 6px;font-size:14px;font-weight:600}.login-form label:not(:first-of-type){margin-top:18px}.login-form input{height:52px;font:16px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:12px;padding:0 16px;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 6px #00000014}.login-form input::placeholder{color:#9a9a9a}.login-form input:focus-visible{border-color:var(--main);outline:none;box-shadow:0 2px 6px #0000000d}.login-form .btn,.login-card>.btn{background:var(--accent);color:#fff;width:100%;height:52px;font:600 17px var(--sans);letter-spacing:.3px;cursor:pointer;border:0;border-radius:50px;margin-top:28px;transition:background .2s,transform .1s}.login-card>.btn:hover,.login-form .btn:hover:not(:disabled){background:var(--main)}.login-form .btn:disabled{opacity:.7;cursor:default}.login-error{color:#d13f3f;text-align:center;background:#ff56561a;border-radius:10px;margin-top:16px;padding:10px 14px;font-size:14px}.dog-form{text-align:left;flex-direction:column;display:flex}.dog-form label,.dog-form-label{color:var(--text-h);margin:0 0 8px;font-size:14px;font-weight:600;display:block}.dog-form>label:not(:first-of-type),.dog-form .field-group{margin-top:20px}.dog-form input[type=text],.dog-form input[type=date],.dog-form input[type=time],.dog-form input[type=number],.dog-form select,.dog-form textarea{width:100%;font:16px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:12px;padding:0 16px;transition:border-color .2s;box-shadow:0 2px 6px #00000014}.dog-form input[type=text],.dog-form input[type=date],.dog-form input[type=time],.dog-form input[type=number],.dog-form select{height:48px}.dog-form select:focus-visible,.dog-form input:focus-visible,.dog-form textarea:focus-visible{border-color:var(--main);outline:none}.dog-form-inline-date{margin-top:14px}.dog-form-inline-date label{font-size:13px}.dog-form-inline-date input+label{margin-top:12px}.dog-form-file-hint{color:var(--main);margin:8px 0 0;font-size:13px}.dog-form-file-hint-error{color:#d13f3f}.dog-form textarea{resize:vertical;min-height:72px;font-family:var(--sans);padding:12px 16px}.dog-form .row-2{gap:16px;display:flex}.dog-form .row-2>div{flex:1}.dog-form-photo{align-items:center;gap:16px;display:flex}.dog-form-photo-preview{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;width:56px;height:56px}.dog-form-photo-input{color:var(--text);font-size:14px}.dog-form .btn{background:var(--accent);color:#fff;height:50px;font:600 16px var(--sans);cursor:pointer;border:0;border-radius:50px;margin-top:28px;transition:background .2s}.dog-form .btn:hover:not(:disabled){background:var(--main)}.dog-form .btn:disabled{opacity:.7;cursor:default}.dog-form-error{color:#d13f3f;text-align:center;background:#ff56561a;border-radius:10px;margin-top:14px;padding:10px 14px;font-size:14px}.modal-overlay{z-index:100;box-sizing:border-box;background:#24331f73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-panel{background:var(--bg);width:100%;max-width:520px;max-height:90vh;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px;position:relative;overflow-y:auto}.modal-close{background:var(--accent-soft);width:32px;height:32px;color:var(--main);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex;position:absolute;top:20px;right:20px}.modal-close:hover{background:var(--accent);color:#fff}.modal-panel h2{font-family:var(--heading);color:var(--text-h);text-align:center;letter-spacing:0;margin:0 0 24px;font-size:26px;font-weight:600}.invite-link-intro{color:var(--text-h);text-align:center;margin:0 0 16px;font-size:15px}.invite-link-intro-warning{color:#d13f3f}.invite-link-box{background:var(--bg-alt);color:var(--text-h);word-break:break-all;border-radius:12px;margin:0 0 20px;padding:14px 16px;font-size:14px}.help-modal-contact{text-align:center;color:var(--main);background:var(--accent-soft);border:2px solid var(--accent-border);font-size:16px;font-weight:700}.help-modal-guide-btn{text-align:center;width:100%}.dogs-action-btn.help-modal-guide-btn{font-weight:400}.invite-link-copy-btn{background:var(--accent);color:#fff;width:100%;height:50px;font:600 16px var(--sans);cursor:pointer;border:0;border-radius:50px;transition:background .2s}.invite-link-copy-btn:hover{background:var(--main)}.invite-link-done{margin:16px auto 0;display:block}.outing-card{background:var(--bg);width:100%;max-width:560px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.outing-card h2{font-family:var(--heading);color:var(--text-h);text-align:center;letter-spacing:0;margin:0 0 28px;font-size:28px;font-weight:600}.outing-form{text-align:left;flex-direction:column;display:flex}.outing-form label,.outing-label{color:var(--text-h);margin:0 0 8px;font-size:14px;font-weight:600;display:block}.outing-form>label:not(:first-of-type),.outing-label:not(:first-child){margin-top:26px}.outing-form select,.outing-form input[type=datetime-local]{width:100%;height:52px;font:16px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:12px;padding:0 16px;transition:border-color .2s;box-shadow:0 2px 6px #00000014}.outing-form select:focus-visible,.outing-form input[type=datetime-local]:focus-visible{border-color:var(--main);outline:none}.outing-hint{color:var(--gold);margin:8px 0 0;font-size:13px}.outing-extra-dog-row{align-items:center;gap:8px;margin-top:10px;display:flex}.outing-extra-dog-row select{flex:1}.outing-remove-dog-btn{color:#d13f3f;cursor:pointer;background:#ff56561a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;line-height:1;transition:background .15s;display:flex}.outing-remove-dog-btn:hover{background:#ff565633}.outing-dog-actions-row{align-items:center;gap:20px;margin-top:10px;display:flex}.outing-dog-actions-row .outing-link-btn{margin-top:0}.outing-warning{color:var(--gold);background:#cdb24926;border-radius:10px;margin:10px 0 0;padding:10px 14px;font-size:13px;font-weight:600;line-height:140%}.outing-box-info{background:var(--accent-soft);border-radius:10px;margin-top:26px;padding:12px 14px}.outing-box-info-row{color:var(--main);margin:0;font-size:14px;font-weight:600;line-height:140%}.outing-box-info-row:not(:first-child){margin-top:6px}.outing-link-btn{color:var(--main);font:600 14px var(--sans);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:10px;padding:0;text-decoration:underline}.outing-checkbox-row{color:var(--text-h);cursor:pointer;align-items:center;gap:8px;margin-top:26px;font-size:14px;font-weight:600;display:flex}.outing-checkbox-row input{width:18px;height:18px;accent-color:var(--main);cursor:pointer}.outing-form .btn{background:var(--accent);color:#fff;height:52px;font:600 17px var(--sans);letter-spacing:.3px;cursor:pointer;border:0;border-radius:50px;margin-top:32px;transition:background .2s}.outing-form .btn:hover:not(:disabled){background:var(--main)}.outing-form .btn:disabled{opacity:.7;cursor:default}.outing-feedback{text-align:center;border-radius:10px;margin-top:16px;padding:10px 14px;font-size:14px}.outing-feedback-success{background:var(--accent-soft);color:var(--main)}.outing-feedback-error{color:#d13f3f;background:#ff56561a}.approximate-badge-wrapper{align-items:center;display:inline-flex;position:relative}.approximate-badge{width:14px;height:14px;color:var(--gold);cursor:pointer;background:#cdb2492e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;line-height:1;transition:background .15s;display:inline-flex}.approximate-badge:hover{background:#cdb24952}.approximate-detail{z-index:5;white-space:normal;background:var(--bg);width:220px;color:var(--gold);border-radius:8px;padding:6px 10px;font-size:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 2px 8px #0000001f}.predicted-badge-wrapper{align-items:center;display:inline-flex;position:relative}.predicted-badge{background:var(--accent-soft);width:14px;height:14px;color:var(--main);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:1;transition:background .15s;display:inline-flex}.predicted-badge:hover{background:var(--accent-border)}.predicted-detail{z-index:5;white-space:normal;background:var(--bg);width:240px;color:var(--main);border-radius:8px;padding:6px 10px;font-size:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 2px 8px #0000001f}.suggested-correction-summary{color:var(--text-h);font-size:15px}.suggested-correction-field{margin:20px 0}.suggested-correction-field label{color:var(--text-h);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.suggested-correction-field input[type=datetime-local]{border:2px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:12px;padding:10px 14px}.suggested-correction-field input[type=datetime-local]:focus-visible{border-color:var(--main);outline:none}.inconsistency-badge-wrapper{align-items:center;display:inline-flex;position:relative}.inconsistency-badge{color:#b23434;cursor:pointer;background:#d13f3f29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:10px;font-weight:700;line-height:1;transition:background .15s;display:inline-flex}.inconsistency-badge:hover{background:#d13f3f4d}.inconsistency-detail{z-index:5;white-space:nowrap;background:var(--bg);color:#b23434;border-radius:8px;padding:4px 10px;font-size:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 2px 8px #0000001f}.inconsistency-detail-reason{white-space:normal;max-width:260px;color:var(--text-h);margin-top:4px;font-weight:600;display:block}.evolution-chart-root{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.evolution-chart-title{color:var(--text-h);margin-bottom:16px;font-size:13px;font-weight:600;display:block}.evolution-chart-scroll{padding-bottom:4px;overflow-x:auto}.evolution-chart-inner{position:relative}.evolution-chart-svg{display:block;overflow:visible}.evolution-chart-gridline{stroke:var(--border);stroke-width:1px}.evolution-chart-axis-label{fill:var(--text);font-size:9px;font-family:var(--sans)}.evolution-chart-line{fill:none;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.evolution-chart-crosshair{stroke:var(--text);stroke-width:1px;opacity:.35;pointer-events:none}.evolution-chart-tooltip{background:var(--bg);min-width:160px;box-shadow:var(--shadow);pointer-events:none;z-index:5;border-radius:10px;padding:8px 10px;font-size:12px;position:absolute;top:0;transform:translate(-50%)}.evolution-chart-tooltip-date{color:var(--text-h);white-space:nowrap;margin-bottom:4px;font-weight:700}.evolution-chart-tooltip-row{white-space:nowrap;align-items:center;gap:6px;display:flex}.evolution-chart-tooltip-key{border-radius:2px;flex-shrink:0;width:10px;height:2px}.evolution-chart-tooltip-reason{color:var(--text);flex:1}.evolution-chart-tooltip-value{color:var(--text-h);font-weight:700}.evolution-chart-tooltip-empty{color:var(--text);font-style:italic}.evolution-chart-legend{flex-wrap:wrap;gap:14px;margin:14px 0 0;padding:0;list-style:none;display:flex}.evolution-chart-legend li{color:var(--text);align-items:center;gap:6px;font-size:13px;display:flex}.evolution-chart-legend-swatch{border-radius:2px;flex-shrink:0;width:12px;height:2px}.note-form-field{margin-bottom:20px}.note-form-field label,.note-form-label{color:var(--text-h);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.note-form-field input[type=date],.note-form-field textarea{border:2px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:12px;padding:10px 14px}.note-form-field textarea{resize:vertical;min-height:90px;font-family:var(--sans)}.note-form-field input[type=date]:focus-visible,.note-form-field textarea:focus-visible{border-color:var(--main);outline:none}.note-outing-checklist,.note-selected-list{flex-direction:column;gap:6px;max-height:160px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.note-outing-checklist li{background:var(--bg-alt);border-radius:10px;padding:8px 12px}.note-outing-checklist label{color:var(--text-h);cursor:pointer;align-items:center;gap:10px;margin:0;font-size:14px;font-weight:400;display:flex}.note-selected-list li{background:var(--accent-bg);color:var(--text-h);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:14px;display:flex}.note-selected-remove{width:22px;height:22px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background .2s,color .2s;display:flex}.note-selected-remove:hover{color:#d13f3f;background:#d13f3f26}.note-form-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.note-category-add-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.note-category-add-row select{border:2px solid var(--border);background:var(--bg);min-width:160px;color:var(--text-h);font:14px var(--sans);box-sizing:border-box;border-radius:10px;flex:1;padding:8px 12px}.note-category-add-btn{background:var(--accent);color:#fff;height:38px;font:600 14px var(--sans);cursor:pointer;border:0;border-radius:50px;flex-shrink:0;padding:0 18px;transition:background .2s}.note-category-add-btn:hover:not(:disabled){background:var(--main)}.note-category-add-btn:disabled{opacity:.6;cursor:default}.note-subnote-add-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.note-subnote-add-row select{border:2px solid var(--border);background:var(--bg);min-width:160px;color:var(--text-h);font:14px var(--sans);box-sizing:border-box;border-radius:10px;flex:1;padding:8px 12px}.note-subnote-add-text{border:2px solid var(--border);background:var(--bg);color:var(--text-h);font:14px var(--sans);box-sizing:border-box;resize:vertical;border-radius:10px;flex:100%;padding:8px 12px}.note-topic-create-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.note-subnote-add-row .note-topic-create-row{flex:100%}.note-topic-create-row input{border:2px solid var(--border);background:var(--bg);min-width:160px;color:var(--text-h);font:14px var(--sans);box-sizing:border-box;border-radius:10px;flex:1;padding:8px 12px}.note-topic-manager{flex:100%;margin:4px 0 10px}.note-topic-manager-toggle{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.note-topic-manager-list{flex-direction:column;gap:4px;max-height:180px;margin:10px 0 0;padding:0;list-style:none;display:flex;overflow-y:auto}.note-topic-manager-item{background:var(--bg-alt);color:var(--text-h);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:6px 10px;font-size:13px;display:flex}.note-topic-manager-delete{color:#d13f3f;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:15px;line-height:1;transition:background .2s;display:flex}.note-topic-manager-delete:hover:not(:disabled){background:#d13f3f26}.note-topic-manager-confirm{flex-shrink:0;gap:6px;display:flex}.note-topic-manager-confirm button{border:2px solid var(--border);background:var(--bg);height:24px;color:var(--text-h);font:600 11px var(--sans);cursor:pointer;border-radius:50px;padding:0 10px}.note-topic-manager-confirm button:first-child{color:#d13f3f;border-color:#d13f3f}.note-subnote-item{flex-direction:column;gap:2px;display:flex}.note-subnote-item-text{color:var(--text);font-size:13px;font-weight:400}.note-filter-row{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.note-filter-row select{border:2px solid var(--border);background:var(--bg);height:38px;color:var(--text-h);font:14px var(--sans);border-radius:10px;padding:0 12px}.note-history-categories{flex-wrap:wrap;gap:6px;margin:0 0 10px;padding:0;list-style:none;display:flex}.note-category-badge{border-radius:8px;padding:3px 10px;font-size:12px;font-weight:700}.note-category-badge-acquired{color:var(--main);background:var(--accent-soft)}.note-category-badge-in-progress{color:var(--gold);background:#cdb24926}.note-category-badge-not-acquired{color:#b23434;background:#d13f3f1f}.note-category-badge-to-work{color:#2a6ebb;background:#2a6ebb1f}.note-history-panel{max-width:620px}.note-history-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.note-history-item{background:var(--bg-alt);border-radius:14px;padding:16px}.note-history-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.note-history-date{color:var(--text-h);font-size:13px;font-weight:600}.note-history-author{color:var(--text);font-size:13px}.note-history-text{color:var(--text-h);white-space:pre-wrap;margin:0 0 10px;font-size:15px}.note-history-outings{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.note-history-outings li{color:var(--text);background:var(--bg);border-radius:8px;width:fit-content;padding:4px 10px;font-size:13px}.note-history-actions{gap:10px;margin-top:12px;display:flex}.note-history-edit-btn,.note-history-delete-btn{border:2px solid var(--main);height:30px;color:var(--main);font:600 13px var(--sans);cursor:pointer;background:0 0;border-radius:50px;padding:0 14px}.note-history-edit-btn:hover{background:var(--accent-soft)}.note-history-delete-btn{color:#d13f3f;border-color:#d13f3f}.note-history-delete-btn:hover{background:#d13f3f1a}.alert-form-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--main);margin:4px 0 12px;font-size:12px;font-weight:700;display:block}.alert-form-row{gap:16px;display:flex}.alert-form-row .alert-form-field{flex:1}.alert-form-field{margin-bottom:20px}.alert-form-field label{color:var(--text-h);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.alert-form-field input[type=date],.alert-form-field input[type=time],.alert-form-field select,.alert-form-field textarea{border:2px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:12px;padding:10px 14px}.alert-form-field textarea{resize:vertical;min-height:90px;font-family:var(--sans)}.alert-form-field input:focus-visible,.alert-form-field select:focus-visible,.alert-form-field textarea:focus-visible{border-color:var(--main);outline:none}.alert-form-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.alert-history-panel{max-width:620px}.alert-history-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.alert-history-item{background:var(--bg-alt);border-radius:14px;padding:16px}.alert-history-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.alert-history-date{color:var(--text-h);font-size:13px;font-weight:600}.alert-history-recurrence{color:var(--text);background:var(--border);border-radius:8px;padding:2px 8px;font-size:12px}.alert-history-status{color:var(--text);background:var(--border);border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700}.alert-history-status-active{color:var(--main);background:var(--accent-soft)}.alert-history-text{color:var(--text-h);white-space:pre-wrap;margin:0 0 8px;font-size:15px}.alert-history-author{color:var(--text);font-size:12px}.alert-history-actions{gap:10px;margin-top:12px;display:flex}.alert-history-delete-btn{color:#d13f3f;height:30px;font:600 13px var(--sans);cursor:pointer;background:0 0;border:2px solid #d13f3f;border-radius:50px;padding:0 14px;transition:background .2s}.alert-history-delete-btn:hover{background:#d13f3f1a}.dogs-card{background:var(--bg);width:100%;max-width:720px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.dogs-card h2{font-family:var(--heading);color:var(--text-h);text-align:center;letter-spacing:0;margin:0 0 28px;font-size:28px;font-weight:600}.dogs-hint{text-align:center;color:var(--text);font-size:15px}.dogs-hint-error{color:#d13f3f}.dogs-hint-count{margin-bottom:20px}.dogs-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.dog-tile{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;font-family:var(--sans);border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:16px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.dog-tile:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.dog-tile-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:72px;height:72px}.dog-tile-photo-placeholder{justify-content:center;align-items:center;font-size:28px;display:flex}.dog-tile-name{color:var(--text-h);text-align:center;font-size:15px;font-weight:600}.dog-tile-breed{color:var(--text);text-align:center;font-size:13px}.dogs-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.dog-detail-toolbar-actions-wrap{min-width:0;max-width:100%;position:relative}.dog-detail-toolbar-actions{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;align-items:center;gap:12px;display:flex;overflow-x:auto}.dog-detail-toolbar-actions::-webkit-scrollbar{display:none}.dog-detail-toolbar-actions>*{scroll-snap-align:start;flex-shrink:0}.dog-detail-toolbar-fade{pointer-events:none;width:28px;position:absolute;top:0;bottom:0}.dog-detail-toolbar-fade-right{background:linear-gradient(to right, transparent, var(--bg) 75%);right:0}.dog-detail-toolbar-fade-left{background:linear-gradient(to left, transparent, var(--bg) 75%);left:0}.dogs-toolbar h2{text-align:left;margin:0}.dogs-toolbar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dogs-back-btn{color:var(--main);font:600 14px var(--sans);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;text-decoration:underline}.dogs-action-btn{background:var(--accent);color:#fff;height:38px;font:600 14px var(--sans);cursor:pointer;white-space:nowrap;border:0;border-radius:50px;padding:0 20px;transition:background .2s}.dogs-action-btn:hover{background:var(--main)}.dogs-search-row{align-items:center;gap:10px;margin-bottom:16px;display:flex}.dogs-search-input{border:2px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:50px;flex:1;padding:0 16px}.dogs-search-input:focus-visible{border-color:var(--main);outline:none}.dogs-filter-btn{border:2px solid var(--main);width:40px;height:40px;color:var(--main);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.dogs-filter-btn:hover{background:var(--accent-soft)}.dogs-filter-btn-active{background:var(--main);color:#fff}.dogs-filter-panel{background:var(--bg-alt);border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:20px;margin-bottom:20px;padding:16px;display:flex}.dogs-filter-field{flex-direction:column;gap:6px;display:flex}.dogs-filter-field label{color:var(--text);font-size:13px;font-weight:600}.dogs-filter-field select{border:2px solid var(--border);background:var(--bg);height:38px;color:var(--text-h);font:14px var(--sans);border-radius:10px;padding:0 12px}.dogs-filter-field select:focus-visible{border-color:var(--main);outline:none}.dog-detail-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:28px;display:flex}.dog-detail-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:120px;height:120px}.dog-detail-photo-placeholder{justify-content:center;align-items:center;font-size:40px;display:flex}.dog-detail-header h2{margin:0}.dog-detail-badges{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.dog-detail-danger-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.dogs-archive-btn{color:#fff;height:38px;font:600 14px var(--sans);cursor:pointer;white-space:nowrap;background:#b8860b;border:0;border-radius:50px;padding:0 20px;transition:background .2s}.dogs-archive-btn:hover:not(:disabled){background:#96700a}.dogs-archive-btn:disabled{opacity:.7;cursor:default}.dog-detail-archived-badge{color:#8a6100;background:#b8860b26;border-radius:50px;margin-top:8px;padding:5px 16px;font-size:14px;font-weight:600;display:inline-block}.dog-detail-zone-badge{background:var(--accent-soft);color:var(--main);font-family:inherit;font-size:14px;font-weight:600;line-height:inherit;appearance:none;box-sizing:content-box;border:none;border-radius:50px;margin:0;padding:5px 16px;display:inline-block}.dog-detail-zone-badge:disabled{cursor:default;opacity:1}.dog-detail-zone-badge-clickable{cursor:pointer;transition:background .15s,color .15s}.dog-detail-zone-badge-clickable:hover{background:var(--accent);color:#fff}.dog-detail-age-badge{background:var(--accent-soft);color:var(--main);border-radius:50px;padding:5px 16px;font-size:14px;font-weight:600;display:inline-block}.dog-detail-status-badge{background:var(--accent-soft);color:var(--main);font-family:inherit;font-size:14px;font-weight:600;line-height:inherit;appearance:none;box-sizing:content-box;border:none;border-radius:50px;margin:0;padding:5px 16px;display:inline-block}.dog-detail-status-badge-clickable{cursor:pointer;transition:background .15s,color .15s}.dog-detail-status-badge-clickable:hover{background:var(--accent);color:#fff}.dog-detail-list{grid-template-columns:1fr 1fr;gap:20px 32px;margin:0;display:grid}.dog-detail-list dt{color:var(--text);margin:0 0 4px;font-size:13px;font-weight:600}.dog-detail-list dd{color:var(--text-h);margin:0;font-size:16px}.dog-detail-full{grid-column:1/-1}.dog-detail-full dd{white-space:pre-wrap}.dog-trial-periods-list{margin:0;padding:0;list-style:none}.dog-trial-periods-list li{color:var(--text-h);font-size:16px}@media (width<=600px){.dog-detail-list{grid-template-columns:1fr}}.dog-activity-section{border-top:1px solid var(--border);margin-top:36px;padding-top:28px}.dog-activity-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.dog-activity-header h3{font-family:var(--heading);color:var(--text-h);margin:0;font-size:20px;font-weight:600}.dog-activity-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dog-activity-suggest-btn{background:var(--accent-soft);height:26px;color:var(--main);font:600 12px var(--sans);cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:0 12px;transition:background .15s,color .15s}.dog-activity-suggest-btn:hover{background:var(--main);color:#fff}.dog-activity-add-btn{background:var(--accent-soft);width:22px;height:22px;color:var(--main);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;transition:background .15s,color .15s;display:inline-flex}.dog-activity-add-btn:hover{background:var(--main);color:#fff}.dog-activity-title .inconsistency-badge{width:22px;height:22px;font-size:16px}.dog-add-outing-modal{border-radius:24px;max-height:90vh;position:relative;overflow-y:auto}.dog-activity-filter{align-items:center;gap:12px;display:flex}.dog-activity-filter input[type=date]{height:40px;font:15px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:10px;padding:0 12px;box-shadow:0 2px 6px #00000014}.dog-activity-filter input[type=date]:focus-visible{border-color:var(--main);outline:none}.dog-activity-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.dog-activity-list li{background:var(--bg-alt);border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;font-size:15px;display:flex}.dog-activity-item{position:relative}.dog-activity-item-staff{padding-right:72px}.dog-activity-item-actions{gap:2px;display:flex;position:absolute;top:6px;right:6px}.dog-activity-edit-btn{width:26px;height:26px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.dog-activity-edit-btn svg{flex-shrink:0;width:14px;height:14px}.dog-activity-edit-btn:hover{background:var(--accent-soft);color:var(--main)}@media (width<=600px){.dog-activity-edit-btn,.dog-activity-item-actions .dog-file-delete-icon{width:32px;height:32px}.dog-activity-edit-btn svg{width:16px;height:16px}}.dog-activity-edit-form{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dog-activity-edit-form input[type=datetime-local]{border:2px solid var(--border);background:var(--bg);height:34px;color:var(--text-h);font:14px var(--sans);box-sizing:border-box;border-radius:8px;padding:0 10px}.dog-activity-edit-form input[type=datetime-local]:focus-visible{border-color:var(--main);outline:none}.dog-file-delete-confirm-btn.dog-activity-save-btn{background:var(--accent)}.dog-file-delete-confirm-btn.dog-activity-save-btn:hover:not(:disabled){background:var(--main)}.dog-activity-avatar{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;width:28px;height:28px}.dog-activity-avatar-placeholder{font-size:13px;font-weight:700;font-family:var(--heading);color:var(--main);justify-content:center;align-items:center;display:flex}.dog-activity-date{color:var(--text);white-space:nowrap;align-items:center;gap:6px;font-weight:600;display:inline-flex}.dog-activity-label{color:var(--text-h)}.dog-activity-by,.dog-activity-volunteer{color:var(--text);font-size:13px}.dog-stats-section{border-top:1px solid var(--border);margin-top:36px;padding-top:28px}.dog-stats-section h3{font-family:var(--heading);color:var(--text-h);margin:0 0 20px;font-size:20px;font-weight:600}.stat-bars{flex-direction:column;gap:14px;display:flex}.stat-bar-row{align-items:center;gap:12px;display:flex}.stat-bar-label{width:110px;color:var(--text-h);text-align:right;flex-shrink:0;font-size:14px;font-weight:600}.stat-bar-track{flex:1;min-width:0}.stat-bar-fill{background:var(--accent);border-radius:0 4px 4px 0;min-width:4px;max-width:100%;height:20px}.stat-bar-value{min-width:56px;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;font-size:14px}.stat-bar-count{color:var(--text);opacity:.7;font-size:13px}.dog-document-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.dog-document-list li{background:var(--bg-alt);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:15px;display:flex}.dog-document-list a{color:var(--main);font-weight:600;text-decoration:underline}.dog-document-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.dog-document-date{color:var(--text);white-space:nowrap;font-size:13px}.dog-file-delete-icon{width:26px;height:26px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background .2s,color .2s;display:flex}.dog-file-delete-icon:hover{color:#d13f3f;background:#d13f3f26}.dog-file-confirm{white-space:nowrap;align-items:center;gap:10px;display:flex}.dog-file-confirm-text{color:#b23434;font-size:13px;font-weight:600}.dog-file-delete-confirm-btn{color:#fff;height:30px;font:600 13px var(--sans);cursor:pointer;white-space:nowrap;background:#d13f3f;border:0;border-radius:50px;padding:0 12px}.dog-file-delete-confirm-btn:hover:not(:disabled){background:#b23434}.dog-file-delete-confirm-btn:disabled,.dog-file-delete-icon:disabled{opacity:.6;cursor:default}.dog-file-confirm-btn-positive{background:var(--accent);color:#fff;height:30px;font:600 13px var(--sans);cursor:pointer;white-space:nowrap;border:0;border-radius:50px;padding:0 12px}.dog-file-confirm-btn-positive:hover:not(:disabled){background:var(--main)}.dog-file-confirm-btn-positive:disabled{opacity:.6;cursor:default}.dog-photo-gallery{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;display:grid}.dog-photo-gallery-item{aspect-ratio:1;background:var(--accent-soft);border-radius:12px;display:block;overflow:hidden}.dog-photo-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.dog-photo-gallery-item:hover img{transform:scale(1.05)}.dog-photo-gallery-item-wrapper{position:relative}.dog-photo-delete-btn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:flex;position:absolute;top:6px;right:6px}.dog-photo-delete-btn:hover{background:#d13f3f}.dog-photo-confirm-overlay{color:#fff;text-align:center;box-sizing:border-box;background:#d13f3fd9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.dog-photo-confirm-actions{gap:8px;display:flex}.dog-photo-confirm-actions button{color:#fff;height:26px;font:600 12px var(--sans);cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50px;padding:0 10px}.dog-photo-confirm-actions button:last-child{color:#b23434;background:#fff}.dog-photo-confirm-actions button:disabled{opacity:.6;cursor:default}.dog-stats-section,.dashboard-card{--pie-1:#2a78d6;--pie-2:#eb6834;--pie-3:#1baf7a;--pie-4:#eda100;--pie-5:#e87ba4;--pie-6:#008300;--pie-7:#4a3aa7;--pie-8:#e34948}@media (prefers-color-scheme:dark){:root:where(:not([data-theme=light])) .dog-stats-section,:root:where(:not([data-theme=light])) .dashboard-card{--pie-1:#3987e5;--pie-2:#d95926;--pie-3:#199e70;--pie-4:#c98500;--pie-5:#d55181;--pie-6:#008300;--pie-7:#9085e9;--pie-8:#e66767}}:root[data-theme=dark] .dog-stats-section,:root[data-theme=dark] .dashboard-card{--pie-1:#3987e5;--pie-2:#d95926;--pie-3:#199e70;--pie-4:#c98500;--pie-5:#d55181;--pie-6:#008300;--pie-7:#9085e9;--pie-8:#e66767}.dog-piechart-root{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.dog-piechart-title{color:var(--text-h);margin-bottom:16px;font-size:13px;font-weight:600;display:block}.dog-piechart-wrapper{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.dog-piechart{border-radius:50%;flex-shrink:0;width:140px;height:140px}.dog-piechart-legend{flex-direction:column;gap:8px;min-width:160px;margin:0;padding:0;list-style:none;display:flex}.dog-piechart-legend li{align-items:center;gap:8px;font-size:14px;display:flex}.dog-piechart-swatch{border-radius:3px;flex-shrink:0;width:12px;height:12px}.dog-piechart-legend-label{color:var(--text-h);flex:1}.dog-piechart-legend-value{color:var(--text);font-variant-numeric:tabular-nums}.plan-map-root{width:100%;position:relative}:-webkit-any(.plan-map-root:fullscreen,.plan-map-root:-webkit-full-screen){box-sizing:border-box;background:var(--bg);flex-direction:column;width:100vw;height:100vh;padding:20px;display:flex}:is(.plan-map-root:fullscreen,.plan-map-root:fullscreen){box-sizing:border-box;background:var(--bg);flex-direction:column;width:100vw;height:100vh;padding:20px;display:flex}.plan-map-root-fullscreen .plan-map-viewport{flex:1;height:auto}.plan-map-root-fullscreen .plan-map-toolbar{margin-right:56px}.plan-map-fullscreen-exit{z-index:20;background:var(--bg);width:40px;height:40px;box-shadow:var(--shadow);color:var(--text-h);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;display:flex;position:absolute;top:16px;right:16px}.plan-map-fullscreen-exit:hover{background:var(--accent-soft)}.plan-map-fullscreen-search{margin-right:56px}.plan-map-fullscreen-search-error{margin-top:-10px;margin-bottom:16px}.plan-map-toolbar{justify-content:flex-end;gap:12px;margin-bottom:16px;display:flex}.plan-map-editor-panel{border:2px solid var(--gold);background:#cdb2491a;border-radius:14px;margin-bottom:16px;padding:16px}.plan-map-editor-hint{color:var(--text-h);margin:0 0 12px;font-size:14px;font-weight:600}.plan-map-size-editor{gap:16px;margin-bottom:12px;display:flex}.plan-map-size-editor label{color:var(--text-h);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.plan-map-size-editor input{border:2px solid var(--border);background:var(--bg);width:70px;height:34px;color:var(--text-h);font:14px var(--sans);text-align:center;box-sizing:border-box;border-radius:8px;padding:0 8px}.plan-map-size-editor input:focus-visible{border-color:var(--main);outline:none}.plan-map-zone-list{flex-wrap:wrap;gap:8px;max-height:160px;display:flex;overflow-y:auto}.plan-map-zone-chip{border:2px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;white-space:nowrap;border-radius:50px;padding:6px 14px;font-size:13px}.plan-map-zone-chip-unplaced{border-color:var(--accent);color:var(--main)}.plan-map-zone-chip-active{background:var(--accent);border-color:var(--accent);color:#fff}.plan-map-viewport{border:1px solid var(--border);border-radius:16px;width:100%;height:min(78vh,820px);position:relative;overflow:hidden}.plan-map-wrapper{width:100%!important;height:100%!important}.plan-map-content{width:100%;height:100%}.plan-map-zoom-controls{z-index:10;flex-direction:column;gap:6px;display:flex;position:absolute;top:0;right:0}.plan-map-zoom-controls button{background:var(--bg);width:32px;height:32px;box-shadow:var(--shadow);color:var(--text-h);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.plan-map-zoom-controls button:hover{background:var(--accent-soft)}.plan-map-canvas{cursor:default;background-color:#0000;position:relative}.plan-map-bg{object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none;filter:invert();width:100%;height:100%;position:absolute;top:0;left:0}@media (prefers-color-scheme:dark){:root:where(:not([data-theme=light])) .plan-map-bg{filter:none}}:root[data-theme=dark] .plan-map-bg{filter:none}.plan-map-zone{border:2px solid var(--accent);background:var(--bg);box-sizing:border-box;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:6px;display:flex;position:absolute;overflow:hidden}.plan-map-zone-park{background:#94c59459;border-radius:24px}.plan-map-zone-occupied{border-color:var(--accent);background:var(--accent-bg)}.plan-map-zone-active{border-color:var(--gold);box-shadow:0 0 0 3px #cdb2494d}@keyframes plan-map-zone-blink{0%,to{border-color:var(--accent);box-shadow:0 0 #d13f3f00}50%{border-color:#d13f3f;box-shadow:0 0 0 6px #d13f3f80}}.plan-map-zone-highlighted{animation:.6s ease-in-out infinite plan-map-zone-blink}.plan-map-root:has(.plan-map-editor-panel) .plan-map-zone{cursor:pointer}.plan-map-zone-draggable{cursor:grab}.plan-map-zone-draggable:active{cursor:grabbing}.plan-map-zone-resize-handle{background:var(--gold);width:14px;height:14px;box-shadow:var(--shadow);cursor:nwse-resize;border:2px solid #fff;border-radius:4px;position:absolute;bottom:-6px;right:-6px}.plan-map-zone-label{color:var(--text-h);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:600;line-height:1.1;overflow:hidden}.plan-map-zone-dogs{flex-wrap:wrap;justify-content:center;gap:3px;display:flex}.plan-map-dog-chip{border:1px solid var(--border);background:var(--bg-alt);cursor:pointer;box-sizing:border-box;border-radius:8px;align-items:center;gap:3px;max-width:100%;padding:1px 5px 1px 1px;display:flex;overflow:hidden}.plan-map-dog-chip-photo{background:var(--accent-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;display:flex;overflow:hidden}.plan-map-dog-chip-photo img{object-fit:cover;width:100%;height:100%}.plan-map-dog-chip-text{text-align:left;flex-direction:column;min-width:0;line-height:1.05;display:flex}.plan-map-dog-chip-name{color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;max-width:64px;font-size:9px;font-weight:700;overflow:hidden}.plan-map-dog-chip-since{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:64px;font-size:7.5px;overflow:hidden}@keyframes plan-map-dog-chip-blink{0%,to{background:var(--bg-alt);box-shadow:0 0 #d13f3f00}50%{background:#d13f3f40;box-shadow:0 0 0 5px #d13f3f99}}.plan-map-dog-chip-highlighted{animation:.6s ease-in-out infinite plan-map-dog-chip-blink}.placement-summary{background:var(--bg-alt);border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;margin-bottom:24px;padding:20px;display:grid}.placement-summary-tile{text-align:center;font-family:var(--sans);cursor:default;background:0 0;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;display:flex}.placement-summary-tile-clickable{cursor:pointer;transition:background .2s}.placement-summary-tile-clickable:hover{background:var(--accent-bg)}.placement-summary-value{font-family:var(--heading);color:var(--main);font-size:28px;font-weight:600;line-height:1.1}.placement-summary-label{color:var(--text);font-size:12px}.placement-summary-dog-list{flex-direction:column;gap:8px;max-height:50vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.placement-summary-dog-item{background:var(--bg-alt);cursor:pointer;text-align:left;width:100%;font:600 15px var(--sans);color:var(--text-h);border:none;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;transition:box-shadow .2s;display:flex}.placement-summary-dog-item:hover{box-shadow:0 2px 8px #00000014}.placement-summary-dog-item img,.placement-summary-dog-placeholder{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.plan-card{background:var(--bg);width:100%;max-width:1160px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.plan-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.plan-card h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0;font-size:28px;font-weight:600}.plan-view-toggle{background:var(--bg-alt);border-radius:50px;gap:8px;padding:4px;display:flex}.plan-view-toggle-btn{height:34px;color:var(--text);font:600 14px var(--sans);cursor:pointer;background:0 0;border:0;border-radius:50px;padding:0 18px;transition:background .2s,color .2s}.plan-view-toggle-btn-active{background:var(--accent);color:#fff}.plan-search-row{align-items:center;gap:10px;margin-bottom:20px;display:flex}.plan-search-input{border:2px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:50px;flex:1;padding:0 16px}.plan-search-input:focus-visible{border-color:var(--main);outline:none}@keyframes plan-dog-chip-blink{0%,to{background:var(--bg);box-shadow:0 0 #d13f3f00}50%{background:#d13f3f29;box-shadow:0 0 0 4px #d13f3f73}}.plan-dog-chip-highlighted{animation:.6s ease-in-out infinite plan-dog-chip-blink}.plan-special-grid{border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:28px}.plan-building-section{margin-top:32px}.plan-building-section:first-of-type{margin-top:0}.plan-building-section h3{font-family:var(--heading);color:var(--text-h);margin:0 0 16px;font-size:20px;font-weight:600}.plan-zone-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.plan-zone-card{border:2px solid var(--border);background:var(--bg-alt);border-radius:14px;flex-direction:column;gap:8px;min-width:0;padding:12px;display:flex;position:relative}.plan-zone-locate-btn{width:20px;height:20px;color:var(--text);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s,background .15s,color .15s;display:flex;position:absolute;top:6px;right:6px}.plan-zone-locate-btn:hover{opacity:1;background:var(--accent-soft);color:var(--main)}.plan-zone-card-occupied{border-color:var(--accent);background:var(--accent-bg)}.plan-zone-card-special{border-color:var(--gold);background:#cdb2491a}.plan-zone-name{color:var(--text-h);padding-right:20px;font-size:13px;font-weight:600}.plan-zone-empty{color:var(--text);font-size:13px}.plan-zone-dogs{flex-direction:column;gap:6px;display:flex}.plan-dog-chip{background:var(--bg);cursor:pointer;text-align:left;border:none;border-radius:10px;align-items:center;gap:8px;padding:6px 8px;transition:box-shadow .2s;display:flex}.plan-dog-chip:hover{box-shadow:0 2px 6px #0000001a}.plan-dog-chip img,.plan-dog-chip-placeholder{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.plan-dog-chip-text{flex-direction:column;min-width:0;display:flex}.plan-dog-chip-name{color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.plan-dog-chip-meta{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.export-hint{color:var(--text);text-align:center;margin:0 0 20px;font-size:14px}.export-format-choice{flex-direction:column;gap:12px;display:flex}.export-format-btn{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;text-align:left;font-family:var(--sans);border-radius:14px;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 18px;transition:border-color .2s,box-shadow .2s;display:flex}.export-format-btn:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.export-format-title{font-family:var(--heading);color:var(--text-h);font-size:17px;font-weight:600}.export-format-desc{color:var(--text);font-size:13px}.export-range-fields{justify-content:center;gap:16px;margin-bottom:16px;display:flex}.export-range-field{color:var(--text);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.export-range-field input{border:2px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);font:14px var(--sans);box-sizing:border-box;border-radius:10px;padding:0 12px}.export-range-field input:focus-visible{border-color:var(--main);outline:none}.export-range-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}.export-progress{margin-bottom:8px}.export-progress-track{background:var(--bg-alt);border-radius:50px;height:8px;margin-bottom:8px;overflow:hidden}.export-progress-fill{background:var(--accent);height:100%;transition:width .2s}.summary-card{background:var(--bg);width:100%;max-width:1160px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.summary-card h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0;font-size:28px;font-weight:600}.summary-view-menu-wrap{position:relative}.summary-view-trigger{font-family:var(--heading);color:var(--text-h);letter-spacing:0;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:8px;margin:-6px 0 -6px -12px;padding:6px 14px 6px 12px;font-size:28px;font-weight:600;transition:background .2s;display:inline-flex}.summary-view-trigger:hover{background:var(--accent-soft)}.summary-view-trigger:focus-visible{outline:2px solid var(--main);outline-offset:2px}.summary-view-trigger-chevron{color:var(--main);transition:transform .2s}.summary-view-trigger-chevron-open{transform:rotate(180deg)}.summary-view-menu{z-index:20;background:var(--bg);border:1px solid var(--border);min-width:230px;box-shadow:var(--shadow);border-radius:14px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.summary-view-menu-item{text-align:left;color:var(--text-h);font:600 15px var(--sans);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px 12px;transition:background .15s}.summary-view-menu-item:hover{background:var(--accent-soft)}.summary-view-menu-item-active{background:var(--accent-soft);color:var(--main)}.summary-range-inputs{align-items:center;gap:8px;display:flex}.summary-range-sep{color:var(--text);font-size:14px}.summary-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.summary-header-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.summary-date-input{height:40px;font:15px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:10px;padding:0 12px;box-shadow:0 2px 6px #00000014}.summary-date-input:focus-visible{border-color:var(--main);outline:none}.summary-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.summary-tile{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;font-family:var(--sans);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:18px 14px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.summary-tile-since-badge{background:var(--accent-soft);color:var(--main);white-space:nowrap;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px}.summary-tile-outing-badge{white-space:nowrap;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:36px;right:10px}.summary-tile-outing-badge-top{top:10px}.summary-tile-outing-badge-out{background:var(--accent-soft);color:var(--main)}.summary-tile-outing-badge-done{background:var(--border);color:var(--text-h)}.summary-tile-outing-badge-none{background:var(--bg-alt);color:var(--text)}.summary-tile-outing-type-badge{background:var(--accent-soft);color:var(--main);white-space:nowrap;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:62px;right:10px}.summary-tile-outing-type-badge-top{top:36px}.summary-tile-top-badges{flex-direction:column;align-items:flex-start;gap:4px;max-width:60%;display:flex;position:absolute;top:10px;left:10px}.summary-tile-status-badge{text-align:left;white-space:normal;overflow-wrap:break-word;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:700}.summary-tile-status-badge-green{background:var(--accent-soft);color:var(--main)}.summary-tile-status-badge-red{color:#b23434;background:#d13f3f29}.summary-tile:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.summary-tile-overdue{background:#d13f3f14;border-color:#d13f3f}.summary-tile-overdue:hover{border-color:#b23434}.summary-tile-overdue .summary-stat-box{color:#b23434}.summary-tile-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:64px;height:64px}.summary-tile-photo-placeholder{justify-content:center;align-items:center;font-size:24px;display:flex}.summary-tile-name-row{align-items:center;gap:6px;display:flex}.summary-tile-name{color:var(--text-h);font-size:15px;font-weight:600}.summary-tile-breed{color:var(--text);margin-top:-4px;font-size:13px}.summary-tile-stats{border-top:1px solid var(--border);flex-direction:column;align-items:center;gap:4px;width:100%;margin-top:6px;padding-top:10px;display:flex}.summary-stat{color:var(--text);white-space:normal;overflow-wrap:break-word;max-width:100%;font-size:12px}.summary-stat-box{color:var(--main);font-weight:600}.summary-extended-list{flex-direction:column;gap:10px;display:flex}.summary-extended-row{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;text-align:left;font-family:var(--sans);border-radius:14px;align-items:center;gap:16px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.summary-extended-row:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.summary-extended-rank{background:var(--bg-alt);width:26px;height:26px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.summary-extended-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;width:48px;height:48px}.summary-extended-photo-placeholder{justify-content:center;align-items:center;font-size:18px;display:flex}.summary-extended-info{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.summary-extended-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.summary-extended-name{color:var(--text-h);font-size:15px;font-weight:600}.summary-extended-breed{color:var(--text);font-size:13px}.summary-extended-trial-badge-short{display:none}@media (width<=640px){.summary-extended-trial-badge-full{display:none}.summary-extended-trial-badge-short{display:inline}}.summary-extended-reasons{flex-wrap:wrap;gap:6px;display:flex}.summary-extended-reason-tag{background:var(--bg-alt);color:var(--text);white-space:nowrap;border:1px solid #0000;border-radius:8px;padding:3px 8px;font-size:12px}.summary-extended-reason-tag-highlight{border-color:var(--main);background:var(--accent-soft)}.summary-extended-reason-empty{color:var(--text);font-size:12px;font-style:italic}.summary-extended-total{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;padding-left:12px;display:flex}.summary-extended-total-value{color:var(--main);white-space:nowrap;font-size:17px;font-weight:700}.summary-extended-total-count{color:var(--text);white-space:nowrap;font-size:12px}@media (width<=640px){.summary-extended-row{flex-wrap:wrap}.summary-extended-total{box-sizing:border-box;border-top:1px solid var(--border);flex-direction:row;align-items:center;gap:8px;width:100%;margin-top:10px;padding:8px 0 0 64px}.summary-range-inputs{flex-direction:column;align-items:stretch;width:100%}.summary-range-sep{display:none}.summary-header-actions{width:100%}}@media (width<=480px){.summary-toggle-long{flex-direction:column;width:100%}.summary-toggle-long .plan-view-toggle-btn{white-space:normal;width:100%;height:auto;min-height:34px;padding:10px 16px;line-height:1.3}}.user-form{text-align:left;flex-direction:column;display:flex}.user-form label,.user-form-label{color:var(--text-h);margin:0 0 8px;font-size:14px;font-weight:600;display:block}.user-form>label:not(:first-of-type),.user-form .field-group{margin-top:20px}.user-form input[type=text],.user-form input[type=email],.user-form input[type=password],.user-form input[type=tel],.user-form select{width:100%;height:48px;font:16px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:12px;padding:0 16px;transition:border-color .2s;box-shadow:0 2px 6px #00000014}.user-form input:focus-visible,.user-form select:focus-visible{border-color:var(--main);outline:none}.user-form .row-2{gap:16px;display:flex}.user-form .row-2>div{flex:1}.user-form .phone-row{gap:8px;display:flex}.user-form .phone-row select{flex:0 0 90px}.user-form .phone-row input{flex:1;min-width:0}.user-form .btn{background:var(--accent);color:#fff;height:50px;font:600 16px var(--sans);cursor:pointer;border:0;border-radius:50px;margin-top:28px;transition:background .2s}.user-form .btn:hover:not(:disabled){background:var(--main)}.user-form .btn:disabled{opacity:.7;cursor:default}.user-form-hint{color:var(--text);margin:8px 0 0;font-size:13px}.user-form-checkbox-row{color:var(--text-h);cursor:pointer;align-items:center;gap:8px;margin-top:12px;font-size:14px;font-weight:600;display:flex}.user-form-error{color:#d13f3f;text-align:center;background:#ff56561a;border-radius:10px;margin-top:14px;padding:10px 14px;font-size:14px}.users-card{background:var(--bg);width:100%;max-width:720px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.users-card h2{font-family:var(--heading);color:var(--text-h);text-align:center;letter-spacing:0;margin:0 0 28px;font-size:28px;font-weight:600}.users-hint{text-align:center;color:var(--text);font-size:15px}.users-hint-error{color:#d13f3f}.users-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.user-tile{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;font-family:var(--sans);border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:16px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.user-tile:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.user-tile-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:72px;height:72px}.user-tile-photo-placeholder{font-size:24px;font-family:var(--heading);color:var(--main);justify-content:center;align-items:center;font-weight:600;display:flex}.user-tile-name{color:var(--text-h);text-align:center;font-size:15px;font-weight:600}.user-tile-role{color:var(--text);text-align:center;font-size:13px}.users-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.users-toolbar h2{text-align:left;margin:0}.users-search-row{align-items:center;gap:10px;margin-bottom:16px;display:flex}.users-search-input{border:2px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:50px;flex:1;padding:0 16px}.users-search-input:focus-visible{border-color:var(--main);outline:none}.users-filter-btn{border:2px solid var(--main);width:40px;height:40px;color:var(--main);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.users-filter-btn:hover{background:var(--accent-soft)}.users-filter-btn-active{background:var(--main);color:#fff}.users-filter-panel{background:var(--bg-alt);border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:20px;margin-bottom:20px;padding:16px;display:flex}.users-back-btn{color:var(--main);font:600 14px var(--sans);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;text-decoration:underline}.users-action-btn{background:var(--accent);color:#fff;height:38px;font:600 14px var(--sans);cursor:pointer;white-space:nowrap;border:0;border-radius:50px;padding:0 20px;transition:background .2s}.users-action-btn:hover{background:var(--main)}.user-detail-header{flex-direction:column;align-items:center;gap:8px;margin-bottom:28px;display:flex}.user-detail-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:120px;height:120px}.user-detail-photo-placeholder{font-size:40px;font-family:var(--heading);color:var(--main);justify-content:center;align-items:center;font-weight:600;display:flex}.user-detail-header h2{margin:0}.user-detail-role{background:var(--accent-soft);color:var(--main);text-transform:capitalize;border-radius:50px;padding:4px 14px;font-size:13px;font-weight:600;display:inline-block}.user-detail-list{grid-template-columns:1fr 1fr;gap:20px 32px;margin:0;display:grid}.user-detail-list dt{color:var(--text);margin:0 0 4px;font-size:13px;font-weight:600}.user-detail-list dd{color:var(--text-h);margin:0;font-size:16px}@media (width<=600px){.user-detail-list{grid-template-columns:1fr}}.user-detail-resend{flex-direction:column;align-items:center;gap:10px;margin-top:28px;display:flex}.user-detail-danger-zone{border-top:1px solid var(--border);justify-content:center;margin-top:36px;padding-top:28px;display:flex}.users-danger-btn{color:#fff;height:38px;font:600 14px var(--sans);cursor:pointer;white-space:nowrap;background:#d13f3f;border:0;border-radius:50px;padding:0 20px;transition:background .2s}.users-danger-btn:hover:not(:disabled){background:#b23434}.users-danger-btn:disabled{opacity:.7;cursor:default}.user-delete-confirm{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;display:flex}.user-delete-confirm p{color:var(--text-h);margin:0;font-size:15px}.user-delete-confirm-actions{align-items:center;gap:20px;display:flex}.activity-log-card{background:var(--bg);width:100%;max-width:900px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.activity-log-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.activity-log-card h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0;font-size:28px;font-weight:600}.activity-log-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:100%;margin-bottom:20px;display:flex}.activity-log-date-filter-group{flex-shrink:0;align-items:center;gap:12px;display:flex}.activity-log-action-toggle{-webkit-overflow-scrolling:touch;scrollbar-width:none;min-width:0;max-width:100%;overflow-x:auto}.activity-log-action-toggle::-webkit-scrollbar{display:none}.activity-log-action-toggle .plan-view-toggle-btn{white-space:nowrap;flex-shrink:0}.activity-log-filters input[type=date]{height:40px;font:15px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:10px;padding:0 12px;box-shadow:0 2px 6px #00000014}.activity-log-filters input[type=date]:focus-visible{border-color:var(--main);outline:none}.activity-log-entity-select{height:40px;font:15px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:10px;padding:0 12px;box-shadow:0 2px 6px #00000014}.activity-log-entity-select:focus-visible{border-color:var(--main);outline:none}.activity-log-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.activity-log-item{background:var(--bg-alt);width:100%;font-size:15px;font-family:var(--sans);text-align:left;cursor:pointer;box-sizing:border-box;border:none;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;transition:box-shadow .2s;display:flex}.activity-log-item:hover{box-shadow:0 2px 8px #0000001a}.activity-log-avatar{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;width:28px;height:28px}.activity-log-avatar-placeholder{font-size:13px;font-weight:700;font-family:var(--heading);color:var(--main);justify-content:center;align-items:center;display:flex}.activity-log-badge{color:#fff;white-space:nowrap;border-radius:50px;flex-shrink:0;padding:3px 12px;font-size:12px;font-weight:700}.activity-log-badge-insert{background:var(--main)}.activity-log-badge-update{background:var(--gold)}.activity-log-badge-delete{background:#d13f3f}.activity-log-time{color:var(--text);white-space:nowrap;font-weight:600}.activity-log-text{color:var(--text-h);flex:1;min-width:0}.log-detail-list{grid-template-columns:1fr 1fr;gap:16px 24px;margin:0 0 24px;display:grid}.log-detail-list dt{color:var(--text);margin:0 0 4px;font-size:12px;font-weight:600}.log-detail-list dd{color:var(--text-h);word-break:break-word;margin:0;font-size:14px}.log-detail-mono{font-family:var(--mono);font-size:12px}.log-detail-actor{align-items:center;gap:10px;display:flex}.log-detail-avatar{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:36px;height:36px;font-size:15px}@media (width<=480px){.log-detail-list{grid-template-columns:1fr}}.log-detail-subtitle{font-family:var(--heading);color:var(--text-h);margin:0 0 10px;font-size:16px;font-weight:600}.log-detail-json{background:var(--bg-alt);color:var(--text-h);font-family:var(--mono);white-space:pre-wrap;word-break:break-word;border-radius:12px;max-height:280px;margin:0;padding:14px 16px;font-size:12px;overflow-y:auto}.dashboard-card{max-width:960px}.dashboard-range-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.dashboard-range-presets{flex-wrap:wrap}.dashboard-range-dates{align-items:flex-end;gap:12px;display:flex}.dashboard-range-dates label{color:var(--text);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.dashboard-range-dates input{border:2px solid var(--border);background:var(--bg);height:36px;color:var(--text-h);font:14px var(--sans);border-radius:10px;padding:0 10px}.dashboard-range-dates input:focus-visible{border-color:var(--main);outline:none}.dashboard-section{border-top:1px solid var(--border);margin-top:36px;padding-top:28px}.dashboard-section:first-child{border-top:none;margin-top:0;padding-top:0}.dashboard-section-title{font-family:var(--heading);color:var(--text-h);margin:0 0 18px;font-size:18px;font-weight:600}.dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));gap:14px;margin-bottom:32px;display:grid}.dashboard-kpi-tile{background:var(--bg-alt);border-radius:16px;flex-direction:column;gap:4px;padding:18px 20px;display:flex}.dashboard-kpi-value{font-family:var(--heading);color:var(--main);font-size:30px;font-weight:600;line-height:1.1}.dashboard-kpi-label{color:var(--text-h);font-size:13px;font-weight:600}.dashboard-kpi-subtext{color:var(--text);font-size:12px}.dashboard-kpi-delta{color:var(--accent);font-size:12px;font-weight:600}.dashboard-charts-grid{grid-template-columns:repeat(auto-fit,minmax(min(360px,100%),1fr));gap:20px;display:grid}.dashboard-chart-card{background:var(--bg-alt);border-radius:16px;padding:20px}.dashboard-chart-card-wide{grid-column:1/-1}.dashboard-chart-title{color:var(--text-h);margin-bottom:16px;font-size:13px;font-weight:600;display:block}.dashboard-chart-scroll{padding-bottom:4px;overflow-x:auto}.dashboard-chart-inner{position:relative}.dashboard-timeline-svg{display:block;overflow:visible}.dashboard-chart-gridline{stroke:var(--border);stroke-width:1px}.dashboard-chart-axis-label{fill:var(--text);font-size:9px;font-family:var(--sans)}.dashboard-timeline-line{fill:none;stroke:var(--accent);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.dashboard-chart-crosshair{stroke:var(--text);stroke-width:1px;opacity:.35;pointer-events:none}.dashboard-chart-tooltip{background:var(--bg);min-width:140px;box-shadow:var(--shadow);pointer-events:none;z-index:5;border-radius:10px;padding:8px 10px;font-size:12px;position:absolute;top:0;transform:translate(-50%)}.dashboard-chart-tooltip-date{color:var(--text-h);white-space:nowrap;margin-bottom:4px;font-weight:700}.dashboard-chart-tooltip-value{color:var(--text);white-space:nowrap}.dashboard-top-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.dashboard-top-list-row{grid-template-columns:minmax(70px,35%) 1fr auto;align-items:center;gap:10px;display:grid}.dashboard-top-list-label{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.dashboard-top-list-bar-track{background:var(--border);border-radius:6px;height:10px;overflow:hidden}.dashboard-top-list-bar-fill{background:var(--accent);border-radius:6px;height:100%;display:block}.dashboard-top-list-value{color:var(--text-h);text-align:right;min-width:20px;font-size:13px;font-weight:700}.dashboard-weekday-chart{align-items:flex-end;gap:8px;height:160px;display:flex}.dashboard-hour-chart{gap:3px;min-width:560px}.dashboard-hour-chart .dashboard-weekday-bar-col{flex:0 0 20px}.dashboard-hour-bar-col{cursor:pointer;border-radius:4px;transition:background .15s}.dashboard-hour-bar-col:hover,.dashboard-hour-bar-col:focus-visible{background:var(--accent-soft);outline:none}.dashboard-hour-bar-col-active{background:var(--accent-soft)}.dashboard-hour-bar-col-active .dashboard-weekday-bar-fill{background:var(--main)}.dashboard-weekday-bar-col{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.dashboard-weekday-bar-value{color:var(--text-h);font-size:11px;font-weight:700}.dashboard-weekday-bar-track{border-radius:4px;flex:1;align-items:flex-end;width:100%;display:flex;overflow:hidden}.dashboard-weekday-bar-fill{background:var(--accent);border-radius:4px 4px 0 0;width:100%;display:block}.dashboard-weekday-bar-label{color:var(--text);font-size:11px}@media (width<=600px){.dashboard-card{padding:20px}.dashboard-range-row{flex-direction:column;align-items:stretch}.dashboard-range-presets{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;max-width:100%;overflow-x:auto}.dashboard-range-presets::-webkit-scrollbar{display:none}.dashboard-range-presets .plan-view-toggle-btn{white-space:nowrap;flex-shrink:0}.dashboard-range-dates{flex-wrap:wrap;justify-content:space-between}.dashboard-range-dates label{flex:100%}.dashboard-range-dates input{box-sizing:border-box;width:100%}.dashboard-chart-card .dog-piechart-wrapper{flex-direction:column;align-items:center}}.all-notes-dog{color:var(--text-h);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:13px;font-weight:700;display:inline-flex}.all-notes-dog:hover,.all-notes-dog:focus-visible{color:var(--accent)}.all-notes-dog-photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px}.all-notes-dog-photo-placeholder{background:var(--accent-soft);justify-content:center;align-items:center;font-size:12px;display:inline-flex}.notif-card{background:var(--bg);width:100%;max-width:720px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.notif-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.notif-card h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0;font-size:28px;font-weight:600}.notif-header input[type=date]{height:40px;font:15px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:10px;padding:0 12px;box-shadow:0 2px 6px #00000014}.notif-header input[type=date]:focus-visible{border-color:var(--main);outline:none}.notif-header-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.notif-threshold-panel{background:var(--bg-alt);border-radius:14px;margin-bottom:24px;padding:16px}.notif-threshold-hint{color:var(--text);margin:0 0 14px;font-size:13px}.notif-window-setting{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:16px}.notif-window-toggle{color:var(--text-h);cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.notif-window-hours{color:var(--text-h);align-items:center;gap:10px;margin-top:12px;font-size:14px;display:flex}.notif-window-hours select{border:2px solid var(--border);background:var(--bg);height:34px;color:var(--text-h);font:14px var(--sans);border-radius:8px;padding:0 10px}.notif-window-hours select:focus-visible{border-color:var(--main);outline:none}.notif-threshold-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.notif-threshold-item{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.notif-threshold-name{min-width:0;color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.notif-threshold-input{border:2px solid var(--border);background:var(--bg);width:60px;height:34px;color:var(--text-h);font:14px var(--sans);text-align:center;box-sizing:border-box;border-radius:8px;padding:0 8px}.notif-threshold-input:focus-visible{border-color:var(--main);outline:none}.notif-threshold-unit{color:var(--text);font-size:13px}.notif-threshold-window-toggle{color:var(--text);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.notif-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.notif-item{box-sizing:border-box;width:100%;font-family:var(--sans);background:#d13f3f0f;border:2px solid #d13f3f4d;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;transition:box-shadow .2s;display:flex}.notif-item:hover{box-shadow:0 2px 8px #00000014}.notif-item-custom{border-color:var(--accent-border);background:var(--accent-bg)}.notif-item-main{cursor:pointer;text-align:left;min-width:0;font-family:var(--sans);background:0 0;border:none;flex:1;align-items:center;gap:14px;padding:0;display:flex}.notif-resolve-btn{border:2px solid var(--main);height:32px;color:var(--main);font:600 13px var(--sans);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;flex-shrink:0;padding:0 14px;transition:background .2s}.notif-resolve-btn:hover:not(:disabled){background:var(--accent-soft)}.notif-resolve-btn:disabled{opacity:.6;cursor:default}.notif-item-photo{object-fit:cover;background:var(--accent-soft);border-radius:50%;flex-shrink:0;width:44px;height:44px}.notif-item-photo-placeholder{justify-content:center;align-items:center;font-size:18px;display:flex}.notif-item-text{flex-direction:column;min-width:0;display:flex}.notif-item-name{color:var(--text-h);font-size:15px;font-weight:600}.notif-item-meta{color:#b23434;font-size:13px}.notif-item-custom .notif-item-meta{color:var(--main)}.notif-item-triggered{color:var(--text);font-size:12px}@media (width<=600px){.notif-item-custom{flex-direction:column;align-items:stretch}.notif-item-custom .notif-resolve-btn{width:100%}}.volunteer-booking-page{--text:#4d4d4d;--text-h:#24331f;--bg:#fcfcfc;--bg-alt:#fcf6ef;--border:#d8d8d8;--main:#377241;--accent:#84c669;--accent-soft:#d4e7cb;--accent-bg:#84c66924;--accent-border:#84c66980;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--bg-alt);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100svh;padding:24px;display:flex}.volunteer-booking-header{flex-direction:column;align-items:center;width:100%;max-width:480px;margin-bottom:24px;display:flex}.volunteer-booking-logo{width:100%;max-width:150px;height:auto;margin-bottom:14px;display:block}.volunteer-booking-main-title{font-family:var(--heading);color:var(--text-h);text-align:center;letter-spacing:0;margin:0;font-size:28px;font-weight:600}.volunteer-booking-card{background:var(--bg);width:100%;max-width:480px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.volunteer-booking-card h1{font-family:var(--heading);color:var(--text-h);text-align:center;letter-spacing:0;margin:0 0 8px;font-size:26px;font-weight:600}.volunteer-booking-back{color:var(--main);font:600 14px var(--sans);cursor:pointer;background:0 0;border:none;margin-bottom:20px;padding:0;text-decoration:underline;display:inline-block}.volunteer-booking-choices{flex-direction:column;gap:14px;display:flex}.volunteer-booking-choice{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;text-align:left;font-family:var(--sans);border-radius:16px;flex-direction:column;gap:4px;padding:20px;transition:border-color .2s,box-shadow .2s;display:flex}.volunteer-booking-choice:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.volunteer-booking-choice-title{color:var(--text-h);font-size:17px;font-weight:700}.volunteer-booking-choice-desc{color:var(--text);font-size:13px;line-height:145%}.volunteer-booking-subtitle{color:var(--text);text-align:center;margin:0 0 28px;font-size:14px;line-height:150%}.volunteer-booking-form{text-align:left;flex-direction:column;display:flex}.volunteer-booking-form label{color:var(--text-h);margin:0 0 8px;font-size:14px;font-weight:600;display:block}.volunteer-booking-form>label:not(:first-of-type){margin-top:22px}.volunteer-booking-label-row{align-items:center;gap:6px;margin:22px 0 8px;display:flex}.volunteer-booking-label-row label{margin:0}.volunteer-info-tooltip-wrapper{align-items:center;display:inline-flex;position:relative}.volunteer-info-tooltip-btn{background:var(--accent-soft);width:16px;height:16px;color:var(--main);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:11px;font-weight:700;line-height:1;transition:background .15s,color .15s;display:inline-flex}.volunteer-info-tooltip-btn:hover{background:var(--accent);color:#fff}.volunteer-info-tooltip-detail{z-index:5;background:var(--bg);width:220px;color:var(--text-h);white-space:normal;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:400;line-height:145%;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 2px 8px #0000001f}.volunteer-booking-form input,.volunteer-booking-form select,.volunteer-booking-form textarea{width:100%;height:48px;font:15px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:12px;padding:0 16px;transition:border-color .2s;box-shadow:0 2px 6px #00000014}.volunteer-booking-form textarea{resize:vertical;height:auto;font-family:var(--sans);padding:12px 16px}.volunteer-time-select-row{align-items:center;gap:8px;display:flex}.volunteer-time-select-row select{flex:1;width:auto;min-width:0}.volunteer-time-select-separator{font:600 18px var(--sans);color:var(--text-h);flex-shrink:0}.volunteer-phone-row{gap:8px;display:flex}.volunteer-phone-row select{flex:0 0 90px;width:auto}.volunteer-phone-row input{flex:1;min-width:0}.volunteer-booking-form input:focus-visible,.volunteer-booking-form select:focus-visible,.volunteer-booking-form textarea:focus-visible{border-color:var(--main);outline:none}.volunteer-booking-row{grid-template-columns:1fr 1fr;gap:16px;margin-top:22px;display:grid}.volunteer-booking-field-error{color:#d13f3f;margin:8px 0 0;font-size:13px;font-weight:600}.volunteer-booking-field-hint{color:var(--text);margin:8px 0 0;font-size:13px}.volunteer-rules-list{flex-direction:column;gap:14px;margin:0 0 24px;padding:0;list-style:none;display:flex}.volunteer-rules-list li{color:var(--text-h);padding-left:18px;font-size:14px;line-height:155%;position:relative}.volunteer-rules-list li:before{content:"";background:var(--main);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.volunteer-rules-actions{justify-content:flex-end;gap:12px;display:flex}.volunteer-rules-accept-btn{background:var(--accent);color:#fff;height:44px;font:600 15px var(--sans);cursor:pointer;border:0;border-radius:50px;padding:0 24px;transition:background .2s}.volunteer-rules-accept-btn:hover{background:var(--main)}.volunteer-booking-row label,.volunteer-booking-row>div:first-child label{margin-top:0}.volunteer-booking-form .btn{background:var(--accent);color:#fff;height:52px;font:600 17px var(--sans);letter-spacing:.3px;cursor:pointer;border:0;border-radius:50px;margin-top:32px;transition:background .2s}.volunteer-booking-form .btn:hover:not(:disabled){background:var(--main)}.volunteer-booking-form .btn:disabled{opacity:.7;cursor:default}.volunteer-booking-feedback{text-align:center;border-radius:12px;margin-top:16px;padding:12px 16px;font-size:14px;line-height:145%}.volunteer-booking-feedback-success{background:var(--accent-soft);color:var(--main)}.volunteer-booking-feedback-pending{color:var(--gold);background:#cdb24926}.volunteer-booking-feedback-error{color:#d13f3f;background:#ff56561a}.volunteer-cancel-recap{flex-direction:column;gap:12px;margin:0 0 24px;display:flex}.volunteer-cancel-recap dt{color:var(--text);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:13px;font-weight:600}.volunteer-cancel-recap dd{color:var(--text-h);margin:0;font-size:18px;font-weight:700}.volunteer-cancel-btn{color:#fff;width:100%;height:52px;font:600 17px var(--sans);cursor:pointer;background:#d13f3f;border:0;border-radius:50px;transition:background .2s}.volunteer-cancel-btn:hover:not(:disabled){background:#b53232}.volunteer-cancel-btn:disabled{opacity:.7;cursor:default}.volunteer-confirm-card{text-align:center}.volunteer-confirm-check{background:var(--accent-soft);width:64px;height:64px;color:var(--main);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:32px;font-weight:700;display:flex}.volunteer-confirm-back-btn{background:var(--accent);color:#fff;height:44px;font:600 15px var(--sans);text-align:center;border-radius:50px;justify-content:center;align-items:center;margin-top:12px;padding:0 24px;text-decoration:none;transition:background .2s;display:inline-flex}.volunteer-confirm-back-btn:hover{background:var(--main)}.volunteer-booking-privacy-link{color:var(--text);margin-top:20px;font-size:13px;text-decoration:underline}@media (width<=480px){.volunteer-booking-row{grid-template-columns:1fr;gap:0}.volunteer-booking-row>div:not(:first-child) label{margin-top:22px}}.privacy-policy-card{text-align:left;max-width:640px}.privacy-policy-intro{color:var(--text);margin:0 0 8px;font-size:14px;line-height:155%}.privacy-policy-updated-at{color:var(--text);opacity:.7;margin:0 0 28px;font-size:12px}.privacy-policy-card h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:28px 0 10px;font-size:18px;font-weight:600}.privacy-policy-card p{color:var(--text);margin:0 0 12px;font-size:14px;line-height:155%}.privacy-policy-card ul{flex-direction:column;gap:6px;margin:0 0 12px;padding-left:20px;display:flex}.privacy-policy-card li{color:var(--text);font-size:14px;line-height:150%}.privacy-policy-card a{color:var(--main)}.privacy-policy-back-btn{margin-top:24px}.privacy-policy-card a.privacy-policy-back-btn{color:#fff}.volunteers-confirm-text-neutral{color:var(--text-h);font-size:13px;font-weight:600}.volunteers-card{background:var(--bg);width:100%;max-width:720px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:24px;padding:40px}.volunteers-card h2{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0 0 24px;font-size:28px;font-weight:600}.volunteers-card h3{color:var(--text-h);margin:0 0 14px;font-size:16px;font-weight:700}.volunteers-section-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.volunteers-section-header-row h3{margin:0}.volunteers-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.volunteers-settings-toggle-btn{border:2px solid var(--main);height:34px;color:var(--main);font:600 13px var(--sans);cursor:pointer;background:0 0;border-radius:50px;flex-shrink:0;padding:0 16px;transition:background .2s,color .2s}.volunteers-settings-toggle-btn:hover{background:var(--accent-soft)}.volunteers-booking-settings-form{background:var(--bg-alt);border-radius:14px;margin-bottom:16px;padding:16px}.volunteers-booking-settings-label{color:var(--text-h);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.volunteers-booking-settings-hours{flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.volunteers-booking-settings-hours label{color:var(--text-h);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.volunteers-booking-settings-hours select{border:2px solid var(--border);background:var(--bg);height:38px;color:var(--text-h);font:14px var(--sans);border-radius:10px;padding:0 12px}.volunteers-booking-settings-number{border:2px solid var(--border);background:var(--bg);width:160px;max-width:100%;height:38px;color:var(--text-h);font:14px var(--sans);box-sizing:border-box;border-radius:10px;margin-top:16px;padding:0 12px}.volunteers-booking-settings-number:focus-visible{border-color:var(--main);outline:none}.volunteers-booking-settings-actions{justify-content:flex-end;margin-top:16px;display:flex}.volunteers-pending-section{border-bottom:1px solid var(--border);margin-bottom:36px;padding-bottom:32px}.volunteers-pending-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.volunteers-pending-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.volunteers-pending-item{border:2px solid var(--accent-soft);background:var(--bg);border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s;display:flex}.volunteers-pending-item:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.volunteers-pending-name{color:var(--main);flex-shrink:0;font-weight:700}.volunteers-pending-contact{color:var(--text);flex:1;font-size:13px}.volunteers-pending-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.volunteers-search-bar{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0;display:flex}.volunteers-search-input{border:2px solid var(--border);background:var(--bg);min-width:220px;height:40px;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:50px;flex:1;padding:0 16px}.volunteers-search-input:focus-visible{border-color:var(--main);outline:none}.volunteers-search-bar select,.volunteers-search-bar input[type=date]{border:2px solid var(--border);background:var(--bg);height:40px;color:var(--text-h);font:15px var(--sans);box-sizing:border-box;border-radius:10px;padding:0 16px}.volunteers-search-bar .volunteers-show-all-btn{margin:0;display:inline-block}.volunteers-show-all-btn{border:2px solid var(--accent-soft);background:var(--bg);color:var(--main);font:600 13px var(--sans);cursor:pointer;border-radius:50px;margin:12px auto 0;padding:8px 20px;transition:border-color .2s,background .2s;display:block}.volunteers-show-all-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.volunteers-status-tag{border-radius:8px;flex-shrink:0;padding:3px 10px;font-size:12px;font-weight:700}.volunteers-status-tag-validated{color:var(--main);background:var(--accent-soft)}.volunteers-status-tag-rejected{color:#b23434;background:#d13f3f1f}.volunteers-status-tag-pending{color:var(--gold);background:#cdb24926}.volunteers-detail-actions{border-top:1px solid var(--border);justify-content:flex-end;margin-top:24px;padding-top:20px;display:flex}.volunteers-session-form{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0;display:flex}.volunteers-session-form input{border:2px solid var(--border);background:var(--bg);height:38px;color:var(--text-h);font:14px var(--sans);border-radius:10px;padding:0 12px}.volunteers-session-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.volunteers-session-count-btn{color:var(--main);font:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-weight:700;text-decoration:underline}.volunteers-session-item{background:var(--bg-alt);color:var(--text-h);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;font-size:14px;display:flex}.volunteers-session-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.volunteers-max-participants-input{border:2px solid var(--border);background:var(--bg);width:70px;height:30px;color:var(--text-h);font:13px var(--sans);text-align:center;box-sizing:border-box;border-radius:8px;padding:0 8px}.volunteers-max-participants-input:focus-visible{border-color:var(--main);outline:none}.volunteers-session-info{flex:1;min-width:0}.volunteers-reservation-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.volunteers-reservation-item{border:2px solid var(--accent-soft);background:var(--bg);cursor:pointer;text-align:left;width:100%;font-family:var(--sans);border-radius:14px;align-items:center;gap:16px;padding:14px 18px;transition:border-color .2s,box-shadow .2s;display:flex}.volunteers-training-row-click{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-wrap:wrap;flex:1;align-items:center;gap:12px;margin:0;padding:0;display:flex}.volunteers-reservation-item:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000014}.volunteers-reservation-date{color:var(--main);flex-shrink:0;min-width:90px;font-weight:700}.volunteers-reservation-name{color:var(--text-h);flex:1;font-weight:600}.volunteers-reservation-status{color:#b23434;background:#d13f3f1f;border-radius:8px;padding:3px 10px;font-size:12px;font-weight:700}.volunteers-reservation-status-validated{color:var(--main);background:var(--accent-soft)}.volunteers-detail-list{grid-template-columns:1fr 1fr;gap:20px 32px;margin:0;display:grid}.volunteers-detail-list dt{color:var(--text);margin:0 0 4px;font-size:13px;font-weight:600}.volunteers-detail-list dd{color:var(--text-h);margin:0;font-size:16px}.volunteers-detail-full{grid-column:1/-1}.modal-panel .volunteers-detail-subtitle{border-top:1px solid var(--border);color:var(--text-h);margin:24px 0 10px;padding-top:20px;font-size:15px;font-weight:700}@media (width<=600px){.volunteers-detail-list{grid-template-columns:1fr}.volunteers-card{padding:24px 18px}.volunteers-search-bar{flex-direction:column;align-items:stretch}.volunteers-search-input{flex:none;width:100%;min-width:0}.volunteers-search-bar select,.volunteers-search-bar input[type=date]{width:100%}.volunteers-search-bar .volunteers-show-all-btn{text-align:center;width:100%}.volunteers-pending-item{flex-direction:column;align-items:flex-start;gap:8px}.volunteers-pending-actions{justify-content:flex-end;width:100%;margin-top:4px}.volunteers-pending-actions button{flex:1}.volunteers-pending-item .dog-file-confirm{white-space:normal;flex-wrap:wrap;justify-content:flex-end;width:100%}.volunteers-reservation-item{padding:14px}.volunteers-reservation-date{min-width:0}.volunteers-reservation-name{flex-basis:100%}.volunteers-session-form{flex-direction:column;align-items:stretch}.volunteers-session-form input,.volunteers-session-form button{width:100%}.volunteers-session-item{flex-wrap:nowrap}.volunteers-session-item.volunteers-session-item-action-open{flex-wrap:wrap}.volunteers-session-item .alert-history-delete-btn,.volunteers-session-item .volunteers-settings-toggle-btn{flex-shrink:0;height:24px;padding:0 10px;font-size:11px}.volunteers-card .dog-file-confirm{white-space:normal;flex-wrap:wrap;width:100%}.volunteers-card .dog-file-confirm-text{flex-basis:100%}.volunteers-card .dog-file-delete-confirm-btn,.volunteers-card .users-back-btn{flex:1}}.avatar-modal-form{flex-direction:column;align-items:center;gap:16px;display:flex}.avatar-modal-preview{object-fit:cover;background:var(--accent-soft);border-radius:50%;width:120px;height:120px}.avatar-modal-preview-placeholder{justify-content:center;align-items:center;font-size:40px;display:flex}.avatar-modal-form input[type=file]{color:var(--text);font-size:14px}.avatar-modal-form .btn{background:var(--accent);color:#fff;width:100%;height:50px;font:600 16px var(--sans);cursor:pointer;border:0;border-radius:50px;transition:background .2s}.avatar-modal-form .btn:hover:not(:disabled){background:var(--main)}.avatar-modal-form .btn:disabled{opacity:.6;cursor:default}.avatar-modal-error{color:#d13f3f;text-align:center;box-sizing:border-box;background:#ff56561a;border-radius:10px;width:100%;margin:0;padding:10px 14px;font-size:14px}.avatar-modal-success{background:var(--accent-soft);color:var(--main);text-align:center;box-sizing:border-box;border-radius:10px;width:100%;margin:0;padding:10px 14px;font-size:14px}.account-section-label{color:var(--text-h);text-align:center;margin:0 0 12px;font-size:14px;font-weight:600;display:block}.account-section-label-spaced{border-top:1px solid var(--border);margin-top:32px;padding-top:28px}.password-form input{width:100%;height:48px;font:16px var(--sans);color:var(--text-h);background:var(--bg);box-sizing:border-box;border:2px solid #0000;border-radius:12px;padding:0 16px;transition:border-color .2s;box-shadow:0 2px 6px #00000014}.password-form input:focus-visible{border-color:var(--main);outline:none}.update-banner{z-index:1000;background:var(--bg);border:2px solid var(--accent-soft);max-width:calc(100% - 32px);box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:16px;padding:14px 14px 14px 20px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.update-banner-text{font:500 14px var(--sans);color:var(--text-h)}.update-banner-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.update-banner-refresh-btn{background:var(--accent);color:#fff;height:36px;font:600 14px var(--sans);white-space:nowrap;cursor:pointer;border:0;border-radius:50px;padding:0 18px;transition:background .2s}.update-banner-refresh-btn:hover{background:var(--main)}.update-banner-close-btn{width:28px;height:28px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background .15s;display:inline-flex}.update-banner-close-btn:hover{background:var(--accent-soft)}@media (width<=480px){.update-banner{flex-direction:column;align-items:stretch;gap:10px;max-width:none;bottom:16px;left:16px;right:16px;transform:none}.update-banner-actions{justify-content:space-between}}.guide-card{max-width:820px}.guide-intro{text-align:left;margin-top:-8px;margin-bottom:20px}.guide-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;min-width:0;max-width:100%;margin-bottom:20px;overflow-x:auto}.guide-tabs::-webkit-scrollbar{display:none}.guide-tabs .plan-view-toggle-btn{white-space:nowrap;flex-shrink:0}.guide-tab-intro{text-align:left;margin-bottom:16px}.guide-topic-list{flex-direction:column;gap:10px;display:flex}.guide-topic{border:1px solid var(--border);background:var(--bg);border-radius:14px;padding:4px 16px}.guide-topic summary{cursor:pointer;color:var(--text-h);align-items:center;gap:8px;padding:12px 0;font-weight:700;list-style:none;display:flex}.guide-topic summary::-webkit-details-marker{display:none}.guide-topic summary:before{content:"+";width:18px;height:18px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.guide-topic[open] summary:before{content:"−"}.guide-topic-body{color:var(--text);padding:0 0 16px;font-size:14.5px;line-height:1.55}.guide-topic-body p{margin:0 0 10px}.guide-topic-body p:last-child{margin-bottom:0}.guide-topic-body ul{margin:0 0 10px;padding-left:20px}.guide-topic-body ul:last-child{margin-bottom:0}.guide-topic-body li{margin-bottom:6px}.guide-tip-list{color:var(--text);margin:0 0 20px;padding-left:20px;font-size:14.5px;line-height:1.6}.guide-tip-list:last-child{margin-bottom:0}.guide-tip-list li{margin-bottom:12px}.guide-tip-list-highlight{border:2px solid var(--accent-border);background:var(--accent-bg);border-radius:14px;padding:14px 16px 14px 32px}.guide-tip-list-highlight li{color:var(--text-h);font-weight:700}.help-badge-wrapper{vertical-align:middle;align-items:center;margin-left:6px;display:inline-flex;position:relative}.help-badge{background:var(--border);width:15px;height:15px;color:var(--text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:1;transition:background .15s,color .15s;display:inline-flex}.help-badge:hover{background:var(--accent);color:#fff}.help-detail{z-index:6;white-space:normal;background:var(--bg);width:240px;color:var(--text-h);border-radius:8px;padding:8px 10px;font-size:12px;font-weight:400;line-height:1.4;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 2px 8px #00000026}@media (width<=600px){.help-detail{z-index:50;width:auto;position:fixed;inset:auto 16px 16px}}.app-shell{background:var(--bg-alt);flex-direction:column;min-height:100svh;display:flex;overflow-x:hidden}.app-topbar{background:var(--bg);border-bottom:1px solid var(--border);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:space-between;align-items:center;padding:20px 32px;display:flex;overflow-x:auto}.app-topbar::-webkit-scrollbar{display:none}.app-profile{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:30px;flex-shrink:0;align-items:center;gap:12px;padding:4px 8px 4px 4px;transition:background .2s;display:flex}.app-profile:hover{background:var(--accent-bg)}.app-profile-avatar{background:var(--accent-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.app-profile-avatar img{object-fit:cover;width:100%;height:100%}.app-profile-avatar-placeholder{font-family:var(--heading);color:var(--main);font-size:18px;font-weight:600}.app-profile-info{flex-direction:column;display:flex}.app-topbar-name{font-family:var(--heading);color:var(--text-h);letter-spacing:0;margin:0;font-size:18px;font-weight:600;display:block}.app-topbar-role{color:var(--text);text-transform:capitalize;margin:2px 0 0;font-size:14px;display:block}.app-topbar-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.btn-ghost{border:2px solid var(--main);height:40px;color:var(--main);font:600 15px var(--sans);cursor:pointer;background:0 0;border-radius:50px;flex-shrink:0;padding:0 20px;transition:background .2s,color .2s}.btn-ghost:hover{background:var(--main);color:#fff}.app-navbar{background:var(--bg);border-bottom:1px solid var(--border);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:16px 32px;display:flex;overflow-x:auto}.app-navbar::-webkit-scrollbar{display:none}.nav-btn{border:2px solid var(--main);height:40px;color:var(--main);font:600 15px var(--sans);cursor:pointer;background:0 0;border-radius:50px;flex-shrink:0;padding:0 22px;transition:background .2s,color .2s}.nav-btn:hover{background:var(--accent-soft)}.nav-btn-active,.nav-btn-active:hover{background:var(--main);color:#fff}.nav-icon-group{flex-shrink:0;align-items:center;gap:12px;margin-left:auto;display:flex}.nav-icon-btn{border:2px solid var(--main);width:40px;height:40px;color:var(--main);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:relative}.nav-icon-badge{border:2px solid var(--bg);color:#fff;box-sizing:border-box;background:#d13f3f;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.nav-icon-btn:hover{background:var(--accent-soft)}.nav-icon-btn-active,.nav-icon-btn-active:hover{background:var(--main);color:#fff}.app-content{box-sizing:border-box;flex:1;justify-content:center;align-items:flex-start;padding:48px 24px;display:flex}
