/*
Theme Name: Statussky Child Theme
Theme URI: https://statussky.com/
Description: Child Theme for StatusSky (Underscores based)
Author: statussky
Template: statussky
Version: 1.0
*/

/* Add your custom CSS below this line */

/*
 * Include Circular fonts locally.  Download the .woff/.woff2 files and save
 * them under `assets/fonts/` in the child theme.  Example file names used
 * below:
 *   - circular-std-light.woff2 / circular-std-light.woff
 *   - circular-bold.woff2 / circular-bold.woff
 *   - circular-book.woff2 / circular-book.woff
 *
 * You can obtain the files from the Looka CDN URLs previously used or from
 * your own licensed source. After placing them in assets/fonts, the
 * @font-face rules below will load them from your server instead of the CDN.
 */
 

 :root{
	--primay-color: #f43f5e;
	--black-color: #000000;
	--white-color: #ffffff;	
	--link-white-bg: #f7f7fd;
    --white-bg: #ffffff;
	--font-family: 'Nunito Sans', sans-serif;
	--line-height-p: 1.6em;
	--font-size-p: 18px;
	--font-size-a: 16px;
	--font-size-h1: 30px;
    --font-size-h2: 30px;
    --font-size-h3: 32px;
    --font-size-h4: 20px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;
    --border-link-white: #f7f7fd;
    --border-radius: 10px
}

abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,datalist,dd,del,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,head,header,h1,h2,h3,h4,h5,h6,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,link,main,map,mark,meta,meter,nav,noscript,object,ol,optgroup,option,p,param,pre,progress,q,s,samp,script,section,select,small,source,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,u,ul,var,video,wbr{
	font-family: 'Nunito Sans', sans-serif;
}



/* download popup styling */
.download-preview {
    --download-preview-ratio: 4 / 5;
    --download-preview-max-width: 640px;
    position: relative;
    width: min(100%, var(--download-preview-max-width));
    aspect-ratio: var(--download-preview-ratio);
    min-height: 0;
    max-height: min(76vh, 760px);
    background-color: #333;
    background-size: cover;
    background-position: center;
    display: block;
    color: #000000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}
.download-preview.is-exporting {
    border-radius: 0;
}
.download-workspace {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    width: 100%;
}
.template-sidebar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 20px;
}
.template-sidebar-head h6 {
    margin: 8px 0 6px;
    font-size: 18px;
    font-weight: 700;
}
.template-sidebar-head p,
.download-modal-subtitle {
    color: #64748b;
    font-size: 14px;
}
.template-kicker {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    background: #ffe4ea;
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.download-template-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.download-customizer,
.download-plan-card {
    margin-top: 18px;
    border: 1px solid #dbe4ef;
    border-radius: 20px;
    background: #ffffff;
    padding: 16px;
}
.download-customizer-head h6,
.download-plan-copy h6 {
    margin: 8px 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.download-field {
    display: block;
    margin-top: 12px;
}
.download-field span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}
.download-inline-control {
    display: flex;
    justify-content: flex-end;
}
.download-field input[type="text"],
.download-field input[type="file"] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 14px;
    background: #f8fafc;
}
.download-select-field {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    background: #f8fafc;
}
.download-color-field {
    width: 100%;
    height: 48px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 6px;
    background: #f8fafc;
    cursor: pointer;
}
.download-color-swatch {
    width: 36px !important;
    min-width: 36px;
    height: 36px !important;
    padding: 4px !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    border-radius: 8px !important;
    background: transparent !important;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(15,23,42,0.18);
}
.download-color-swatch::-webkit-color-swatch-wrapper {
    padding: 0;
}
.download-color-swatch::-webkit-color-swatch {
    border: 0;
    border-radius: 4px;
}
.download-color-swatch::-moz-color-swatch {
    border: 0;
    border-radius: 4px;
}
.download-position-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.download-font-size-control {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 8px;
    align-items: center;
}
.download-font-btn {
    border: 1px solid #dbe4ef;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}
.download-font-size-control input[type="range"] {
    width: 100%;
}
.download-position-btn {
    border: 1px solid #dbe4ef;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}
.download-position-btn.is-active {
    border-color: #f43f5e;
    background: #fff1f4;
    color: #be123c;
}
.download-reset-photo {
    margin-top: 10px;
    border: 0;
    background: transparent;
    color: #e11d48;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
}
.download-credit-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}
.credit-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px;
}
.credit-pill span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}
.credit-pill strong {
    display: block;
    margin-top: 4px;
    font-size: 22px;
    color: #0f172a;
}
.download-plan-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.download-plan-copy p,
.download-plan-note {
    color: #64748b;
    font-size: 13px;
}
.download-template-btn {
    border: 1px solid #dbe4ef;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    aspect-ratio: 1 / 1;
}
.download-template-btn.is-active,
.download-template-btn:hover {
    border-color: #f43f5e;
    box-shadow: 0 10px 30px rgba(244, 63, 94, 0.12);
}
.template-swatch {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    flex-shrink: 0;
}
.template-name {
    display: none;
}
.template-rose {
    background: linear-gradient(145deg, #fff1f4 0%, #ffd6df 100%);
}
.template-midnight {
    background: linear-gradient(145deg, #0f172a 0%, #312e81 100%);
}
.template-sunset {
    background: linear-gradient(145deg, #fff0d9 0%, #fdba74 45%, #fb7185 100%);
}
.template-minimal {
    background: linear-gradient(145deg, #ffffff 0%, #e2e8f0 100%);
}
.template-aurora {
    background: linear-gradient(145deg, #d8b4fe 0%, #93c5fd 45%, #86efac 100%);
}
.template-ocean {
    background: linear-gradient(145deg, #0ea5e9 0%, #22d3ee 48%, #ccfbf1 100%);
}
.template-berry {
    background: linear-gradient(145deg, #fb7185 0%, #f97316 45%, #fde68a 100%);
}
.template-custom {
    background: linear-gradient(145deg, #dbeafe 0%, #bfdbfe 100%);
}
.download-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    min-height: min(76vh, 760px);
}
.download-preview-overlay,
.download-preview-accent {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.download-preview-overlay {
    background: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
}
.download-preview-accent.accent-one {
    inset: auto auto -80px -80px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: rgba(255,255,255,0.28);
    filter: blur(8px);
}
.download-preview-accent.accent-two {
    inset: 35px -70px auto auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    filter: blur(6px);
}
.download-preview-accent {
    display: none;
}
.download-frame {
    position: absolute;
    inset: 22px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.34);
    padding: 28px 26px;
    overflow: hidden;
}
.download-preview.is-exporting .download-frame {
    inset: 0;
    border-radius: 0;
    border: 0;
}
.download-preview.is-exporting .download-logo {
    top: 24px;
    right: 24px;
}
.download-preview.has-user-photo .download-preview-overlay {
    background: linear-gradient(180deg, rgba(15,23,42,0.08), rgba(15,23,42,0.18));
}
.download-preview.has-user-photo .download-preview-accent {
    display: none;
}
.download-preview.has-user-photo .download-frame {
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(15,23,42,0.14));
    border-color: rgba(255,255,255,0.22);
}
.download-preview.has-solid-background .download-preview-overlay,
.download-preview.has-solid-background .download-preview-accent {
    display: none;
}
.download-preview.has-solid-background .download-frame {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.16);
}
.download-meta-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    background: rgba(255,255,255,0.7);
    color: #1e293b;
}
.download-user-badge {
    position: absolute;
    left: 26px;
    bottom: 88px;
    z-index: 2;
    max-width: calc(100% - 52px);
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.76);
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    display: none;
    backdrop-filter: blur(8px);
}
.download-user-badge,
.download-text {
    cursor: move;
    user-select: none;
    touch-action: none;
}
.download-user-badge.is-dragging,
.download-text.is-dragging {
    opacity: 0.92;
}
.download-logo {
    position: absolute;
    top: 28px;
    right: 26px;
    width: 88px;
    z-index: 2;
}
.download-logo img {
    width: 100%;
    height: auto;
}
.download-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    font-size: 44px;
    line-height: 1.28;
    word-break: break-word;
    width: min(78%, 430px);
    max-width: calc(100% - 72px);
    min-width: 240px;
    font-weight: 800;
    letter-spacing: -0.03em;
    z-index: 2;
    display: inline-block;
    white-space: pre-line;
    text-wrap: balance;
}
.download-preview.has-solid-background .download-text,
.download-preview.has-solid-background .download-user-badge {
    text-shadow: none;
}
.download-preview.text-pos-top .download-text {
    top: 150px;
    transform: translateX(-50%);
}
.download-preview.text-pos-center .download-text {
    top: 50%;
    transform: translate(-50%, -50%);
}
.download-preview.text-pos-bottom .download-text {
    top: auto;
    bottom: 110px;
    transform: translateX(-50%);
}

/* center preview inside modal body */
#downloadModal .modal-body {
    padding: 24px;
}
#downloadModal .modal-dialog {
    max-width: calc(100vw);
    width: calc(100vw);
    margin: 0px auto;
}
#downloadModal .modal-content {
    border: 0;
    border-radius: 0px;
    overflow: hidden;
}
#downloadModal .modal-header,
#downloadModal .modal-footer {
    padding: 20px 24px;
}

/* container list for action icons */
.shayari-actions {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shayari-actions li {
    display: inline-block;
}

.like-btn {
    border: 0px;
    background: transparent;
    padding: 6px 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* heart icon images */
.like-btn .heart-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.like-btn .heart-icon.filled {
    display: none;
}
.like-btn.liked .heart-icon.outline {
    display: none;
}
.like-btn.liked .heart-icon.filled {
    display: inline-block;
}

.like-btn.liked {
  /*  background: #dc3545; */ 
    color: #000000;
}

.like-btn.pop .heart-icon,
.like-btn.pop .heart-icon + .heart-icon {
    animation: heartPop 0.4s ease;
}

/* generic button icons */
.shayari-actions img {
    width: 18px;
    height: 18px;
}

/* footer text inside download preview */
.download-footer-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: 0.9;
    z-index: 2;
    font-weight: 700;
}

.download-preview.template-rose {
    color: #3f1d2e;
}
.download-preview.template-rose .download-frame {
    background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0.18));
}
.download-preview.template-midnight {
    color: #f8fafc;
}
.download-preview.template-midnight .download-frame {
    background: linear-gradient(180deg, rgba(15,23,42,0.18), rgba(15,23,42,0.36));
    border-color: rgba(255,255,255,0.12);
}
.download-preview.template-midnight .download-meta-label {
    background: rgba(15,23,42,0.42);
    color: #f8fafc;
}
.download-preview.template-midnight .download-user-badge {
    background: rgba(15,23,42,0.48);
    color: #f8fafc;
}
.download-preview.template-midnight .download-footer-text {
    color: #e2e8f0;
}
.download-preview.template-sunset {
    color: #4a1d13;
}
.download-preview.template-sunset .download-frame {
    background: linear-gradient(180deg, rgba(255,247,237,0.52), rgba(255,255,255,0.12));
}
.download-preview.template-minimal {
    color: #111827;
}
.download-preview.template-minimal .download-frame {
    background: rgba(255,255,255,0.72);
    border-color: rgba(148,163,184,0.22);
}
.download-preview.template-aurora {
    color: #14213d;
}
.download-preview.template-aurora .download-frame {
    background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.10));
}
.download-preview.template-ocean {
    color: #082f49;
}
.download-preview.template-ocean .download-frame {
    background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
}
.download-preview.template-berry {
    color: #4c0519;
}
.download-preview.template-berry .download-frame {
    background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.08));
}
.download-preview.template-custom {
    color: #ffffff;
}
.download-preview.template-custom .download-preview-overlay {
    background: linear-gradient(180deg, rgba(15,23,42,0.22), rgba(15,23,42,0.54));
}
.download-preview.template-custom .download-frame {
    background: linear-gradient(180deg, rgba(15,23,42,0.08), rgba(15,23,42,0.22));
    border-color: rgba(255,255,255,0.18);
}
.download-preview.template-custom .download-meta-label {
    background: rgba(15,23,42,0.42);
    color: #f8fafc;
}
.download-preview.template-custom .download-user-badge {
    background: rgba(15,23,42,0.48);
    color: #f8fafc;
}
.download-preview.has-user-photo .download-text,
.download-preview.has-user-photo .download-user-badge {
    color: #ffffff;
    text-shadow: 0 6px 24px rgba(15, 23, 42, 0.35);
}
.download-preview.has-user-photo .download-user-badge {
    background: rgba(15,23,42,0.36);
    color: #ffffff;
}
.download-preview.template-custom .download-footer-text {
    color: #f8fafc;
}

.shayari-creator-page .hero-section > div {
    min-height: 280px;
}
.creator-studio-section {
    padding: 40px 20px 80px;
}
.creator-studio-section--minimal {
    padding-top: 24px;
}
.creator-topbar {
    margin-bottom: 28px;
    padding: 0 4px;
}
.creator-topbar-copy h2 {
    font-size: 40px;
    margin: 10px 0 12px;
}
.creator-topbar-copy p {
    max-width: 760px;
    color: #64748b;
    font-size: 17px;
}
.minimal-creator-grid {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.minimal-input-panel,
.minimal-builder-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}
.minimal-builder-panel {
    padding: 28px;
}
.inline-builder-shell,
.inline-builder-dialog,
.inline-builder-content {
    width: 100%;
}
.inline-builder-content {
    min-width: 0;
}
.inline-builder-body {
    padding: 0;
}
.inline-builder-footer {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.inline-builder-footer.justify-content-end {
    justify-content: flex-end;
}
.minimalist-creator-page .download-workspace {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
}
.minimalist-creator-page .template-sidebar {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.minimalist-creator-page .download-customizer,
.minimalist-creator-page .download-plan-card {
    background: #f8fafc;
}
.minimalist-creator-page .download-stage {
    min-height: 100%;
}
.minimalist-creator-page .download-preview {
    width: min(100%, 760px);
    --download-preview-max-width: 760px;
    max-height: min(76vh, 760px);
}
.creator-panel,
.creator-preview-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    height: 100%;
}
.creator-panel-head h2,
.creator-preview-card h2 {
    font-size: 32px;
    margin: 10px 0 12px;
}
.creator-panel-head p,
.creator-preview-card p,
.creator-helper {
    color: #64748b;
    font-size: 16px;
}
.creator-kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffe4ea;
    color: #e11d48;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.creator-field {
    display: block;
    margin-top: 22px;
}
.creator-field span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
    color: #1e293b;
}
.custom-shayari-input {
    width: 100%;
    min-height: 220px;
    border: 1px solid #cbd5e1;
    border-radius: 22px;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 1.8;
    resize: vertical;
    background: #f8fafc;
}
.creator-credit-box {
    margin-top: 22px;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff7ed 0%, #fef3f2 100%);
    padding: 22px;
}
.creator-credit-box h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
.creator-credit-list {
    margin: 14px 0 0;
    padding-left: 18px;
    color: #475569;
}
.creator-credit-list li {
    margin-bottom: 8px;
}
.creator-actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.creator-steps {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}
.creator-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: #f8fafc;
}
.creator-step strong {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #f43f5e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.creator-step p {
    margin: 0;
}

/* share dropdown styling */
.share-dropdown a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.share-dropdown a:hover {
    text-decoration: underline;
}

/* modal footer icon buttons */
.modal-whatsapp-btn,
.modal-facebook-btn {
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    padding: 0;
}
#downloadModal .modal-whatsapp-btn,
#downloadModal .modal-facebook-btn {
    display: none !important;
}
#downloadModal .modal-footer {
    justify-content: flex-end !important;
}
.inline-builder-share-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-whatsapp-btn svg,
.modal-facebook-btn svg {
    width: 18px;
    height: 18px;
}

@keyframes heartPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1); }
}

@media (max-width: 991px) {
    .download-workspace {
        grid-template-columns: 1fr;
    }
    .minimal-creator-grid {
        grid-template-columns: 1fr;
    }
    .minimalist-creator-page .download-workspace {
        grid-template-columns: 1fr;
    }
    .download-preview {
        --download-preview-max-width: 560px;
        max-height: 560px;
    }
    .download-template-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .download-credit-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    #downloadModal .modal-body,
    #downloadModal .modal-header,
    #downloadModal .modal-footer {
        padding: 16px;
    }
    .download-preview {
        min-height: 460px;
        border-radius: 22px;
    }
    .download-frame {
        inset: 16px;
        padding: 20px 18px;
    }
    .download-text {
        font-size: 26px;
        width: calc(100% - 44px);
    }
    .download-logo {
        width: 66px;
        top: 22px;
        right: 18px;
    }
    .download-position-switch {
        grid-template-columns: 1fr;
    }
    .download-template-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .download-font-size-control {
        grid-template-columns: 1fr;
    }
    .download-user-badge {
        left: 18px;
        bottom: 74px;
        max-width: calc(100% - 36px);
        font-size: 12px;
    }
    .download-preview.text-pos-top .download-text {
        top: 112px;
    }
    .download-preview.text-pos-bottom .download-text {
        bottom: 90px;
    }
    .download-credit-stats {
        grid-template-columns: 1fr;
    }
    .minimal-input-panel,
    .minimal-builder-panel {
        padding: 18px;
        border-radius: 22px;
    }
    .creator-topbar-copy h2 {
        font-size: 28px;
    }
    .creator-topbar-copy p {
        font-size: 15px;
    }
    .inline-builder-footer {
        align-items: stretch;
    }
    .inline-builder-footer > div,
    .inline-builder-footer > button {
        width: 100%;
    }
    .inline-builder-share-actions {
        justify-content: flex-start;
    }
    .minimalist-creator-page .download-preview {
        --download-preview-max-width: 100%;
        max-height: 480px;
    }
    .creator-panel,
    .creator-preview-card {
        padding: 20px;
    }
    .creator-panel-head h2,
    .creator-preview-card h2 {
        font-size: 26px;
    }
}

.statussky-header-account {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.statussky-auth-shell,
.statussky-dashboard-shell {
    position: relative;
    padding: 64px 20px;
}

.statussky-auth-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.76), rgba(15, 118, 110, 0.5)),
        url('/wp-content/uploads/2026/02/statussky.png') center/160px no-repeat;
    border-radius: 36px;
    filter: blur(0);
    opacity: 0.16;
}

.statussky-auth-card,
.statussky-dashboard-shell {
    position: relative;
  /*  max-width: 1100px; */
    margin: 0 auto;
}

.statussky-dashboard-shell {
    padding: 36px 20px 64px;
   /* border-radius: 40px;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%); */
}

.statussky-auth-card {
    max-width: 560px;
    background: #ffffff;
    border: 1px solid #dbe4ef;
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.statussky-auth-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #dff7f5;
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.statussky-auth-brand h1,
.statussky-dashboard-header h1 {
    margin: 16px 0 10px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.statussky-auth-brand p,
.statussky-dashboard-header p {
    color: #64748b;
    font-size: 16px;
    margin: 0;
}

.statussky-auth-alert {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff1f2;
    color: #be123c;
    font-size: 14px;
    font-weight: 700;
}

.statussky-auth-plan-pill {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #dbe4ef;
}

.statussky-auth-plan-pill strong {
    font-size: 22px;
    color: #0f172a;
}

.statussky-auth-plan-pill span {
    color: #475569;
    font-size: 14px;
    align-self: center;
}

.statussky-auth-form {
    margin-top: 24px;
}

.statussky-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.statussky-auth-form label {
    display: block;
    margin-bottom: 14px;
}

.statussky-auth-form label span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.statussky-auth-form input[type="text"],
.statussky-auth-form input[type="email"],
.statussky-auth-form input[type="password"],
.statussky-auth-form input[type="file"] {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.statussky-auth-form input[type="text"]:focus,
.statussky-auth-form input[type="email"]:focus,
.statussky-auth-form input[type="password"]:focus,
.statussky-auth-form input[type="file"]:focus {
    outline: none;
    border-color: #14b8a6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}

.statussky-check-row {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
}

.statussky-check-row input {
    margin-top: 4px;
}

.statussky-check-row span {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.statussky-auth-submit,
.statussky-dashboard-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border: 0;
    border-radius: 10px;
    background: var(--white-bg);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.statussky-dashboard-btn.is-secondary {
    background: var(--white-bg);
    color: var(--primay-color);
    border-radius: 10px;
    padding: 6px 20px;
    font-weight: 600;
    border: 1px solid rgb(244 63 94 / 19%);
}
.statussky-dashboard-stack button.js-statussky-buy-plan{
    background: var(--primay-color);
    color: var(--white-color);
}

.statussky-detail-table .statussky-inline-actions .js-statussky-buy-plan{
    background: var(--primay-color);
    color: var(--white-color);
}

.statussky-auth-submit{
    background: var(--primay-color);
    color: var(--white-color);
}

.statussky-auth-switch {
    margin: 18px 0 0;
    color: #475569;
}

.statussky-auth-meta-link {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 14px;
}

.statussky-password-shell .statussky-auth-card {
    max-width: 520px;
}

.statussky-password-actions {
    margin-top: 24px;
}

.statussky-auth-divider {
    position: relative;
    margin: 24px 0 18px;
    text-align: center;
}

.statussky-auth-divider::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #dbe4ef;
}

.statussky-auth-divider span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 14px;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
}

.statussky-social-grid {
    display: grid;
    gap: 12px;
}

.statussky-social-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    border: 1px solid #dbe4ef;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
}

.statussky-social-btn.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.statussky-dashboard-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 24px;
    padding: 28px;
    border: 1px solid rgba(219, 228, 239, 0.88);
    border-radius: 10px;
    /* background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,249,255,0.96)),
        linear-gradient(135deg, #ffffff, #f8fafc); */
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.04);
}

.statussky-dashboard-profilehead {
    display: flex;
    align-items: center;
    gap: 18px;
}

.statussky-dashboard-avatar {
    width: 120px;
    height: 120px;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.82);
    background: #f8fafc;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
    flex-shrink: 0;
}

.statussky-dashboard-avatar.is-large {
    width: 96px;
    height: 96px;
}

.statussky-dashboard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.statussky-dashboard-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.statussky-dashboard-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 6px;
    background: #f43f5e0f;
    color: var(--primay-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.statussky-dashboard-status-pill.is-soft {
    background: #eff6ff;
    color: #1d4ed8;
}

.statussky-dashboard-status-pill.is-active {
    background: #dcfce7;
    color: #166534;
}

.statussky-dashboard-status-pill.is-muted {
    background: #f1f5f9;
    color: #475569;
}

.statussky-dashboard-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.statussky-dashboard-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 10px;
    border: 1px solid rgba(219, 228, 239, 0.88);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.04);
}

.statussky-dashboard-tab {
    border: 0;
    padding: 8px 20px;
    border-radius: 10px;
    background: transparent;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.22s ease;
    font-size: 16px;
}

.statussky-dashboard-tab.is-active {
    background: var(--primay-color);
    color: var(--white-color);
}

.statussky-dashboard-tab:hover {
    background: rgba(226, 232, 240, 0.7);
    color: #0f172a;
}

.statussky-dashboard-tab.is-active:hover {
    color: #ffffff;
    background: var(--primay-color);
}

.statussky-dashboard-tabpanel {
    display: none;
}

.statussky-dashboard-tabpanel.is-active {
    display: block;
}

.statussky-dashboard-grid,
.statussky-dashboard-panels {
    display: grid;
    gap: 20px;
}

.statussky-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

.statussky-dashboard-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.statussky-dashboard-panels--single {
    grid-template-columns: 1fr;
}

.statussky-dashboard-card,
.statussky-dashboard-panel {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(219, 228, 239, 0.92);
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}
/*
.statussky-dashboard-card::before,
.statussky-dashboard-panel::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #14b8a6, #38bdf8);
    opacity: 0.85;
} */

.statussky-card-label {
    display: block;
    color: var(--primay-color);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 18px;
}

.statussky-dashboard-card strong {
    display: block;
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.08;
    color: #0f172a;
    font-weight: 700;
}

.statussky-dashboard-card p,
.statussky-dashboard-panel p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.statussky-dashboard-panel h2 {
    margin: 0 0 18px;
    font-size: 20px;
    color: #0f172a;
}

.statussky-dashboard-stack {
    display: flex;
    gap: 20px;
}
.statussky-dashboard-stack .statussky-dashboard-btn{
border: 1px solid rgb(244 63 94 / 19%);
    color: var(--primay-color);
}

.statussky-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.statussky-inline-actions .statussky-dashboard-btn {
    width: auto;
    min-width: 160px;
}

.statussky-profile-form label small,
.statussky-field-help {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.statussky-profile-media {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.statussky-profile-upload {
    flex: 1;
    padding: 18px;
    border: 1px dashed #94a3b8;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.statussky-detail-table-wrap,
.statussky-payment-table-wrap {
    overflow-x: auto;
}

.statussky-detail-table,
.statussky-payment-table {
    width: 100%;
    border-collapse: collapse;
}

.statussky-detail-table th,
.statussky-detail-table td,
.statussky-payment-table th,
.statussky-payment-table td {
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
}

.statussky-detail-table th,
.statussky-payment-table th {
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.statussky-payment-table td {
    color: #0f172a;
    font-weight: 600;
}

.statussky-detail-table td,
.statussky-payment-table td {
    padding-left: 18px;
}

.statussky-transaction-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.statussky-transaction-list li {
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
}

.statussky-transaction-list strong,
.statussky-transaction-list span,
.statussky-transaction-list small {
    display: block;
}

.statussky-transaction-list span,
.statussky-transaction-list small {
    color: #64748b;
}

.statussky-transaction-list strong {
    color: #0f172a;
    margin-bottom: 4px;
}

.statussky-dashboard-btn {
   /* box-shadow: 0 12px 28px rgba(20, 184, 166, 0.18); */
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.statussky-dashboard-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(20, 184, 166, 0.22);
}

.statussky-dashboard-btn.is-secondary {
    box-shadow: none;
}

.statussky-dashboard-btn.is-secondary:hover {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991px) {
    .statussky-dashboard-grid,
    .statussky-dashboard-panels {
        grid-template-columns: 1fr;
    }

    .statussky-dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
    }

    .statussky-inline-actions .statussky-dashboard-btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .statussky-auth-card {
        padding: 22px;
        border-radius: 24px;
    }

    .statussky-auth-grid {
        grid-template-columns: 1fr;
    }

    .statussky-auth-brand h1,
    .statussky-dashboard-header h1 {
        font-size: 30px;
    }

    .statussky-auth-plan-pill {
        flex-direction: column;
    }

    .statussky-dashboard-actions {
        width: 100%;
    }

    .statussky-dashboard-actions .statussky-dashboard-btn {
        width: 100%;
    }

    .statussky-dashboard-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px;
        scrollbar-width: thin;
    }

    .statussky-dashboard-tab {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .statussky-dashboard-profilehead,
    .statussky-profile-media {
        align-items: flex-start;
        flex-direction: column;
    }

    .statussky-dashboard-shell {
        padding: 22px 14px 40px;
        border-radius: 28px;
    }

    .statussky-dashboard-header {
        border-radius: 24px;
    }

    .statussky-detail-table,
    .statussky-detail-table tbody,
    .statussky-detail-table tr,
    .statussky-detail-table th,
    .statussky-detail-table td,
    .statussky-payment-table,
    .statussky-payment-table thead,
    .statussky-payment-table tbody,
    .statussky-payment-table tr,
    .statussky-payment-table th,
    .statussky-payment-table td {
        display: block;
        width: 100%;
    }

    .statussky-payment-table thead {
        display: none;
    }

    .statussky-detail-table tr,
    .statussky-payment-table tr {
        padding: 14px 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .statussky-detail-table th,
    .statussky-detail-table td,
    .statussky-payment-table td {
        padding: 4px 0;
        border: 0;
    }

    .statussky-detail-table td,
    .statussky-payment-table td {
        padding-left: 0;
    }

    .statussky-payment-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }
}
