*{box-sizing:border-box}:root{color:#1f2937;background:#fff;font-family:Arial,sans-serif}body{margin:0}button,input{font:inherit}button{cursor:pointer}.page{min-height:100vh;padding:24px}.page--centered{display:flex;align-items:center;justify-content:center}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-24px -24px 8px;padding:24px 24px 14px;border-bottom:1px solid #e4e7ec;background:#f5f7fb}.header__logo{margin:0;font-size:20px;line-height:1.1}.auth-button,.profile__logout{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid transparent;border-radius:10px;transition:background .15s ease,border-color .15s ease,transform .15s ease}.auth-button{background:#2563eb;color:#fff}.auth-button:hover{background:#1d4ed8}.profile{display:flex;align-items:center;gap:12px;min-width:0}.profile__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.profile__meta{display:flex;flex-direction:column;min-width:0;gap:4px}.profile__name{font-weight:700}.profile__hint{color:#5b6476;font-size:14px}.profile__logout{border-color:#d7dce5;background:#fff;color:#b42318}.profile__logout:hover{background:#fff3f2;border-color:#f0c5c1}.topbar>.auth-button{min-height:36px;padding:8px 12px;border-color:#d0d5dd;background:transparent;color:#5f6675}.topbar>.auth-button:hover{background:#f8fafc;border-color:#98a2b3}.upload-panel{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:0;padding:20px;border:0;border-radius:0;background:#fff}.upload-input{display:none}.upload-panel__message{margin:0;color:#5b6476}.upload-panel__counter{width:100%;margin-top:16px;padding-bottom:18px;border-bottom:1px solid #d0d5dd}.upload-panel__counter:first-child{margin-top:0}.guest-shell{display:grid;gap:20px}.guest-hero,.guest-card,.guest-placeholder{padding:20px;border:0;border-radius:0;background:#fff;box-shadow:none}.guest-placeholder--embedded{margin-top:18px;padding:18px 0 0;border:0;border-top:1px solid #d0d5dd;border-radius:0;background:transparent;box-shadow:none}.guest-hero{background:#fff}.guest-hero__eyebrow{margin:0 0 8px;color:#1d4ed8;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.guest-hero__title,.guest-card__title,.guest-placeholder__title{margin:0 0 10px}.guest-hero__text,.guest-placeholder__text,.guest-card__hint{margin:0;color:#5b6476;line-height:1.5}.guest-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.guest-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px dashed #9eb5e9;border-radius:10px;background:#eef4ff;color:#1d4ed8}.guest-upload-button:disabled{cursor:not-allowed;opacity:.7}.guest-hero__notice{margin-top:16px;padding:12px 14px;border-radius:12px;background:#f5f7fb;color:#475467}.guest-hero__notice p{margin:0}.guest-hero__counter{margin:16px 0 0;color:#667085;font-size:14px}.guest-card{display:flex;flex-direction:column;gap:16px;margin-top:18px;padding:18px 0 0;border:0;border-top:1px solid #d0d5dd;border-radius:0;background:transparent;box-shadow:none}.guest-card__top{display:grid;grid-template-columns:168px minmax(0,1fr);gap:16px;align-items:start}.guest-card__body{display:grid;grid-template-columns:minmax(0,1fr) 116px;gap:16px;align-items:end}.guest-card__preview{display:block;width:116px;height:92px;padding:0;border:1px solid #dfe5ef;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#eef3fb);overflow:hidden;box-shadow:0 10px 22px #0f172a14}.guest-card__preview img{width:100%;height:100%;object-fit:cover}.guest-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.guest-card__content{display:flex;flex-direction:column;gap:10px}.guest-card__text{margin:0;padding:14px;border-radius:14px;background:#f5f7fb;white-space:pre-wrap;line-height:1.5}.guest-card__text p{margin:0}.guest-card__text--preview{position:relative;max-height:180px;overflow:hidden}.guest-card__text--preview:after{content:"";position:absolute;right:0;bottom:0;left:0;height:70px;background:linear-gradient(180deg,#f5f7fb00,#f5f7fb 88%)}.guest-card__cta{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.guest-card__primary-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #111827;border-radius:10px;background:#111827;color:#fff;transition:background .15s ease,border-color .15s ease,transform .15s ease}.guest-card__primary-action:hover{background:#374151;border-color:#374151}.guest-card__primary-action:active{transform:translateY(1px)}.fab-upload{position:fixed;right:24px;bottom:24px;z-index:1050;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border:none;border-radius:999px;background:#2563eb;color:#fff;box-shadow:0 18px 40px #2563eb52;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.fab-upload:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 22px 44px #2563eb61}.fab-upload:disabled{background:#95b4f2;box-shadow:0 12px 26px #2563eb2e;transform:none;cursor:not-allowed}.fab-upload svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 20px}.gallery__item{position:relative;display:flex;flex-direction:column;gap:16px;padding:16px;border:1px solid #e4e8f0;border-radius:16px;background:#fff;transition:background .16s ease,border-color .16s ease}.gallery__item:hover{border-color:#d6dde9;background:#eef2f7}.gallery__item--clickable{cursor:pointer}.gallery__item--uploading{border-style:dashed;background:#f8fafc}.gallery__upload-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:#f8fafcb8}.gallery__upload-spinner{width:34px;height:34px;flex:0 0 auto;border:3px solid #dbe4f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gallery__body{display:grid;grid-template-columns:minmax(0,1fr) 116px;gap:16px;align-items:end}.gallery__preview{position:relative;display:flex;justify-content:flex-start;width:116px;height:92px;border:1px solid #dfe5ef;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#eef3fb);overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.gallery__preview:hover{border-color:#c9d5e6;box-shadow:inset 0 0 0 1px #fff6}.gallery__image{width:116px;max-width:100%;height:92px;object-fit:cover;cursor:pointer;border-radius:12px}.gallery__preview-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a29;opacity:0;cursor:pointer;transition:opacity .16s ease}.gallery__preview:hover .gallery__preview-overlay{opacity:1}.gallery__preview-zoom{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#ffffffeb;color:#1f2937}.gallery__preview-zoom svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gallery__delete-button{position:absolute;top:10px;right:10px;z-index:1}.gallery__empty{color:#667085}.gallery__empty--cabinet{margin:0;padding:0 20px}.gallery__status-badge{display:inline-flex;align-self:flex-start;margin:0;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.01em}.gallery__status-badge--uploaded{background:#eef2f7;color:#475467}.gallery__status-badge--processing{background:#e8f1ff;color:#1d4ed8}.gallery__status-badge--processed{background:#e8f7ee;color:#18794e}.gallery__status-badge--warning{background:#fff4db;color:#b54708}.gallery__status-badge--error{background:#fdecec;color:#b42318}.gallery__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.gallery__content{display:flex;flex-direction:column;gap:10px}.gallery__content h4,.gallery__content p{margin:0}.gallery__content h4{margin-bottom:2px}.gallery__date{margin:0;color:#5f6b7a;font-size:13px}.gallery__summary-row{display:flex;align-items:flex-start;gap:8px}.gallery__summary-row p{flex:1}.gallery__tags,.gallery__ai-meta{display:flex;flex-wrap:wrap;gap:6px}.gallery__ai-meta span{padding:4px 8px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:13px}.gallery__ai-note{color:#667085;font-size:13px;line-height:1.45}.gallery__tags span{padding:4px 8px;border-radius:999px;background:#eef3fb;font-size:13px}.gallery__text-section{display:flex;flex-direction:column;gap:8px}.gallery__text-actions{display:flex;align-items:center;gap:8px}.gallery__open-document{min-height:36px;padding:8px 12px;border:1px solid #d7dce5;border-radius:10px;background:#fff;color:#374151}.gallery__open-document:hover{background:#f5f7fb;border-color:#b8c1d1}.gallery__text-block{width:100%;margin:0;padding:10px;border-radius:10px;background:#f5f7fb;white-space:pre-wrap;text-align:left;line-height:1.45}.document-page{padding:0 20px}.document-page__back{min-height:38px;padding:8px 12px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#374151}.document-page__back:hover{background:#f8fafc;border-color:#98a2b3}.document-page__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px}.document-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;align-items:start;margin-top:18px}.document-page__content{display:flex;flex-direction:column;gap:14px;min-width:0}.document-page__content h2,.document-page__content h3,.document-page__content p{margin:0}.document-page__field{display:flex;align-items:flex-start;gap:8px}.document-page__field h2,.document-page__field h3,.document-page__field p{flex:1;min-width:0}.document-page__copy{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #d7dce5;border-radius:10px;background:#fff;color:#374151}.document-page__copy:hover{background:#f5f7fb;border-color:#b8c1d1}.document-page__copy svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.document-page__summary{color:#475467;line-height:1.5}.document-page__text{display:flex;flex-direction:column;gap:10px;margin-top:6px;padding:16px;border-radius:14px;background:#f5f7fb}.document-page__text p{color:#364152;line-height:1.55;white-space:pre-wrap}.document-page__preview{position:relative;display:block;width:240px;height:180px;padding:0;border:1px solid #dfe5ef;border-radius:12px;background:#f8fafc;overflow:hidden}.document-page__preview img{width:100%;height:100%;object-fit:cover}.document-page__preview-zoom{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#ffffffeb;color:#1f2937}.document-page__preview-zoom svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d7dce5;border-radius:10px;background:#fff;transition:background .15s ease,border-color .15s ease,transform .15s ease}.icon-button:hover{background:#f5f7fb;border-color:#b8c1d1}.icon-button:active{transform:translateY(1px)}.icon-button svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.confirm-modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a80}.confirm-modal__content{width:min(100%,360px);padding:20px;border-radius:16px;background:#fff;box-shadow:0 20px 50px #0f172a2e}.confirm-modal__title{margin:0 0 8px;font-size:20px}.confirm-modal__text{margin:0;color:#5b6476}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.confirm-modal__button{min-height:40px;padding:10px 14px;border:1px solid transparent;border-radius:10px}.confirm-modal__button--secondary{background:#fff;border-color:#d7dce5;color:#344054}.confirm-modal__button--danger{background:#b42318;color:#fff}.modal{position:fixed;inset:0;background:#0f172ad1;display:flex;align-items:center;justify-content:center;z-index:1000}.modal__content{position:relative;max-width:90vw;max-height:90vh}.modal__image{width:100%;height:auto;max-height:90vh;border-radius:12px}.modal__close{position:absolute;top:-10px;right:-10px;width:36px;height:36px;border:none;border-radius:50%;background:#fff}@media(max-width:980px){.gallery{grid-template-columns:1fr}}@media(max-width:720px){.page{padding:16px 16px 88px}.topbar{margin-right:-16px;margin-left:-16px;margin-top:-16px;padding-top:16px;padding-right:16px;padding-left:16px;flex-direction:column;align-items:flex-start}.profile{width:100%;flex-wrap:wrap}.guest-card__top{grid-template-columns:1fr}.guest-card__body,.gallery__body{grid-template-columns:1fr;align-items:start}.document-page{padding:0}.document-page__layout{grid-template-columns:1fr}.guest-card__preview,.gallery__preview,.document-page__preview{width:100%;max-width:240px;height:132px}.gallery__image,.document-page__preview img{width:100%;height:132px}.gallery,.gallery__empty--cabinet{padding:0}}@media(max-width:320px){.profile{align-items:flex-start}.profile__logout,.auth-button{width:100%}.upload-panel{padding:18px 0}.fab-upload{right:16px;bottom:16px;width:58px;height:58px}}
