.prism-content { padding-left: 0; padding-right: 0; }
.prism-card {
    margin-bottom: 18px;
    padding-bottom: 4px;
}
.prism-head {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
}
.prism-head-handle {
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    flex: 1;
}
.prism-img-wrap { position: relative; }
.prism-image {
    width: 100%;
    display: block;
    max-height: 340px;
    object-fit: cover;
    background: var(--app-surface);
}
.prism-burst {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 84px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.prism-burst.pop { animation: heartpop 0.9s ease-out; }
@keyframes heartpop {
    0%   { opacity: 0; transform: scale(0.3); }
    18%  { opacity: 1; transform: scale(1.15); }
    32%  { transform: scale(1); }
    70%  { opacity: 1; }
    100% { opacity: 0; transform: scale(1); }
}
.prism-compose-preview {
    border-radius: 12px;
    margin-bottom: 6px;
}
.prism-actions {
    display: flex;
    gap: 14px;
    padding: 7px 12px 0;
}
.prism-act {
    border: none;
    background: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: var(--app-text);
    padding: 2px;
    font-family: var(--font);
}
.prism-act.liked { color: var(--red); }
.prism-likes {
    padding: 6px 13px 0;
    font-size: 13.5px;
    font-weight: 700;
}
.prism-comments-link {
    padding: 4px 13px 0;
    font-size: 13px;
    color: var(--app-text-dim);
    cursor: pointer;
}
.prism-when {
    padding: 4px 13px 0;
    font-size: 10.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--app-text-dim);
}
.prism-caption {
    padding: 4px 13px 0;
    font-size: 13.5px;
    line-height: 1.4;
    word-wrap: break-word;
}
.ig-head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 18px 4px;
}
.ig-stats {
    flex: 1;
    display: flex;
    justify-content: space-around;
}
.ig-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ig-stat b { font-size: 17px; font-weight: 800; }
.ig-stat span { font-size: 12px; color: var(--app-text-dim); }
.ig-name { padding: 6px 18px 0; font-size: 14px; font-weight: 700; }
.ig-bio { padding: 2px 18px 0; font-size: 13px; line-height: 1.4; }
.ig-follow {
    display: block;
    margin: 10px 18px 0;
    width: calc(100% - 36px);
    padding: 8px 0;
    border: none;
    border-radius: 9px;
    background: var(--accent);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font);
}
.ig-follow.following {
    background: var(--app-surface-2);
    color: var(--app-text);
}
.prism-cap-handle {
    font-weight: 700;
}
.prism-comment {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 2px;
}
.prism-c-context {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 10px 2px 12px;
    border-bottom: 1px solid var(--app-separator);
    margin-bottom: 4px;
}
.prism-c-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--app-surface);
}
.prism-c-main { flex: 1; min-width: 0; }
.prism-c-body {
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
}
.prism-c-time {
    font-size: 11px;
    color: var(--app-text-dim);
    margin-top: 3px;
}
.prism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-top: 10px;
}
.prism-cell {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}

.garage-card {
    background: var(--app-surface);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
}
.gv-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.gv-name { font-size: 16px; font-weight: 700; }
.gv-state {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 10px;
    color: #fff;
}
.gs-in      { background: var(--green); }
.gs-out     { background: var(--orange); }
.gs-impound { background: var(--red); }
.gv-meta {
    font-size: 12.5px;
    color: var(--app-text-dim);
    margin: 3px 0 10px;
}
.gv-plate {
    font-family: 'SF Mono', Consolas, monospace;
    background: var(--app-surface-2);
    padding: 1px 7px;
    border-radius: 5px;
    letter-spacing: 0.06em;
}
.gv-bar-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}
.gv-bar-label {
    width: 48px;
    font-size: 11.5px;
    color: var(--app-text-dim);
}
.gv-bar-track {
    flex: 1;
    height: 6px;
    background: var(--app-surface-2);
    border-radius: 3px;
    overflow: hidden;
}
.gv-bar-fill {
    height: 100%;
    background: var(--accent);
    border-radius: 3px;
}
.gv-bar-fill.low { background: var(--red); }
.gv-bar-val {
    width: 36px;
    text-align: right;
    font-size: 11.5px;
    color: var(--app-text-dim);
}

.music-now {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 55%, #000));
    border-radius: 14px;
    padding: 13px 15px;
    color: #fff;
    margin-bottom: 8px;
}
.mn-info { flex: 1; min-width: 0; }
.mn-title {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mn-sub { font-size: 11.5px; opacity: 0.8; }
.mn-stop {
    border: none;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
}
.mn-vol { padding: 2px 6px 10px; }
.mn-vol input[type='range'] {
    width: 100%;
    accent-color: var(--accent);
}

.clock-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 0 6px;
}
.clock-face {
    width: 170px;
    height: 170px;
}
.cf-ring { fill: var(--app-surface); stroke: var(--app-separator); stroke-width: 1; }
.cf-mark { stroke: var(--app-text-dim); stroke-width: 1; }
.cf-mark-big { stroke: var(--app-text); stroke-width: 2; }
.cf-hour { stroke: var(--app-text); stroke-width: 3.4; stroke-linecap: round; }
.cf-min { stroke: var(--app-text); stroke-width: 2.2; stroke-linecap: round; }
.cf-sec { stroke: var(--accent); stroke-width: 1.2; stroke-linecap: round; }
.cf-pin { fill: var(--accent); }
.clock-digital {
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 1px;
}

.weather-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 0 14px;
}
.wx-place {
    font-size: 15px;
    font-weight: 600;
    color: var(--app-text-dim);
}
.wx-icon { font-size: 64px; line-height: 1.2; margin: 8px 0 2px; }
.wx-temp {
    font-size: 56px;
    font-weight: 200;
    letter-spacing: -2px;
}
.wx-label {
    font-size: 15px;
    font-weight: 600;
}
