@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap');

body { font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; }
* { font-style: normal !important; }

/* OBHLIADKA BEZ ČIAR */
#section-container .bg-white { border: none !important; box-shadow: none !important; margin-bottom: 24px; }
#section-container div { border: none !important; }
#section-container .border-b { border-bottom: 2px solid #f1f5f9 !important; padding-bottom: 12px; margin-bottom: 12px; }

/* FOTKY V OBHLIADKE - ŠTVORCE VPRAVO */
.app-thumb { width: 45px; height: 45px; object-fit: cover; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); cursor: pointer; margin-left: 2px; transition: 0.2s; }
.app-thumb:first-child { margin-left: 0; }
.app-thumb:hover { transform: scale(1.1) translateY(-2px); z-index: 50; }
.history-thumb { width: 45px; height: 45px; object-fit: cover; border-radius: 6px; cursor: pointer; margin-top: 3px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }

/* REPORT - DEFINITÍVNE BEZ HORNEJ ČIARY */
.report-table { width: 100%; border-collapse: collapse; border: none !important; border-top: none !important; }
.report-table th { 
    padding: 12px 8px; text-align: left; 
    background-color: #f8fafc; border-bottom: 1px solid #cbd5e1; 
    border-top: none !important; font-size: 11px; font-weight: 900;
    color: #0f172a;
}
.report-table td { 
    border-bottom: 1px solid #f1f5f9; padding: 10px 8px; 
    vertical-align: top; border-top: none !important; font-size: 11px;
}
.report-table p { text-transform: none !important; } /* Sentence case pre záznamy */
.report-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 4px; border: 1px solid #e2e8f0; cursor: pointer; }

@media print {
  /* tvrdo zrušiť akýkoľvek “app header” pri tlači */
  #mobile-nav,
  #sidebar {
    display: none !important; }
    aside, nav, .no-print { display: none !important; }
    main { margin: 0 !important; padding: 0 !important; width: 100% !important; background: white !important; }
    .print-card { border: none !important; box-shadow: none !important; padding: 0 !important; }
    .report-table th { border-top: none !important; border-bottom: 1px solid #cbd5e1 !important; background-color: #f8fafc !important; color: #0f172a !important; -webkit-print-color-adjust: exact; }
    .report-table td { border-top: none !important; border-bottom: 0.5pt solid #f1f5f9 !important; }
    .rep-row { page-break-inside: avoid !important; }
    .print-header-row { display: flex !important; justify-content: space-between !important; align-items: flex-end !important; border-bottom: 1px solid #cbd5e1 !important; padding-bottom: 8px !important; margin-bottom: 12px !important; border-top: none !important; }
}
/* MOBILNÉ NASTAVENIA */
@media screen and (max-width: 767px) {
    #sidebar { 
        display: none !important; 
    }
    #mobile-nav { 
        display: block !important; 
    }
    main { 
        padding: 1rem !important; 
    }
    #mobile-accordion {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
}

/* Štýl pre aktívne tlačidlo v harmonike */
#mobile-accordion .nav-active {
    background-color: #f1f5f9;
    color: #2563eb;
}
