:root{color:#14171f;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7fc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.system-screen,.public-page{min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom))}.system-screen{place-items:center;display:grid}.system-card,.public-page__content{background:#fff;border-radius:24px;width:min(100%,390px);margin:0 auto;box-shadow:0 10px 24px #0000001f}.system-card{padding:32px 24px}.system-card h1{margin:18px 0 10px;font-size:28px;line-height:1.2}.system-card p{color:#666e80;margin:0;font-size:15px;line-height:1.5}.system-badge{color:#0064d9;background:#eaf3ff;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:13px;font-weight:600;display:inline-flex}.public-page__content{min-height:calc(100dvh - 48px);padding:24px}.content-block{border:1px solid #e0e3eb;border-radius:16px;margin-top:16px;padding:16px}.content-block h2{margin:0;font-size:18px}.page-shell{min-height:100dvh;padding:24px}.page-shell--public{background:#fff;padding:0}.public-card,.editor-card,.onboarding-card,.share-card,.check-card{background:#fff;width:min(100%,390px);margin:0 auto}.public-card{min-height:100dvh;padding:20px 24px calc(40px + env(safe-area-inset-bottom))}.profile-block{flex-direction:column;gap:10px;display:flex}.profile-cover{background:linear-gradient(135deg,#f2ebff,#dceeff);border-radius:20px;height:144px;overflow:hidden}.profile-cover img,.profile-avatar img,.service-card img,.gallery-grid img,.image-field__preview img{object-fit:cover;width:100%;height:100%}.profile-identity{align-items:center;gap:12px;min-height:92px;display:flex}.profile-avatar{color:#0064d9;background:#eaf3ff;border:3px solid #fff;border-radius:50%;flex:0 0 76px;place-items:center;width:76px;height:76px;font-size:28px;font-weight:700;display:grid;overflow:hidden}.profile-identity h1{margin:0 0 2px;font-size:24px;line-height:34px}.profile-identity strong{font-size:15px}.profile-identity p,.profile-description{color:#666e80;white-space:pre-wrap;margin:2px 0 0;font-size:13px;line-height:20px}.primary-button,.button{border:0;border-radius:12px;justify-content:center;align-items:center;min-height:52px;padding:0 20px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.primary-button,.button--primary{color:#fff;background:#007aff}.profile-block+.primary-button,.primary-button+.public-section,.public-section+.public-section{margin-top:20px}.public-section h2{margin:0 0 12px;font-size:20px;line-height:28px}.contact-list,.link-list,.service-list{gap:10px;display:grid}.contact-list a,.contact-list span,.contact-list p,.link-list a{color:#14171f;margin:0;text-decoration:none}.contact-list a,.contact-list span,.link-list a{border:1px solid #e0e3eb;border-radius:12px;padding:14px}.link-list a{justify-content:space-between;display:flex}.service-card{border:1px solid #e0e3eb;border-radius:12px;gap:12px;min-height:132px;padding:12px;display:flex}.service-card img{border-radius:12px;flex:0 0 96px;width:96px;height:108px}.service-card h3,.service-card p{margin:0 0 4px}.service-card h3{font-size:15px}.service-card p,.text-section p{color:#666e80;white-space:pre-wrap;font-size:13px;line-height:18px}.service-card strong{font-size:13px}.gallery-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.gallery-grid img{aspect-ratio:1;border-radius:14px}.public-footer{color:#9aa1b1;text-align:center;margin-top:32px;font-size:11px}.skeleton-page{flex-direction:column;gap:14px;padding-top:20px;display:flex}.skeleton{background:linear-gradient(90deg,#ebedf2,#f7fafc,#dbe0e8) 0 0/240% 100%;border-radius:8px;animation:1.5s infinite skeleton}.skeleton--cover{border-radius:20px;height:144px}.skeleton-identity{align-items:center;gap:12px;height:88px;display:flex}.skeleton--avatar{border-radius:50%;width:72px;height:72px}.skeleton--name{width:180px;height:18px;margin-bottom:8px}.skeleton--line{width:96%;height:14px}.skeleton--line-short{width:72%;height:14px;margin-bottom:8px}.skeleton--line-tiny{width:52%;height:12px}.skeleton--button{border-radius:14px;width:100%;height:52px}@keyframes skeleton{to{background-position:-240% 0}}.onboarding-card{border-radius:24px;flex-direction:column;gap:12px;min-height:calc(100dvh - 48px);padding:20px 24px;display:flex}.onboarding-preview{background:#f2ebff;border-radius:18px;place-items:center;height:192px;padding:16px;display:grid;overflow:hidden}.mini-page-preview{border-radius:18px;flex-direction:column;gap:8px;width:220px;height:160px;padding:14px;display:flex;position:relative;overflow:hidden}.mini-page-preview img{z-index:0;object-fit:cover;border-radius:18px;width:100%;height:100%;display:block;position:absolute;inset:0}.mini-page-preview i{z-index:1;background:#ffffffd6;border-radius:7px;width:83%;height:14px;position:relative}.mini-page-preview i:nth-of-type(2){width:61%}.mini-page-preview i:nth-of-type(3){width:100%}.onboarding-card h1{margin:2px 0 0;font-size:24px;line-height:34px}.onboarding-card>p{color:#666e80;margin:0;font-size:15px;line-height:21px}.onboarding-card ul{background:#f5f7fb;border-radius:16px;gap:10px;margin:0;padding:14px;font-size:13px;font-weight:500;list-style:none;display:grid}.onboarding-card li:before{content:"✓ ";color:#007aff}.onboarding-card .primary-button{margin-top:auto}.onboarding-card>small{color:#9aa1b1;text-align:center}.editor-card{padding:20px 24px calc(100px + env(safe-area-inset-bottom));border-radius:24px}.editor-header,.block-heading,.repeat-heading,.catalog header{justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-header h1{margin:4px 0 0;font-size:22px}.eyebrow{color:#007aff;font-size:12px;font-weight:700}.save-state{color:#667085;white-space:nowrap;background:#f0f0f0;border-radius:12px;padding:6px 10px;font-size:12px}.save-state--dirty{color:#9a5b00;background:#fff4dc}.form-section,.editor-block{border:1px solid #dbe0eb;border-radius:16px;margin-top:18px;padding:16px}.form-section h2{margin:0;font-size:18px}.form-section p{color:#666e80;margin:6px 0 12px;font-size:12px}.slug-field{border:1px solid #cbd1dc;border-radius:12px;align-items:center;display:flex;overflow:hidden}.slug-field span{color:#8a92a3;padding-left:12px}.slug-field input{border:0;outline:none;width:100%;padding:12px 10px 12px 2px}.block-heading{border-bottom:1px solid #edf0f5;padding-bottom:14px}.block-heading>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.block-heading small{color:#8a92a3;font-size:10px}.block-icon{color:#007aff;background:#f0f7ff;border-radius:11px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.block-actions{justify-content:flex-end}.block-actions button,.catalog header button,.back-button{color:#667085;background:0 0;border:0;padding:5px;font-size:12px}.editor-block--hidden{opacity:.62}.danger{color:#d83c3c!important}.field-grid{gap:12px;margin-top:14px;display:grid}.field-grid--two{grid-template-columns:1fr 1fr}.field{color:#666e80;gap:5px;font-size:12px;font-weight:500;display:grid}.field input,.field textarea{color:#14171f;background:#fff;border:1px solid #cbd1dc;border-radius:11px;outline:none;width:100%;padding:11px 12px;font-size:14px;font-weight:400}.field input:focus,.field textarea:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.field textarea{resize:vertical}.field small{color:#9aa1b1;justify-self:end}.profile-media-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.image-field{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.image-field__preview{color:#8a92a3;background:#f2f4f8;border-radius:12px;place-items:center;width:58px;height:58px;font-size:11px;display:grid;overflow:hidden}.file-button{color:#007aff;cursor:pointer;background:#f0f7ff;border-radius:10px;align-items:center;min-height:36px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.file-button input{display:none}.text-button{color:#007aff;background:0 0;border:0;padding:8px 0;font-size:12px;font-weight:600}.field-error{color:#d83c3c;width:100%}.repeat-card{background:#f7f8fb;border-radius:12px;gap:10px;padding:12px;display:grid}.repeat-heading button{background:0 0;border:0;font-size:11px}.button--secondary{color:#14171f;background:#fff;border:1px solid #dbe0eb}.button:disabled,.catalog-row:disabled{cursor:default;opacity:.45}.add-block{color:#007aff;background:#f7fbff;border:1px dashed #9bbce4;border-radius:14px;width:100%;min-height:52px;margin-top:16px;font-weight:600}.editor-footer{z-index:5;width:min(100%,390px);padding:12px 16px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-top:1px solid #edf0f5;gap:8px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.editor-footer .button{flex:1;min-width:0;padding:0 10px;font-size:13px}.notice{border-radius:12px;margin-top:14px;padding:12px;font-size:13px}.notice--error{color:#9d2626;background:#fff0f0}.notice--success{color:#196d43;background:#eaf9f1}.modal-backdrop{z-index:20;background:#14171f66;justify-content:center;align-items:flex-end;padding-top:40px;display:flex;position:fixed;inset:0}.catalog{width:min(100%,390px);max-height:90dvh;padding:22px 24px calc(24px + env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;overflow:auto}.catalog h2{margin:0;font-size:22px}.catalog p{color:#666e80;margin:4px 0 14px;font-size:13px}.catalog header button{align-self:flex-start;font-size:26px}.catalog-row{color:#14171f;text-align:left;background:#fff;border:1px solid #dbe0eb;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:62px;margin-top:10px;padding:12px;display:flex}.catalog-row>span:nth-child(2){flex:1;gap:2px;display:grid}.catalog-row small{color:#666e80}.catalog-row b{color:#007aff}.gallery-editor{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.gallery-editor>div{aspect-ratio:1;position:relative}.gallery-editor img{object-fit:cover;border-radius:10px;width:100%;height:100%}.gallery-editor button{color:#fff;background:#0000009e;border:0;border-radius:50%;width:24px;height:24px;position:absolute;top:4px;right:4px}.editor-preview{background:#e9edf5;min-height:100dvh}.editor-toolbar{z-index:5;background:#fff;justify-content:space-between;align-items:center;max-width:390px;margin:0 auto;padding:12px 16px;display:flex;position:sticky;top:0}.editor-toolbar .button{min-height:40px}.public-preview{width:min(100%,390px);margin:0 auto}.share-card{border-radius:24px;flex-direction:column;align-items:stretch;gap:14px;min-height:calc(100dvh - 48px);padding:24px;display:flex}.share-card h1{text-align:center;margin:0;font-size:24px}.share-card>p{color:#666e80;text-align:center;margin:0;font-size:14px}.back-button{align-self:flex-start;font-size:14px}.success-mark{color:#fff;background:#34b36f;border-radius:50%;align-self:center;place-items:center;width:58px;height:58px;font-size:28px;display:grid}.qr-card{border:1px solid #e0e3eb;border-radius:18px;align-self:center;justify-items:center;gap:10px;padding:18px;display:grid}.qr-card small{color:#8a92a3}.share-card label{color:#666e80;gap:6px;font-size:12px;display:grid}.copy-field{border:1px solid #cbd1dc;border-radius:12px;display:flex;overflow:hidden}.copy-field input{border:0;flex:1;min-width:0;padding:11px}.copy-field button{color:#007aff;background:#f0f7ff;border:0;font-size:12px;font-weight:600}.web-link{color:#007aff;text-align:center;font-size:13px}.system-action{width:100%;margin-top:20px}.check-card{border-radius:24px;flex-direction:column;gap:12px;min-height:calc(100dvh - 48px);padding:24px;display:flex}.check-card h1{margin:0;font-size:24px}.check-card>p{color:#666e80;margin:0;font-size:13px}.check-card>.button{margin-top:auto}.check-list{gap:10px;margin-top:8px;display:grid}.check-item{background:#fff8f8;border:1px solid #f0c7c7;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.check-item>span{color:#fff;background:#d85a5a;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.check-item>div{gap:3px;display:grid}.check-item small{color:#666e80}.check-item--ready{background:#f2fbf6;border-color:#b9e4cc}.check-item--ready>span{background:#34a86d}@media (width>=600px){.page-shell{padding:32px}.page-shell--public{background:#eef1f7;padding:32px}.public-card,.editor-card,.onboarding-card,.share-card,.check-card{border-radius:24px;box-shadow:0 10px 24px #0000001f}.public-card{min-height:calc(100dvh - 64px)}}@media (width<=370px){.field-grid--two,.profile-media-row{grid-template-columns:1fr}.editor-footer{flex-wrap:wrap}}
