/* Segment display — fills the view area below the nav (normal flex flow) */

body.segment-mode #home-view {
    overflow: hidden; /* No scrolling, SVG fills exactly */
    padding: 0;       /* No padding, SVG extends to edge */
}

body.segment-mode #clock-container {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}
