.hb-container-fix {
max-width: none !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
position: static !important;
display: block !important;
overflow: visible !important;
}
#hb-hero, #hb-hero *, #hb-hero *::before, #hb-hero *::after {
box-sizing: border-box !important;
} @keyframes hbIn {
from { opacity: 0; transform: translateY(20px); }
to   { opacity: 1; transform: translateY(0); }
}
@keyframes hbFade {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes hbLineExpand {
from { transform: scaleX(0); transform-origin: left; }
to   { transform: scaleX(1); transform-origin: left; }
}
@keyframes hbDot {
0%,100% { opacity: .5; transform: scale(1); }
50%     { opacity: 1;  transform: scale(1.7); }
} #hb-hero {
position: relative !important;
width: 100% !important;
height: 100vh !important;
min-height: 640px !important;
max-height: 1080px !important;
overflow: hidden !important;
display: block !important;
background: #06050400 !important;
font-family: 'Roboto Condensed', sans-serif !important;
} .hb-bg {
position: absolute !important;
inset: 0 !important;
z-index: 1 !important;
}
.hb-bg picture {
position: absolute !important;
inset: 0 !important;
display: block !important;
width: 100% !important;
height: 100% !important;
}
.hb-bg img {
position: absolute !important;
inset: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: 60% 50% !important;
transform: translateZ(0) !important;
} .hb-overlay {
position: absolute !important;
inset: 0 !important;
z-index: 2 !important;
background:
linear-gradient(
115deg,
rgba(6,5,4,.96) 0%,
rgba(6,5,4,.75) 25%,
rgba(6,5,4,.10) 42%,
transparent 52%
),
linear-gradient(
to top,
rgba(6,5,4,.80) 0%,
rgba(6,5,4,.40) 18%,
transparent 38%
) !important;
} .hb-topbar {
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
z-index: 10 !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: clamp(24px,4vh,48px) clamp(32px,4vw,64px) !important;
animation: hbFade 1s ease .1s both !important;
}
.hb-logo-maria {
height: clamp(44px, 5.5vw, 80px) !important;
width: auto !important;
display: block !important;
filter: drop-shadow(0 2px 20px rgba(0,0,0,.7)) !important;
}
.hb-logo-barou {
height: clamp(48px, 5vw, 72px) !important;
width: auto !important;
display: block !important;
filter: drop-shadow(0 2px 16px rgba(0,0,0,.7)) brightness(1.05) !important;
opacity: .80 !important;
} .hb-content {
position: absolute !important;
bottom: clamp(40px,7vh,80px) !important;
left: clamp(32px,4vw,64px) !important;
z-index: 10 !important;
width: clamp(300px, 46vw, 600px) !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 0 !important;
} .hb-tag {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
font-size: 9px !important;
font-weight: 500 !important;
letter-spacing: .25em !important;
text-transform: uppercase !important;
color: #c9a96e !important;
margin: 0 0 20px 0 !important;
padding: 0 !important;
animation: hbIn .8s ease .3s both !important;
}
.hb-tag-line {
display: block !important;
width: 24px !important;
height: 1px !important;
background: #c9a96e !important;
flex-shrink: 0 !important;
}
.hb-tag-dot {
width: 4px !important;
height: 4px !important;
border-radius: 50% !important;
background: #c9a96e !important;
flex-shrink: 0 !important; animation: hbDot 2.5s ease-in-out 3 !important;
} .hb-title {
font-family: 'Roboto Slab', serif !important;
font-size: clamp(36px, 4.8vw, 68px) !important;
font-weight: 300 !important;
line-height: 1.0 !important;
color: #ffffff !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
margin: 0 0 6px 0 !important;
padding: 0 !important;
text-shadow: 0 4px 40px rgba(0,0,0,.6) !important;
animation: hbIn .9s cubic-bezier(.22,1,.36,1) .5s both !important;
user-select: none !important;
}
.hb-title-name {
display: block !important;
font-weight: 700 !important;
font-size: 1.25em !important;
color: #c9a96e !important;
letter-spacing: .08em !important;
line-height: 1.0 !important;
animation: hbIn .9s cubic-bezier(.22,1,.36,1) .65s both !important;
} .hb-rule {
width: 100% !important;
max-width: 280px !important;
height: 1px !important;
background: linear-gradient(90deg, rgba(201,169,110,.6), transparent) !important;
margin: 20px 0 !important;
transform: scaleX(0) !important;
transform-origin: left !important;
animation: hbLineExpand .8s cubic-bezier(.22,1,.36,1) .8s both !important;
} .hb-location {
font-size: 10px !important;
font-weight: 300 !important;
letter-spacing: .35em !important;
text-transform: uppercase !important;
color: rgba(255,255,255,.45) !important;
margin: 0 0 32px 0 !important;
padding: 0 !important;
animation: hbIn .9s ease .9s both !important;
} .hb-btn-wrap {
animation: hbIn .9s ease 1.1s both !important;
} #hb-hero .hb-btn-wrap a.custom-btn,
#hb-hero .hb-btn-wrap a.custom-btn.btn-large {
font-family: 'Roboto Condensed', sans-serif !important;
font-size: 10px !important;
font-weight: 700 !important;
letter-spacing: .25em !important;
text-transform: uppercase !important;
text-decoration: none !important;
color: #060504 !important;
background: linear-gradient(135deg, #ddb96f 0%, #c9a96e 50%, #a8782e 100%) !important;
border: none !important;
border-radius: 1px !important;
padding: 16px 36px !important;
display: inline-flex !important;
align-items: center !important;
gap: 14px !important;
position: relative !important;
overflow: hidden !important;
cursor: pointer !important;
margin: 0 !important;
box-shadow: 0 8px 40px rgba(168,120,46,.40) !important;
transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease !important;
} #hb-hero .hb-btn-wrap a.custom-btn::before {
content: '' !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent) !important;
transform: translateX(-100%) !important;
transition: transform .5s ease !important;
}
#hb-hero .hb-btn-wrap a.custom-btn:hover::before { transform: translateX(100%) !important; }
#hb-hero .hb-btn-wrap a.custom-btn:hover {
transform: translateY(-3px) !important;
box-shadow: 0 16px 56px rgba(168,120,46,.55) !important;
color: #060504 !important;
text-decoration: none !important;
} #hb-hero .hb-btn-wrap a.custom-btn::after {
content: '→' !important;
font-size: 14px !important;
font-weight: 300 !important;
transition: transform .3s ease !important;
}
#hb-hero .hb-btn-wrap a.custom-btn:hover::after {
transform: translateX(4px) !important;
} @media (max-width: 767px) {
#hb-hero {
height: 100svh !important;
min-height: 700px !important;
max-height: none !important;
display: flex !important;
flex-direction: column !important;
}
.hb-bg {
position: absolute !important;
inset: 0 !important;
}
.hb-bg img {
object-position: 50% 50% !important;
}
.hb-overlay {
background:
linear-gradient(
to top,
rgba(6,5,4,.88) 0%,
rgba(6,5,4,.70) 18%,
rgba(6,5,4,.25) 35%,
transparent     52%
),
linear-gradient(
to bottom,
rgba(6,5,4,.55) 0%,
rgba(6,5,4,.20) 12%,
transparent     22%
) !important;
}
.hb-topbar {
padding: 24px 20px !important;
align-items: flex-start !important;
animation: hbFade .8s ease .1s both !important;
}
.hb-logo-maria {
height: 44px !important;
}
.hb-logo-barou {
height: 30px !important;
opacity: .65 !important;
}
.hb-content {
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
padding: 32px 24px 40px !important;
flex-wrap: wrap !important;
}
.hb-tag {
font-size: 8.5px !important;
letter-spacing: .20em !important;
margin-bottom: 16px !important;
color: #c9a96e !important;
order: 2 !important;
font-size: 9px !important;
letter-spacing: .18em !important;
}
.hb-title {
order: 1 !important;
font-size: clamp(34px, 10vw, 48px) !important;
letter-spacing: .04em !important;
margin-bottom: 4px !important;
line-height: 1.0 !important;
}
.hb-title-name {
font-size: 1.3em !important;
letter-spacing: .06em !important;
}
.hb-rule {
display: none !important;
}
.hb-location {
display: none !important;
}
.hb-btn-wrap {
order: 3 !important;
width: 100% !important;
}
#hb-hero .hb-btn-wrap a.custom-btn,
#hb-hero .hb-btn-wrap a.custom-btn.btn-large {
width: 100% !important;
justify-content: center !important;
padding: 18px 24px !important;
font-size: 10px !important;
letter-spacing: .22em !important;
}
} @media (prefers-reduced-motion: reduce) {
.hb-topbar,
.hb-tag,
.hb-title,
.hb-title-name,
.hb-rule,
.hb-location,
.hb-btn-wrap {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
.hb-rule { transform: scaleX(1) !important; }
}@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Raleway:wght@300;400;500;600;700&display=swap");
:root {
--navy:        #0d1b2a;
--navy-mid:    #1a2e45;
--navy-light:  #243b55;
--gold:        #c9a84c;
--gold-light:  #e8c97a;
--gold-pale:   #f5e9c8;
--ivory:       #faf8f3;
--ivory-dark:  #f0ece0;
--text-dark:   #1a1a2e;
--text-mid:    #3d4a5c;
--text-light:  #7a8a9a;
--border:      #ddd5bf;
--red-alert:   #c0392b;
--green-ok:    #1a6b3c;
--amber:       #d4780a;
--white:       #ffffff;
--shadow-sm:   0 2px 8px rgba(13,27,42,.08);
--shadow-md:   0 6px 24px rgba(13,27,42,.14);
--shadow-lg:   0 16px 48px rgba(13,27,42,.2);
--radius:      6px;
--font-display: 'Cormorant Garamond', Georgia, serif;
--font-body:    'Raleway', sans-serif;
--transition:   all .22s cubic-bezier(.4,0,.2,1);
} .lexdosar-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.lexdosar-wrap { font-family: var(--font-body); color: var(--text-dark); background: var(--ivory); } body.lexdosar-fullscreen { background: var(--ivory) !important; }
body.lexdosar-fullscreen #wpadminbar,
body.lexdosar-fullscreen .site-header,
body.lexdosar-fullscreen .site-footer,
body.lexdosar-fullscreen nav,
body.lexdosar-fullscreen .entry-header,
body.lexdosar-fullscreen .elementor-section:not(.lexdosar-section) { display: none !important; }
body.lexdosar-fullscreen .lexdosar-wrap { min-height: 100vh; } .lex-app {
display: flex;
min-height: 100vh;
background: var(--ivory);
} .lex-sidebar {
width: 280px;
flex-shrink: 0;
background: var(--navy);
display: flex;
flex-direction: column;
position: sticky;
top: 0;
height: 100vh;
overflow-y: auto;
z-index: 100;
}
.lex-logo {
padding: 32px 28px 24px;
border-bottom: 1px solid rgba(201,168,76,.25);
}
.lex-logo-name {
font-family: var(--font-display);
font-size: 22px;
font-weight: 600;
color: var(--gold);
letter-spacing: .5px;
line-height: 1.2;
}
.lex-logo-sub {
font-size: 10px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(201,168,76,.55);
margin-top: 4px;
}
.lex-sidebar-nav { padding: 20px 0; flex: 1; }
.lex-nav-item {
display: flex;
align-items: center;
gap: 12px;
padding: 13px 28px;
cursor: pointer;
font-size: 12.5px;
font-weight: 500;
letter-spacing: 1.2px;
text-transform: uppercase;
color: rgba(255,255,255,.55);
transition: var(--transition);
border-left: 3px solid transparent;
}
.lex-nav-item:hover { color: var(--gold-light); background: rgba(201,168,76,.06); }
.lex-nav-item.active {
color: var(--gold);
background: rgba(201,168,76,.1);
border-left-color: var(--gold);
}
.lex-nav-item .lex-icon { font-size: 16px; width: 20px; text-align: center; }
.lex-sidebar-footer {
padding: 20px 28px;
border-top: 1px solid rgba(201,168,76,.15);
font-size: 11px;
color: rgba(201,168,76,.35);
letter-spacing: .5px;
} .lex-main {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
min-width: 0;
} .lex-topbar {
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 16px 36px;
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 50;
box-shadow: var(--shadow-sm);
}
.lex-topbar-title {
font-family: var(--font-display);
font-size: 26px;
font-weight: 600;
color: var(--navy);
letter-spacing: -.2px;
}
.lex-topbar-actions { display: flex; gap: 12px; align-items: center; } .lex-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 22px;
border-radius: var(--radius);
font-family: var(--font-body);
font-size: 12px;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
cursor: pointer;
border: none;
transition: var(--transition);
text-decoration: none;
}
.lex-btn-primary {
background: var(--gold);
color: var(--navy);
}
.lex-btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(201,168,76,.35); }
.lex-btn-navy {
background: var(--navy);
color: var(--white);
}
.lex-btn-navy:hover { background: var(--navy-mid); }
.lex-btn-ghost {
background: transparent;
color: var(--navy);
border: 1.5px solid var(--border);
}
.lex-btn-ghost:hover { border-color: var(--navy); background: var(--ivory-dark); }
.lex-btn-danger {
background: transparent;
color: var(--red-alert);
border: 1.5px solid var(--red-alert);
}
.lex-btn-danger:hover { background: var(--red-alert); color: var(--white); }
.lex-btn-success {
background: transparent;
color: var(--green-ok);
border: 1.5px solid var(--green-ok);
}
.lex-btn-success:hover { background: var(--green-ok); color: var(--white); }
.lex-btn-sm { padding: 7px 14px; font-size: 10px; } .lex-content { padding: 32px 36px; flex: 1; overflow-y: auto; } .lex-view { display: none; }
.lex-view.active { display: block; animation: lexFadeIn .3s ease; }
@keyframes lexFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } .lex-stats-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 32px;
}
.lex-stat-card {
background: var(--white);
border-radius: var(--radius);
padding: 22px 24px;
border: 1px solid var(--border);
box-shadow: var(--shadow-sm);
position: relative;
overflow: hidden;
}
.lex-stat-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: var(--gold);
}
.lex-stat-card.urgent::before { background: var(--red-alert); }
.lex-stat-card.done::before { background: var(--green-ok); }
.lex-stat-number {
font-family: var(--font-display);
font-size: 42px;
font-weight: 600;
color: var(--navy);
line-height: 1;
}
.lex-stat-label {
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--text-light);
margin-top: 6px;
} .lex-filter-bar {
display: flex;
gap: 14px;
margin-bottom: 24px;
align-items: center;
flex-wrap: wrap;
}
.lex-search-box {
flex: 1;
min-width: 240px;
position: relative;
}
.lex-search-box input {
width: 100%;
padding: 11px 16px 11px 40px;
border: 1.5px solid var(--border);
border-radius: var(--radius);
font-family: var(--font-body);
font-size: 13px;
background: var(--white);
color: var(--text-dark);
transition: var(--transition);
outline: none;
}
.lex-search-box input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,.12); }
.lex-search-icon {
position: absolute;
left: 13px; top: 50%;
transform: translateY(-50%);
color: var(--text-light);
font-size: 14px;
}
.lex-select {
padding: 11px 16px;
border: 1.5px solid var(--border);
border-radius: var(--radius);
font-family: var(--font-body);
font-size: 12px;
background: var(--white);
color: var(--text-dark);
cursor: pointer;
outline: none;
transition: var(--transition);
}
.lex-select:focus { border-color: var(--gold); } .lex-dosare-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
gap: 20px;
}
.lex-dosar-card {
background: var(--white);
border-radius: var(--radius);
border: 1px solid var(--border);
box-shadow: var(--shadow-sm);
cursor: pointer;
transition: var(--transition);
overflow: hidden;
position: relative;
}
.lex-dosar-card:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-md);
border-color: var(--gold);
}
.lex-dosar-card-top {
background: var(--navy);
padding: 16px 20px;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.lex-dosar-card-name {
font-family: var(--font-display);
font-size: 19px;
font-weight: 600;
color: var(--white);
line-height: 1.2;
}
.lex-dosar-card-tip {
font-size: 10px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(201,168,76,.7);
margin-top: 3px;
}
.lex-badge {
display: inline-block;
padding: 3px 10px;
border-radius: 20px;
font-size: 9px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.lex-badge-activ  { background: rgba(26,107,60,.15);  color: var(--green-ok); border: 1px solid rgba(26,107,60,.25); }
.lex-badge-urgent { background: rgba(192,57,43,.12);  color: var(--red-alert); border: 1px solid rgba(192,57,43,.25); }
.lex-badge-terminat { background: rgba(122,138,154,.12); color: var(--text-light); border: 1px solid var(--border); }
.lex-dosar-card-body { padding: 16px 20px; }
.lex-dosar-meta-row {
display: flex;
gap: 16px;
font-size: 12px;
color: var(--text-light);
margin-bottom: 12px;
flex-wrap: wrap;
}
.lex-dosar-meta-item { display: flex; align-items: center; gap: 5px; }
.lex-dosar-meta-item strong { color: var(--text-dark); font-weight: 600; }
.lex-termen-box {
background: var(--ivory);
border: 1px solid var(--border);
border-radius: 4px;
padding: 10px 14px;
display: flex;
align-items: center;
justify-content: space-between;
}
.lex-termen-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); }
.lex-termen-date  { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--navy); }
.lex-termen-days  { font-size: 11px; font-weight: 600; }
.lex-termen-days.urgent { color: var(--red-alert); }
.lex-termen-days.soon   { color: var(--amber); }
.lex-termen-days.ok     { color: var(--green-ok); }
.lex-dosar-card-footer {
padding: 10px 20px;
border-top: 1px solid var(--border);
display: flex;
justify-content: flex-end;
gap: 8px;
} .lex-empty {
text-align: center;
padding: 80px 40px;
color: var(--text-light);
}
.lex-empty-icon { font-size: 48px; margin-bottom: 16px; opacity: .4; }
.lex-empty-title { font-family: var(--font-display); font-size: 24px; color: var(--navy); margin-bottom: 8px; }
.lex-empty-text { font-size: 14px; line-height: 1.6; } .lex-profile-header {
background: var(--navy);
border-radius: var(--radius) var(--radius) 0 0;
padding: 32px 40px;
position: relative;
overflow: hidden;
}
.lex-profile-header::after {
content: '';
position: absolute;
right: -40px; bottom: -40px;
width: 200px; height: 200px;
border-radius: 50%;
border: 40px solid rgba(201,168,76,.08);
}
.lex-profile-header-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.lex-profile-name {
font-family: var(--font-display);
font-size: 36px;
font-weight: 600;
color: var(--white);
letter-spacing: -.3px;
}
.lex-profile-caz-tip {
font-size: 11px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--gold);
margin-top: 4px;
}
.lex-profile-actions { display: flex; gap: 10px; align-items: center; }
.lex-profile-meta-row {
display: flex;
gap: 32px;
flex-wrap: wrap;
}
.lex-profile-meta-item { color: rgba(255,255,255,.65); font-size: 13px; }
.lex-profile-meta-item span { color: var(--white); font-weight: 500; } .lex-profile-body {
background: var(--white);
border: 1px solid var(--border);
border-top: none;
border-radius: 0 0 var(--radius) var(--radius);
} .lex-tabs {
display: flex;
border-bottom: 1px solid var(--border);
background: var(--ivory);
overflow-x: auto;
}
.lex-tab {
padding: 15px 24px;
font-size: 11px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--text-light);
cursor: pointer;
border-bottom: 3px solid transparent;
transition: var(--transition);
white-space: nowrap;
user-select: none;
}
.lex-tab:hover { color: var(--navy); }
.lex-tab.active { color: var(--navy); border-bottom-color: var(--gold); background: var(--white); }
.lex-tab-panel { display: none; padding: 30px 40px; }
.lex-tab-panel.active { display: block; animation: lexFadeIn .2s ease; } .lex-section-title {
font-family: var(--font-display);
font-size: 20px;
font-weight: 600;
color: var(--navy);
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border);
display: flex;
align-items: center;
gap: 10px;
}
.lex-section-title::before {
content: '';
display: inline-block;
width: 4px; height: 20px;
background: var(--gold);
border-radius: 2px;
} .lex-data-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 16px;
margin-bottom: 28px;
}
.lex-data-item { display: flex; flex-direction: column; gap: 4px; }
.lex-data-label {
font-size: 10px;
letter-spacing: 1.8px;
text-transform: uppercase;
color: var(--text-light);
font-weight: 600;
}
.lex-data-value {
font-size: 14px;
color: var(--text-dark);
font-weight: 500;
line-height: 1.4;
}
.lex-data-value a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); }
.lex-data-value.empty { color: var(--text-light); font-style: italic; } .lex-termene-list { display: flex; flex-direction: column; gap: 12px; }
.lex-termen-row {
display: flex;
align-items: center;
gap: 20px;
padding: 16px 20px;
background: var(--ivory);
border-radius: var(--radius);
border: 1px solid var(--border);
transition: var(--transition);
}
.lex-termen-row:hover { border-color: var(--gold); background: var(--gold-pale); }
.lex-termen-row.urmator {
background: var(--navy);
border-color: var(--navy);
}
.lex-termen-row.urmator .lex-data-label { color: rgba(201,168,76,.7); }
.lex-termen-row.urmator .lex-data-value { color: var(--white); }
.lex-termen-date-big {
font-family: var(--font-display);
font-size: 28px;
font-weight: 600;
color: var(--navy);
min-width: 100px;
}
.lex-termen-row.urmator .lex-termen-date-big { color: var(--gold); } .lex-list-cards { display: flex; flex-direction: column; gap: 14px; }
.lex-list-card {
background: var(--ivory);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 18px 22px;
transition: var(--transition);
}
.lex-list-card:hover { border-color: var(--gold); }
.lex-list-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.lex-list-card-title { font-weight: 600; font-size: 14px; color: var(--navy); }
.lex-list-card-date  { font-size: 11px; color: var(--text-light); }
.lex-list-card-body  { font-size: 13px; color: var(--text-mid); line-height: 1.6; } .lex-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.lex-table th {
background: var(--navy);
color: var(--gold);
padding: 12px 16px;
text-align: left;
font-size: 10px;
letter-spacing: 1.5px;
text-transform: uppercase;
font-weight: 600;
}
.lex-table th:first-child { border-radius: var(--radius) 0 0 0; }
.lex-table th:last-child  { border-radius: 0 var(--radius) 0 0; }
.lex-table td {
padding: 13px 16px;
border-bottom: 1px solid var(--border);
color: var(--text-dark);
vertical-align: top;
}
.lex-table tr:last-child td { border-bottom: none; }
.lex-table tr:hover td { background: var(--ivory); }
.lex-table td.amount { font-weight: 600; font-family: var(--font-display); font-size: 16px; } .lex-breach-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.lex-breach-item {
display: flex;
gap: 12px;
padding: 14px 18px;
background: rgba(192,57,43,.04);
border: 1px solid rgba(192,57,43,.15);
border-radius: var(--radius);
font-size: 13px;
color: var(--text-dark);
line-height: 1.5;
}
.lex-breach-item::before {
content: '⚠';
color: var(--red-alert);
flex-shrink: 0;
font-size: 15px;
margin-top: 1px;
}
.lex-etapa-list { display: flex; flex-direction: column; gap: 0; }
.lex-etapa-item {
display: flex;
gap: 16px;
padding: 16px 0;
border-bottom: 1px solid var(--border);
align-items: flex-start;
}
.lex-etapa-item:last-child { border-bottom: none; }
.lex-etapa-num {
width: 30px; height: 30px;
border-radius: 50%;
background: var(--navy);
color: var(--gold);
display: flex; align-items: center; justify-content: center;
font-size: 12px; font-weight: 700;
flex-shrink: 0;
}
.lex-etapa-title { font-weight: 600; font-size: 14px; color: var(--navy); margin-bottom: 4px; }
.lex-etapa-detail { font-size: 13px; color: var(--text-mid); line-height: 1.5; } .lex-acte-list { display: flex; flex-direction: column; gap: 8px; }
.lex-act-row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
border-radius: var(--radius);
border: 1px solid var(--border);
background: var(--white);
}
.lex-act-name { font-size: 13px; color: var(--text-dark); font-weight: 500; }
.lex-act-status {
font-size: 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 4px 12px;
border-radius: 20px;
}
.lex-act-status.detinut { background: rgba(26,107,60,.1); color: var(--green-ok); }
.lex-act-status.necesar  { background: rgba(212,120,10,.1); color: var(--amber); }
.lex-act-status.lipseste { background: rgba(192,57,43,.1); color: var(--red-alert); }
.lex-act-status.partial  { background: rgba(201,168,76,.15); color: #8a6a00; } .lex-llm-panel {
background: var(--navy);
border-radius: var(--radius);
padding: 28px 32px;
margin-bottom: 24px;
}
.lex-llm-title {
font-family: var(--font-display);
font-size: 22px;
color: var(--gold);
margin-bottom: 8px;
}
.lex-llm-sub { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 20px; line-height: 1.6; }
.lex-llm-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lex-copy-success {
display: none;
align-items: center;
gap: 8px;
padding: 12px 18px;
background: rgba(26,107,60,.15);
border: 1px solid rgba(26,107,60,.3);
border-radius: var(--radius);
color: var(--green-ok);
font-size: 13px;
font-weight: 500;
margin-top: 12px;
} .lex-json-editor-wrap { position: relative; }
.lex-json-editor {
width: 100%;
min-height: 400px;
padding: 20px;
font-family: 'Courier New', monospace;
font-size: 12px;
line-height: 1.7;
background: #0d1b2a;
color: #c9a84c;
border: 2px solid var(--navy-mid);
border-radius: var(--radius);
resize: vertical;
outline: none;
transition: var(--transition);
}
.lex-json-editor:focus { border-color: var(--gold); }
.lex-json-toolbar {
display: flex;
gap: 10px;
margin-top: 12px;
align-items: center;
flex-wrap: wrap;
}
.lex-json-status { font-size: 12px; color: var(--text-light); margin-left: auto; }
.lex-json-status.valid { color: var(--green-ok); }
.lex-json-status.invalid { color: var(--red-alert); } .lex-new-dosar-panel {
max-width: 900px;
margin: 0 auto;
}
.lex-form-section {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 28px 32px;
margin-bottom: 20px;
}
.lex-form-section-title {
font-family: var(--font-display);
font-size: 18px;
font-weight: 600;
color: var(--navy);
margin-bottom: 20px;
padding-bottom: 12px;
border-bottom: 1px solid var(--border);
}
.lex-form-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-bottom: 16px; }
.lex-form-group { display: flex; flex-direction: column; gap: 6px; }
.lex-form-label {
font-size: 10px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--text-light);
font-weight: 600;
}
.lex-form-input,
.lex-form-select,
.lex-form-textarea {
padding: 11px 14px;
border: 1.5px solid var(--border);
border-radius: var(--radius);
font-family: var(--font-body);
font-size: 13px;
color: var(--text-dark);
background: var(--white);
outline: none;
transition: var(--transition);
}
.lex-form-input:focus,
.lex-form-select:focus,
.lex-form-textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,.1); }
.lex-form-textarea { resize: vertical; min-height: 100px; } .lex-toast-container { position: fixed; top: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.lex-toast {
padding: 14px 20px;
border-radius: var(--radius);
font-size: 13px;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
box-shadow: var(--shadow-md);
animation: lexToastIn .3s ease;
max-width: 360px;
}
@keyframes lexToastIn { from { opacity:0; transform: translateX(20px); } to { opacity:1; transform:none; } }
.lex-toast.success { background: var(--green-ok); color: var(--white); }
.lex-toast.error   { background: var(--red-alert); color: var(--white); }
.lex-toast.info    { background: var(--navy); color: var(--white); border-left: 4px solid var(--gold); } .lex-modal-overlay {
position: fixed; inset: 0;
background: rgba(13,27,42,.7);
backdrop-filter: blur(4px);
z-index: 9000;
display: flex;
align-items: center;
justify-content: center;
animation: lexFadeIn .2s ease;
}
.lex-modal {
background: var(--white);
border-radius: var(--radius);
padding: 36px 40px;
max-width: 480px;
width: 90%;
box-shadow: var(--shadow-lg);
}
.lex-modal-title { font-family: var(--font-display); font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.lex-modal-text  { font-size: 14px; color: var(--text-mid); line-height: 1.6; margin-bottom: 24px; }
.lex-modal-actions { display: flex; gap: 12px; justify-content: flex-end; } .lex-loading {
display: flex;
align-items: center;
justify-content: center;
padding: 60px;
gap: 12px;
color: var(--text-light);
font-size: 13px;
}
.lex-spinner {
width: 24px; height: 24px;
border: 2px solid var(--border);
border-top-color: var(--gold);
border-radius: 50%;
animation: lexSpin .7s linear infinite;
}
@keyframes lexSpin { to { transform: rotate(360deg); } } .lex-urgency-bar {
height: 6px;
background: var(--border);
border-radius: 3px;
overflow: hidden;
margin: 6px 0;
}
.lex-urgency-fill {
height: 100%;
border-radius: 3px;
background: var(--green-ok);
transition: var(--transition);
}
.lex-urgency-fill.amber { background: var(--amber); }
.lex-urgency-fill.red   { background: var(--red-alert); } @media (max-width: 900px) {
.lex-sidebar { width: 220px; }
.lex-content { padding: 20px; }
.lex-topbar  { padding: 14px 20px; }
.lex-stats-row { grid-template-columns: repeat(2, 1fr); }
.lex-tab-panel { padding: 20px; }
.lex-profile-header { padding: 22px 24px; }
}
@media (max-width: 640px) {
.lex-app { flex-direction: column; }
.lex-sidebar { width: 100%; height: auto; position: relative; }
.lex-sidebar-nav { display: flex; flex-wrap: wrap; padding: 8px; }
.lex-nav-item { padding: 10px 14px; border-left: none; border-bottom: 3px solid transparent; font-size: 11px; }
.lex-stats-row { grid-template-columns: 1fr 1fr; }
.lex-dosare-grid { grid-template-columns: 1fr; }
} @media print {
.lex-sidebar, .lex-topbar-actions, .lex-dosar-card-footer, .lex-llm-panel { display: none !important; }
.lex-profile-header { background: var(--navy) !important; -webkit-print-color-adjust: exact; }
}.lex-btn-ai {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
color: #e8d5b7 !important;
border: 1px solid #c9a84c;
display: inline-flex;
align-items: center;
gap: 7px;
font-weight: 600;
letter-spacing: 0.02em;
transition: all 0.2s ease;
position: relative;
overflow: hidden;
}
.lex-btn-ai::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, transparent 60%, rgba(201,168,76,0.15));
pointer-events: none;
}
.lex-btn-ai:hover {
background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
border-color: #e8c84c;
box-shadow: 0 0 12px rgba(201,168,76,0.35);
transform: translateY(-1px);
}
.lex-btn-ai:active { transform: translateY(0); }
.lex-btn-ai:disabled {
opacity: 0.65;
cursor: not-allowed;
transform: none;
}
.lex-ai-icon,
.lex-ai-star {
display: inline-flex;
font-size: 14px;
color: #c9a84c;
animation: lex-ai-pulse 2.5s ease-in-out infinite;
}
@keyframes lex-ai-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.55; }
} .lex-ai-modal-overlay {
position: fixed;
inset: 0;
background: rgba(10, 12, 20, 0.72);
backdrop-filter: blur(4px);
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
opacity: 0;
transition: opacity 0.25s ease;
}
.lex-ai-modal-overlay.lex-ai-modal-visible {
opacity: 1;
} .lex-ai-modal-box {
background: #ffffff;
border-radius: 14px;
box-shadow: 0 24px 80px rgba(0,0,0,0.35), 0 0 0 1px rgba(201,168,76,0.2);
width: 100%;
max-width: 660px;
max-height: 92vh;
display: flex;
flex-direction: column;
transform: translateY(16px) scale(0.98);
transition: transform 0.25s ease;
overflow: hidden;
}
.lex-ai-modal-overlay.lex-ai-modal-visible .lex-ai-modal-box {
transform: translateY(0) scale(1);
} .lex-ai-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 24px 18px;
background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
border-bottom: 2px solid #c9a84c;
}
.lex-ai-modal-title {
font-size: 17px;
font-weight: 700;
color: #e8d5b7;
display: flex;
align-items: center;
gap: 9px;
letter-spacing: 0.01em;
}
.lex-ai-modal-title .lex-ai-star {
font-size: 18px;
}
.lex-ai-modal-close {
background: none;
border: 1px solid rgba(232,213,183,0.3);
color: #e8d5b7;
border-radius: 50%;
width: 30px;
height: 30px;
cursor: pointer;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.15s;
line-height: 1;
}
.lex-ai-modal-close:hover {
background: rgba(232,213,183,0.15);
border-color: rgba(232,213,183,0.6);
} .lex-ai-modal-body {
padding: 22px 24px;
overflow-y: auto;
flex: 1;
}
.lex-ai-field-group {
margin-bottom: 20px;
}
.lex-ai-label {
display: block;
font-size: 13px;
font-weight: 600;
color: #2d3748;
margin-bottom: 8px;
letter-spacing: 0.01em;
}
.lex-ai-badge {
background: #edf2f7;
color: #718096;
font-size: 11px;
font-weight: 500;
padding: 2px 7px;
border-radius: 10px;
margin-left: 5px;
vertical-align: middle;
} .lex-ai-textarea {
width: 100%;
border: 1.5px solid #e2e8f0;
border-radius: 8px;
padding: 12px 14px;
font-size: 13.5px;
line-height: 1.6;
color: #2d3748;
background: #fdfdfe;
resize: vertical;
min-height: 140px;
font-family: inherit;
transition: border-color 0.15s, box-shadow 0.15s;
box-sizing: border-box;
}
.lex-ai-textarea:focus {
outline: none;
border-color: #c9a84c;
box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.lex-ai-textarea::placeholder {
color: #a0aec0;
font-style: italic;
} .lex-ai-dropzone {
border: 2px dashed #cbd5e0;
border-radius: 10px;
padding: 24px 20px;
text-align: center;
cursor: pointer;
transition: all 0.2s;
background: #f8fafc;
}
.lex-ai-dropzone:hover,
.lex-ai-drop-hover {
border-color: #c9a84c;
background: #fffdf5;
}
.lex-ai-drop-icon {
font-size: 28px;
margin-bottom: 8px;
opacity: 0.7;
}
.lex-ai-drop-text {
font-size: 14px;
color: #4a5568;
margin-bottom: 5px;
}
.lex-ai-browse-link {
color: #0f3460;
text-decoration: underline;
cursor: pointer;
font-weight: 600;
}
.lex-ai-browse-link:hover { color: #c9a84c; }
.lex-ai-drop-types {
font-size: 12px;
color: #a0aec0;
} .lex-ai-file-preview {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 14px;
background: #f0fff4;
border: 1.5px solid #9ae6b4;
border-radius: 8px;
}
.lex-ai-file-icon { font-size: 20px; }
.lex-ai-file-name {
flex: 1;
font-size: 13px;
font-weight: 600;
color: #276749;
word-break: break-word;
}
.lex-ai-file-size {
font-size: 12px;
color: #48bb78;
white-space: nowrap;
}
.lex-ai-file-remove {
background: none;
border: 1px solid #c6f6d5;
color: #68d391;
border-radius: 50%;
width: 22px;
height: 22px;
font-size: 11px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.15s;
flex-shrink: 0;
line-height: 1;
}
.lex-ai-file-remove:hover { background: #c6f6d5; color: #276749; } .lex-ai-warning {
margin-top: 8px;
padding: 9px 13px;
background: #fffbf0;
border: 1px solid #f6ad55;
border-radius: 6px;
font-size: 13px;
color: #7b341e;
} .lex-ai-progress {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
background: #ebf8ff;
border: 1px solid #90cdf4;
border-radius: 8px;
margin-top: 4px;
}
.lex-ai-spinner {
width: 20px;
height: 20px;
border: 2.5px solid #bee3f8;
border-top-color: #3182ce;
border-radius: 50%;
animation: lex-ai-spin 0.8s linear infinite;
flex-shrink: 0;
}
@keyframes lex-ai-spin {
to { transform: rotate(360deg); }
}
.lex-ai-progress-text {
font-size: 13px;
color: #2b6cb0;
font-weight: 500;
} .lex-ai-error {
padding: 12px 15px;
background: #fff5f5;
border: 1.5px solid #feb2b2;
border-radius: 8px;
font-size: 13px;
color: #c53030;
margin-top: 4px;
line-height: 1.5;
} .lex-ai-modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
padding: 16px 24px;
border-top: 1px solid #e2e8f0;
background: #f8fafc;
}
.lex-btn-ai-send {
min-width: 200px;
justify-content: center;
padding: 10px 20px;
font-size: 14px;
} .lex-ai-toast {
position: fixed;
bottom: 24px;
right: 24px;
padding: 13px 20px;
border-radius: 10px;
font-size: 14px;
font-weight: 600;
z-index: 999999;
opacity: 0;
transform: translateY(10px);
transition: all 0.3s ease;
max-width: 380px;
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.lex-ai-toast-show {
opacity: 1;
transform: translateY(0);
}
.lex-ai-toast-success {
background: #1a1a2e;
color: #e8d5b7;
border: 1px solid #c9a84c;
}
.lex-ai-toast-error {
background: #742a2a;
color: #fff5f5;
border: 1px solid #fc8181;
} @media (max-width: 700px) {
.lex-ai-modal-box {
max-width: 100%;
border-radius: 12px 12px 0 0;
max-height: 95vh;
}
.lex-ai-modal-overlay {
align-items: flex-end;
padding: 0;
}
.lex-btn-ai-send { min-width: unset; flex: 1; }
} .lex-ai-raw-box {
margin-top: 12px;
border: 1px solid rgba(201,168,76,.3);
border-radius: 6px;
overflow: hidden;
}
.lex-ai-raw-label {
font-family: var(--font-condensed, monospace);
font-size: 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: rgba(201,168,76,.8);
background: rgba(201,168,76,.08);
padding: 7px 12px;
border-bottom: 1px solid rgba(201,168,76,.2);
}
.lex-ai-raw-textarea {
display: block;
width: 100%;
min-height: 140px;
max-height: 260px;
padding: 10px 12px;
font-family: 'Courier New', monospace;
font-size: 11px;
line-height: 1.55;
color: #c8d0d8;
background: #0d1117;
border: none;
resize: vertical;
outline: none;
box-sizing: border-box;
}
.lex-ai-raw-copy {
width: 100%;
border-radius: 0 !important;
border-top: 1px solid rgba(201,168,76,.2) !important;
font-size: 10.5px !important;
justify-content: center;
}