.ajc{max-width:40rem;margin:0 auto;color:var(--ink,#12262d)}
.ajc h2,.ajc h3{font-family:var(--serif,Georgia,serif);line-height:1.2;margin:0 0 .5rem}
.ajc-muted{color:#5c6062;font-size:.9rem;margin:.25rem 0}
.ajc-bar{height:.5rem;border-radius:.25rem;background:var(--tint,#efede8);overflow:hidden}
.ajc-bar i{display:block;height:100%;background:var(--sea,#0b0d0e);transition:width .3s}
.ajc-bar.sm{height:.35rem;margin:.5rem 0}
.ajc-head{margin-bottom:1.5rem}
.ajc-step,.ajc-next{border-left:.25rem solid var(--accent,#0f7a6f);padding:.25rem 0 .25rem 1rem;margin:0 0 2rem}
.ajc-list{margin:.25rem 0 1rem 1.1rem;padding:0}
.ajc-route{list-style:none;margin:0;padding:0;position:relative}
.ajc-route:before{content:"";position:absolute;left:1.15rem;top:1rem;bottom:1rem;width:2px;background:var(--tint,#efede8)}
.ajc-route li{position:relative;display:flex;gap:1rem;padding:.6rem 0}
.ajc-route details{flex:1}
.ajc-route summary{cursor:pointer;min-height:2.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.ajc-route li>div{flex:1}
.ajc-n{flex:none;width:2.3rem;height:2.3rem;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid var(--tint,#efede8);font-variant-numeric:tabular-nums;font-weight:600;z-index:1}
.ajc-done .ajc-n{background:var(--sea,#0b0d0e);border-color:var(--sea,#0b0d0e);color:#fff}
.ajc-current .ajc-n{border-color:var(--accent,#0f7a6f);color:var(--accent,#0f7a6f)}
.ajc-locked,.ajc-soon{opacity:.6}
.ajc-tag{font-size:.8rem;background:var(--tint,#efede8);padding:.1rem .5rem;border-radius:1rem}
.ajc-task{display:flex;gap:.6rem;align-items:flex-start;padding:.55rem 0;min-height:2.75rem;cursor:pointer}
.ajc-task input{width:1.25rem;height:1.25rem;margin-top:.1rem;accent-color:var(--sea,#0b0d0e)}
.ajc-thanks{margin:2rem 0;padding:1.5rem;background:var(--tint,#efede8);border-radius:.5rem}
.ajc a:focus-visible,.ajc summary:focus-visible,.ajc input:focus-visible{outline:3px solid var(--accent,#0f7a6f);outline-offset:2px}
@media (prefers-reduced-motion:reduce){.ajc-bar i{transition:none}}

/* Tools inside Level 01 and the public calculator */
.ajc-taskbox{border-bottom:1px solid var(--tint,#efede8)}
.ajc-sub{margin:0 0 .75rem 1.85rem}
.ajc-sub summary{cursor:pointer;color:var(--sea,#0b0d0e);min-height:2.5rem;display:flex;align-items:center}
.ajc-row{display:flex;gap:.4rem;margin:.4rem 0}
.ajc-row .n{flex:1;min-width:0}
.ajc-row .a{width:6.5rem}
.ajc-x,.ajc-add{background:none;border:1px solid #d9d6cf;border-radius:.35rem;min-height:2.5rem;min-width:2.5rem;cursor:pointer;font:inherit}
.ajc-total{margin:.75rem 0 0}
.ajc-fields{display:grid;gap:1rem;margin:1rem 0}
.ajc-field{display:flex;flex-direction:column;gap:.25rem}
.ajc-field span{font-weight:600}
.ajc-field small{color:#5c6062}
.ajc-field input{width:100%}
.ajc-scroll{overflow-x:auto}
.ajc-table{border-collapse:collapse;width:100%;min-width:30rem;font-variant-numeric:tabular-nums}
.ajc-table th,.ajc-table td{padding:.55rem .5rem;text-align:right;border-bottom:1px solid var(--tint,#efede8)}
.ajc-table th:first-child{text-align:left;font-weight:600}
.ajc-table tr:last-child{font-weight:700}
.ajc-lead{margin:1.5rem 0;padding:1rem;background:var(--tint,#efede8);border-radius:.5rem}
.ajc-lead[hidden]{display:none}
@media (min-width:40rem){.ajc-fields{grid-template-columns:1fr 1fr}}

/* Templates, compare, monthly review, launch score */
.ajc-pre{white-space:pre-wrap;background:#fff;border:1px solid var(--tint,#efede8);border-radius:.4rem;padding:.75rem;font:inherit;margin:.4rem 0}
.ajc-tpl{margin:.75rem 0}
.ajc-cmp-grid{display:grid;gap:1.25rem}
.ajc-cmp-col{border-left:3px solid var(--tint,#efede8);padding-left:.75rem}
.ajc-best{font-weight:700;color:var(--sea,#0b0d0e)}
.ajc-month{border-top:1px solid var(--tint,#efede8);padding-top:1rem;margin-top:1rem}
.ajc-month h4{display:flex;justify-content:space-between;align-items:center;margin:0 0 .5rem}
.ajc-perf-form{display:grid;gap:.75rem;margin-bottom:1rem}
.ajc-score{background:var(--tint,#efede8);border-radius:.5rem;padding:1rem 1.25rem;margin:0 0 2rem}
.ajc-parts{list-style:none;margin:0;padding:0}
.ajc-parts li{margin:.75rem 0}
@media (min-width:40rem){.ajc-cmp-grid{grid-template-columns:repeat(3,1fr)}.ajc-perf-form{grid-template-columns:1fr 1fr}}

/*
 * Buttons: one primary style (.ajc-btn), one outline variant (.ajc-btn-line). Nothing here needs
 * !important — the theme's own default button look is wrapped in :where() so a plain class like this
 * always wins on its own. A class carries its normal weight only once, so this is the only place that
 * defines it: every other section (PMS included) only adds size/colour variants on top.
 */
.ajc-btn,.ajc-thanks .ajc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3rem;padding:.8rem 1.4rem;border-radius:.75rem;font-weight:650;letter-spacing:.01em;text-decoration:none;color:#fff;background:var(--accent,#0f7a6f);border:2px solid transparent;box-shadow:0 1px 0 rgba(0,0,0,.08),0 8px 16px -8px rgba(15,122,111,.6);transition:transform .12s,box-shadow .12s,background .12s;cursor:pointer;font:inherit;font-weight:650;font-size:1.02rem;line-height:1.2;text-align:center}
.ajc-btn::after{content:"\2192";font-weight:400;transition:transform .12s}
.ajc-btn:hover,.ajc-btn:focus-visible{background:#0b5c53;color:#fff;transform:translateY(-1px)}
.ajc-btn:hover::after{transform:translateX(3px)}
.ajc-btn:active{transform:translateY(0);box-shadow:none}
.ajc-btn[disabled],.ajc-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.ajc-btn-line{background:transparent;color:var(--sea,#0b0d0e);border-color:var(--sea,#0b0d0e);box-shadow:none}
.ajc-btn-line:hover,.ajc-btn-line:focus-visible{background:var(--tint,#efede8);color:var(--sea,#0b0d0e)}
.ajc-dl-btn::after{content:"\2193"}
.ajc-dl-btn:hover::after{transform:translateY(2px)}
.ajc-dl{margin:0 0 2rem}
.ajc-dl-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.6rem}
.ajc-dl-list .ajc-btn{width:100%;justify-content:space-between;text-align:left}
.ajc-add,.ajc-x{border-radius:.6rem}
@media (prefers-reduced-motion:reduce){.ajc-btn,.ajc-btn::after{transition:none}}

/* Facts, assumptions, estimates */
.ajc-kind{font-style:normal;font-size:.72rem;font-weight:650;padding:.1rem .5rem;border-radius:1rem;margin-left:.4rem;vertical-align:middle;letter-spacing:.02em}
.ajc-kind-f{background:#e6f2f0;color:#0b5c53}
.ajc-kind-a{background:#fdf1dc;color:#7a4b00}
.ajc-kind-title{font-weight:700;margin:1.25rem 0 .4rem}

/* Journey PMS */
.ajc-pms .ajc-prop{border-top:1px solid #d9d6cf;padding-top:1.25rem;margin-top:2rem}
.ajc-strip{display:grid;grid-template-columns:repeat(10,1fr);gap:3px}
.ajc-strip i,.ajc-legend i{display:block;font-style:normal;font-size:.72rem;text-align:center;line-height:1.9rem;border-radius:.3rem}
.ajc-strip .occ,.ajc-legend .occ{background:#0f7a6f;color:#fff}
.ajc-strip .blk,.ajc-legend .blk{background:#b9b6ae;color:#0b0d0e}
.ajc-strip .free,.ajc-legend .free{background:#efede8;color:#5c6062}
.ajc-legend i{display:inline-block;width:.9rem;height:.9rem;line-height:.9rem;vertical-align:middle;margin:0 .2rem 0 .8rem}
.ajc-warn{background:#fdf1dc;color:#7a4b00;border-radius:.5rem;padding:.6rem .8rem;font-size:.92rem}
.ajc-row-line{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #efede8}
.ajc-row-line form{display:inline}
.ajc-pms-form{margin:.75rem 0}
.ajc-danger{margin-top:1.5rem}
.ajc-msg{background:#e6f2f0;color:#0b5c53;border-radius:.5rem;padding:.6rem .8rem}
@media (min-width:44rem){.ajc-strip{grid-template-columns:repeat(15,1fr)}}

/* PMS: tabs, month calendar, bookings */
.ajc-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}
.ajc-tabs a{padding:.5rem .9rem;border-radius:2rem;background:#efede8;color:inherit;text-decoration:none;font-weight:600;font-size:.95rem}
.ajc-tabs a[aria-current]{background:#0b0d0e;color:#fff}
.ajc-monthnav{display:flex;align-items:center;gap:1rem;justify-content:space-between;max-width:22rem;margin:.5rem 0}
.ajc-monthnav a{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#efede8;text-decoration:none;color:inherit;font-size:1.3rem}
.ajc-cal{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;max-width:26rem}
.ajc-cal b{text-align:center;font-size:.75rem;color:#5c6062;padding:.2rem 0}
.ajc-cal i,.ajc-legend .c-occ,.ajc-legend .c-blk,.ajc-legend .c-conf,.ajc-legend .c-free{font-style:normal;text-align:center;border-radius:.4rem;position:relative}
.ajc-cal i{line-height:2.4rem;font-size:.9rem}
.c-free{background:#efede8;color:#5c6062}
.c-occ{background:#0f7a6f;color:#fff}
.c-blk{background:#b9b6ae;color:#0b0d0e}
.c-conf{background:#c0392b;color:#fff}
.ajc-cal i.ci::before,.ajc-cal i.co::after{content:"";position:absolute;top:2px;width:0;height:0;border:4px solid transparent}
.ajc-cal i.ci::before{left:2px;border-left-color:#fff;border-top-color:#fff}
.ajc-cal i.co::after{right:2px;border-right-color:#0b0d0e;border-bottom-color:#0b0d0e}
.c-free.ci::before{border-left-color:#0f7a6f!important;border-top-color:#0f7a6f!important}
.c-free.co::after{border-right-color:#0f7a6f!important;border-bottom-color:#0f7a6f!important}
.ajc-legend .c-occ,.ajc-legend .c-blk,.ajc-legend .c-conf,.ajc-legend .c-free{display:inline-block;width:.9rem;height:.9rem;vertical-align:middle;margin:0 .2rem 0 .8rem}
.ajc-bk{border-bottom:1px solid #efede8;padding:.6rem 0}
.ajc-bk p{margin:0 0 .4rem}
.ajc-inline{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.4rem}
.ajc-inline input{flex:1;min-width:8rem}
.ajc-note{border-left:3px solid #d9d6cf;padding-left:.7rem;font-size:.92rem}

/* Property OS */
.os-brief{background:#0b0d0e;color:#fff;border-radius:1rem;padding:1.25rem;margin:1rem 0 1.5rem}
.os-brief h3{color:#fff;margin:0 0 .2rem;font-size:1.6rem}
.os-brief .ajc-muted{color:#b9b6ae}
.os-lines{list-style:none;margin:1rem 0;padding:0;display:grid;gap:.7rem}
.os-lines li{padding-left:.9rem;border-left:3px solid #4a4f52;line-height:1.5}
.os-lines li.sev-1{border-left-color:#e0a83a}
.os-lines li.sev-2{border-left-color:#e05a4b}
.os-lines a{color:#7fd4c8;margin-left:.3rem;font-size:.9rem}
.os-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:1rem;padding:.05rem .5rem;margin-right:.3rem;vertical-align:middle}
.t-fact{background:#0f7a6f;color:#fff}
.t-estimate{background:#e0a83a;color:#0b0d0e}
.t-todo{background:#4a4f52;color:#fff}
.os-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1rem 0}
.os-card{display:flex;flex-direction:column;gap:.15rem;padding:.9rem;border:1px solid #d9d6cf;border-radius:.8rem;text-decoration:none;color:inherit;background:#fff}
.os-card:hover{border-color:#0f7a6f}
.os-k{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#5c6062}
.os-card b{font:700 1.6rem var(--serif,Georgia,serif)}
.os-card small{color:#5c6062;font-size:.8rem}
.ajc-warnline{color:#b23a2c;font-weight:600}
@media (min-width:44rem){.os-grid{grid-template-columns:repeat(3,1fr)}}

/* ===== Journey PMS: app look ===== */
.ajc-pms{--line:#e4e2dc;--soft:#f5f4f0;--ink:#0b0d0e;--teal:#0f7a6f;--warn:#e0a83a;--bad:#d9534f;max-width:70rem;margin:0 auto}
.ajc-pms .ic{flex:none;vertical-align:middle}
.pms-title h2{font-size:clamp(1.6rem,5vw,2.2rem);margin:0 0 .5rem}
.pms-intro{max-width:44rem}
.pms-msg{display:flex;gap:.6rem;align-items:flex-start;padding:.75rem .9rem;border-radius:.8rem;background:#e6f2f0;color:#0b5c53;margin:.5rem 0 1rem;font-weight:600}
.pms-msg.err{background:#fdf1dc;color:#7a4b00}
.ajc-warn{display:flex;gap:.5rem;align-items:flex-start;background:#fdf1dc;color:#7a4b00;border-radius:.8rem;padding:.7rem .9rem;margin:.5rem 0}

.pms-card{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1.1rem;margin:0 0 .9rem}
.pms-card h4,.pms-card h3{margin-top:0}
.pms-main h4{margin:1.5rem 0 .6rem;display:flex;align-items:center;gap:.45rem}
.pms-grid{display:grid;gap:.9rem;margin:1rem 0}
@media (min-width:52rem){.pms-grid{grid-template-columns:repeat(2,1fr)}}
.pms-prop-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem}
.pms-prop-head h3{margin:0;font-size:1.3rem}
.pms-prop-head a{color:inherit;text-decoration:none}
/* The whole property card opens the property; the name and the "Άνοιξε" button sit above the stretched link so they stay independently reachable by keyboard and screen readers. */
.pms-prop{position:relative;cursor:pointer;transition:border-color .12s,box-shadow .12s}
.pms-prop:hover{border-color:#b9b6ae;box-shadow:0 10px 22px -16px rgba(11,13,14,.35)}
.pms-card-link{position:absolute;inset:0;z-index:1;border-radius:inherit}
.pms-card-link:focus-visible{outline:3px solid var(--accent,#0f7a6f);outline-offset:2px}
.pms-prop-head,.pms-prop>.ajc-btn,.pms-prop>a.ajc-btn{position:relative;z-index:2}
.pms-list{list-style:none;margin:.5rem 0 0;padding:0}
.pms-list li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--soft)}
.pms-list a{color:inherit}
.pms-empty{text-align:center;background:var(--soft);border-radius:1rem;padding:2rem 1.25rem;margin:1rem 0;color:#3a3f42}
.pms-empty .ic{color:var(--teal)}
.pms-empty h3{margin:.6rem 0 .3rem}
.pms-empty p{margin:0 auto 1rem;max-width:32rem}

/* Ring */
.ring{width:3.4rem;height:3.4rem;flex:none}
.ring-bg{stroke:var(--line)}
.ring-fg{stroke:var(--teal);stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}
.ring.warn .ring-fg{stroke:var(--warn)}
.ring.bad .ring-fg{stroke:var(--bad)}
.ring-t{font:700 10px system-ui,sans-serif;fill:currentColor;text-anchor:middle}
.os-brief .ring-bg{stroke:#3a3f42}
.os-brief .ring-t{fill:#fff}

/* Header and shell */
.pms-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin:.25rem 0 1rem}
.pms-head h3{margin:.1rem 0 0;font-size:clamp(1.5rem,5vw,2rem)}
.pms-back{color:#5c6062;text-decoration:none;font-size:.92rem}
.pms-back:hover{color:var(--teal)}
.pms-switch{position:relative}
.pms-switch summary{cursor:pointer;list-style:none;border:1px solid var(--line);border-radius:2rem;padding:.55rem 1rem;background:#fff;font-weight:600;font-size:.92rem}
.pms-switch summary::-webkit-details-marker{display:none}
.pms-switch div{position:absolute;right:0;top:110%;background:#fff;border:1px solid var(--line);border-radius:.8rem;box-shadow:0 14px 28px -14px rgba(11,13,14,.3);z-index:20;min-width:14rem;padding:.3rem}
.pms-switch a{display:block;padding:.6rem .8rem;border-radius:.5rem;color:inherit;text-decoration:none}
.pms-switch a:hover,.pms-switch a[aria-current]{background:var(--soft)}
.pms-shell{display:grid;gap:1rem;min-width:0}
.pms-nav-wrap{position:relative;min-width:0}
.pms-nav{display:flex;gap:.5rem;overflow-x:auto;padding:.15rem .1rem .6rem;margin:0 -.1rem;scrollbar-width:none;scroll-padding-inline:1.5rem}
.pms-nav::-webkit-scrollbar{display:none}
.pms-nav a{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;padding:.65rem 1.05rem;border-radius:2rem;background:var(--soft);color:#3a3f42;text-decoration:none;font-weight:600;font-size:.93rem;min-height:2.9rem;border:1.5px solid transparent;transition:background .12s,border-color .12s}
.pms-nav a:hover{background:#e9e7e1}
.pms-nav a[aria-current]{background:var(--ink);color:#fff;font-weight:700;box-shadow:0 4px 12px -4px rgba(11,13,14,.45)}
/*
 * More-tabs arrows: real buttons, not a decorative overlay, so they can never paint over a dark
 * active pill. Hidden by default and switched on by JS only while there really is more to scroll to
 * in that direction (see site.js), so the signal is always true, never just cosmetic.
 */
.pms-scroll-btn{display:none;position:absolute;top:0;bottom:.6rem;align-items:center;width:2.5rem;z-index:3;border:0;background:none;cursor:pointer;color:var(--ink)}
.pms-scroll-btn.show{display:flex}
.pms-scroll-btn.prev{left:-.35rem;justify-content:flex-start;background:linear-gradient(90deg,var(--paper,#fbfaf8) 40%,transparent)}
.pms-scroll-btn.next{right:-.35rem;justify-content:flex-end;background:linear-gradient(-90deg,var(--paper,#fbfaf8) 40%,transparent)}
.pms-scroll-btn span{display:grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:50%;background:#fff;border:1.5px solid var(--line);box-shadow:0 4px 10px -4px rgba(11,13,14,.35)}
.pms-scroll-btn.prev span{transform:scaleX(-1)}
.pms-scroll-btn:hover span{background:var(--soft)}
@media (min-width:60rem){
	.pms-shell{grid-template-columns:13.5rem 1fr;align-items:start}
	.pms-scroll-btn{display:none!important}
	.pms-nav{flex-direction:column;overflow:visible;position:sticky;top:5.5rem;background:#fff;border:1px solid var(--line);border-radius:1rem;padding:.5rem}
	.pms-nav a{border-radius:.7rem;background:none;border-color:transparent}
	.pms-nav a[aria-current]{background:var(--ink);box-shadow:none}
}
.pms-main{min-width:0}

/* Panels: forms that open with + */
.pms-panel{background:#fff;border:1px dashed #c9c6be;border-radius:1rem;margin:.9rem 0}
.pms-panel[open]{border-style:solid;border-color:var(--line)}
.pms-panel summary{display:flex;align-items:center;gap:.5rem;cursor:pointer;list-style:none;padding:.85rem 1rem;font-weight:650;color:var(--teal);min-height:3rem}
.pms-panel summary::-webkit-details-marker{display:none}
.pms-panel-body{padding:0 1rem 1rem}

/* Buttons */
.ajc-pms .ajc-btn{min-height:2.9rem;padding:.65rem 1.2rem;border-radius:.8rem;font-size:.98rem}
.ajc-pms .ajc-btn::after{display:none}
.ajc-pms .ajc-btn .ic{margin-right:.15rem}
.ajc-pms .ajc-mini,.ajc-pms .ajc-copy{display:inline-flex;align-items:center;gap:.4rem;min-height:2.5rem;padding:0 .9rem;border-radius:.7rem;border:1px solid #d3d0c8;background:#fff;color:inherit;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .12s,border-color .12s}
.ajc-pms .ajc-mini:hover,.ajc-pms .ajc-copy:hover{background:var(--soft);border-color:#b9b6ae}
.ajc-pms .ok-btn{background:#e6f2f0;border-color:#b7dcd6;color:#0b5c53}
.ajc-pms .ok-btn:hover{background:#d5eae6}
.ajc-pms .ajc-danger-btn{color:#a3302b;border-color:#ecc9c6;background:#fff}
.ajc-pms .ajc-danger-btn:hover{background:#fdf0ef;border-color:#dfa19c}
.pms-btnrow{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.pms-btnrow form,.ajc-row-line form{display:inline-block;margin:0}
.ajc-danger{margin:1.5rem 0 0;padding-top:1rem;border-top:1px solid var(--line)}

/* Forms */
.ajc-pms input[type=text],.ajc-pms input[type=number],.ajc-pms input[type=url],.ajc-pms input[type=date],.ajc-pms input[type=month],.ajc-pms select{min-height:2.9rem;border:1px solid #d3d0c8;border-radius:.7rem;padding:.5rem .8rem;background:#fff;width:100%;font:inherit}
.ajc-pms input:focus,.ajc-pms select:focus{outline:3px solid rgba(15,122,111,.25);border-color:var(--teal)}
.ajc-pms .ajc-fields{gap:.8rem}

/* Lists inside cards */
.ajc-row-line{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--soft)}
.ajc-row-line:last-child{border-bottom:0}
.pms-bk-top{display:flex;flex-wrap:wrap;gap:.5rem .7rem;align-items:center;margin-bottom:.4rem}
.pms-bk.is-block{background:var(--soft)}
.pms-amount{margin-left:auto;font-weight:700}
.pms-bk form{display:block;margin:.4rem 0 0}
.ajc-tag.ok{background:#e6f2f0;color:#0b5c53}
.pms-step{display:inline-grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--ink);color:#fff;font-size:.85rem;font-weight:700;margin-right:.3rem}
.pms-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin:.6rem 0 1rem}
.pms-chips span{background:var(--soft);border-radius:.8rem;padding:.6rem .85rem;font-size:.92rem;color:#3a3f42}
.pms-chips b{display:block;font:700 1.3rem var(--serif,Georgia,serif);color:var(--ink)}

/* Calendar */
.ajc-monthnav{max-width:none;justify-content:space-between;margin:0 0 .8rem}
.ajc-monthnav b{font:700 1.15rem var(--serif,Georgia,serif)}
.ajc-cal{max-width:none;gap:4px}
.ajc-cal i,.ajc-cal a{display:block;text-align:center;line-height:2.9rem;border-radius:.6rem;font-size:.95rem;font-style:normal;position:relative;text-decoration:none}
.ajc-cal a.c-free{background:var(--soft);color:#3a3f42;transition:background .12s,color .12s}
.ajc-cal a.c-free:hover{background:var(--teal);color:#fff}
.ajc-cal .today{box-shadow:inset 0 0 0 2px var(--ink)}
.c-conf{background:#c0392b;color:#fff}
@media (min-width:44rem){.ajc-cal i,.ajc-cal a{line-height:3.6rem}}

/* Property OS */
.os-brief{background:#0b0d0e;color:#fff;border-radius:1.2rem;padding:1.25rem;margin:.25rem 0 1.25rem}
.os-brief-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.os-brief h3{color:#fff;margin:0;font-size:clamp(1.7rem,6vw,2.3rem)}
.os-brief .ajc-muted{color:#b9b6ae;margin:.2rem 0 0}
.pms-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
.pms-qa{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1rem;border-radius:2rem;background:#1d2123;color:#fff;text-decoration:none;font-weight:600;font-size:.92rem;border:1px solid #3a3f42;min-height:2.6rem}
.pms-qa:hover{background:#0f7a6f;border-color:#0f7a6f}
.today-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.5rem 0 1rem}
.today-tile{background:#15181a;border:1px solid #2b3033;border-radius:.9rem;padding:.75rem;display:flex;flex-direction:column;gap:.15rem}
.today-tile b{font:700 1.8rem/1 var(--serif,Georgia,serif)}
.today-tile span{color:#b9b6ae;font-size:.82rem}
.today-tile.wide{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;gap:.6rem}
.today-tile.wide span{color:#fff;font-size:.95rem}
.os-lines{list-style:none;margin:1rem 0 .5rem;padding:0;display:grid;gap:.75rem}
.os-lines li{display:flex;gap:.7rem;line-height:1.5;padding:.7rem .8rem;background:#15181a;border-radius:.9rem;border-left:3px solid #3a3f42}
.os-lines li.sev-1{border-left-color:var(--warn)}
.os-lines li.sev-2{border-left-color:#e05a4b}
.os-ic{flex:none;color:#7fd4c8;margin-top:.1rem}
.os-lines a{color:#7fd4c8;margin-left:.3rem;font-size:.9rem;white-space:nowrap}
.os-legend{font-size:.82rem}
.os-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1rem 0}
@media (min-width:44rem){.os-grid{grid-template-columns:repeat(3,1fr)}}
.os-card{display:flex;flex-direction:column;gap:.2rem;padding:.95rem;border:1px solid var(--line);border-left:4px solid var(--line);border-radius:.9rem;text-decoration:none;color:inherit;background:#fff;transition:transform .12s,box-shadow .12s}
.os-card:hover{transform:translateY(-2px);box-shadow:0 14px 24px -18px rgba(11,13,14,.5)}
.os-card.s-ok{border-left-color:var(--teal)}
.os-card.s-warn{border-left-color:var(--warn)}
.os-card.s-alert{border-left-color:#e05a4b}
.os-k{display:flex;align-items:center;gap:.4rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#5c6062}
.os-card b{font:700 1.7rem var(--serif,Georgia,serif)}
.os-card small{color:#5c6062;font-size:.8rem}
@media (prefers-reduced-motion:reduce){.os-card,.pms-nav a,.ajc-cal a{transition:none}}

/* Fixes found in real-browser checks */
.ajc-pre{overflow-wrap:anywhere;word-break:break-all;max-width:100%}
.ajc input[type=hidden]{display:none}
.pms-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.pms-qa{justify-content:flex-start}
@media (min-width:44rem){.pms-actions{display:flex;flex-wrap:wrap}}
.today-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.today-tile span{overflow-wrap:anywhere;font-size:.76rem}
.today-tile.wide{align-items:center}
.ajc-cal i.c-free{background:#efede8;color:#8a8c8d}
.ajc-cal a.c-free{background:#efede8;color:#0b0d0e;font-weight:600}
.ajc-tpl{max-width:100%}
.ajc-row-line>span{min-width:0;overflow-wrap:anywhere}
.today-tile span{overflow-wrap:normal;font-size:.72rem}

/*
 * PMS button hierarchy — every rule below wins on its own single class, no !important, now that
 * dashboard.php loads this stylesheet before wp_head and the theme's default button rule carries
 * zero specificity. Four levels, used consistently across every PMS screen:
 *   .ajc-btn            primary action   — solid, the one thing to do on a panel (e.g. "Πρόσθεσε ακίνητο")
 *   .ajc-btn-line        secondary action — outline, same size as primary, for the second choice
 *   .ajc-mini / .ajc-copy tertiary action — small, quiet, for rows of items (sync, copy a link…)
 *   .ok-btn              confirm          — small and green, "Έγινε"
 *   .ajc-danger-btn       destructive      — small and red, always paired with a confirm() prompt
 */
.ajc-pms .ajc-btn,.ajc-pms .ajc-btn-line{min-height:3rem;padding:.75rem 1.3rem;border-radius:.8rem;font-size:1rem}
.ajc-mini,.ajc-copy{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:#fff;border:1.5px solid #d3d0c8;color:#0b0d0e;border-radius:.7rem;min-height:2.75rem;padding:0 1rem;cursor:pointer;font:inherit;font-weight:600;font-size:.92rem;line-height:1.2;transition:background .12s,border-color .12s}
.ajc-mini:hover,.ajc-copy:hover,.ajc-mini:focus-visible,.ajc-copy:focus-visible{background:#f5f4f0;border-color:#b9b6ae}
.ajc-mini[disabled]{opacity:.5;cursor:not-allowed}
.ok-btn{background:#e6f2f0;border-color:#b7dcd6;color:#0b5c53}
.ok-btn:hover,.ok-btn:focus-visible{background:#d5eae6;border-color:#9fcec6}
.ajc-danger-btn{color:#a3302b;border-color:#ecc9c6}
.ajc-danger-btn:hover,.ajc-danger-btn:focus-visible{background:#fdf0ef;border-color:#dfa19c}
/* Buttons sitting next to each other always keep a visible gap, on every screen size. */
.pms-btnrow,.ajc-row-line,.pms-actions{gap:.6rem}
.pms-btnrow>*,.ajc-row-line>form,.ajc-row-line>a,.ajc-row-line>button{margin:0}
.ajc-pms .ajc-sub summary{color:#0f7a6f;font-weight:650}

/* PMS paywall */
.pms-paywall{background:#fff;border:1px solid #e4e2dc;border-radius:1.2rem;padding:1.5rem;margin:1rem 0;max-width:38rem}
.pms-paywall h2{margin:.6rem 0 .5rem;font-size:clamp(1.8rem,6vw,2.4rem)}
.pms-paywall .lead{font-size:1.1rem;color:#3a3f42}
.pms-need{display:flex;align-items:center;gap:.5rem;background:#e6f2f0;color:#0b5c53;border-radius:.8rem;padding:.7rem .9rem;margin:1rem 0}
.pms-paywall .ptag{display:inline-block;font:700 .72rem/1 system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;background:#5c6062;color:#fff;border-radius:2rem;padding:.35rem .7rem}

/* ===== Sign-in page: big, calm and simple ===== */
.ajc-auth{max-width:36rem;margin:1rem auto}
.auth-card{background:#fff;border:1px solid #e4e2dc;border-radius:1.2rem;padding:1.4rem;margin:0 0 1rem}
.auth-card.main{border:2px solid #0b0d0e;box-shadow:0 20px 34px -26px rgba(11,13,14,.6)}
.auth-card h2{margin:0 0 .4rem;font-size:1.6rem}
.auth-card p{color:#3a3f42;margin:.3rem 0 .8rem}
.ajc-auth .ajc-field{display:block;margin:1rem 0}
.ajc-auth .ajc-field span{display:block;font-weight:650;margin-bottom:.35rem;font-size:1.05rem}
.ajc-auth input[type=email],.ajc-auth input[type=text],.ajc-auth input[type=password]{width:100%;min-height:3.4rem;font-size:1.1rem;border:2px solid #cfcdc6;border-radius:.8rem;padding:.6rem .9rem;background:#fff;box-sizing:border-box}
.ajc-auth input:focus{outline:4px solid rgba(15,122,111,.25);border-color:#0f7a6f}
.ajc-auth .ajc-btn.big,.ajc-auth button.big{width:100%;min-height:3.6rem;font-size:1.15rem;justify-content:center}
.ajc-auth a.ajc-btn.big{display:flex}

.auth-note{border-radius:.9rem;padding:1rem 1.1rem;margin:0 0 1rem;font-size:1.05rem;line-height:1.5}
.auth-note.ok{background:#e6f2f0;color:#0b5c53}
.auth-note.err{background:#fdf1dc;color:#7a4b00}
.auth-card summary{cursor:pointer;font-weight:700;min-height:3rem;display:flex;align-items:center;font-size:1.1rem}
.auth-card details form{margin-top:.5rem}
.hp{position:absolute;left:-9999px;height:0;width:0;overflow:hidden}
.auth-link{font-weight:650;color:#0b0d0e;text-underline-offset:.2em}
.auth-switch{margin:1.25rem 0 0;padding-top:1.25rem;border-top:1px solid #e4e2dc}
.auth-switch p{margin:0 0 .6rem}
#ajc-register{scroll-margin-top:5.5rem}
.auth-link.strong{color:var(--sea,#0f7a6f);font-size:1.1rem}
.auth-foot{text-align:center;color:#3a3f42;margin:1.5rem 0}
.auth-actions{display:grid;gap:.75rem;margin-top:1rem}
.auth-show{display:flex;gap:.5rem;align-items:center;margin:.5rem 0 1rem;font-size:1.05rem}
.auth-show input{width:1.4rem;height:1.4rem}

/* Login: large, high contrast fields */
.ajc-auth input[type=email],.ajc-auth input[type=text],.ajc-auth input[type=password]{min-height:3.4rem;font-size:1.15rem;border:2px solid #b9b6ae;border-radius:.8rem;padding:.6rem .9rem}
.ajc-auth input:focus{outline:4px solid rgba(15,122,111,.25);border-color:#0f7a6f}
.ajc-auth .auth-skip{margin:1rem 0 0;padding:.8rem 1rem;background:#efede8;border-radius:.8rem;font-size:1.02rem}

/* Login and registration: clear blocks and big fields */
.ajc-auth .auth-alt{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e4e2dc}
.ajc-auth .auth-alt h3{font-size:1.15rem;margin:0 0 .4rem}
.ajc-auth .auth-terms{display:flex;gap:.7rem;align-items:flex-start;margin:1rem 0;font-size:1.02rem;line-height:1.5}
.ajc-auth .auth-terms input{width:1.5rem;height:1.5rem;margin-top:.15rem;flex:none}
/* Receipt or invoice choice */
.ajc-doc{border:0;padding:0;margin:1rem 0}
.ajc-doc legend{font-weight:700;font-size:1.1rem;margin-bottom:.5rem;padding:0}
.ajc-doc-opt{display:flex;gap:.8rem;align-items:flex-start;border:2px solid #d3d0c8;border-radius:.9rem;padding:.9rem 1rem;margin:0 0 .6rem;cursor:pointer;background:#fff}
.ajc-doc-opt:has(input:checked){border-color:#0f7a6f;background:#e6f2f0}
.ajc-doc-opt input{width:1.4rem;height:1.4rem;margin-top:.2rem;flex:none}
.ajc-doc-opt small{display:block;color:#5c6062}
.ajc-invoice-fields{margin-top:.6rem}
/* Subscription status in the PMS */
.pms-sub{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between;background:#efede8;border-radius:.9rem;padding:.7rem 1rem;margin:.5rem 0 1rem}
.pms-sub form{margin:0}

.pms-paywall .ajc-btn.big{width:100%;min-height:3.4rem;font-size:1.1rem;justify-content:center}
.ajc-pms :focus-visible{outline:3px solid rgba(15,122,111,.55);outline-offset:2px}

/* Emergency contacts: big, unmistakable, tap-to-call */
.pms-tel{display:inline-flex;align-items:center;gap:.5rem;min-height:2.9rem;padding:.5rem 1rem;border-radius:.8rem;background:#e6f2f0;color:#0b5c53;text-decoration:none;font-weight:700;font-size:1.05rem;margin:.4rem 0}
.pms-tel:hover{background:#d5eae6}

/* Lock-code and incident tags share the same "good" green look as the cleaning tag */
.ajc-tag.ok{display:inline-flex;align-items:center;gap:.3rem}

/* Year picker for the accountant report */
.pms-years{display:flex;flex-wrap:wrap;gap:.5rem;margin:.6rem 0 1rem}
.pms-years a{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;min-height:2.75rem;padding:0 .9rem;border-radius:.7rem;background:var(--soft,#f5f4f0);color:inherit;text-decoration:none;font-weight:650}
.pms-years a[aria-current]{background:var(--ink,#0b0d0e);color:#fff}
.year-print-title{font:700 1.2rem var(--serif,Georgia,serif);margin:0 0 .6rem}

/*
 * Printing (or "Save as PDF") the yearly report shows only that one table, full width,
 * with none of the app chrome — a clean page ready to hand to an accountant.
 */
@media print{
	body *{visibility:hidden}
	.year-print,.year-print *{visibility:visible}
	.year-print{position:absolute;left:0;top:0;width:100%;margin:0;padding:0}
	.pms-nav-wrap,.pms-head,.pms-scroll-btn,.os-brief,.pms-actions{display:none!important}
}

/* Property tier upgrade prompt */
/*
 * The upgrade card: a genuinely different look from a plain info card, so it reads as "this is a
 * choice you can make" rather than another status panel. The very next tier up is marked as the
 * natural pick and shows the small extra cost, mirroring the "μόνο τη διαφορά" pattern used
 * everywhere else in Journey — never the full price in isolation.
 */
.pms-upgrade{background:linear-gradient(180deg,#eef6f4,var(--soft,#f5f4f0) 60%);border-color:#cfe6e1}
.pms-upgrade h3{display:flex;align-items:center;gap:.6rem}
.pms-upgrade h3 svg{flex:none;width:2.2rem;height:2.2rem;padding:.45rem;border-radius:50%;background:#fff;color:var(--accent,#0f7a6f);box-shadow:0 1px 0 rgba(11,13,14,.06)}
.pms-tier-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.7rem;margin-top:1rem}
.pms-tier-chip{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:1rem 1.1rem;border-radius:1rem;background:#fff;border:1.5px solid var(--line,#e4e2dc);color:inherit;text-decoration:none;min-height:6rem;justify-content:center;transition:transform .12s,border-color .12s,box-shadow .12s}
.pms-tier-chip:hover{border-color:var(--accent,#0f7a6f);box-shadow:0 10px 20px -12px rgba(11,13,14,.4);transform:translateY(-2px)}
.pms-tier-chip b{font:700 1.15rem var(--serif,Georgia,serif)}
.pms-tier-chip .pms-tier-price{color:#3a3f42;font-weight:600;font-size:.92rem}
.pms-tier-chip .pms-tier-extra{color:var(--accent,#0f7a6f);font-weight:650;font-size:.8rem}
.pms-tier-chip.next{border-color:var(--accent,#0f7a6f);border-width:2px;background:#fff}
.pms-tier-chip.next::before{content:"Επόμενο";position:absolute;top:-.65rem;left:.9rem;background:var(--accent,#0f7a6f);color:#fff;font:700 .68rem/1 var(--sans,sans-serif);letter-spacing:.04em;text-transform:uppercase;padding:.3rem .55rem;border-radius:2rem}
.pms-cal-count{color:#5c6062;font-size:.92rem;margin:.6rem 0}

/* Cleaning-photo thumbnails, in the owner's own Καθαρισμοί tab */
.pms-pic-group{margin:.7rem 0}
.pms-pic-group b{display:block;font-size:.85rem;color:#5c6062;margin-bottom:.35rem}
.pms-pic-group.legacy b{font-style:italic;color:#8a8c8d}
.pms-pic-group.legacy{opacity:.75}
.pms-pic-row{display:flex;gap:.5rem;flex-wrap:wrap}
.pms-pic-row img{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:.6rem;border:1px solid var(--line,#e4e2dc);transition:transform .12s}
.pms-pic-row a:hover img{transform:scale(1.04)}
.pms-pic-wrap{position:relative;display:inline-block}
.pms-pic-wrap form{position:absolute;top:-.4rem;right:-.4rem;margin:0}
.pms-pic-del{min-height:1.6rem;min-width:1.6rem;width:1.6rem;height:1.6rem;padding:0;border-radius:50%;background:#fff;border:1.5px solid #e4a49c;color:#9a2e21;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px -2px rgba(11,13,14,.4)}
.pms-pic-del svg{width:14px;height:14px}

/* Property readiness: plain-language status next to the score ring */
.pms-ready-wrap{display:flex;align-items:center;gap:.5rem;flex:none}
.pms-ready{font:700 .68rem/1 var(--sans,sans-serif);letter-spacing:.03em;padding:.35rem .55rem;border-radius:.5rem;white-space:nowrap}
.pms-ready.ready{background:#e2f3ef;color:#0b5c53}
.pms-ready.risk{background:#fdf1dc;color:#7a4b00}
.pms-ready.blocked{background:#fbe4e1;color:#9a2e21}
.pms-why{color:#7a4b00;font-size:.9rem;margin:.2rem 0 .6rem}

/* Inspection checklist */
.ajc-checklist{display:flex;flex-direction:column;gap:.6rem;margin:.7rem 0}
.ajc-check-row{display:flex;align-items:center;gap:.6rem;min-height:2rem;cursor:pointer}
.ajc-check-row input{width:1.2rem;height:1.2rem;flex:none}
