:root{--cine-green:#51a546;--cine-blue:#006f9f;--cine-dark:#153244}.cine-topbar{height:8px;background:linear-gradient(90deg,var(--cine-green),var(--cine-blue))}.required:after{content:' *';color:#dc3545}.card-step{border-left:5px solid var(--cine-green)}.form-text-small{font-size:.875rem}.preview-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.75rem}.invalid-feedback.d-block{display:block}.navbar-brand strong{color:var(--cine-dark)}

.admin-hero {
    background: radial-gradient(circle at top right, rgba(0,111,159,.14), transparent 35%),
                linear-gradient(135deg, #ffffff, #f8fbfd);
}
.admin-action-card {
    color: #153244;
    border: 1px solid rgba(21,50,68,.08);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.admin-action-card:hover,
.admin-action-card:focus {
    color: #153244;
    transform: translateY(-3px);
    border-color: rgba(0,111,159,.35);
    box-shadow: 0 .75rem 1.5rem rgba(21,50,68,.12) !important;
}
.admin-card-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(81,165,70,.16), rgba(0,111,159,.16));
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.navbar .nav-link.active {
    color: var(--cine-blue);
}

.field-builder-hidden { display: none !important; }


.photo-editor { border: 1px solid #d9e2d9; border-radius: 16px; padding: 16px; background: #f8fbf8; }
.photo-stage { position: relative; width: 100%; max-width: 520px; height: 520px; background: #222; overflow: hidden; border-radius: 14px; touch-action: none; user-select: none; }
.photo-stage canvas { width: 100%; height: 100%; display: block; cursor: move; }
.crop-frame { position: absolute; left: 50%; top: 50%; width: 300px; height: 400px; transform: translate(-50%, -50%); border: 3px solid #fff; box-shadow: 0 0 0 9999px rgba(0,0,0,.45); border-radius: 4px; pointer-events: none; }
.photo-preview { width: 180px; height: 240px; object-fit: cover; border: 1px solid #d9e2d9; border-radius: 8px; background: #fff; }
@media (max-width: 576px) { .photo-stage { height: 420px; } .crop-frame { width: 240px; height: 320px; } }

.photo-preview-inline { width: 54px; height: 72px; object-fit: cover; border: 1px solid #d9e2d9; border-radius: 4px; background: #fff; }
.modal .photo-stage { max-width: 520px; }

/* Menu mais limpo: ações do usuário separadas da identificação de perfil */
.cine-user-area { min-width: 150px; }
.cine-profile-line { font-size: .78rem; line-height: 1.1; }
@media (min-width: 992px) {
    .navbar .navbar-nav { flex-wrap: wrap; row-gap: .15rem; }
}

.photo-guidance-card { border: 1px solid #d9e2d9; border-radius: 12px; padding: 12px; background: #f8fbf8; }
.photo-guidance-img { display: block; width: 100%; max-width: 360px; height: auto; border-radius: 10px; margin: 0 auto; }


.summary-item{height:100%;padding:1rem;border:1px solid #e5eaed;border-radius:.75rem;background:#f8fafc}.summary-item span{display:block;font-size:.8rem;color:#6c757d;margin-bottom:.25rem}.summary-item strong{display:block;font-weight:600;overflow-wrap:anywhere}.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;width:46px;height:46px;border-radius:50%;z-index:1080;box-shadow:0 .5rem 1rem rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.permission-badge{font-size:.72rem}.user-admin-row{background:#fff9e6}
