*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#0f172a;background-color:#f8fafc}body{margin:0;padding:0}.app{max-width:100%;margin:0;padding:24px}h1{margin:0 0 12px}h2{margin:0}h3{margin:0 0 12px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 4px 18px #0f172a0d}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}label{font-weight:600;display:block;margin-bottom:6px}textarea,input[type=text],input[type=password]{width:100%;padding:10px 12px;font-size:14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}textarea{min-height:120px;resize:vertical}button{background:#2563eb;border:none;color:#fff;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}button svg{flex-shrink:0;display:block}button:disabled{opacity:.6;cursor:not-allowed}button:active:not(:disabled){transform:translateY(1px)}.muted{color:#475569;font-size:13px}.error{color:#b91c1c;margin-top:6px;font-size:13px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#eef2ff)}.login-container{width:100%;max-width:500px;padding:24px}.login-container h1{text-align:center;margin-bottom:24px;color:#0f172a}.login-container .card{box-shadow:0 10px 40px #0f172a1a}.share-app{max-width:1200px;margin:0 auto;padding:24px}.share-header{text-align:center;margin-bottom:32px}.share-header h1{margin:0 0 8px;color:#0f172a}.share-subtitle{color:#64748b;margin:0}.share-loading,.share-error,.share-empty{text-align:center;padding:48px;color:#64748b}.share-error{color:#b91c1c}.share-sessions{display:flex;flex-direction:column;gap:32px}.share-session{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px #0f172a0d}.share-session-header{padding:20px 24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.share-session-header h2{margin:0;font-size:20px}.share-resolved-badge{background:#dcfce7;color:#166534;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:500}.share-session-actions{display:flex;align-items:center;gap:12px}.share-download-btn{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease}.share-download-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#334155}.share-download-btn:disabled{opacity:.6;cursor:not-allowed}.share-download-btn svg{stroke:currentColor}.share-admin-comments-banner{background:#eef2ff;border-bottom:1px solid #c7d2fe;padding:12px 24px}.share-admin-comment-inline{font-size:14px;color:#3730a3}.admin-badge{font-weight:600;color:#4f46e5}.admin-badge-small{font-weight:600;color:#4f46e5;font-size:11px}.share-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding:24px}.share-card{display:flex;flex-direction:column;gap:8px}.share-card-number{font-size:13px;font-weight:600;color:#64748b}.share-card-image{display:block;aspect-ratio:3/4;border-radius:10px;overflow:hidden;border:2px solid #e2e8f0;transition:all .2s ease;cursor:pointer}.share-card-image:hover{border-color:#2563eb;transform:scale(1.02)}.share-card-image img{width:100%;height:100%;object-fit:cover}.share-card-admin-comment{background:#fef3c7;padding:8px 10px;border-radius:6px;font-size:12px;color:#92400e}.share-card-comment{position:relative}.share-card-comment textarea{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;resize:none;min-height:50px}.share-card-comment textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.saved-indicator-small{position:absolute;top:4px;right:8px;color:#16a34a;font-size:12px}.share-general-comment{padding:0 24px 24px}.share-general-comment label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;margin-bottom:8px}.share-general-comment textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;resize:vertical}.share-general-comment textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.saved-indicator{font-size:12px;color:#16a34a;font-weight:400;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.share-card-resolved-history{background:#dcfce7;padding:6px 8px;border-radius:6px;font-size:12px}.share-resolved-history-section{padding:12px 24px;background:#f0fdf4;border-top:1px solid #dcfce7}.share-resolved-history-header{font-size:12px;font-weight:600;color:#166534;margin-bottom:8px}.resolved-comment-item{font-size:13px;color:#166534;padding:4px 0}.resolved-check{color:#16a34a;font-weight:700;margin-right:4px}.mobile-carousel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center}.mobile-carousel{width:100%;max-width:500px;padding:20px;position:relative}.carousel-close{position:absolute;top:0;right:10px;background:transparent;border:none;color:#fff;font-size:32px;cursor:pointer;z-index:10;padding:10px}.carousel-image-container{width:100%;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center}.carousel-image-container img{max-width:100%;max-height:100%;border-radius:8px}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:16px}.carousel-btn{background:#fff;border:none;color:#0f172a;width:50px;height:50px;border-radius:50%;font-size:20px;cursor:pointer}.carousel-counter{color:#fff;font-size:16px;font-weight:500}.image-hover-preview{position:fixed;z-index:10000;pointer-events:none;background:#fff;padding:4px;border-radius:12px;box-shadow:0 20px 50px -10px #0006;border:1px solid #cbd5e1;animation:popUp .15s ease-out;overflow:hidden}.image-hover-preview img{width:auto;height:auto;border-radius:8px;display:block;object-fit:contain}@keyframes popUp{0%{opacity:0}to{opacity:1}}.share-marketplace-section{padding:16px 24px;background:#fafafa;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px}.share-marketplace-sections{display:flex;flex-direction:column;gap:12px;margin:0 16px 16px}.share-marketplace-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.share-marketplace-logo{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;font-size:12px;font-weight:700}.share-marketplace-logo.ozon{background:linear-gradient(135deg,#005bff,#0047cc);color:#fff}.share-marketplace-logo.wb{background:linear-gradient(135deg,#cb11ab,#9a0d82);color:#fff}.share-marketplace-title{width:100%;padding:10px 12px;font-size:14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:text}.share-marketplace-title:focus{outline:none;border-color:#2563eb}.share-marketplace-description{width:100%;min-height:100px;max-height:200px;padding:10px 12px;font-size:13px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;resize:none;cursor:text;line-height:1.5;overflow-y:auto}.share-marketplace-description:focus{outline:none;border-color:#2563eb}.share-marketplace-category{font-size:13px;padding:8px 12px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.share-marketplace-category .muted{margin-right:4px}@media (max-width: 768px){.share-cards-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:16px}.share-session-header{flex-direction:column;align-items:flex-start;gap:12px}}
