*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--rf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:var(--rf-font-size-base, .875rem);line-height:var(--rf-line-height-normal, 1.5);color:var(--rf-text-primary, #333);background-color:var(--rf-gray-100, #f5f5f5)}:root{--touch-target: 2.75rem}button,[role=button],input,select,textarea{min-height:var(--touch-target)}button,[role=button]{min-width:var(--touch-target)}rf-button,rf-select,rf-text-input,rf-textarea,rf-checkbox,rf-file-input{min-height:var(--touch-target)}rf-button{min-width:var(--touch-target)}.rf-grid .rf-grid__action-btn,.rf-grid-filter .rf-grid-filter__btn{min-height:var(--touch-target);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;justify-content:center}.rf-grid .rf-grid__action-icon{margin-top:0;display:inline-flex;align-items:center}.rf-grid .rf-grid__action-icon rf-icon,.rf-grid .rf-grid__action-icon svg{width:1rem;height:1rem}a{color:var(--rf-primary, #2362A2);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:none;padding:var(--rf-space-4, 1rem)}.page{max-width:none;padding:1rem}.quarter-banner{border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem}.quarter-banner--warning{background:#fff3cd;border:1px solid #ffc107;color:#856404}.quarter-banner--error{background:#fed7d7;border:1px solid #fc8181;color:#c53030}.quarter-banner__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.quarter-banner__icon{font-size:1.25rem}.quarter-banner__stats{font-size:.85rem;display:flex;gap:1.5rem;flex-wrap:wrap}.empty-state{padding:1.5rem;text-align:center;color:var(--rf-text-muted, #999);font-size:.875rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:1rem}.result-card{padding:1rem}.result-card__title{margin:1rem 0 .5rem;font-size:1.125rem}.result-card__subtitle{margin-bottom:1rem;color:#666}.result-card__hint{margin-bottom:1rem;color:#999;font-size:.875rem}.result-table{width:100%;border-collapse:collapse;font-size:.875rem}.result-table td,.result-table th{padding:.5rem;border-bottom:1px solid #e0e0e0}.result-table th{text-align:left;background:#f5f5f5}.result-table__label{font-weight:600}.result-table--error{color:#c53030}.result-table--success{color:#2f855a}.page-title{margin:0 0 .5rem;font-size:1.75rem;font-weight:var(--rf-font-weight-semibold, 600);color:var(--rf-dark, #333)}.page-desc{margin:0 0 1.5rem;color:var(--rf-text-muted, #666)}.section-card{margin-bottom:1.5rem}.section{background:var(--rf-white, white);padding:var(--rf-space-6, 1.5rem);border-radius:var(--rf-border-radius-lg, .5rem);box-shadow:var(--rf-shadow, 0 1px .1875rem rgba(0, 0, 0, .1));margin-bottom:var(--rf-space-4, 1rem)}.section-title{margin:0 0 1rem;font-size:1.125rem;font-weight:var(--rf-font-weight-semibold, 600);color:var(--rf-primary);padding-bottom:.75rem;border-bottom:1px solid var(--rf-border, #e0e0e0)}.section-desc{margin-top:.5rem}.type-hint{background:var(--rf-color-info-bg, #e8f4fd);border:1px solid var(--rf-color-info-border, #b3d7f2);border-radius:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:.9rem;color:var(--rf-color-text, #333)}.type-hint>summary{cursor:pointer;font-weight:var(--rf-font-weight-semibold, 600);color:var(--rf-primary, #2362A2);-webkit-user-select:none;user-select:none;padding:.25rem 0}.type-hint p{margin:.25rem 0}.type-hint code{background:#0000000f;padding:.1rem .4rem;border-radius:3px;font-size:.85em}.type-hint .type-hint-example{color:var(--rf-color-text-muted, #555);font-size:.85em}.media-required{color:var(--rf-color-danger, #d32f2f);font-weight:var(--rf-font-weight-semibold, 600)}.vaha-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-top:.25rem;font-weight:var(--rf-font-weight-semibold, 600)}.vaha-checkbox input[type=checkbox]{width:1.1rem;height:1.1rem;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}.form-grid--label-value{grid-template-columns:220px minmax(0,1fr);column-gap:1.25rem;row-gap:.75rem;align-items:baseline}.form-grid--label-value .section-desc{margin:0}.form-field-full{grid-column:1/-1}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.parametrizace-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.definition-buttons{display:flex;gap:1rem;margin-top:.5rem}.cards-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.cards-row .section-card{margin-bottom:0;height:100%}@media(max-width:768px){.container{padding:var(--rf-space-2, .5rem)}.page{padding:.75rem}.section{padding:var(--rf-space-3, .75rem);border-radius:var(--rf-border-radius-md, .375rem)}.page-title{font-size:1.5rem}.page-desc{margin-bottom:1.5rem}.section-title{font-size:1rem}.form-grid{gap:.75rem}.form-grid--label-value{grid-template-columns:1fr;row-gap:.5rem}.form-actions,.definition-buttons{flex-direction:column;gap:.75rem}.cards-row{gap:1rem}}@media(min-width:1024px){.page{padding:0}.cards-row{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.form-grid--label-value-pair{grid-template-columns:220px minmax(0,1fr) 220px minmax(0,1fr)}.form-grid--label-value-pair .pair-second-col{grid-column:3}}
