.icon-btn{border-radius:var(--radius);width:32px;height:32px;color:var(--gray-600);border:1px solid var(--gray-200);background:var(--white);justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex;position:relative}.icon-btn:hover{background:var(--gray-100);color:var(--dark-blue);border-color:var(--gray-200)}.icon-btn--primary{background:var(--blue);border-color:var(--blue);color:var(--white)}.icon-btn--primary:hover{background:var(--blue-hover);border-color:var(--blue-hover);color:var(--white)}.icon-btn--danger{color:var(--danger);border-color:#0000}.icon-btn--danger:hover{background:var(--danger-soft);color:var(--danger);border-color:#0000}.icon-btn:after{content:attr(data-tooltip);background:var(--dark-blue);color:var(--white);white-space:nowrap;opacity:0;pointer-events:none;z-index:20;border-radius:4px;padding:.3rem .5rem;font-size:.7rem;font-weight:600;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(2px)}.icon-btn:hover:after,.icon-btn:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}.sidebar{width:var(--sidebar-width);background:var(--dark-blue);min-height:100vh;color:var(--white);flex-direction:column;flex-shrink:0;padding:1.5rem 1rem;display:flex;position:sticky;top:0}.sidebar__brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:0 .5rem 1.75rem;display:flex}.sidebar__mark{background:var(--blue);width:36px;height:36px;color:var(--white);letter-spacing:.02em;border-radius:4px;place-items:center;font-size:.8rem;font-weight:700;display:grid}.sidebar__name{letter-spacing:-.01em;font-size:.95rem;font-weight:700}.sidebar__role{color:#ffffff8c;margin-top:.1rem;font-size:.72rem;font-weight:500}.sidebar__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.sidebar__link{border-radius:var(--radius);color:#ffffffb3;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar__link:hover{background:var(--dark-blue-mid);color:var(--white)}.sidebar__link--active{background:var(--blue);color:var(--white)}.sidebar__icon{letter-spacing:-.02em;background:#ffffff14;border-radius:4px;place-items:center;width:28px;height:28px;font-size:.68rem;font-weight:700;display:grid}.sidebar__link--active .sidebar__icon{background:#fff3}.sidebar__footer{border-top:1px solid #ffffff14;margin-top:1rem;padding:1rem .75rem .25rem}.sidebar__footer-label{color:#ffffff73;font-size:.7rem}.sidebar__footer-user{color:#ffffffd9;word-break:break-all;margin-top:.15rem;font-size:.8rem}.sidebar__footer-link{color:var(--blue);margin-top:.55rem;font-size:.75rem;font-weight:600;display:inline-block}.sidebar__footer-link:hover{color:#7eb0ff;text-decoration:underline}@media (width<=800px){.sidebar{width:100%;min-height:auto;padding:1rem;position:relative}.sidebar__brand{margin-bottom:.75rem;padding-bottom:1rem}.sidebar__nav{flex-flow:wrap}.sidebar__footer{display:none}}.layout{background:var(--gray-50);min-height:100vh;display:flex}.layout__main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background:var(--white);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:.9rem 1.75rem;display:flex}.topbar__label{color:var(--gray-600);font-size:.85rem;font-weight:600}.topbar__meta{align-items:center;gap:.65rem;display:flex}.topbar__chip{background:var(--blue-soft);color:var(--blue);border-radius:4px;align-items:center;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.layout__content{flex:1;padding:1.75rem}@media (width<=800px){.layout{flex-direction:column}.topbar,.layout__content{padding-left:1rem;padding-right:1rem}.layout__content{padding-top:1.25rem;padding-bottom:1.25rem}}.image-cropper{width:100%}.image-cropper__upload{aspect-ratio:1;border:1px dashed var(--gray-200);border-radius:var(--radius);background:var(--gray-50);width:100%;color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;transition:border-color .15s,background .15s;display:flex}.image-cropper__upload:hover{border-color:var(--blue);background:var(--blue-soft);color:var(--dark-blue)}.image-cropper__upload span{font-size:.9rem;font-weight:600}.image-cropper__upload small{color:var(--gray-400);font-size:.75rem}.image-cropper__preview{aspect-ratio:1;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--gray-100);width:100%;position:relative;overflow:hidden}.image-cropper__preview img{object-fit:cover;width:100%;height:100%;display:block}.image-cropper__preview-actions{gap:.35rem;display:flex;position:absolute;top:.65rem;right:.65rem}.crop-modal{z-index:100;background:#0b1f3a8c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.crop-modal__panel{background:var(--white);border-radius:var(--radius);width:min(720px,100%);overflow:hidden}.crop-modal__stage{background:var(--dark-blue);height:420px;position:relative}.crop-modal__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.crop-modal__zoom{color:var(--gray-600);flex:1;align-items:center;gap:.75rem;min-width:180px;font-size:.8rem;font-weight:600;display:flex}.crop-modal__zoom input{flex:1}.crop-modal__actions{gap:.5rem;display:flex}.multiselect{position:relative}.multiselect__control{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);text-align:left;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:42px;padding:.4rem .65rem;display:flex}.multiselect--open .multiselect__control{border-color:var(--blue)}.multiselect__chips{flex-wrap:wrap;flex:1;gap:.35rem;min-width:0;display:flex}.multiselect__placeholder{color:var(--gray-400);padding:.2rem .15rem;font-size:.875rem}.multiselect__chip{background:var(--blue-soft);color:var(--blue);border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .45rem;font-size:.75rem;font-weight:600;display:inline-flex}.multiselect__chip-remove{cursor:pointer;opacity:.75;display:inline-flex}.multiselect__chip-remove:hover{opacity:1}.multiselect__chevron{color:var(--gray-400);flex-shrink:0}.multiselect__dropdown{z-index:30;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.multiselect__search{border-bottom:1px solid var(--gray-100);color:var(--gray-400);align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.multiselect__search input{font:inherit;color:var(--gray-800);background:0 0;border:none;outline:none;flex:1}.multiselect__list{max-height:320px;list-style:none;overflow:auto}.multiselect__option{width:100%;color:var(--gray-800);text-align:left;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.875rem;display:flex}.multiselect__option-main{flex:1;align-items:center;gap:.35rem;min-width:0;display:flex}.multiselect__tree{flex:none;align-self:stretch;min-height:1.4rem;display:flex;position:relative}.multiselect__tree-col{flex:1 1 0;min-width:0;position:relative}.multiselect__tree-col:before{content:"";background:var(--gray-200);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.multiselect__tree-col.is-branch:after{content:"";background:var(--gray-200);width:50%;height:1px;position:absolute;top:50%;left:50%}.multiselect__option-label{min-width:0;line-height:1.35}.multiselect__option:hover,.multiselect__option.is-selected{background:var(--blue-soft);color:var(--dark-blue)}.multiselect__option:hover .multiselect__tree-col:before,.multiselect__option:hover .multiselect__tree-col.is-branch:after,.multiselect__option.is-selected .multiselect__tree-col:before,.multiselect__option.is-selected .multiselect__tree-col.is-branch:after{background:#b7c9e8}.multiselect__empty{color:var(--gray-600);padding:.85rem;font-size:.85rem}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.page-header__title{color:var(--dark-blue);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.page-header__desc{color:var(--gray-600);margin-top:.25rem;font-size:.9rem}.btn{border-radius:var(--radius);white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.875rem;font-weight:600;line-height:1;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn__icon{flex-shrink:0;display:block}@media (width<=600px){.page-header{flex-direction:column;align-items:stretch}}.richtext{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);overflow:hidden}.richtext__toolbar{border-bottom:1px solid var(--gray-100);background:var(--gray-50);flex-wrap:wrap;gap:.35rem;padding:.55rem;display:flex}.richtext__editor .tiptap{outline:none;min-height:220px;padding:.9rem 1rem}.richtext__editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--gray-400);pointer-events:none;height:0}.richtext__editor .tiptap h2{color:var(--dark-blue);margin:.85rem 0 .4rem;font-size:1.2rem}.richtext__editor .tiptap p,.richtext__editor .tiptap ul,.richtext__editor .tiptap ol,.richtext__editor .tiptap blockquote{margin:.45rem 0}.richtext__editor .tiptap ul,.richtext__editor .tiptap ol{padding-left:1.25rem}.richtext__editor .tiptap blockquote{border-left:3px solid var(--blue);color:var(--gray-600);padding-left:.75rem}.richtext__editor .tiptap img{border-radius:4px;max-width:100%;height:auto;margin:.75rem 0;display:block}.richtext__editor .tiptap [data-resize-wrapper]{max-width:100%;margin:.75rem 0;line-height:0;display:inline-block;position:relative}.richtext__editor .tiptap [data-resize-wrapper] img{max-width:none;margin:0}.richtext__editor .tiptap [data-resize-handle]{background:var(--blue);border:1px solid var(--white);z-index:10;opacity:0;pointer-events:none;border-radius:2px;position:absolute;box-shadow:0 0 0 1px #0b1f3a26}.richtext__editor .tiptap [data-resize-container].ProseMirror-selectednode [data-resize-handle],.richtext__editor .tiptap [data-resize-state=true] [data-resize-handle]{opacity:1;pointer-events:auto}.richtext__editor .tiptap [data-resize-handle]:hover{background:var(--blue-hover)}.richtext__editor .tiptap [data-resize-handle=top-left],.richtext__editor .tiptap [data-resize-handle=top-right],.richtext__editor .tiptap [data-resize-handle=bottom-left],.richtext__editor .tiptap [data-resize-handle=bottom-right]{width:8px;height:8px}.richtext__editor .tiptap [data-resize-handle=top-left]{cursor:nwse-resize;top:-4px;left:-4px}.richtext__editor .tiptap [data-resize-handle=top-right]{cursor:nesw-resize;top:-4px;right:-4px}.richtext__editor .tiptap [data-resize-handle=bottom-left]{cursor:nesw-resize;bottom:-4px;left:-4px}.richtext__editor .tiptap [data-resize-handle=bottom-right]{cursor:nwse-resize;bottom:-4px;right:-4px}.richtext__editor .tiptap [data-resize-handle=top],.richtext__editor .tiptap [data-resize-handle=bottom]{height:6px;left:8px;right:8px}.richtext__editor .tiptap [data-resize-handle=top]{cursor:ns-resize;top:-3px}.richtext__editor .tiptap [data-resize-handle=bottom]{cursor:ns-resize;bottom:-3px}.richtext__editor .tiptap [data-resize-handle=left],.richtext__editor .tiptap [data-resize-handle=right]{width:6px;top:8px;bottom:8px}.richtext__editor .tiptap [data-resize-handle=left]{cursor:ew-resize;left:-3px}.richtext__editor .tiptap [data-resize-handle=right]{cursor:ew-resize;right:-3px}.richtext__editor .tiptap [data-resize-container].ProseMirror-selectednode [data-resize-wrapper],.richtext__editor .tiptap [data-resize-state=true] [data-resize-wrapper]{outline:1px solid var(--blue);border-radius:4px}.richtext__editor .tiptap [data-resize-container].ProseMirror-selectednode{outline:none}.richtext__editor .tiptap a{color:var(--blue);text-decoration:underline}.tag-input{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);flex-wrap:wrap;align-items:center;gap:.4rem;min-height:42px;padding:.4rem .55rem;display:flex}.tag-input:focus-within{border-color:var(--blue)}.tag-input__chip{background:var(--blue-soft);color:var(--blue);border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .45rem;font-size:.75rem;font-weight:600;display:inline-flex}.tag-input__remove{color:inherit;opacity:.75;display:inline-flex}.tag-input__remove:hover{opacity:1}.tag-input__field{min-width:140px;font:inherit;color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;padding:.2rem .15rem}.tag-input__field::placeholder{color:var(--gray-400)}.form-page{width:100%;max-width:none}.form-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);grid-template-columns:repeat(12,minmax(0,1fr));gap:1.1rem 1rem;padding:1.25rem;display:grid}.form-col-2{grid-column:span 2}.form-col-3{grid-column:span 3}.form-col-8{grid-column:span 8}.form-col-9{grid-column:span 9}.form-col-12{grid-column:span 12}.form-stack{flex-direction:column;gap:1rem;height:100%;display:flex}.form-stack .field-textarea{flex:1;min-height:96px}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{border-top:1px solid var(--gray-100);grid-column:span 12;justify-content:flex-end;gap:.5rem;margin-top:.25rem;padding-top:1rem;display:flex}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.dash-tile{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:.85rem;min-height:150px;padding:1.25rem;transition:border-color .15s,background .15s;display:flex}.dash-tile:hover{border-color:var(--blue);background:var(--blue-soft)}.dash-tile__icon{background:var(--blue-soft);width:40px;height:40px;color:var(--blue);border-radius:6px;place-items:center;display:grid}.dash-tile:hover .dash-tile__icon{background:var(--blue);color:var(--white)}.dash-tile__title{color:var(--dark-blue);font-size:1.05rem;font-weight:700}.dash-tile__meta{color:var(--gray-600);font-size:.85rem}.dash-tile__count{color:var(--blue);letter-spacing:-.03em;margin-top:auto;font-size:1.75rem;font-weight:700}.dashboard-grid--actions{margin-top:1rem}.dash-tile--action{flex-direction:row;align-items:center;min-height:88px}.field__hint{color:var(--gray-400);margin-top:.5rem;font-size:.75rem;line-height:1.4}.field__error,.crop-modal__error{color:var(--danger);margin-top:.5rem;font-size:.8rem}.crop-modal__error{padding:0 1rem 1rem}.form-error{border-radius:var(--radius);background:var(--danger-soft);color:var(--danger);grid-column:span 12;margin:0;padding:.75rem .9rem;font-size:.875rem}@media (width<=960px){.form-col-2,.form-col-3,.form-col-8,.form-col-9,.form-col-12{grid-column:span 12}.dashboard-grid,.form-grid{grid-template-columns:1fr}}.table-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:auto}.data-table{min-width:640px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--gray-100);padding:.85rem 1rem;font-size:.875rem}.data-table th{background:var(--gray-50);color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.75rem;font-weight:600}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:var(--blue-soft)}.data-table td{color:var(--gray-800);vertical-align:middle}.cell-title{color:var(--dark-blue);font-weight:600}.cell-muted{color:var(--gray-600)}.row-actions{justify-content:flex-end;gap:.35rem;display:flex}.badge{letter-spacing:.01em;border:none;border-radius:4px;align-items:center;padding:.2rem .55rem;font-family:inherit;font-size:.72rem;font-weight:600;display:inline-flex}.badge--clickable{cursor:pointer;transition:filter .15s,transform .15s}.badge--clickable:hover{filter:brightness(.96)}.badge--clickable:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.badge--approved{background:var(--success-soft);color:var(--success)}.badge--pending{background:var(--blue-soft);color:var(--blue)}.badge--rejected{background:var(--danger-soft);color:var(--danger)}.toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.search-input{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);min-width:200px;max-width:320px;color:var(--gray-800);outline:none;flex:1;padding:.55rem .85rem}.search-input:focus{border-color:var(--blue)}.search-input::placeholder{color:var(--gray-400)}.filter-select{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);color:var(--gray-800);outline:none;padding:.55rem .85rem}.filter-select:focus{border-color:var(--blue)}.empty-state{text-align:center;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:3rem 1.5rem}.empty-state p{margin-top:.35rem;font-size:.9rem}.list-toolbar{align-items:center}.list-toolbar .btn--primary{gap:.4rem}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.pagination__meta{color:var(--gray-600);font-size:.85rem}.pagination__controls{align-items:center;gap:.5rem;display:flex}.pagination__page{color:var(--dark-blue);text-align:center;min-width:5.5rem;font-size:.8rem;font-weight:600}.status-modal{z-index:100;background:#0b1f3a73;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.status-modal__panel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);width:min(440px,100%);padding:1.15rem}.status-modal__header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.status-modal__title{color:var(--dark-blue);font-size:1.05rem;font-weight:700}.status-modal__subtitle{color:var(--gray-600);margin-top:.2rem;font-size:.85rem}.status-modal__options{flex-direction:column;gap:.5rem;display:flex}.status-modal__option{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);text-align:left;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;transition:border-color .15s,background .15s;display:flex}.status-modal__option:hover:not(:disabled){border-color:var(--blue);background:var(--blue-soft)}.status-modal__option:disabled{cursor:default}.status-modal__option.is-active{border-color:var(--blue);background:var(--blue-soft)}.status-modal__option-icon{border-radius:4px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.status-modal__option--approved .status-modal__option-icon{background:var(--success-soft);color:var(--success)}.status-modal__option--rejected .status-modal__option-icon{background:var(--danger-soft);color:var(--danger)}.status-modal__option--pending .status-modal__option-icon{background:var(--blue-soft);color:var(--blue)}.status-modal__option-text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.status-modal__option-text strong{color:var(--dark-blue);font-size:.9rem}.status-modal__option-text small{color:var(--gray-600);font-size:.75rem}.status-modal__current{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:700}.status-modal__error{color:var(--danger);background:var(--danger-soft);border-radius:var(--radius);margin-top:.75rem;padding:.55rem .7rem;font-size:.8rem;font-weight:600}.status-modal__hint,.status-modal__footer{color:var(--gray-600);margin-top:.75rem;font-size:.8rem}.status-modal__footer strong{color:var(--dark-blue)}.title-preview{flex-direction:row;align-items:center;gap:.75rem;min-width:220px;max-width:440px;display:flex}.title-preview__media{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:4px;flex:0 0 60px;width:60px;height:60px;max-height:60px;overflow:hidden}.title-preview__media img{object-fit:cover;width:100%;height:100%;max-height:60px;display:block}.title-preview__placeholder{background:linear-gradient(135deg, var(--gray-100), var(--gray-200));width:100%;height:100%;display:block}.title-preview__body{flex-direction:column;flex:1;justify-content:center;gap:.15rem;min-width:0;display:flex}.title-preview__title{color:var(--dark-blue);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.title-preview__abstract{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.contacts__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.contacts__list{flex-direction:column;gap:.55rem;display:flex}.contacts__row{grid-template-columns:150px 1fr auto;align-items:center;gap:.5rem;display:grid}.contacts__empty{border:1px dashed var(--gray-200);border-radius:var(--radius);color:var(--gray-600);background:var(--gray-50);padding:.9rem 1rem;font-size:.85rem}@media (width<=700px){.contacts__row{grid-template-columns:1fr auto}.contacts__row .field-select{grid-column:1/-1}}.image-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.image-gallery__item{aspect-ratio:1;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--gray-100);position:relative;overflow:hidden}.image-gallery__item img{object-fit:cover;width:100%;height:100%;display:block}.image-gallery__item-actions{position:absolute;top:.45rem;right:.45rem}.image-gallery__add{aspect-ratio:1;border:1px dashed var(--gray-200);border-radius:var(--radius);background:var(--gray-50);color:var(--gray-600);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding:.75rem;transition:border-color .15s,background .15s;display:flex}.image-gallery__add:hover:not(:disabled){border-color:var(--blue);background:var(--blue-soft);color:var(--dark-blue)}.image-gallery__add:disabled{opacity:.7;cursor:wait}.image-gallery__add span{font-size:.85rem;font-weight:600}.image-gallery__add small{color:var(--gray-400);font-size:.72rem}.login{background:radial-gradient(ellipse 80% 60% at 20% 10%, var(--blue-soft) 0%, transparent 55%), radial-gradient(ellipse 70% 50% at 90% 90%, #dbe8fb 0%, transparent 50%), linear-gradient(160deg, var(--gray-50) 0%, #e8eef7 45%, var(--blue-soft) 100%);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.login__panel{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);width:min(420px,100%);padding:2rem 1.75rem 1.75rem}.login__brand{align-items:center;gap:.85rem;margin-bottom:1.5rem;display:flex}.login__mark{background:var(--blue);width:44px;height:44px;color:var(--white);letter-spacing:.02em;border-radius:4px;place-items:center;font-size:.85rem;font-weight:700;display:grid}.login__title{color:var(--dark-blue);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.login__subtitle{color:var(--gray-600);margin-top:.1rem;font-size:.75rem;font-weight:600}.login__lead{color:var(--gray-600);margin-bottom:1.25rem;font-size:.9rem}.login__form{flex-direction:column;gap:1rem;display:flex}.login__error{color:var(--danger);background:var(--danger-soft);border-radius:var(--radius);padding:.55rem .7rem;font-size:.8rem;font-weight:600}.login__submit{width:100%;margin-top:.35rem;padding:.7rem 1rem}:root{--blue:#1a6cf0;--blue-hover:#1558c9;--blue-soft:#e8f0fe;--dark-blue:#0b1f3a;--dark-blue-mid:#132a4a;--white:#fff;--gray-50:#f5f7fa;--gray-100:#eef1f6;--gray-200:#dde3ec;--gray-400:#8b97a8;--gray-600:#5a6577;--gray-800:#1f2937;--danger:#d64545;--danger-soft:#fdecec;--success:#1f9d6c;--success-soft:#e6f7f0;--sidebar-width:240px;--radius:6px;--font:"Plus Jakarta Sans", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-800);-webkit-font-smoothing:antialiased;line-height:1.5}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}table{border-collapse:collapse;width:100%}.field{flex-direction:column;gap:.4rem;display:flex}.field__label{color:var(--dark-blue);font-size:.8rem;font-weight:600}.field__hint{color:var(--gray-600);font-size:.75rem}.field-input,.field-textarea,.field-select{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);width:100%;color:var(--gray-800);outline:none;padding:.65rem .85rem}.field-input:focus,.field-textarea:focus,.field-select:focus{border-color:var(--blue)}.field-textarea{resize:vertical;min-height:110px}.btn{border-radius:var(--radius);white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:var(--blue-hover)}.btn--ghost{color:var(--gray-600);border:1px solid var(--gray-200);background:0 0}.btn--ghost:hover{background:var(--gray-100);color:var(--dark-blue)}.btn--danger{color:var(--danger);background:0 0;border:1px solid #0000}.btn--danger:hover{background:var(--danger-soft)}.btn--sm{padding:.35rem .65rem;font-size:.8rem}
