:root{--p7s-navy:#0b1730;--p7s-navy2:#122445;--p7s-blue:#246bfe;--p7s-violet:#7157ff;--p7s-cyan:#22c5d7;--p7s-green:#12a66a;--p7s-amber:#f2a42b;--p7s-red:#e5484d;--p7s-ink:#16213a;--p7s-muted:#6d7a91;--p7s-line:#e4e9f1;--p7s-bg:#f4f7fb;--p7s-card:#fff}
.p7s-app,.p7s-app *{box-sizing:border-box}.p7s-app{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:var(--p7s-bg);color:var(--p7s-ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.45}.p7s-app button,.p7s-app input,.p7s-app textarea,.p7s-app select{font:inherit}.p7s-app button,.p7s-app a{transition:.18s ease}.p7s-app button:focus-visible,.p7s-app a:focus-visible,.p7s-app input:focus-visible,.p7s-app textarea:focus-visible,.p7s-app select:focus-visible{outline:3px solid #7bb0ff;outline-offset:2px}
.p7s-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 18px;background:linear-gradient(178deg,#09152d 0%,#102343 66%,#0d1b35 100%);color:#fff;overflow:auto}.p7s-brand{display:flex;align-items:center;gap:12px;padding:0 8px 22px}.p7s-brand>b{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#2b77ff,#7257ff);box-shadow:0 12px 28px #1668ff4d;font-size:16px}.p7s-brand span,.p7s-brand strong,.p7s-brand small{display:block}.p7s-brand strong{font-size:16px;letter-spacing:-.02em}.p7s-brand small{font-size:8px;letter-spacing:.13em;color:#9eb3d2;margin-top:2px}.p7s-sidebar nav{display:flex;flex-direction:column;gap:5px}.p7s-sidebar nav button,.p7s-sidebar nav a{width:100%;min-height:44px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;border:0;border-radius:11px;padding:9px 11px;background:transparent;color:#b9c9df;text-decoration:none;text-align:left;cursor:pointer}.p7s-sidebar nav button:hover,.p7s-sidebar nav a:hover{background:#ffffff0e;color:#fff;transform:translateX(2px)}.p7s-sidebar nav button.is-active{background:linear-gradient(90deg,#2d6ffb2b,#6955ff1a);color:#fff;box-shadow:inset 3px 0 #4385ff}.p7s-sidebar nav i{font-style:normal;font-size:18px;color:#8fa9cb}.p7s-sidebar nav button.is-active i{color:#69a0ff}.p7s-sidebar nav em{font-style:normal;font-size:8px;font-weight:800;letter-spacing:.08em;color:#c8d9ff;background:#316bf133;padding:3px 5px;border-radius:5px}.p7s-nav-label{font-size:9px;letter-spacing:.16em;color:#7189a9;padding:24px 12px 7px}.p7s-system{margin-top:auto;padding:14px 12px;border:1px solid #ffffff13;background:#ffffff08;border-radius:12px}.p7s-system span,.p7s-system small{display:block}.p7s-system span{font-size:11px;font-weight:700}.p7s-system span i,.p7s-live i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#36d88e;box-shadow:0 0 0 4px #36d88e1a;margin-right:6px}.p7s-system small{font-size:9px;color:#8fa5c2;margin:4px 0 0 14px}.p7s-user{display:grid;grid-template-columns:38px 1fr 22px;align-items:center;gap:9px;padding:17px 6px 2px}.p7s-user>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffffff16;border:1px solid #ffffff1b;font-size:11px;font-weight:800}.p7s-user strong,.p7s-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p7s-user strong{font-size:11px}.p7s-user small{font-size:9px;color:#8fa5c2}.p7s-user a{color:#9fb3ce;text-decoration:none;font-size:18px}
.p7s-main{min-width:0;padding:0 32px 52px;max-width:1500px;width:100%}.p7s-topbar{min-height:88px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--p7s-line);margin-bottom:28px}.p7s-topbar>div:nth-child(2){min-width:0}.p7s-topbar small,.p7s-topbar h1{display:block;margin:0}.p7s-topbar>div>small{font-size:9px;font-weight:800;letter-spacing:.14em;color:#8190a5}.p7s-topbar h1{font-size:22px;letter-spacing:-.025em}.p7s-top-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.p7s-live{font-size:10px;font-weight:700;color:#4d5d73;background:#fff;border:1px solid var(--p7s-line);padding:8px 11px;border-radius:99px}.p7s-top-actions>button,.p7s-primary-link{border:0;border-radius:10px;background:var(--p7s-navy);color:#fff;padding:10px 14px;font-size:11px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px #0b173021}.p7s-top-actions>button:hover,.p7s-primary-link:hover{background:#18315d;transform:translateY(-1px)}.p7s-menu{display:none;border:0;background:transparent;font-size:21px}.p7s-view{display:none}.p7s-view.is-active{display:block;animation:p7sIn .22s ease}@keyframes p7sIn{from{opacity:.2;transform:translateY(4px)}to{opacity:1;transform:none}}
.p7s-toast{display:flex;align-items:center;gap:10px;margin:-12px 0 18px;padding:12px 14px;border-radius:12px;border:1px solid}.p7s-toast>b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%}.p7s-toast.is-success{background:#edfbf4;border-color:#bdebd2;color:#126f49}.p7s-toast.is-success>b{background:#cdf2dd}.p7s-toast.is-error{background:#fff3f3;border-color:#f3c6c9;color:#a52b31}.p7s-toast.is-error>b{background:#f8d8da}
.p7s-welcome{position:relative;overflow:hidden;min-height:205px;display:flex;align-items:center;padding:32px 36px;border-radius:22px;background:radial-gradient(circle at 83% 14%,#6d55ff48,transparent 30%),radial-gradient(circle at 74% 95%,#1bc2d83b,transparent 31%),linear-gradient(135deg,#0b1832,#193769);color:#fff;box-shadow:0 18px 40px #162b5518}.p7s-welcome>div:first-child{position:relative;z-index:2}.p7s-welcome span{font-size:9px;font-weight:800;letter-spacing:.16em;color:#8fb8ff}.p7s-welcome h2{margin:8px 0 7px;color:#fff;font-size:28px;letter-spacing:-.035em}.p7s-welcome p{margin:0;color:#becce1}.p7s-welcome button{margin-top:22px;border:1px solid #ffffff22;border-radius:10px;background:#fff;color:#102344;padding:10px 15px;font-size:11px;font-weight:800;cursor:pointer}.p7s-welcome button i{margin-left:14px}.p7s-orbit{position:absolute;right:7%;top:50%;width:180px;height:180px;transform:translateY(-50%);display:grid;place-items:center}.p7s-orbit:before,.p7s-orbit:after{content:"";position:absolute;border:1px solid #ffffff1c;border-radius:50%;inset:0}.p7s-orbit:after{inset:26px}.p7s-orbit>b{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,#4388ff,#6e55ff);font-size:22px;box-shadow:0 17px 38px #0c153b88}.p7s-orbit>i,.p7s-orbit>span{position:absolute;width:11px;height:11px;border-radius:50%;background:#33d7cf;box-shadow:0 0 18px #33d7cf}.p7s-orbit>i{left:7px;top:44px}.p7s-orbit>span{right:20px;bottom:23px;background:#f7a936;box-shadow:0 0 18px #f7a936}
.p7s-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:16px 0}.p7s-kpis article{display:flex;align-items:center;gap:13px;padding:18px;background:#fff;border:1px solid var(--p7s-line);border-radius:15px;box-shadow:0 8px 22px #14264b08}.p7s-kpis article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;font-size:17px}.p7s-kpis .is-blue{background:#edf3ff;color:#246bfe}.p7s-kpis .is-violet{background:#f0edff;color:#7157ff}.p7s-kpis .is-amber{background:#fff4df;color:#cf7d00}.p7s-kpis .is-green{background:#e9f8f1;color:#0c9260}.p7s-kpis small,.p7s-kpis strong,.p7s-kpis em{display:block}.p7s-kpis small{font-size:8px;font-weight:800;letter-spacing:.09em;color:#7b8799}.p7s-kpis strong{font-size:25px;line-height:1.05;margin:2px 0}.p7s-kpis em{font-style:normal;font-size:9px;color:#929cad}
.p7s-dashboard-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:13px}.p7s-card{background:#fff;border:1px solid var(--p7s-line);border-radius:16px;padding:20px;box-shadow:0 8px 24px #15284d07}.p7s-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.p7s-card-head small,.p7s-card-head h3{display:block;margin:0}.p7s-card-head small{font-size:8px;font-weight:800;letter-spacing:.13em;color:#8591a4}.p7s-card-head h3{font-size:17px;margin-top:3px}.p7s-card-head button{border:0;background:transparent;color:#356ee9;font-size:10px;font-weight:800;cursor:pointer}.p7s-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.p7s-quick-grid button{min-height:125px;position:relative;border:1px solid var(--p7s-line);border-radius:14px;background:#fbfcfe;text-align:left;padding:16px;cursor:pointer}.p7s-quick-grid button:hover{transform:translateY(-2px);border-color:#b7caed;box-shadow:0 12px 24px #19335e0f}.p7s-quick-grid i,.p7s-quick-grid strong,.p7s-quick-grid small{display:block}.p7s-quick-grid i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#edf3ff;color:#246bfe;font-style:normal}.p7s-quick-grid i.is-event{background:#f0edff;color:#6c54ef}.p7s-quick-grid .is-alert-link i{background:#fff0f0;color:#d44147}.p7s-quick-grid strong{font-size:13px;margin-top:10px}.p7s-quick-grid small{font-size:9px;color:#8792a3}.p7s-quick-grid b{position:absolute;right:14px;top:14px;color:#a4aebe}.p7s-empty{display:flex;min-height:170px;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#8490a2}.p7s-empty>b{font-size:25px;color:#a8b6cc}.p7s-empty span,.p7s-empty small{display:block}.p7s-empty span{color:#344258;font-weight:700;margin:8px 0 2px}.p7s-empty small{font-size:10px}.p7s-mini-event{display:grid;grid-template-columns:45px 1fr 12px;align-items:center;gap:11px;padding:10px 0;border-top:1px solid #edf0f5}.p7s-mini-event:first-of-type{border-top:0}.p7s-mini-event time{width:45px;height:46px;display:grid;place-items:center;border-radius:10px;background:#f0edff;color:#5d49d5}.p7s-mini-event time b,.p7s-mini-event time span{display:block;line-height:1}.p7s-mini-event time b{font-size:16px}.p7s-mini-event time span{font-size:7px;font-weight:800}.p7s-mini-event div strong,.p7s-mini-event div small{display:block}.p7s-mini-event div strong{font-size:11px}.p7s-mini-event div small{font-size:9px;color:#7f8a9b;margin-top:3px}.p7s-mini-event>i{font-style:normal;color:#9ba6b6}
.p7s-page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:4px 0 20px}.p7s-page-title small,.p7s-page-title h2,.p7s-page-title p{display:block;margin:0}.p7s-page-title small{font-size:9px;font-weight:800;letter-spacing:.14em;color:#75849a}.p7s-page-title h2{font-size:27px;letter-spacing:-.035em;margin:4px 0}.p7s-page-title p{color:#728096}.p7s-autosave{font-size:10px;color:#617188;background:#fff;border:1px solid var(--p7s-line);border-radius:99px;padding:8px 11px}.p7s-autosave:first-letter{color:#1fb773}
.p7s-composer{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:16px;align-items:start}.p7s-compose-main{display:grid;gap:13px}.p7s-compose-main>.p7s-card{padding:22px}.p7s-step{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.p7s-step>b{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:var(--p7s-navy);color:#fff;font-size:10px}.p7s-step strong,.p7s-step small{display:block}.p7s-step strong{font-size:14px}.p7s-step small{font-size:10px;color:#7d899b;margin-top:2px}.p7s-kind-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}.p7s-kind-switch input{position:absolute;opacity:0;pointer-events:none}.p7s-kind-switch label>span{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;gap:1px 10px;align-items:center;border:1px solid var(--p7s-line);border-radius:13px;padding:13px;cursor:pointer}.p7s-kind-switch label i{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#edf3ff;color:#246bfe;font-style:normal}.p7s-kind-switch label:nth-child(2) i{background:#f0edff;color:#6c54ef}.p7s-kind-switch label strong{font-size:12px}.p7s-kind-switch label small{font-size:9px;color:#7d899b}.p7s-kind-switch input:checked+span{border-color:#6e92e8;background:#f6f9ff;box-shadow:0 0 0 3px #276df30c}.p7s-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.p7s-field,.p7s-field-grid>label,.p7s-schedule label{display:block}.p7s-field>span,.p7s-field-grid label>span,.p7s-schedule label>span,.p7s-area-field>span{display:flex;justify-content:space-between;font-size:10px;font-weight:800;color:#536077;margin-bottom:6px}.p7s-field span em{font-style:normal;color:#8c97a7;font-weight:500}.p7s-app input[type=text],.p7s-app input[type=url],.p7s-app input[type=date],.p7s-app input[type=datetime-local],.p7s-app input[type=search],.p7s-app textarea,.p7s-app select{width:100%;border:1px solid #d7dfe9;border-radius:10px;background:#fbfcfe;color:#17233a;padding:10px 11px;min-height:41px}.p7s-app textarea{resize:vertical;line-height:1.55}.p7s-app input:focus,.p7s-app textarea:focus,.p7s-app select:focus{border-color:#6998ef;background:#fff;box-shadow:0 0 0 3px #2f75ee12}.p7s-area-field{grid-column:1/-1}.p7s-area-choices{display:flex;flex-wrap:wrap;gap:7px}.p7s-area-choices label{display:flex;align-items:center;gap:6px;border:1px solid #dde4ed;border-radius:99px;padding:7px 10px;font-size:10px;cursor:pointer}.p7s-area-choices label:has(input:checked){background:#edf3ff;border-color:#a9c1ef;color:#1e58ba;font-weight:700}.p7s-area-choices input{width:auto}.p7s-upload{display:flex;align-items:center;gap:11px;border:1px dashed #bfcce0;border-radius:13px;background:#f9fbfe;padding:13px;margin-top:12px;cursor:pointer}.p7s-upload input{position:absolute;opacity:0;pointer-events:none}.p7s-upload>i{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#eaf1ff;color:#2e6ddc;font-style:normal;font-size:18px}.p7s-upload span{flex:1}.p7s-upload strong,.p7s-upload small{display:block}.p7s-upload strong{font-size:11px}.p7s-upload small{font-size:9px;color:#8290a4}.p7s-upload>b{font-size:9px;color:#2d68cf;border:1px solid #cadaf2;border-radius:8px;padding:7px 9px}.p7s-event-fields,.p7s-notice-fields{margin-top:14px;padding-top:14px;border-top:1px solid #edf0f5}.p7s-channel-list{display:grid;gap:8px}.p7s-channel-list label{display:flex;align-items:center;gap:11px;border:1px solid #e0e6ee;border-radius:12px;padding:11px}.p7s-channel-list label>input{width:auto}.p7s-channel-list label>i{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#edf7f2;color:#0e9963;font-style:normal}.p7s-channel-list label:nth-child(2)>i{background:#eef3ff;color:#316fe2}.p7s-channel-list span{flex:1}.p7s-channel-list strong,.p7s-channel-list small{display:block}.p7s-channel-list strong{font-size:11px}.p7s-channel-list small{font-size:9px;color:#7c899c}.p7s-channel-list em{font-size:7px;font-style:normal;font-weight:800;color:#8793a5}.p7s-event-reminders{display:flex;align-items:center;gap:12px;margin-top:12px;padding:12px;background:#f7f5ff;border:1px solid #e0dafa;border-radius:11px}.p7s-event-reminders>strong{margin-right:auto;font-size:10px;color:#4d417f}.p7s-event-reminders label{font-size:9px}.p7s-schedule{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:12px}.p7s-form-actions{position:sticky;bottom:0;z-index:3;display:flex;justify-content:flex-end;gap:8px;padding:13px;background:#f4f7fbe8;backdrop-filter:blur(8px);border-top:1px solid #dfe5ee}.p7s-form-actions button{border:1px solid #ccd6e3;border-radius:10px;padding:10px 15px;font-size:10px;font-weight:800;cursor:pointer}.p7s-form-actions .is-ghost{background:#fff;color:#24324a}.p7s-form-actions .is-secondary{background:#eef3fb;color:#234e91}.p7s-form-actions .is-primary{background:linear-gradient(135deg,#246bfe,#6656ed);border-color:transparent;color:#fff;box-shadow:0 9px 22px #3169e52d}.p7s-form-actions .is-primary i{margin-left:12px}
.p7s-preview{position:sticky;top:20px}.p7s-preview-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.p7s-preview-head small,.p7s-preview-head strong{display:block}.p7s-preview-head small{font-size:8px;letter-spacing:.12em;color:#7c899d}.p7s-preview-head strong{font-size:11px}.p7s-preview-head>span{font-size:8px;font-weight:800;color:#12a66a}.p7s-phone{overflow:hidden;width:300px;min-height:555px;margin:auto;border:7px solid #0d1930;border-radius:34px;background:#f5f7fb;box-shadow:0 25px 50px #13254124}.p7s-phone-top{height:64px;display:grid;grid-template-columns:36px 1fr 22px;align-items:center;gap:8px;padding:0 14px;background:#10213e;color:#fff}.p7s-phone-top>b{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#2f75ff,#735bff);font-size:10px}.p7s-phone-top span,.p7s-phone-top small{display:block}.p7s-phone-top span{font-size:12px;font-weight:800}.p7s-phone-top small{font-size:6px;color:#9eb3ce;letter-spacing:.1em}.p7s-phone-top>i{font-style:normal}.p7s-phone-card{overflow:hidden;margin:14px;border:1px solid #dfe5ed;border-radius:18px;background:#fff;box-shadow:0 12px 25px #15294f0f}.p7s-phone-image{height:145px;display:grid;place-items:center;background:radial-gradient(circle at 80% 20%,#7157ff5c,transparent 36%),linear-gradient(135deg,#13294d,#2a5080);background-size:cover;background-position:center;color:#fff;font-size:38px}.p7s-phone-body{padding:14px}.p7s-phone-body>small{font-size:7px;font-weight:900;letter-spacing:.1em;color:#6e55e7}.p7s-phone-body h3{font-size:17px;line-height:1.22;letter-spacing:-.03em;margin:6px 0}.p7s-phone-body p{font-size:9px;line-height:1.5;color:#657286;margin:0}.p7s-phone-meta{display:flex;justify-content:space-between;border-top:1px solid #edf0f4;margin-top:12px;padding-top:9px;font-size:7px;color:#718097}.p7s-phone-official{margin-top:9px;border-radius:7px;background:#edf8f3;color:#13764f;padding:7px;font-size:7px;font-weight:800}.p7s-phone-push{display:grid;grid-template-columns:31px 1fr 26px;align-items:start;gap:8px;margin:12px;border-radius:13px;background:#fff;padding:10px;box-shadow:0 12px 25px #15294f12}.p7s-phone-push>i{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#10213e;color:#fff;font-style:normal;font-size:8px}.p7s-phone-push strong,.p7s-phone-push small{display:block}.p7s-phone-push strong{font-size:8px}.p7s-phone-push small{font-size:7px;color:#758195;line-height:1.35}.p7s-phone-push time{font-size:6px;color:#9aa4b3}.p7s-preview-note{display:flex;gap:9px;width:300px;margin:12px auto 0;padding:10px;border:1px solid #e0e7ef;border-radius:11px;background:#fff}.p7s-preview-note>i{color:#159765;font-style:normal}.p7s-preview-note strong,.p7s-preview-note small{display:block}.p7s-preview-note strong{font-size:9px}.p7s-preview-note small{font-size:7px;color:#8390a3}
.p7s-calendar-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.p7s-calendar-title{display:flex;align-items:center;justify-content:space-between}.p7s-calendar-title h3{font-size:18px;text-transform:capitalize}.p7s-calendar-title button{border:1px solid #dfe5ed;background:#fff;border-radius:9px;width:34px;height:34px;cursor:pointer}.p7s-month{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:16px}.p7s-month>span{text-align:center;font-size:8px;font-weight:800;color:#8a96a7;padding-bottom:5px}.p7s-month button{position:relative;aspect-ratio:1;border:0;border-radius:10px;background:#f8fafc;color:#536177;font-size:10px;cursor:pointer}.p7s-month button.is-empty{background:transparent;cursor:default}.p7s-month button.is-today{background:#1e62e7;color:#fff;font-weight:800;box-shadow:0 7px 14px #1f65e52f}.p7s-month button i{position:absolute;bottom:4px;left:50%;width:4px;height:4px;border-radius:50%;background:#785cf3;transform:translateX(-50%)}.p7s-month button.is-today i{background:#fff}.p7s-calendar-event{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;padding:11px 0;border-top:1px solid #edf1f5}.p7s-calendar-event time{display:grid;place-items:center;width:45px;height:48px;border-radius:11px;background:#f0edff;color:#5c48cf}.p7s-calendar-event time b,.p7s-calendar-event time span{display:block;line-height:1}.p7s-calendar-event time b{font-size:16px}.p7s-calendar-event time span{font-size:7px}.p7s-calendar-event div small,.p7s-calendar-event div strong,.p7s-calendar-event div em{display:block}.p7s-calendar-event div small{font-size:7px;color:#6e55da;font-weight:800}.p7s-calendar-event div strong{font-size:11px}.p7s-calendar-event div em{font-size:8px;color:#808b9b;font-style:normal}.p7s-status{display:inline-flex;border-radius:99px;padding:5px 8px;font-size:7px;font-weight:900;text-transform:uppercase}.p7s-status.is-publish{background:#e8f8f0;color:#0e8858}.p7s-status.is-future{background:#eef3ff;color:#316ad3}.p7s-status.is-draft{background:#f0f2f5;color:#6f7b8c}
.p7s-search{position:relative;min-width:280px}.p7s-search span{position:absolute;left:11px;top:9px;color:#8c98aa}.p7s-search input{padding-left:32px!important}.p7s-table-card{padding:0;overflow:hidden}.p7s-table-filters{display:flex;gap:5px;padding:13px 15px;border-bottom:1px solid #e8edf3}.p7s-table-filters button{border:0;background:transparent;border-radius:8px;padding:7px 10px;color:#69768a;font-size:9px;font-weight:800;cursor:pointer}.p7s-table-filters button.is-active{background:#edf3ff;color:#245fc4}.p7s-content-list article{display:grid;grid-template-columns:38px minmax(0,1fr) 105px 88px 28px;align-items:center;gap:12px;padding:13px 16px;border-top:1px solid #edf1f5}.p7s-content-list article:first-child{border-top:0}.p7s-content-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf3ff;color:#2868dc}.p7s-content-icon.is-event{background:#f0edff;color:#6d54e7}.p7s-content-list article div small,.p7s-content-list article div strong,.p7s-content-list article div em{display:block}.p7s-content-list article div small{font-size:7px;font-weight:800;color:#71809a}.p7s-content-list article div strong{font-size:11px}.p7s-content-list article div em{font-size:8px;color:#7d899b;font-style:normal}.p7s-content-list article time{font-size:8px;color:#758197}.p7s-row-actions{display:flex;justify-content:flex-end}.p7s-row-actions button{display:grid;place-items:center;width:26px;height:26px;border:0;border-radius:8px;background:#fff0f0;color:#b62f36;font-size:15px;cursor:pointer}.p7s-row-actions button:hover{background:#b62f36;color:#fff}.p7s-row-empty{color:#abb4c0;text-align:center}.p7s-insights{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.p7s-bars{height:240px;display:flex;align-items:flex-end;gap:15px;padding:25px 10px 0;border-bottom:1px solid #dfe5ed}.p7s-bars i{position:relative;flex:1;height:var(--h);border-radius:7px 7px 0 0;background:linear-gradient(#6e58ed,#2f74e6)}.p7s-bars b{position:absolute;bottom:-25px;left:50%;transform:translateX(-50%);font-style:normal;font-size:8px;color:#7d899b}.p7s-insight-note{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#0e1d3a,#193a68);color:#fff}.p7s-insight-note>i{font-size:32px;font-style:normal;color:#7ea9ff}.p7s-insight-note h3{color:#fff;font-size:21px}.p7s-insight-note p{color:#c4d0e1;line-height:1.6}.p7s-insight-note span{font-size:9px;color:#8fa7c7}
@media(max-width:1180px){.p7s-app{grid-template-columns:220px minmax(0,1fr)}.p7s-main{padding-left:22px;padding-right:22px}.p7s-kpis{grid-template-columns:repeat(2,1fr)}.p7s-composer{grid-template-columns:minmax(0,1fr) 300px}.p7s-phone,.p7s-preview-note{width:275px}.p7s-quick-grid{grid-template-columns:1fr}.p7s-quick-grid button{min-height:auto}.p7s-dashboard-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.p7s-app{display:block}.p7s-sidebar{position:fixed;z-index:50;left:0;top:0;width:270px;transform:translateX(-102%);transition:.2s}.p7s-app.is-menu-open .p7s-sidebar{transform:none;box-shadow:20px 0 60px #06101d55}.p7s-main{padding:0 16px 40px}.p7s-menu{display:block}.p7s-top-actions .p7s-live{display:none}.p7s-composer{grid-template-columns:1fr}.p7s-preview{position:static}.p7s-preview-head{margin-top:10px}.p7s-dashboard-grid,.p7s-calendar-grid,.p7s-insights{grid-template-columns:1fr}.p7s-orbit{opacity:.4}.p7s-page-title{align-items:flex-start;flex-direction:column}.p7s-search{width:100%;min-width:0}}
@media(max-width:600px){.p7s-topbar{min-height:76px}.p7s-top-actions>button{font-size:0;padding:10px}.p7s-top-actions>button:first-letter{font-size:16px}.p7s-welcome{padding:25px;min-height:230px}.p7s-welcome h2{font-size:24px;max-width:80%}.p7s-orbit{right:-45px}.p7s-kpis{grid-template-columns:1fr}.p7s-kind-switch,.p7s-field-grid,.p7s-schedule{grid-template-columns:1fr}.p7s-area-field{grid-column:auto}.p7s-event-reminders{align-items:flex-start;flex-direction:column}.p7s-form-actions{justify-content:stretch}.p7s-form-actions button{flex:1;padding:9px 5px}.p7s-content-list article{grid-template-columns:36px 1fr auto}.p7s-content-list article time,.p7s-content-list article>.p7s-status{display:none}.p7s-table-filters{overflow:auto}.p7s-month{gap:2px}}
@media(prefers-reduced-motion:reduce){.p7s-app *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Punkt7 Studio 1.6 — premium municipal shell and personalized dashboard */
:root{--p7s-navy:#082846;--p7s-navy2:#0d365d;--p7s-gold:#d7a82f;--p7s-gold-dark:#ad7911;--p7s-blue:#1768c4;--p7s-green:#16965b;--p7s-red:#e7474d;--p7s-ink:#0b2444;--p7s-muted:#65758a;--p7s-line:#dce5ef;--p7s-bg:#f4f7fa;--p7s-card:#fff}
.p7s-svg-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}.p7s-app svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.p7s-app{grid-template-columns:215px minmax(0,1fr);background:linear-gradient(180deg,#f8fafc 0,#f3f6fa 100%);font-size:15px}.p7partner-page .p7s-main{max-width:none!important;padding:0 0 48px!important;overflow:hidden}.p7s-main>.p7s-view:not([data-studio-view="dashboard"]),.p7s-main>.p7s-toast{margin-left:32px;margin-right:32px}
.p7s-sidebar{padding:25px 12px 20px;background:linear-gradient(180deg,#061f38 0%,#082c4e 54%,#061f38 100%);box-shadow:8px 0 35px #051b2f17}.p7s-brand{flex-direction:column;justify-content:center;gap:10px;padding:0 8px 48px;text-align:center}.p7s-brand>b{width:66px;height:66px;border:3px solid #d8ad49;border-radius:3px;background:#082847;color:#e4bb54;box-shadow:0 0 0 2px #6f5522 inset,0 12px 28px #03152650;font-family:Georgia,serif;font-size:33px;line-height:1}.p7s-brand span{width:100%}.p7s-brand strong{font-size:17px;font-weight:650;color:#fff}.p7s-brand small{display:none}.p7s-sidebar nav{gap:8px}.p7s-sidebar nav button,.p7s-sidebar nav a{min-height:56px;grid-template-columns:34px 1fr auto;border-radius:12px;padding:10px 14px;color:#f4f8fc;font-size:15px}.p7s-sidebar nav button:hover,.p7s-sidebar nav a:hover{background:#ffffff0e;transform:none}.p7s-sidebar nav button.is-active{background:linear-gradient(90deg,#164f82,#174878);box-shadow:inset 0 1px #ffffff13,0 10px 22px #0316282b;color:#fff}.p7s-sidebar nav i{display:grid;place-items:center;width:25px;height:25px;color:#fff}.p7s-sidebar nav i svg{width:25px;height:25px}.p7s-sidebar nav button.is-active i{color:#fff}.p7s-nav-label,.p7s-system{display:none}.p7s-user{position:relative;grid-template-columns:46px minmax(0,1fr) 18px;gap:10px;margin-top:auto;padding:18px 7px 0}.p7s-user>span{position:relative;width:46px;height:46px;border:3px solid #fff;background:linear-gradient(145deg,#e7cf93,#bd8d31);color:#fff;font-size:13px}.p7s-user>span i{position:absolute;right:-3px;bottom:-2px;width:12px;height:12px;border:2px solid #082846;border-radius:50%;background:#21ae68}.p7s-user strong{font-size:12px}.p7s-user small{font-size:9px;color:#aec1d3}.p7s-user a{font-size:16px;color:#fff}
.p7s-topbar{min-height:72px;margin:0;padding:0 24px;border:0;border-bottom:1px solid #dbe3ec;background:#fff;box-shadow:0 2px 12px #0a24400a}.p7s-global-search{position:relative;display:flex;align-items:center;width:min(380px,42vw);height:45px}.p7s-global-search>svg{position:absolute;left:15px;width:20px;height:20px;color:#92a0b0;z-index:1}.p7s-app .p7s-global-search input{height:45px;min-height:45px;padding:0 58px 0 45px!important;border-color:#d6e0ea;border-radius:12px;background:#f8fafc;font-size:14px}.p7s-global-search>span{position:absolute;right:12px;padding:3px 6px;border:1px solid #dce4ed;border-radius:5px;color:#929eac;background:#fff;font-size:8px;font-weight:700}.p7s-top-actions{gap:10px}.p7s-top-actions>button.p7s-top-icon{position:relative;display:grid;place-items:center;width:43px;height:43px;padding:0;border:1px solid #dce5ef;border-radius:11px;background:#fff;color:#0c2b4d;box-shadow:none}.p7s-top-icon svg{width:21px;height:21px}.p7s-top-icon.has-dot:after{content:"";position:absolute;right:8px;top:7px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#e64349}.p7s-tenant-switch{min-height:44px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #dce5ef;border-radius:11px;background:#fff;color:#102b4c}.p7s-tenant-switch>svg{width:21px;height:21px}.p7s-tenant-switch strong{font-size:12px}.p7s-tenant-switch b{font-size:13px;margin-left:5px}.p7s-menu{color:#0d2a4a}
.p7s-hero{position:relative;min-height:270px;display:flex;align-items:stretch;justify-content:space-between;overflow:hidden;padding:42px 42px 34px;color:#fff;background-image:linear-gradient(90deg,#061d35e8 0%,#071e34bb 34%,#071e3438 70%,#071e3408 100%),linear-gradient(0deg,#04182b45,#04182b0a),var(--p7s-hero-image);background-size:cover;background-position:center;box-shadow:inset 0 -1px #0c2c4c22}.p7s-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#071c3100 70%,#071c3135);pointer-events:none}.p7s-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start}.p7s-hero-copy h1{margin:0 0 2px;color:#fff;font-size:34px;font-weight:720;line-height:1.15;letter-spacing:-.035em;text-shadow:0 2px 18px #03111f66}.p7s-hero-copy p{margin:0;color:#fff;font-size:24px;font-weight:400;text-shadow:0 2px 14px #03111f88}.p7s-hero-copy time{display:block;margin-top:13px;color:#f3f6f8;font-size:14px}.p7s-hero-status{display:flex;align-items:center;gap:8px;margin-top:auto;padding:8px 13px;border:1px solid #ffffff2e;border-radius:11px;background:#071c31aa;box-shadow:0 8px 22px #0312202e;font-size:11px;font-weight:650;backdrop-filter:blur(8px)}.p7s-hero-status i{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#23a96a;color:#fff}.p7s-hero-status svg{width:12px;height:12px;stroke-width:2.4}.p7s-hero-brand{position:relative;z-index:1;align-self:flex-start;display:flex;align-items:center;gap:14px;min-width:205px;padding:18px 20px;border:1px solid #dfb748;border-radius:15px;background:#052441f1;color:#fff;box-shadow:0 14px 34px #02152544;backdrop-filter:blur(8px)}.p7s-hero-brand>span{display:grid;place-items:center;width:43px;height:43px;color:#e4bd56}.p7s-hero-brand svg{width:43px;height:43px;stroke-width:1.5}.p7s-hero-brand small,.p7s-hero-brand strong{display:block}.p7s-hero-brand small{font-size:10px;letter-spacing:.08em;color:#dce8f2}.p7s-hero-brand strong{font-size:18px;line-height:1.15;letter-spacing:.01em}
.p7s-dashboard-body{padding:20px 32px 0}.p7s-dashboard-body>h2{margin:0 0 13px;color:#102b4f;font-size:19px;letter-spacing:-.02em}.p7s-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.p7s-action-grid>button{min-height:104px;display:grid;grid-template-columns:62px minmax(0,1fr) 22px;align-items:center;gap:16px;padding:16px 20px;border:1px solid #d6e0ea;border-radius:13px;background:#fff;color:#102a4c;text-align:left;cursor:pointer;box-shadow:0 8px 20px #0b284a0a}.p7s-action-grid>button:hover{transform:translateY(-2px);border-color:#b8cbe0;box-shadow:0 14px 28px #0a2b4e14}.p7s-action-grid>button>i{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(145deg,#092b50,#061d38);color:#fff;box-shadow:inset 0 0 0 1px #ffffff12,0 8px 18px #0724402e}.p7s-action-grid>button>i.is-event{background:linear-gradient(145deg,#e2b33f,#b9810c)}.p7s-action-grid>button.is-alert>i{background:linear-gradient(145deg,#f65a60,#d82f36)}.p7s-action-grid svg{width:30px;height:30px}.p7s-action-grid>button>span strong,.p7s-action-grid>button>span small{display:block}.p7s-action-grid>button>span strong{font-size:17px}.p7s-action-grid>button>span small{margin-top:3px;color:#68778b;font-size:11px}.p7s-action-grid>button>b{color:#78899c}.p7s-action-grid>button>b svg{width:22px;height:22px}
.p7s-overview-grid{display:grid;grid-template-columns:1fr 1.15fr 1.35fr;gap:14px;margin-top:14px}.p7s-overview-grid>.p7s-card{min-width:0;min-height:208px;padding:17px 18px 0;border-color:#d9e3ed;border-radius:13px;box-shadow:0 8px 20px #0b284a08}.p7s-overview-grid h3,.p7s-recent h3{margin:0;color:#102b4f;font-size:14px}.p7s-card-link{width:100%;min-height:39px;display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 0;border:0;border-top:1px solid #e1e8ef;background:transparent;color:#1765bb;font-size:10px;font-weight:650;text-align:left;cursor:pointer}.p7s-card-link svg{width:16px;height:16px}.p7s-card-link b{margin-left:auto;font-size:16px}.p7s-today{display:flex;flex-direction:column}.p7s-today-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px;text-align:center;color:#6e7c8d}.p7s-today-empty svg{width:25px;height:25px;margin-bottom:5px;color:#2870c3}.p7s-today-empty span{font-size:11px;font-weight:650;color:#3a4d64}.p7s-today-empty small{font-size:9px}.p7s-timeline{position:relative;flex:1;margin:13px 0 0}.p7s-timeline:before{content:"";position:absolute;left:55px;top:10px;bottom:10px;width:2px;background:#4c8bd1}.p7s-timeline article{position:relative;display:grid;grid-template-columns:42px 12px minmax(0,1fr);align-items:center;gap:8px;min-height:31px;font-size:10px}.p7s-timeline time{color:#1263bd;font-weight:750}.p7s-timeline i{z-index:1;width:8px;height:8px;border-radius:50%;background:#1e69bf;box-shadow:0 0 0 2px #fff}.p7s-timeline span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#33465d}.p7s-review{display:flex;flex-direction:column}.p7s-review-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.p7s-review-grid article{position:relative;min-width:0;padding:14px 10px;border:1px solid #e1e8ef;border-radius:10px;background:#fbfcfe;overflow:hidden}.p7s-review-grid strong,.p7s-review-grid span{display:block}.p7s-review-grid strong{color:#1765bd;font-size:25px;line-height:1}.p7s-review-grid span{max-width:72px;margin-top:5px;color:#536174;font-size:9px}.p7s-review-grid svg{position:absolute;right:9px;top:15px;width:23px;height:23px;color:#2a73c7}.p7s-review-grid article.is-gold strong,.p7s-review-grid article.is-gold svg{color:#c3870b}.p7s-review-grid article.is-green strong,.p7s-review-grid article.is-green svg{color:#15945a}.p7s-reach{display:flex;flex-direction:column}.p7s-reach-value{display:flex;align-items:baseline;gap:8px;margin-top:10px}.p7s-reach-value strong{font-size:28px;line-height:1;color:#102b4f}.p7s-reach-value span{color:#68768a;font-size:9px}.p7s-spark{width:100%;height:75px;margin-top:3px;overflow:visible}.p7s-spark-labels{display:flex;justify-content:space-between;margin-top:-2px;padding:0 1px;color:#7b8796;font-size:7px}.p7s-reach .p7s-card-link{margin-top:auto}
.p7s-recent{margin-top:14px;padding:14px 14px 0;border-radius:13px;overflow:hidden}.p7s-recent h3{padding:0 2px 10px}.p7s-recent-empty{padding:24px;text-align:center;color:#708094;font-size:11px}.p7s-recent-table{min-width:780px}.p7s-recent-head,.p7s-recent-table article{display:grid;grid-template-columns:minmax(280px,2fr) .8fr .8fr 1fr 30px;align-items:center;gap:12px}.p7s-recent-head{min-height:28px;padding:0 10px;color:#647387;font-size:8px}.p7s-recent-table article{min-height:42px;padding:5px 10px;border-top:1px solid #e3e9ef;color:#31435a;font-size:9px}.p7s-recent-title{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p7s-recent-title>i{display:grid;place-items:center;width:25px;height:25px;color:#1767bd}.p7s-recent-title>i.is-event{color:#cb8b0d}.p7s-recent-title svg{width:21px;height:21px}.p7s-recent-table em{display:inline-flex;padding:4px 8px;border-radius:99px;background:#e9f2ff;color:#1760b3;font-style:normal;font-size:8px}.p7s-recent-table em.is-event{background:#fff4dc;color:#9b6500}.p7s-recent-table em.is-publish{background:#e8f6ec;color:#177944}.p7s-recent-table em.is-future{background:#e8f1ff;color:#175eb4}.p7s-recent-table em.is-draft{background:#eef1f4;color:#5d6a79}.p7s-recent-table time{color:#56667a}.p7s-recent-table article>button{display:grid;place-items:center;width:27px;height:27px;border:0;border-radius:7px;background:transparent;color:#173653;cursor:pointer}.p7s-recent-table article>button:hover{background:#edf3f8}
.p7s-page-title{margin-top:26px}.p7s-primary-link,.p7s-form-actions .is-primary{background:linear-gradient(135deg,#0b3158,#164e7d)}.p7s-kind-switch input:checked+span{border-color:#d2a43e;background:#fffaf0;box-shadow:0 0 0 3px #d4a42c10}.p7s-step>b{background:#0a2c4e}.p7s-phone-top{background:#082846}.p7s-phone-top>b{border:1px solid #d2a63f;border-radius:4px;background:#082846;color:#dfb74e}
@media(max-width:1180px){.p7s-app{grid-template-columns:200px minmax(0,1fr)}.p7s-action-grid>button{grid-template-columns:52px minmax(0,1fr) 18px;padding:14px}.p7s-action-grid>button>i{width:52px;height:52px}.p7s-action-grid>button>span strong{font-size:15px}.p7s-overview-grid{grid-template-columns:1fr 1fr}.p7s-reach{grid-column:1/-1}.p7s-reach .p7s-spark{height:95px}.p7s-hero-copy h1{font-size:30px}.p7s-hero-copy p{font-size:21px}}
@media(max-width:900px){.p7s-app{display:block}.p7s-sidebar{width:270px}.p7partner-page .p7s-main{padding-bottom:36px!important}.p7s-main>.p7s-view:not([data-studio-view="dashboard"]),.p7s-main>.p7s-toast{margin-left:16px;margin-right:16px}.p7s-topbar{padding:0 16px}.p7s-global-search{width:min(380px,50vw)}.p7s-tenant-switch strong{display:none}.p7s-dashboard-body{padding-left:18px;padding-right:18px}.p7s-action-grid{grid-template-columns:1fr}.p7s-action-grid>button{min-height:86px}.p7s-hero{min-height:250px;padding:34px 25px}.p7s-hero-brand{min-width:180px;padding:14px}.p7s-recent{overflow-x:auto}}
@media(max-width:640px){.p7s-topbar{gap:9px}.p7s-global-search{width:auto;flex:1}.p7s-global-search>span,.p7s-top-icon:first-of-type{display:none!important}.p7s-top-actions{gap:6px}.p7s-tenant-switch{padding:0 10px}.p7s-hero{min-height:320px;padding:30px 20px;flex-direction:column}.p7s-hero-copy h1{font-size:27px}.p7s-hero-copy p{font-size:18px}.p7s-hero-status{margin-top:18px}.p7s-hero-brand{align-self:flex-end;margin-top:18px}.p7s-dashboard-body{padding:18px 12px 0}.p7s-overview-grid{grid-template-columns:1fr}.p7s-reach{grid-column:auto}.p7s-review-grid{min-height:100px}.p7s-recent{margin-top:12px}.p7s-action-grid>button>span small{font-size:10px}}

/* Punkt7 Studio 1.7 — guided premium creator */
.p7partner-page{overflow-x:hidden}
.p7s-creator-hero{position:relative;min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:24px 32px 0;padding:28px 32px;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 83% 15%,#dfb54a2c 0,transparent 25%),linear-gradient(122deg,#071f39 0%,#0b345c 62%,#0b416f 100%);color:#fff;box-shadow:0 18px 42px #06244120}.p7s-creator-hero:after{content:"7";position:absolute;right:30px;top:-54px;color:#ffffff08;font-family:Georgia,serif;font-size:210px;line-height:1}.p7s-creator-hero>div,.p7s-creator-hero>span{position:relative;z-index:1}.p7s-creator-hero small{display:block;margin-bottom:6px;color:#e3bd58;font-size:9px;font-weight:800;letter-spacing:.11em}.p7s-creator-hero h2{margin:0;color:#fff;font-size:30px;letter-spacing:-.03em}.p7s-creator-hero p{margin:5px 0 0;color:#c9d8e6;font-size:13px}.p7s-autosave{display:inline-flex!important;align-items:center;gap:8px;padding:10px 13px;border:1px solid #ffffff23;border-radius:11px;background:#061d33a6;color:#eef6fb!important;font-size:10px!important;font-weight:700;backdrop-filter:blur(8px)}.p7s-autosave i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#1da468;color:#fff;font-style:normal}.p7s-autosave.is-saved{border-color:#4dc38b55;background:#0a4437a8}
.p7s-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:10px;margin:18px 32px 0;padding:14px 20px;border:1px solid #dbe4ed;border-radius:15px;background:#fff;box-shadow:0 9px 25px #0a284a0b}.p7s-progress>i{height:2px;background:#dfe6ed}.p7s-progress button{display:flex;align-items:center;gap:9px;padding:3px;border:0;background:transparent;color:#6f7c8c;text-align:left;cursor:pointer}.p7s-progress button>b{display:grid;place-items:center;width:31px;height:31px;border:1px solid #d5dee8;border-radius:50%;background:#f7f9fb;color:#728094;font-size:11px}.p7s-progress button span strong,.p7s-progress button span small{display:block;white-space:nowrap}.p7s-progress button span strong{font-size:10px}.p7s-progress button span small{font-size:7px;font-weight:500}.p7s-progress button.is-complete>b{border-color:#b69135;background:#d5a941;color:#fff}.p7s-progress button.is-complete{color:#173653}.p7s-progress button.is-current>b{box-shadow:0 0 0 4px #d8ad4720}.p7s-progress button.is-current span strong{color:#0d3156}
.p7s-draft-restore{display:flex;align-items:center;gap:12px;margin:14px 32px 0;padding:13px 15px;border:1px solid #e5cf89;border-radius:13px;background:#fffaf0;box-shadow:0 8px 18px #5a430b0b}.p7s-draft-restore>span{min-width:0;margin-right:auto}.p7s-draft-restore>span b,.p7s-draft-restore>span small{display:block}.p7s-draft-restore>span b{color:#5f470c;font-size:11px}.p7s-draft-restore>span small{color:#88723b;font-size:9px}.p7s-draft-restore button{padding:7px 10px;border:1px solid #d9c687;border-radius:8px;background:#fff;color:#745b17;font-size:9px;font-weight:800;cursor:pointer}.p7s-draft-restore button:last-child{border-color:#b98a1b;background:#c8951e;color:#fff}
.p7s-receipt{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:17px;margin:16px 32px 0;padding:18px 20px;border:1px solid #bfe2d0;border-radius:15px;background:linear-gradient(105deg,#f3fbf7,#fff);box-shadow:0 10px 25px #0b643010}.p7s-receipt>i{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#19965c;color:#fff;box-shadow:0 8px 18px #0e75402b}.p7s-receipt>i svg{width:27px;height:27px;stroke-width:2.4}.p7s-receipt small{font-size:7px;font-weight:900;letter-spacing:.07em;color:#38815e}.p7s-receipt h3{margin:2px 0;color:#133b2a;font-size:15px}.p7s-receipt p{margin:0;color:#5e7369;font-size:9px}.p7s-receipt dl{display:flex;gap:8px;margin:0}.p7s-receipt dl div{min-width:105px;padding:8px 10px;border:1px solid #d9eae1;border-radius:9px;background:#fff}.p7s-receipt dt,.p7s-receipt dd{margin:0}.p7s-receipt dt{color:#7b8c83;font-size:7px}.p7s-receipt dd{margin-top:2px;color:#1a6c46;font-size:9px;font-weight:800}.p7s-receipt dd.is-error{color:#b42f36}.p7s-receipt>button{padding:10px 12px;border:0;border-radius:9px;background:#0b3158;color:#fff;font-size:9px;font-weight:800;cursor:pointer}
.p7s-view[data-studio-view="create"] .p7s-composer{margin-top:18px}.p7s-view[data-studio-view="create"] .p7s-card{scroll-margin-top:90px;border-color:#dbe4ed;border-radius:15px;box-shadow:0 9px 26px #0b284a0a}.p7s-view[data-studio-view="create"] .p7s-card:hover{border-color:#ccd9e5}.p7s-step{align-items:flex-start}.p7s-step>b{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#0a3158,#164e7d);box-shadow:0 7px 14px #0a345825}.p7s-step>div{min-width:0}.p7s-step>div strong{font-size:13px;color:#102f52}.p7s-step>div small{font-size:9px;color:#7b8898}.p7s-step>em{margin-left:auto;padding:5px 8px;border-radius:99px;background:#f1f3f6;color:#7a8796;font-size:7px;font-style:normal;font-weight:900;letter-spacing:.03em;white-space:nowrap}.p7s-step>em.is-ready{background:#e8f6ee;color:#187546}
.p7s-kind-switch{gap:12px}.p7s-kind-switch label>span{position:relative;min-height:112px;grid-template-columns:46px 1fr;padding:17px}.p7s-kind-switch label>span>i{grid-row:1/4;display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#eaf2fb;color:#1764b5}.p7s-kind-switch label:last-child>span>i{background:#fff4dc;color:#b17608}.p7s-kind-switch svg{width:24px;height:24px}.p7s-kind-switch label>span>strong{font-size:13px}.p7s-kind-switch label>span>small{font-size:9px}.p7s-kind-switch label>span>em{position:absolute;right:12px;bottom:10px;color:#8d98a7;font-size:7px;font-style:normal;font-weight:700}.p7s-kind-switch input:checked+span{border-color:#d2a43e;background:linear-gradient(145deg,#fffdf7,#fff9e9);box-shadow:0 0 0 3px #d4a42c12,0 10px 22px #6a4c090a}
.p7s-field-help{display:flex!important;align-items:center;gap:4px;margin-top:5px!important;color:#8793a1!important;font-size:8px!important;font-weight:500!important;line-height:1.35}.p7s-field-help svg{width:13px;height:13px;color:#3572b0}.p7s-subsection-title{display:flex;align-items:center;gap:10px;margin:20px 0 12px;padding:12px 13px;border:1px solid #dbe6f1;border-radius:11px;background:#f6f9fc}.p7s-subsection-title>i{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff0cf;color:#a56b00}.p7s-subsection-title svg{width:19px;height:19px}.p7s-subsection-title strong,.p7s-subsection-title small{display:block}.p7s-subsection-title strong{font-size:10px;color:#243c56}.p7s-subsection-title small{font-size:8px;color:#7a8795}
.p7s-channel-list label.is-push{border-color:#d8e3ed;background:#fbfdff}.p7s-channel-list label.is-push>i{display:grid;place-items:center}.p7s-channel-list label.is-push svg{width:18px;height:18px}.p7s-channel-list label.is-push:has(input:checked){border-color:#d4a43b;background:#fffaf0;box-shadow:0 0 0 3px #d4a43b0f}.p7s-safety-note{display:flex;align-items:flex-start;gap:11px;margin-top:14px;padding:13px;border:1px solid #cfe0ee;border-radius:11px;background:#f4f8fc}.p7s-safety-note>i{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px;background:#e4eef8;color:#1a5e9d}.p7s-safety-note svg{width:18px;height:18px}.p7s-safety-note strong,.p7s-safety-note small{display:block}.p7s-safety-note strong{font-size:9px;color:#25425e}.p7s-safety-note small{margin-top:2px;color:#6f8295;font-size:8px;line-height:1.45}.p7s-form-actions{position:sticky;bottom:14px;z-index:8;padding:12px;border:1px solid #d7e1ea;border-radius:14px;background:#ffffffed;box-shadow:0 15px 35px #08284720;backdrop-filter:blur(12px)}.p7s-form-actions button svg{width:15px;height:15px}.p7s-form-actions button:disabled{opacity:.55;cursor:not-allowed}.p7s-noscript{padding:10px;border-radius:9px;background:#fff0f0;color:#9e3036;font-size:9px}
.p7s-preview{top:90px}.p7s-preview-tabs{display:grid;grid-template-columns:1fr 1fr;width:285px;margin:10px auto;padding:4px;border:1px solid #d8e2ec;border-radius:10px;background:#edf2f7}.p7s-preview-tabs button{padding:7px;border:0;border-radius:7px;background:transparent;color:#69798b;font-size:8px;font-weight:800;cursor:pointer}.p7s-preview-tabs button.is-active{background:#fff;color:#123a62;box-shadow:0 4px 10px #0a2b4b12}.p7s-push-screen{min-height:470px;background:linear-gradient(160deg,#476378,#9db3c1 52%,#e7d9bc);position:relative}.p7s-push-wallpaper{height:210px;padding-top:55px;text-align:center;color:#fff;text-shadow:0 2px 14px #0c233a66}.p7s-push-wallpaper time,.p7s-push-wallpaper small{display:block}.p7s-push-wallpaper time{font-size:44px;font-weight:300;line-height:1}.p7s-push-wallpaper small{margin-top:6px;font-size:10px}.p7s-push-screen .p7s-phone-push{position:relative;left:auto;right:auto;bottom:auto;width:auto;margin:0 10px;border:1px solid #ffffff54;background:#f7f9fbe8;box-shadow:0 10px 30px #10263828;backdrop-filter:blur(14px)}.p7s-push-screen>p{margin:12px 18px;color:#fff;font-size:8px;line-height:1.45;text-align:center;text-shadow:0 1px 8px #1c3347}.p7s-preview-checklist{width:285px;display:grid;gap:5px;margin:10px auto 0}.p7s-preview-checklist span{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #e1e7ed;border-radius:8px;background:#fff;color:#7b8795;font-size:8px}.p7s-preview-checklist span i{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#eef1f4;font-style:normal}.p7s-preview-checklist span.is-ok{color:#26724e}.p7s-preview-checklist span.is-ok i{background:#dcf2e6;color:#178650}
.p7s-confirm[hidden]{display:none!important}.p7s-confirm{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:20px}.p7s-confirm-backdrop{position:absolute;inset:0;background:#031425a8;backdrop-filter:blur(5px)}.p7s-confirm>section{position:relative;width:min(620px,100%);overflow:hidden;border:1px solid #ffffff24;border-radius:20px;background:#fff;box-shadow:0 30px 90px #03111f66;animation:p7sModalIn .18s ease-out}.p7s-confirm header{display:grid;grid-template-columns:48px minmax(0,1fr) 32px;align-items:center;gap:13px;padding:21px 23px;background:linear-gradient(120deg,#071f39,#0d3b66);color:#fff}.p7s-confirm header>i{display:grid;place-items:center;width:46px;height:46px;border:1px solid #e2b94f66;border-radius:13px;background:#ffffff0b;color:#e3bb52}.p7s-confirm header svg{width:26px;height:26px}.p7s-confirm header small{color:#e1b74c;font-size:7px;font-weight:900;letter-spacing:.09em}.p7s-confirm header h3{margin:2px 0 1px;color:#fff;font-size:18px}.p7s-confirm header p{margin:0;color:#cbd9e6;font-size:9px}.p7s-confirm header>button{width:32px;height:32px;border:0;border-radius:9px;background:#ffffff12;color:#fff;font-size:19px;cursor:pointer}.p7s-confirm-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:20px 23px 13px}.p7s-confirm-summary>div{padding:11px 12px;border:1px solid #e0e7ee;border-radius:10px;background:#f9fbfc}.p7s-confirm-summary>div.is-wide{grid-column:1/-1}.p7s-confirm-summary span,.p7s-confirm-summary strong{display:block}.p7s-confirm-summary span{color:#7c8998;font-size:8px}.p7s-confirm-summary strong{margin-top:3px;color:#183956;font-size:10px}.p7s-push-consent{display:flex;align-items:flex-start;gap:11px;margin:0 23px 17px;padding:13px;border:1px solid #e7ca76;border-radius:11px;background:#fffaf0;cursor:pointer}.p7s-push-consent input{position:absolute;opacity:0}.p7s-push-consent>i{width:21px;height:21px;flex:0 0 auto;border:2px solid #c79b2e;border-radius:6px;background:#fff}.p7s-push-consent input:checked+i{display:grid;place-items:center;background:#c18e13}.p7s-push-consent input:checked+i:after{content:"✓";color:#fff;font-size:13px}.p7s-push-consent strong,.p7s-push-consent small{display:block}.p7s-push-consent strong{color:#644d13;font-size:10px}.p7s-push-consent small{margin-top:3px;color:#846f3b;font-size:8px;line-height:1.4}.p7s-confirm footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 23px;border-top:1px solid #e3e9ef;background:#f8fafc}.p7s-confirm footer button{min-height:40px;padding:0 16px;border-radius:9px;font-size:9px;font-weight:800;cursor:pointer}.p7s-confirm footer .is-ghost{border:1px solid #d5dee7;background:#fff;color:#586779}.p7s-confirm footer .is-primary{border:0;background:linear-gradient(135deg,#0b3158,#164e7d);color:#fff;box-shadow:0 8px 18px #0b365b25}.p7s-confirm footer button:disabled{opacity:.48;cursor:not-allowed}.p7s-spinner{display:inline-block;width:13px;height:13px;margin-right:6px;border:2px solid #ffffff55;border-top-color:#fff;border-radius:50%;vertical-align:middle;animation:p7sSpin .7s linear infinite}.p7s-dialog-open{overflow:hidden}@keyframes p7sSpin{to{transform:rotate(360deg)}}@keyframes p7sModalIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.p7s-push-history{display:inline-flex!important;align-items:center;width:max-content;margin-top:5px;padding:3px 6px;border-radius:99px;background:#eef1f4;color:#758191;font-size:7px!important;font-weight:750}.p7s-push-history.is-queued{background:#e8f2ff;color:#1a61ad}.p7s-push-history.is-waiting{background:#fff4d9;color:#986600}.p7s-push-history.is-error{background:#ffebec;color:#b22e35}
@media(max-width:1180px){.p7s-progress button span small{display:none}.p7s-receipt{grid-template-columns:48px 1fr auto}.p7s-receipt dl{grid-column:2/3}.p7s-receipt>button{grid-column:3;grid-row:1/3}.p7s-creator-hero{margin-left:22px;margin-right:22px}.p7s-progress,.p7s-draft-restore,.p7s-receipt{margin-left:22px;margin-right:22px}}
@media(max-width:900px){.p7s-creator-hero{margin-left:16px;margin-right:16px}.p7s-progress,.p7s-draft-restore,.p7s-receipt{margin-left:16px;margin-right:16px}.p7s-progress{overflow-x:auto}.p7s-progress>i{min-width:28px}.p7s-progress button span small{display:block}.p7s-receipt{grid-template-columns:48px 1fr}.p7s-receipt dl{grid-column:1/-1}.p7s-receipt>button{grid-column:1/-1;grid-row:auto}.p7s-preview{position:static}.p7s-preview-tabs,.p7s-preview-checklist{width:min(320px,100%)}}
@media(max-width:600px){.p7s-creator-hero{min-height:190px;align-items:flex-start;flex-direction:column;padding:24px}.p7s-creator-hero:after{right:-5px}.p7s-creator-hero h2{font-size:25px}.p7s-progress{justify-content:flex-start;padding:11px}.p7s-progress button span{display:none}.p7s-progress>i{min-width:22px}.p7s-draft-restore{align-items:flex-start;flex-wrap:wrap}.p7s-draft-restore>span{flex:1 1 100%}.p7s-receipt dl{display:grid;grid-template-columns:1fr 1fr;width:100%}.p7s-step{flex-wrap:wrap}.p7s-step>em{margin-left:45px}.p7s-kind-switch label>span{grid-template-columns:40px 1fr;min-height:105px;padding:14px}.p7s-kind-switch label>span>i{width:38px;height:38px}.p7s-form-actions{bottom:8px;display:grid;grid-template-columns:1fr 1fr}.p7s-form-actions .is-primary{grid-column:1/-1}.p7s-confirm-summary{grid-template-columns:1fr}.p7s-confirm-summary>div.is-wide{grid-column:auto}.p7s-confirm footer{display:grid;grid-template-columns:1fr}.p7s-confirm footer button{width:100%}}

/* Punkt7 Partner 1.8 — Panel Burmistrza, skrzynka 1:1 i Kalendarz Premium */
.p7s-mayor-view,.p7s-residents-view,.p7s-calendar-premium{padding-bottom:40px}.p7s-mayor-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:28px;overflow:hidden;min-height:250px;padding:38px;border:1px solid #163d63;border-radius:22px;background:radial-gradient(circle at 73% 10%,#d8aa3d28,transparent 28%),linear-gradient(125deg,#06182e 0%,#0b3156 56%,#0c436d 100%);color:#fff;box-shadow:0 22px 55px #082a4b22}.p7s-mayor-hero:before{content:"7";position:absolute;right:34%;top:-95px;color:#ffffff0d;font:300px/1 Georgia,serif}.p7s-mayor-hero>div,.p7s-mayor-hero>aside{position:relative;z-index:1}.p7s-mayor-hero small{color:#dcb64f;font-size:9px;font-weight:900;letter-spacing:.14em}.p7s-mayor-hero h1{margin:7px 0 6px;color:#fff;font-size:37px;letter-spacing:-.035em}.p7s-mayor-hero p{max-width:690px;margin:0;color:#c9d8e6;font-size:13px}.p7s-mayor-hero>div>div{display:flex;align-items:center;gap:18px;margin-top:26px}.p7s-mayor-hero>div>div span,.p7s-mayor-hero time{font-size:9px;color:#b8cadc}.p7s-mayor-hero>div>div span{padding:7px 10px;border:1px solid #ffffff20;border-radius:99px;background:#ffffff0d}.p7s-mayor-hero>div>div i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#35d58b;box-shadow:0 0 0 4px #35d58b1a}.p7s-mayor-hero>aside{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:24px;border:1px solid #e6c15c45;border-radius:18px;background:#071c32a8;backdrop-filter:blur(10px)}.p7s-mayor-hero>aside>span{color:#e0b94f;font-size:9px;font-weight:900;letter-spacing:.08em}.p7s-mayor-hero>aside>strong{margin:7px 0 18px;font-size:17px;line-height:1.25}.p7s-mayor-hero>aside button{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border:1px solid #f1d37c;border-radius:11px;background:linear-gradient(135deg,#d4a634,#b98717);color:#fff;font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 10px 25px #0003}.p7s-mayor-kpis,.p7s-resident-kpis,.p7s-calendar-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:18px 0}.p7s-mayor-kpis article,.p7s-resident-kpis article,.p7s-calendar-kpis article{position:relative;min-height:116px;padding:18px;border:1px solid #e0e7ef;border-radius:15px;background:#fff;box-shadow:0 8px 24px #092a4708}.p7s-mayor-kpis article>i{position:absolute;right:16px;top:16px;display:grid;place-items:center;width:33px;height:33px;border-radius:10px;background:#edf4fb;color:#1f67aa;font-style:normal}.p7s-mayor-kpis span,.p7s-mayor-kpis strong,.p7s-mayor-kpis small,.p7s-resident-kpis span,.p7s-resident-kpis strong,.p7s-resident-kpis small,.p7s-calendar-kpis span,.p7s-calendar-kpis strong,.p7s-calendar-kpis small{display:block}.p7s-mayor-kpis span,.p7s-resident-kpis span,.p7s-calendar-kpis span{color:#65758a;font-size:9px;font-weight:750}.p7s-mayor-kpis strong,.p7s-resident-kpis strong,.p7s-calendar-kpis strong{margin:7px 0 1px;color:#0d2c4c;font-size:26px;letter-spacing:-.04em}.p7s-mayor-kpis small,.p7s-resident-kpis small,.p7s-calendar-kpis small{color:#8a96a6;font-size:8px}.p7s-mayor-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:15px}.p7s-mayor-grid>.p7s-card{margin:0}.p7s-mayor-pulse-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.p7s-mayor-pulse-grid article{padding:14px;border:1px solid #e2e8ef;border-radius:11px;background:#f8fafc}.p7s-mayor-pulse-grid b,.p7s-mayor-pulse-grid span{display:block}.p7s-mayor-pulse-grid b{color:#153c62;font-size:22px}.p7s-mayor-pulse-grid span{color:#738195;font-size:8px}.p7s-mayor-actions{display:flex;gap:8px;margin-top:13px}.p7s-mayor-actions button{flex:1;padding:9px;border:1px solid #d9e3ec;border-radius:9px;background:#fff;color:#244664;font-size:8px;font-weight:800;cursor:pointer}.p7s-mayor-activity{margin-top:12px}.p7s-mayor-activity article{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid #edf0f4}.p7s-mayor-activity article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#edf3f9;color:#285e91;font-size:8px;font-weight:900}.p7s-mayor-activity strong,.p7s-mayor-activity small{display:block}.p7s-mayor-activity strong{font-size:9px}.p7s-mayor-activity small,.p7s-mayor-activity time{color:#7f8d9e;font-size:7px}.p7s-mayor-command{display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(180px,1fr));align-items:center;gap:11px;margin-top:15px!important}.p7s-mayor-command>div small{color:#3671a8;font-size:8px;font-weight:900;letter-spacing:.08em}.p7s-mayor-command>div h3{margin:3px 0;font-size:16px}.p7s-mayor-command>div p{margin:0;color:#7e8997;font-size:8px}.p7s-mayor-command>button,.p7s-mayor-command>a{display:grid;grid-template-columns:38px 1fr 14px;align-items:center;gap:9px;padding:12px;border:1px solid #dfe6ed;border-radius:11px;background:#f8fafc;color:#1d3d5c;text-align:left;text-decoration:none;cursor:pointer}.p7s-mayor-command>button>i,.p7s-mayor-command>a>i{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eaf2fa;color:#23649f;font-style:normal}.p7s-mayor-command strong,.p7s-mayor-command small{display:block}.p7s-mayor-command strong{font-size:9px}.p7s-mayor-command small{color:#7c8997;font-size:7px}

.p7s-privacy-badge{align-self:center;padding:8px 11px;border:1px solid #bde0cf;border-radius:99px;background:#f0fbf5;color:#197347;font-size:8px;font-weight:850}.p7s-resident-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:15px}.p7s-resident-layout>.p7s-card{margin:0}.p7s-resident-search{display:flex;align-items:center;gap:8px;margin:12px 0;padding:10px 11px;border:1px solid #dfe6ed;border-radius:10px;background:#f8fafc}.p7s-resident-search svg{width:15px;height:15px;color:#75869a}.p7s-resident-search input{width:100%;border:0;background:transparent;outline:0;font-size:9px}.p7s-resident-list{max-height:480px;overflow:auto}.p7s-resident-list>button{width:100%;display:grid;grid-template-columns:38px 1fr 16px;align-items:center;gap:9px;padding:10px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#203d58;text-align:left;cursor:pointer}.p7s-resident-list>button:hover,.p7s-resident-list>button.is-active{background:#f0f6fc}.p7s-resident-list>button>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#164a78,#0b2d4e);color:#fff;font-size:9px;font-weight:900}.p7s-resident-list strong,.p7s-resident-list small{display:block}.p7s-resident-list strong{font-size:10px}.p7s-resident-list small{color:#7e8b9b;font-size:7px}.p7s-personal-composer>label{display:block;margin-top:13px}.p7s-personal-composer>label>span:first-child{display:block;margin-bottom:5px;color:#344f69;font-size:8px;font-weight:850}.p7s-personal-composer select,.p7s-personal-composer input[type=text],.p7s-personal-composer textarea{width:100%;border:1px solid #d8e1ea;border-radius:10px;background:#fbfcfd;color:#183550;padding:11px;font-size:10px;outline:0}.p7s-personal-composer textarea{resize:vertical;min-height:150px}.p7s-personal-composer>label>small{display:block;margin-top:4px;color:#8491a0;font-size:7px}.p7s-personal-composer label:focus-within select,.p7s-personal-composer label:focus-within input,.p7s-personal-composer label:focus-within textarea{border-color:#7aa8d1;box-shadow:0 0 0 3px #2a74b512}.p7s-personal-push,.p7s-personal-confirm{display:flex!important;align-items:flex-start;gap:10px;padding:12px;border:1px solid #dbe5ee;border-radius:11px;background:#f7fafc;cursor:pointer}.p7s-personal-push input,.p7s-personal-confirm input{position:absolute;opacity:0}.p7s-personal-push>i{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:#e8f1fa;color:#22659e}.p7s-personal-push svg{width:18px;height:18px}.p7s-personal-push>span strong,.p7s-personal-push>span small,.p7s-personal-confirm>span strong,.p7s-personal-confirm>span small{display:block}.p7s-personal-push>span strong,.p7s-personal-confirm>span strong{font-size:9px}.p7s-personal-push>span small,.p7s-personal-confirm>span small{color:#748396;font-size:7px}.p7s-personal-confirm>i{width:20px;height:20px;flex:0 0 auto;border:2px solid #b08a31;border-radius:6px;background:#fff}.p7s-personal-confirm input:checked+i{display:grid;place-items:center;background:#b78921}.p7s-personal-confirm input:checked+i:after{content:"✓";color:#fff;font-size:12px}.p7s-personal-send{width:100%;display:flex;justify-content:center;gap:14px;margin-top:15px;padding:13px;border:0;border-radius:11px;background:linear-gradient(135deg,#0a3158,#15527f);color:#fff;font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px #0c3c6426}.p7s-personal-send:disabled{opacity:.45;cursor:not-allowed}.p7s-personal-history{margin-top:15px!important;overflow:auto}.p7s-personal-history-list{min-width:760px}.p7s-personal-history-list>.is-head,.p7s-personal-history-list>article{display:grid;grid-template-columns:1.05fr 1.5fr 1fr .75fr .9fr;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #edf0f4}.p7s-personal-history-list>.is-head{color:#7b8999;font-size:7px;font-weight:850;background:#f7f9fb}.p7s-personal-history-list>article{font-size:8px}.p7s-personal-history-list>article strong,.p7s-personal-history-list>article small{display:block}.p7s-personal-history-list>article small{color:#8894a2;font-size:7px}.p7s-personal-history-list em{padding:4px 7px;border-radius:99px;font-style:normal;font-size:7px;font-weight:850}.p7s-personal-history-list em.is-read{background:#e5f6ed;color:#177346}.p7s-personal-history-list em.is-waiting{background:#fff3d6;color:#906400}.p7s-resident-safety{display:flex;gap:12px;margin-top:15px;padding:15px;border:1px solid #d7e3ee;border-radius:13px;background:#f5f9fc}.p7s-resident-safety>i{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:11px;background:#e7f0f8;color:#245f94}.p7s-resident-safety svg{width:20px;height:20px}.p7s-resident-safety strong,.p7s-resident-safety small{display:block}.p7s-resident-safety strong{font-size:9px}.p7s-resident-safety small{margin-top:3px;color:#748499;font-size:8px;line-height:1.5}

.p7s-calendar-actions{display:flex;gap:8px}.p7s-calendar-actions button{padding:10px 13px;border:1px solid #d9e2eb;border-radius:10px;background:#fff;color:#244666;font-size:9px;font-weight:850;cursor:pointer}.p7s-calendar-actions .p7s-primary-link{border:0;background:#0b3158;color:#fff}.p7s-calendar-toolbar{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:10px;border:1px solid #e0e7ee;border-radius:12px;background:#fff}.p7s-calendar-toolbar>div{display:flex;padding:3px;border-radius:9px;background:#edf2f7}.p7s-calendar-toolbar button{padding:7px 11px;border:0;border-radius:7px;background:transparent;color:#6f7e8f;font-size:8px;font-weight:850;cursor:pointer}.p7s-calendar-toolbar button.is-active{background:#fff;color:#153c61;box-shadow:0 3px 10px #163b5c12}.p7s-calendar-toolbar>label{display:flex;align-items:center;gap:7px;min-width:260px;margin-left:auto;padding:8px 10px;border:1px solid #dfe5eb;border-radius:9px;background:#f9fbfc}.p7s-calendar-toolbar svg{width:14px;height:14px}.p7s-calendar-toolbar input{width:100%;border:0;background:transparent;outline:0;font-size:8px}.p7s-calendar-toolbar select{padding:8px 9px;border:1px solid #dfe5eb;border-radius:9px;background:#fff;font-size:8px}.p7s-calendar-month-card,.p7s-calendar-agenda{margin:0!important}.p7s-calendar-premium .p7s-calendar-grid{grid-template-columns:minmax(540px,1.3fr) minmax(330px,.7fr)}.p7s-calendar-title>div{text-align:center}.p7s-calendar-title small{display:block;color:#7f8d9d;font-size:7px;font-weight:900;letter-spacing:.08em}.p7s-month-premium{grid-auto-rows:minmax(90px,auto)}.p7s-month-premium>button{position:relative;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:90px;padding:9px!important;border-radius:9px!important;font-size:9px!important}.p7s-month-premium>button.is-today{box-shadow:inset 0 0 0 2px #2473b9}.p7s-day-items{position:absolute;left:5px;right:5px;top:28px;display:grid;gap:3px}.p7s-day-items em{display:block;overflow:hidden;padding:3px 4px;border-radius:5px;font-size:6px;font-style:normal;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.p7s-day-items em.is-event{background:#fff0ce;color:#8b6000}.p7s-day-items em.is-notice{background:#e9f2fb;color:#1f5e96}.p7s-day-items b{justify-self:end;color:#65788b;font-size:6px}.p7s-calendar-legend{display:flex;gap:15px;margin-top:11px;padding-top:11px;border-top:1px solid #edf0f3;color:#718093;font-size:7px}.p7s-calendar-legend i{display:inline-block;width:8px;height:8px;margin-right:4px;border-radius:3px}.p7s-calendar-legend i.is-event{background:#d9a72e}.p7s-calendar-legend i.is-notice{background:#2c73b3}.p7s-calendar-legend i.is-today{border:2px solid #2c73b3;background:#fff}.p7s-calendar-agenda [data-calendar-agenda-list]{max-height:620px;overflow:auto}.p7s-calendar-premium.is-agenda-mode .p7s-calendar-month-card{display:none}.p7s-calendar-premium.is-agenda-mode .p7s-calendar-grid{grid-template-columns:1fr}.p7s-calendar-premium.is-agenda-mode .p7s-calendar-agenda [data-calendar-agenda-list]{max-height:none}

@media(max-width:1180px){.p7s-mayor-kpis,.p7s-resident-kpis,.p7s-calendar-kpis{grid-template-columns:1fr 1fr}.p7s-mayor-command{grid-template-columns:1fr 1fr}.p7s-mayor-command>div{grid-column:1/-1}.p7s-calendar-premium .p7s-calendar-grid{grid-template-columns:1fr}.p7s-calendar-agenda [data-calendar-agenda-list]{max-height:none}}
@media(max-width:900px){.p7s-mayor-hero{grid-template-columns:1fr}.p7s-mayor-grid,.p7s-resident-layout{grid-template-columns:1fr}.p7s-mayor-hero h1{font-size:31px}.p7s-calendar-toolbar{flex-wrap:wrap}.p7s-calendar-toolbar>label{min-width:0;flex:1 1 240px;margin-left:0}.p7s-month-premium{min-width:680px}.p7s-calendar-month-card{overflow:auto}}
@media(max-width:600px){.p7s-mayor-hero{padding:24px}.p7s-mayor-hero h1{font-size:27px}.p7s-mayor-kpis,.p7s-resident-kpis,.p7s-calendar-kpis{grid-template-columns:1fr 1fr;gap:8px}.p7s-mayor-kpis article,.p7s-resident-kpis article,.p7s-calendar-kpis article{min-height:105px;padding:14px}.p7s-mayor-kpis strong,.p7s-resident-kpis strong,.p7s-calendar-kpis strong{font-size:22px}.p7s-mayor-command{grid-template-columns:1fr}.p7s-mayor-command>div{grid-column:auto}.p7s-mayor-pulse-grid{grid-template-columns:1fr}.p7s-calendar-actions{width:100%;margin-top:10px}.p7s-calendar-actions button{flex:1}.p7s-calendar-toolbar>div,.p7s-calendar-toolbar>label,.p7s-calendar-toolbar>select{width:100%}.p7s-calendar-toolbar>div button{flex:1}.p7s-residents-view .p7s-page-title,.p7s-calendar-premium .p7s-page-title{align-items:flex-start;flex-direction:column}.p7s-personal-history{padding:12px!important}}

.p7s-personal-history-list em.is-delivered{background:#e7f0fb;color:#245f94}.p7s-personal-history-list em.is-sent{background:#fff3d6;color:#906400}

/* Punkt7 Partner 1.9 — publiczna komunikacja gmina / miejscowości */
.p7s-territorial-composer{margin:0!important}.p7s-territorial-scope{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:8px 0 15px}.p7s-territorial-scope>label{position:relative;display:flex;align-items:center;gap:12px;min-height:82px;padding:14px;border:1px solid #dce5ed;border-radius:13px;background:#f8fafc;cursor:pointer}.p7s-territorial-scope input{position:absolute;opacity:0}.p7s-territorial-scope>label>i{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:12px;background:#e8f1fa;color:#1d609b;font-style:normal;font-size:18px}.p7s-territorial-scope strong,.p7s-territorial-scope small{display:block}.p7s-territorial-scope strong{color:#173955;font-size:10px}.p7s-territorial-scope small{margin-top:3px;color:#768598;font-size:8px}.p7s-territorial-scope>label:has(input:checked){border-color:#2f75af;background:#eef6fc;box-shadow:0 0 0 3px #2c75b316}.p7s-territorial-scope>label:has(input:checked)>i{background:#165789;color:#fff}.p7s-territorial-localities{margin:0 0 15px;padding:15px;border:1px solid #dbe5ed;border-radius:13px;background:#f8fafc}.p7s-territorial-localities>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.p7s-territorial-localities>div:first-child strong{color:#244660;font-size:10px}.p7s-territorial-localities>div:first-child span{padding:4px 8px;border-radius:99px;background:#e5eef7;color:#2e638e;font-size:7px;font-weight:850}.p7s-territorial-locality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;max-height:330px;overflow:auto;padding-right:3px}.p7s-territorial-locality-grid label{position:relative;display:flex;align-items:center;gap:8px;padding:9px;border:1px solid #e0e7ee;border-radius:10px;background:#fff;cursor:pointer}.p7s-territorial-locality-grid input{position:absolute;opacity:0}.p7s-territorial-locality-grid label>i{width:18px;height:18px;flex:0 0 auto;border:2px solid #aac0d2;border-radius:5px;background:#fff}.p7s-territorial-locality-grid input:checked+i{display:grid;place-items:center;border-color:#17659d;background:#17659d}.p7s-territorial-locality-grid input:checked+i:after{content:"✓";color:#fff;font-size:11px}.p7s-territorial-locality-grid label:has(input:checked){border-color:#84b3d5;background:#f0f7fc}.p7s-territorial-locality-grid strong,.p7s-territorial-locality-grid small{display:block}.p7s-territorial-locality-grid strong{color:#28465e;font-size:8px}.p7s-territorial-locality-grid small{color:#8996a4;font-size:7px}.p7s-territorial-localities>button{margin-top:10px;padding:7px 10px;border:1px solid #cbdbe8;border-radius:8px;background:#fff;color:#245c88;font-size:8px;font-weight:800;cursor:pointer}.p7s-territorial-fields{display:grid;gap:12px}.p7s-territorial-fields label>span{display:block;margin-bottom:5px;color:#344f69;font-size:8px;font-weight:850}.p7s-territorial-fields input,.p7s-territorial-fields textarea{width:100%;padding:11px;border:1px solid #d8e1ea;border-radius:10px;background:#fbfcfd;color:#183550;font-size:10px;outline:0}.p7s-territorial-fields textarea{min-height:150px;resize:vertical}.p7s-territorial-fields label:focus-within input,.p7s-territorial-fields label:focus-within textarea{border-color:#7aa8d1;box-shadow:0 0 0 3px #2a74b512}.p7s-territorial-fields label>small{display:block;margin-top:4px;color:#8491a0;font-size:7px}.p7s-territorial-composer>.p7s-personal-push,.p7s-territorial-composer>.p7s-personal-confirm{margin-top:13px}.p7s-personal-push input:checked+i{background:#17659d;color:#fff}.p7s-territorial-history-list{min-width:820px}.p7s-territorial-history-list>.is-head,.p7s-territorial-history-list>article{display:grid;grid-template-columns:1.5fr 1.35fr .9fr .65fr .8fr;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #edf0f4}.p7s-territorial-history-list>.is-head{color:#7b8999;font-size:7px;font-weight:850;background:#f7f9fb}.p7s-territorial-history-list>article{font-size:8px}.p7s-territorial-history-list strong,.p7s-territorial-history-list small{display:block}.p7s-territorial-history-list small{color:#8894a2;font-size:7px}.p7s-territorial-history-list em{padding:4px 7px;border-radius:99px;background:#eef1f4;color:#68798a;font-style:normal;font-size:7px;font-weight:850}.p7s-territorial-history-list em.is-queued{background:#e8f2ff;color:#1a61ad}.p7s-territorial-history-list em.is-error{background:#ffebec;color:#b22e35}
@media(max-width:900px){.p7s-territorial-scope{grid-template-columns:1fr}.p7s-territorial-locality-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.p7s-territorial-locality-grid{grid-template-columns:1fr}.p7s-territorial-scope>label{min-height:72px}.p7s-territorial-composer{padding:14px!important}}

/* Punkt7 Partner 1.10 — Gospodarka odpadami */
.p7wm-view{padding-bottom:46px}.p7wm-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:30px 32px;border:1px solid #17486a;border-radius:21px;background:radial-gradient(circle at 82% 5%,#55c3922b,transparent 32%),linear-gradient(130deg,#071a31,#0b3b55 68%,#0f5c63);color:#fff;box-shadow:0 20px 45px #092f4a20}.p7wm-hero small,.p7wm-hero h2,.p7wm-hero p{display:block;margin:0}.p7wm-hero small{color:#7de0b4;font-size:8px;font-weight:900;letter-spacing:.14em}.p7wm-hero h2{margin:5px 0 4px;color:#fff;font-size:30px;letter-spacing:-.035em}.p7wm-hero p{max-width:720px;color:#c5dae3;font-size:11px}.p7wm-year{min-width:130px}.p7wm-year label{display:block;color:#b9d3dc;font-size:8px;font-weight:850}.p7wm-year select{margin-top:5px!important;border-color:#ffffff2b!important;background:#ffffff12!important;color:#fff!important}.p7wm-year option{color:#13243a;background:#fff}.p7wm-notice{margin:14px 0 0}.p7wm-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:15px 0}.p7wm-kpis article{min-height:112px;padding:17px;border:1px solid #e0e7ed;border-radius:14px;background:#fff;box-shadow:0 7px 22px #12344e08}.p7wm-kpis span,.p7wm-kpis strong,.p7wm-kpis small{display:block}.p7wm-kpis span{color:#6a788a;font-size:8px;font-weight:800}.p7wm-kpis strong{margin:6px 0 1px;color:#103b50;font-size:24px;letter-spacing:-.04em}.p7wm-kpis small{color:#8a96a3;font-size:7px}.p7wm-status-line{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:8px;margin:0 0 15px;padding:14px 18px;border:1px solid #e0e6ec;border-radius:13px;background:#fff}.p7wm-status-line>span{display:flex;align-items:center;gap:7px;color:#8592a2;font-size:8px;font-weight:850;white-space:nowrap}.p7wm-status-line>span i{display:grid;place-items:center;width:22px;height:22px;border:2px solid #cad4de;border-radius:50%;background:#fff;color:#7b8998;font-style:normal;font-size:8px}.p7wm-status-line>b{height:2px;background:#e4e9ee}.p7wm-status-line .is-done,.p7wm-status-line .is-current{color:#186c50}.p7wm-status-line .is-done i{border-color:#20a676;background:#20a676;color:#fff}.p7wm-status-line .is-current i{border-color:#20a676;color:#168b61}.p7wm-start{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:0!important;padding:25px!important}.p7wm-start small,.p7wm-start h3,.p7wm-start p{display:block;margin:0}.p7wm-start small,.p7wm-workspace-head small,.p7wm-table-head small,.p7wm-card-title small,.p7wm-publish-box>div>small{color:#25805e;font-size:7px;font-weight:900;letter-spacing:.12em}.p7wm-start h3{margin:4px 0;font-size:19px}.p7wm-start p{max-width:720px;color:#718093;font-size:9px}.p7wm-official{display:inline-block;margin-top:10px;padding:6px 9px;border-radius:99px;background:#e9f8f1;color:#14764e;font-size:7px;font-weight:850}.p7wm-readonly,.p7wm-waiting{padding:8px 11px;border-radius:99px;background:#eef2f6;color:#617185;font-size:8px;font-weight:850;white-space:nowrap}.p7wm-primary,.p7wm-secondary{padding:11px 14px;border:0;border-radius:10px;font-size:9px;font-weight:900;cursor:pointer}.p7wm-primary{background:linear-gradient(135deg,#157958,#20a676);color:#fff;box-shadow:0 9px 22px #1173542b}.p7wm-primary:hover{transform:translateY(-1px);box-shadow:0 12px 25px #11735436}.p7wm-primary i{margin-left:12px}.p7wm-primary:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.p7wm-secondary{border:1px solid #cbd9d4;background:#fff;color:#176c50}.p7wm-workspace-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 10px}.p7wm-workspace-head h3,.p7wm-workspace-head p{margin:0}.p7wm-workspace-head h3{font-size:20px}.p7wm-workspace-head p{color:#798596;font-size:8px}.p7wm-state{display:inline-block;padding:5px 8px;border-radius:99px;background:#edf1f5;color:#667689;font-size:7px;font-weight:900;white-space:nowrap}.p7wm-state.is-draft{background:#fff3d9;color:#916300}.p7wm-state.is-review{background:#e9f2ff;color:#1a5fa7}.p7wm-state.is-published{background:#e7f7ef;color:#14744c}.p7wm-state.is-archived{background:#eef1f4;color:#6b7887}.p7wm-validation{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;margin-bottom:13px;padding:13px 15px;border:1px solid;border-radius:12px}.p7wm-validation>i{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;font-style:normal;font-size:16px}.p7wm-validation strong,.p7wm-validation p,.p7wm-validation small{display:block;margin:0}.p7wm-validation strong{font-size:10px}.p7wm-validation p,.p7wm-validation small{margin-top:2px;font-size:8px}.p7wm-validation>span{font-size:8px;font-weight:850}.p7wm-validation.is-ok{border-color:#bde5d1;background:#effaf5;color:#176c4c}.p7wm-validation.is-ok>i{background:#d1f1e0}.p7wm-validation.is-error{border-color:#f1c7c9;background:#fff4f4;color:#a52f35}.p7wm-validation.is-error>i{background:#f8dadc}.p7wm-editor-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:13px}.p7wm-editor-grid>.p7s-card{margin:0!important}.p7wm-card-title{display:flex;align-items:center;gap:10px;margin-bottom:16px}.p7wm-card-title>i{display:grid;place-items:center;width:37px;height:37px;border-radius:11px;background:#eaf6f1;color:#177453;font-style:normal;font-size:18px}.p7wm-card-title h3,.p7wm-card-title small{display:block;margin:0}.p7wm-card-title h3{font-size:15px}.p7wm-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.p7wm-fields label,.p7wm-note{display:block}.p7wm-fields .is-wide{grid-column:1/-1}.p7wm-fields label>span,.p7wm-note>span,.p7wm-review-form label>span{display:block;margin-bottom:5px;color:#44566a;font-size:8px;font-weight:850}.p7wm-view input[type=text],.p7wm-view input[type=date],.p7wm-view input[type=time],.p7wm-view textarea,.p7wm-view select{width:100%;min-height:40px;padding:9px 10px;border:1px solid #d7e0e7;border-radius:9px;background:#fbfcfd;color:#162d3d;font-size:9px}.p7wm-view fieldset{margin:13px 0;padding:0;border:0}.p7wm-view legend{margin-bottom:8px;color:#44566a;font-size:8px;font-weight:850}.p7wm-fractions{display:flex;flex-wrap:wrap;gap:6px}.p7wm-fractions label{position:relative;display:flex;align-items:center;gap:6px;padding:7px 8px;border:1px solid #dfe6eb;border-radius:9px;background:#fafcfd;cursor:pointer}.p7wm-fractions input{position:absolute;opacity:0}.p7wm-fractions label>i,.p7wm-fraction>i{width:12px;height:16px;border:2px solid color-mix(in srgb,var(--p7wm-color) 75%,#000);border-radius:3px 3px 4px 4px;background:var(--p7wm-color);box-shadow:inset 0 2px #ffffff55}.p7wm-fractions label>span{font-size:7px;font-weight:750}.p7wm-fractions label:has(input:checked){border-color:#69a98e;background:#eef8f4;box-shadow:0 0 0 2px #197b5712}.p7wm-note{margin-bottom:12px}.p7wm-upload{display:grid;gap:9px;padding:13px;border:1px solid #dfe6eb;border-radius:11px;background:#f9fbfc}.p7wm-upload+.p7wm-upload{margin-top:11px}.p7wm-upload label strong,.p7wm-upload label small{display:block}.p7wm-upload label strong{font-size:9px}.p7wm-upload label small{margin:2px 0 8px;color:#7d8997;font-size:7px;line-height:1.45}.p7wm-upload input[type=file]{width:100%;padding:7px;border:1px dashed #bdcbd5;border-radius:8px;background:#fff;font-size:8px}.p7wm-upload>a{color:#177354;font-size:8px;font-weight:800;text-decoration:none}.p7wm-replace{display:flex!important;align-items:center;gap:6px;color:#5d6c7b;font-size:7px}.p7wm-replace input{width:auto}.p7wm-table-card,.p7wm-publish-box,.p7wm-history{margin:13px 0 0!important}.p7wm-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.p7wm-table-head h3,.p7wm-table-head small{display:block;margin:0}.p7wm-table-head h3{font-size:15px}.p7wm-table-head>span{color:#7b8997;font-size:7px}.p7wm-table-wrap{overflow:auto}.p7wm-table-wrap table{width:100%;min-width:770px;border-collapse:collapse}.p7wm-table-wrap th,.p7wm-table-wrap td{padding:9px;border-bottom:1px solid #edf0f3;text-align:left;font-size:8px;vertical-align:middle}.p7wm-table-wrap th{background:#f7f9fa;color:#708091;font-size:7px;font-weight:900}.p7wm-table-wrap td strong{font-size:8px}.p7wm-table-wrap td form{margin:0}.p7wm-table-wrap td button{width:25px;height:25px;border:1px solid #f0c9ca;border-radius:7px;background:#fff4f4;color:#aa3137;cursor:pointer}.p7wm-fraction{display:flex;align-items:center;gap:7px}.p7wm-publish-box{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(320px,1.15fr);gap:20px;align-items:center}.p7wm-publish-box h3,.p7wm-publish-box p{display:block;margin:0}.p7wm-publish-box h3{margin:3px 0;font-size:15px}.p7wm-publish-box p{color:#718091;font-size:8px;line-height:1.5}.p7wm-review-form{display:grid;grid-template-columns:1fr auto;align-items:end;gap:9px}.p7wm-review-form label{display:block}.p7wm-review-form textarea{min-height:58px}.p7wm-approval{display:flex;justify-content:flex-end;gap:8px}.p7wm-approval form{margin:0}.p7wm-discard{grid-column:1/-1;margin:0;text-align:right}.p7wm-discard button{border:0;background:transparent;color:#a53b40;font-size:7px;text-decoration:underline;cursor:pointer}.p7wm-history>div:last-child{display:grid;gap:7px}.p7wm-history article{display:grid;grid-template-columns:42px 1fr auto auto;align-items:center;gap:10px;padding:10px;border:1px solid #e4e9ed;border-radius:10px;background:#fbfcfd}.p7wm-history article>div strong,.p7wm-history article>div small,.p7wm-history article>div p{display:block;margin:0}.p7wm-history article>div strong{font-size:9px}.p7wm-history article>div small,.p7wm-history article>div p{color:#7c8997;font-size:7px}.p7wm-version{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#e9f3ef;color:#176d4f;font-size:9px;font-weight:900}.p7wm-history article form{margin:0}.p7wm-history article form button{padding:6px 8px;border:1px solid #ccd9d4;border-radius:7px;background:#fff;color:#176b50;font-size:7px;font-weight:800;cursor:pointer}
@media(max-width:1180px){.p7wm-kpis{grid-template-columns:1fr 1fr}.p7wm-editor-grid{grid-template-columns:1fr}.p7wm-publish-box{grid-template-columns:1fr}}
@media(max-width:760px){.p7wm-hero,.p7wm-start{align-items:flex-start;flex-direction:column}.p7wm-year{width:100%}.p7wm-status-line{grid-template-columns:1fr 1fr}.p7wm-status-line>b{display:none}.p7wm-fields{grid-template-columns:1fr}.p7wm-fields .is-wide{grid-column:auto}.p7wm-review-form{grid-template-columns:1fr}.p7wm-approval{justify-content:flex-start;flex-wrap:wrap}.p7wm-history article{grid-template-columns:42px 1fr}.p7wm-history article>.p7wm-state,.p7wm-history article>form{grid-column:2}}
@media(max-width:520px){.p7wm-kpis{grid-template-columns:1fr 1fr;gap:7px}.p7wm-kpis article{min-height:100px;padding:13px}.p7wm-hero{padding:23px}.p7wm-hero h2{font-size:25px}.p7wm-status-line{grid-template-columns:1fr}.p7wm-editor-grid>.p7s-card,.p7wm-table-card,.p7wm-publish-box,.p7wm-history{padding:14px!important}}

/* Punkt7 Partner 1.11 — chroniony formularz Pilnego alertu */
.p7ua-view{padding-bottom:48px}.p7ua-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;padding:31px 33px;border:1px solid #61252a;border-radius:22px;background:radial-gradient(circle at 83% 8%,#ff756330,transparent 31%),linear-gradient(130deg,#210e18,#571e29 70%,#802e31);color:#fff;box-shadow:0 20px 46px #48131f25}.p7ua-hero small,.p7ua-hero h2,.p7ua-hero p{display:block;margin:0}.p7ua-hero small{color:#ffaca3;font-size:8px;font-weight:900;letter-spacing:.14em}.p7ua-hero h2{margin:5px 0 4px;color:#fff;font-size:30px;letter-spacing:-.035em}.p7ua-hero p{max-width:750px;color:#efd2d2;font-size:11px}.p7ua-hero>span{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #ffffff24;border-radius:99px;background:#ffffff0d;color:#fff3f2;font-size:8px;font-weight:850;white-space:nowrap}.p7ua-hero>span i{width:8px;height:8px;border-radius:50%;background:#62e39b;box-shadow:0 0 0 4px #62e39b1e}.p7ua-safety-strip{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin:14px 0;padding:13px 15px;border:1px solid #f0c8c8;border-radius:13px;background:#fff7f6;color:#7d3034}.p7ua-safety-strip>i{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#fbe1df}.p7ua-safety-strip svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.p7ua-safety-strip strong,.p7ua-safety-strip small{display:block}.p7ua-safety-strip strong{font-size:10px}.p7ua-safety-strip small{margin-top:2px;color:#986267;font-size:8px}.p7ua-safety-strip>b{padding:5px 8px;border-radius:99px;background:#f4d5d4;font-size:7px;letter-spacing:.06em}.p7ua-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:14px;align-items:start}.p7ua-form{margin:0!important;padding:24px!important}.p7ua-card-title{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:12px;margin-bottom:20px}.p7ua-card-title>i{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#ffebea;color:#bd3038}.p7ua-card-title svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.p7ua-card-title small,.p7ua-card-title h3{display:block;margin:0}.p7ua-card-title small{color:#b03b41;font-size:7px;font-weight:900;letter-spacing:.12em}.p7ua-card-title h3{margin-top:2px;font-size:17px}.p7ua-card-title em{padding:6px 9px;border-radius:99px;background:#ffeaeb;color:#b22831;font-size:7px;font-style:normal;font-weight:900}.p7ua-section{display:flex;align-items:flex-start;gap:10px;margin:19px 0 11px;padding-top:17px;border-top:1px solid #edf0f3}.p7ua-card-title+.p7ua-section{margin-top:0;padding-top:0;border-top:0}.p7ua-section>b{display:grid;place-items:center;width:25px;height:25px;flex:0 0 auto;border-radius:8px;background:#5e2028;color:#fff;font-size:9px}.p7ua-section strong,.p7ua-section small{display:block}.p7ua-section strong{font-size:11px}.p7ua-section small{margin-top:2px;color:#7d8997;font-size:8px}.p7ua-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.p7ua-fields label,.p7ua-field{display:block}.p7ua-fields label>span,.p7ua-field>span{display:flex;justify-content:space-between;margin-bottom:5px;color:#46566a;font-size:8px;font-weight:850}.p7ua-field{margin-top:10px}.p7ua-field span em{color:#8a96a4;font-size:7px;font-style:normal;font-weight:500}.p7ua-form input[type=text],.p7ua-form input[type=datetime-local],.p7ua-form textarea,.p7ua-form select{width:100%;min-height:42px;padding:10px 11px;border:1px solid #d8e0e8;border-radius:10px;background:#fbfcfd;color:#172a3d;font-size:9px}.p7ua-form textarea{min-height:135px;resize:vertical;line-height:1.55}.p7ua-form input:focus,.p7ua-form textarea:focus,.p7ua-form select:focus{border-color:#b85b61;background:#fff;box-shadow:0 0 0 3px #a9363e12}.p7ua-locked-scope{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;margin-top:11px;padding:11px 13px;border:1px solid #cfe3d8;border-radius:11px;background:#f1faf5}.p7ua-locked-scope>i{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#1a9a68;color:#fff;font-style:normal}.p7ua-locked-scope small,.p7ua-locked-scope strong{display:block}.p7ua-locked-scope small{color:#5f8474;font-size:6px;font-weight:900}.p7ua-locked-scope strong{color:#16563f;font-size:10px}.p7ua-locked-scope em{color:#2e755a;font-size:7px;font-style:normal;font-weight:850}.p7ua-areas{margin:11px 0 0;padding:0;border:0}.p7ua-areas legend{margin-bottom:7px;color:#46566a;font-size:8px;font-weight:850}.p7ua-areas label{position:relative;display:inline-flex;align-items:center;gap:6px;margin:0 5px 5px 0;padding:7px 9px;border:1px solid #dce3ea;border-radius:99px;background:#fafbfd;font-size:8px;cursor:pointer}.p7ua-areas input{position:absolute;opacity:0}.p7ua-areas label>i{width:15px;height:15px;border:2px solid #abb9c7;border-radius:4px}.p7ua-areas input:checked+i{display:grid;place-items:center;border-color:#a52d35;background:#a52d35}.p7ua-areas input:checked+i:after{content:"✓";color:#fff;font-size:9px}.p7ua-warning{display:flex;align-items:flex-start;gap:10px;margin:18px 0 12px;padding:12px 13px;border:1px solid #f0c7c7;border-radius:11px;background:#fff6f5;color:#8f3036}.p7ua-warning>i{display:grid;place-items:center;width:29px;height:29px;flex:0 0 auto;border-radius:50%;background:#f7dcdb;font-style:normal;font-weight:900}.p7ua-warning strong,.p7ua-warning small{display:block}.p7ua-warning strong{font-size:9px}.p7ua-warning small{margin-top:2px;color:#9b6265;font-size:7px}.p7ua-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:9px;padding:13px 16px;border:0;border-radius:11px;background:linear-gradient(135deg,#a6232e,#d54446);color:#fff;font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 11px 24px #a6232e2e}.p7ua-submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px #a6232e3b}.p7ua-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.p7ua-submit i{margin-left:8px}.p7ua-side{display:grid;gap:13px}.p7ua-side>.p7s-card{margin:0!important}.p7ua-side-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.p7ua-side-head small{font-size:7px;font-weight:900;letter-spacing:.12em;color:#7b8797}.p7ua-side-head span{padding:4px 7px;border-radius:99px;background:#ffe8e8;color:#ba2a33;font-size:7px;font-weight:900}.p7ua-phone{min-height:310px;padding:36px 15px 15px;border:7px solid #14223a;border-radius:25px;background:linear-gradient(150deg,#1a355b,#5e293c 72%,#7f3940);color:#fff;box-shadow:0 16px 30px #17233a20}.p7ua-phone>time,.p7ua-phone>small{display:block;text-align:center}.p7ua-phone>time{font-size:28px;font-weight:700}.p7ua-phone>small{margin-top:1px;color:#d8deea;font-size:8px}.p7ua-phone article{display:grid;grid-template-columns:34px 1fr;gap:9px;margin-top:45px;padding:12px;border:1px solid #ffffff45;border-radius:14px;background:#f8f9f4e8;color:#18243a;backdrop-filter:blur(10px)}.p7ua-phone article>i{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#a72a34;color:#fff;font-size:9px;font-style:normal;font-weight:900}.p7ua-phone article strong,.p7ua-phone article p,.p7ua-phone article em{display:block;margin:0}.p7ua-phone article strong{font-size:9px}.p7ua-phone article p{margin:3px 0;color:#455166;font-size:7px;line-height:1.4}.p7ua-phone article em{color:#9f3037;font-size:6px;font-style:normal;font-weight:850}.p7ua-preview>p{margin:11px 2px 0;color:#798697;font-size:8px;line-height:1.5}.p7ua-checklist h3{margin:0 0 11px;font-size:12px}.p7ua-checklist span{display:flex;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #edf0f3;color:#7b8795;font-size:8px}.p7ua-checklist span i{display:grid;place-items:center;width:19px;height:19px;border:2px solid #c6d0da;border-radius:50%;font-style:normal}.p7ua-checklist span.is-ok{color:#267657}.p7ua-checklist span.is-ok i{border-color:#27a473;background:#27a473;color:#fff}.p7ua-receipt{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;margin:15px 0!important;border-color:#aee0c8!important;background:#f0fbf6!important}.p7ua-receipt>i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#20a471;color:#fff;font-size:20px;font-style:normal}.p7ua-receipt small,.p7ua-receipt h3,.p7ua-receipt p,.p7ua-receipt span{display:block;margin:0}.p7ua-receipt small{color:#21825f;font-size:7px;font-weight:900;letter-spacing:.1em}.p7ua-receipt h3{margin:3px 0;font-size:15px}.p7ua-receipt p,.p7ua-receipt span{color:#5c7b6e;font-size:8px}.p7ua-receipt>button{padding:9px 11px;border:1px solid #a8d2bd;border-radius:9px;background:#fff;color:#1f7557;font-size:8px;font-weight:850;cursor:pointer}.p7ua-receipt.is-warning{border-color:#edcf8d!important;background:#fff9eb!important}.p7ua-receipt.is-warning>i{background:#d9911e}.p7ua-history{margin:14px 0 0!important}.p7ua-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.p7ua-history-head small,.p7ua-history-head h3{display:block;margin:0}.p7ua-history-head small{color:#7f8c9c;font-size:7px;font-weight:900;letter-spacing:.11em}.p7ua-history-head h3{font-size:15px}.p7ua-history-head>span{color:#8792a0;font-size:7px}.p7ua-history-list article{display:grid;grid-template-columns:105px 1fr auto 85px;align-items:center;gap:11px;padding:10px;border-top:1px solid #edf0f3;font-size:8px}.p7ua-history-list time{color:#6f7d8d}.p7ua-history-list small,.p7ua-history-list strong{display:block}.p7ua-history-list small{color:#a33b41;font-size:7px;font-weight:850}.p7ua-history-list strong{font-size:9px}.p7ua-history-list em{padding:4px 7px;border-radius:99px;background:#ffe9e9;color:#a82932;font-size:7px;font-style:normal;font-weight:850}.p7ua-history-list em.is-resolved{background:#e8f6ef;color:#1b7653}.p7ua-history-list>article>span{color:#778494;font-size:7px;text-align:right}.p7ua-dialog[hidden]{display:none!important}.p7ua-dialog{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:20px}.p7ua-dialog-backdrop{position:absolute;inset:0;background:#091020b8;backdrop-filter:blur(3px)}.p7ua-dialog>section{position:relative;width:min(610px,100%);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 30px 80px #02081765}.p7ua-dialog header{display:grid;grid-template-columns:48px 1fr 28px;align-items:start;gap:12px;padding:21px 23px;border-bottom:1px solid #ecdada;background:#fff8f7}.p7ua-dialog header>i{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#f8dcdb;color:#ac2832}.p7ua-dialog header svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.p7ua-dialog header small,.p7ua-dialog header h3,.p7ua-dialog header p{display:block;margin:0}.p7ua-dialog header small{color:#a52b33;font-size:7px;font-weight:900;letter-spacing:.12em}.p7ua-dialog header h3{margin:3px 0;font-size:18px}.p7ua-dialog header p{color:#7d6265;font-size:8px}.p7ua-dialog header>button{border:0;background:transparent;color:#8e7e80;font-size:22px;cursor:pointer}.p7ua-dialog-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:18px 23px}.p7ua-dialog-summary>div{padding:10px;border:1px solid #e6e9ed;border-radius:10px;background:#fafbfc}.p7ua-dialog-summary span,.p7ua-dialog-summary strong{display:block}.p7ua-dialog-summary span{color:#7c8896;font-size:7px}.p7ua-dialog-summary strong{margin-top:2px;font-size:9px}.p7ua-confirm-check{position:relative;display:flex;align-items:flex-start;gap:10px;margin:0 23px 18px;padding:13px;border:1px solid #e9c3c5;border-radius:11px;background:#fff6f5;cursor:pointer}.p7ua-confirm-check input{position:absolute;opacity:0}.p7ua-confirm-check>i{width:21px;height:21px;flex:0 0 auto;border:2px solid #c88e91;border-radius:6px;background:#fff}.p7ua-confirm-check input:checked+i{display:grid;place-items:center;border-color:#ab2832;background:#ab2832}.p7ua-confirm-check input:checked+i:after{content:"✓";color:#fff;font-size:12px}.p7ua-confirm-check strong,.p7ua-confirm-check small{display:block}.p7ua-confirm-check strong{font-size:9px}.p7ua-confirm-check small{margin-top:2px;color:#8a6c6f;font-size:7px}.p7ua-dialog footer{display:flex;justify-content:flex-end;gap:9px;padding:14px 23px;border-top:1px solid #eceff2;background:#fafbfc}.p7ua-dialog footer button{padding:10px 13px;border:1px solid #d8dfe7;border-radius:9px;background:#fff;color:#556477;font-size:8px;font-weight:850;cursor:pointer}.p7ua-dialog footer .is-danger{border:0;background:linear-gradient(135deg,#a6232e,#d54446);color:#fff;box-shadow:0 8px 18px #a6232e2b}.p7ua-dialog footer .is-danger:disabled{opacity:.42;box-shadow:none;cursor:not-allowed}
@media(max-width:1100px){.p7ua-layout{grid-template-columns:1fr}.p7ua-side{grid-template-columns:1fr 1fr}.p7ua-phone{min-height:280px}.p7ua-phone article{margin-top:30px}}
@media(max-width:720px){.p7ua-hero{align-items:flex-start;flex-direction:column}.p7ua-layout,.p7ua-side{grid-template-columns:1fr}.p7ua-fields{grid-template-columns:1fr}.p7ua-safety-strip{grid-template-columns:40px 1fr}.p7ua-safety-strip>b{grid-column:2}.p7ua-history{overflow:auto}.p7ua-history-list{min-width:650px}.p7ua-dialog-summary{grid-template-columns:1fr}.p7ua-dialog footer{flex-direction:column-reverse}.p7ua-dialog footer button{width:100%}}
@media(max-width:520px){.p7ua-hero{padding:23px}.p7ua-hero h2{font-size:25px}.p7ua-form{padding:15px!important}.p7ua-card-title{grid-template-columns:42px 1fr}.p7ua-card-title>em{grid-column:2;justify-self:start}.p7ua-locked-scope{grid-template-columns:30px 1fr}.p7ua-locked-scope em{grid-column:2}.p7ua-receipt{grid-template-columns:43px 1fr}.p7ua-receipt>button{grid-column:2;justify-self:start}.p7ua-dialog{padding:10px}.p7ua-dialog header{grid-template-columns:43px 1fr 25px;padding:17px}.p7ua-dialog-summary{padding:15px 17px}.p7ua-confirm-check{margin:0 17px 15px}.p7ua-dialog footer{padding:13px 17px}}

/* Punkt7 Partner 1.12 — centralny Panel JST 2.0 */
.p7s-hero-status.is-warning i{background:#d9911e}.p7s-hero-status.is-warning{border-color:#f4c86a88;background:#4b3518d9}
.p7jst-view{padding-bottom:50px}.p7jst-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding:31px 33px;border:1px solid #243f68;border-radius:22px;background:radial-gradient(circle at 82% 8%,#3b92ff3d,transparent 28%),radial-gradient(circle at 65% 110%,#24c2b33b,transparent 32%),linear-gradient(135deg,#0b1932,#173964 68%,#16526e);color:#fff;box-shadow:0 20px 46px #142b531f}.p7jst-hero small,.p7jst-hero h2,.p7jst-hero p{display:block;margin:0}.p7jst-hero>div:first-child small{color:#8cc6ff;font-size:8px;font-weight:900;letter-spacing:.15em}.p7jst-hero h2{margin:5px 0 4px;color:#fff;font-size:31px;letter-spacing:-.04em}.p7jst-hero p{max-width:690px;color:#c6d8eb;font-size:11px}.p7jst-license{min-width:200px;padding:15px 17px;border:1px solid #ffffff24;border-radius:14px;background:#ffffff0d;backdrop-filter:blur(8px)}.p7jst-license small,.p7jst-license strong,.p7jst-license span{display:block}.p7jst-license small{color:#9ec4e8;font-size:7px;font-weight:900;letter-spacing:.12em}.p7jst-license strong{margin:3px 0;color:#fff;font-size:15px}.p7jst-license span{color:#c7d8e8;font-size:8px}.p7jst-privacy{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin:14px 0;padding:13px 15px;border:1px solid #cfe3da;border-radius:13px;background:#f2faf6;color:#1e684f}.p7jst-privacy>i{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#dff3e8}.p7jst-privacy svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.p7jst-privacy strong,.p7jst-privacy small{display:block}.p7jst-privacy strong{font-size:10px}.p7jst-privacy small{margin-top:2px;color:#5e7d70;font-size:8px}.p7jst-privacy>span{padding:5px 8px;border-radius:99px;background:#daf0e4;color:#1c6c50;font-size:7px;font-weight:900;letter-spacing:.06em}.p7jst-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:13px}.p7jst-kpis article{min-height:120px;padding:18px;border:1px solid #dfe6ed;border-radius:15px;background:#fff;box-shadow:0 8px 22px #15284d08}.p7jst-kpis span,.p7jst-kpis strong,.p7jst-kpis em{display:block}.p7jst-kpis span{color:#748194;font-size:8px;font-weight:850;letter-spacing:.08em}.p7jst-kpis strong{margin:5px 0;color:#142740;font-size:28px;line-height:1}.p7jst-kpis strong small{display:inline;color:#8c99a9;font-size:12px}.p7jst-kpis em{color:#7e8b9b;font-size:8px;font-style:normal}.p7jst-services{margin:0 0 13px!important;padding:23px!important}.p7jst-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:15px}.p7jst-section-head small,.p7jst-section-head h3,.p7jst-section-head p{display:block;margin:0}.p7jst-section-head small{color:#74849a;font-size:7px;font-weight:900;letter-spacing:.13em}.p7jst-section-head h3{margin:3px 0;font-size:17px}.p7jst-section-head p{color:#7b8899;font-size:8px}.p7jst-section-head>span{display:flex;align-items:center;gap:7px;padding:7px 9px;border-radius:99px;background:#e8f6ef;color:#1d7554;font-size:7px;font-weight:850;white-space:nowrap}.p7jst-section-head>span.is-warning{background:#fff4df;color:#9a620d}.p7jst-section-head>span i{width:7px;height:7px;border-radius:50%;background:#28b47d;box-shadow:0 0 0 4px #28b47d17}.p7jst-section-head>span.is-warning i{background:#e7a029}.p7jst-section-head>button{padding:9px 11px;border:0;border-radius:9px;background:#102a4d;color:#fff;font-size:8px;font-weight:850;cursor:pointer}.p7jst-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.p7jst-service-grid article{position:relative;display:grid;grid-template-columns:39px 1fr auto;align-items:center;gap:10px;min-height:100px;padding:13px;border:1px solid #e1e7ed;border-radius:13px;background:#fbfcfd}.p7jst-service-grid article>i{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eaf2ff;color:#256bcd}.p7jst-service-grid svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.p7jst-service-grid strong,.p7jst-service-grid small{display:block}.p7jst-service-grid strong{font-size:10px}.p7jst-service-grid small{margin-top:2px;color:#7f8b9a;font-size:7px;line-height:1.4}.p7jst-service-grid article>span{position:absolute;right:10px;top:9px;padding:4px 6px;border-radius:99px;background:#e8f6ef;color:#237655;font-size:6px;font-weight:900}.p7jst-service-grid article>button{grid-column:2/4;justify-self:start;padding:5px 0;border:0;background:transparent;color:#256bc1;font-size:7px;font-weight:850;cursor:pointer}.p7jst-service-grid article>button b{margin-left:5px}.p7jst-service-grid article>em{grid-column:3;color:#a0a9b5;font-style:normal}.p7jst-service-grid article.is-readonly>i{background:#f0f2f5;color:#7e8997}.p7jst-service-grid article.is-readonly>span{background:#f0f2f5;color:#6f7b89}.p7jst-service-grid article.is-locked>i,.p7jst-service-grid article.is-missing>i{background:#fff1e3;color:#ba6b17}.p7jst-service-grid article.is-locked>span,.p7jst-service-grid article.is-missing>span{background:#fff1e3;color:#9b5b15}.p7jst-waste-status{display:grid;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;margin-top:12px;padding:11px 13px;border:1px solid #d7e8df;border-radius:11px;background:#f4faf7}.p7jst-waste-status>svg{width:23px;height:23px;fill:none;stroke:#287558;stroke-width:1.8}.p7jst-waste-status small,.p7jst-waste-status strong{display:block}.p7jst-waste-status small{color:#668476;font-size:6px;font-weight:900}.p7jst-waste-status strong{color:#205d48;font-size:9px}.p7jst-waste-status>b{padding:5px 7px;border-radius:7px;background:#dcefe5;color:#246d51;font-size:7px}.p7jst-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:13px}.p7jst-layout>.p7s-card{margin:0!important;padding:22px!important}.p7jst-create[hidden]{display:none!important}.p7jst-create{display:grid;grid-template-columns:1fr 1fr 1.3fr auto;align-items:end;gap:8px;margin:0 0 13px;padding:13px;border:1px solid #ccdbea;border-radius:12px;background:#f5f9fd}.p7jst-create label>span{display:block;margin-bottom:5px;color:#52657a;font-size:7px;font-weight:850}.p7jst-create input[type=text],.p7jst-create input[type=email],.p7jst-create select{width:100%;min-height:39px;padding:9px 10px;border:1px solid #cfdae5;border-radius:9px;background:#fff;color:#192d43;font-size:8px}.p7jst-create>button{min-height:39px;padding:9px 11px;border:0;border-radius:9px;background:#176d50;color:#fff;font-size:8px;font-weight:850;cursor:pointer}.p7jst-create>small{grid-column:1/-1;color:#6d7f90;font-size:7px}.p7jst-team-list{display:grid;gap:7px}.p7jst-team-list>article{position:relative;display:grid;grid-template-columns:42px 1fr auto 28px;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e2e7ec;border-radius:11px;background:#fbfcfd}.p7jst-avatar{position:relative;display:grid!important;place-items:center;width:40px;height:40px;border-radius:12px;background:#eaf1fa;color:#224d78;font-size:10px;font-weight:900}.p7jst-avatar i{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#28b278}.p7jst-avatar i.is-suspended{background:#d65359}.p7jst-team-list strong,.p7jst-team-list small,.p7jst-team-list em{display:block}.p7jst-team-list strong{font-size:9px}.p7jst-team-list small{margin-top:2px;color:#68798b;font-size:7px}.p7jst-team-list em{margin-top:2px;color:#95a0ac;font-size:6px;font-style:normal}.p7jst-account-state{padding:4px 7px;border-radius:99px;background:#e6f5ed;color:#1d7754;font-size:6px;font-weight:900}.p7jst-account-state.is-suspended{background:#ffeaea;color:#a9343b}.p7jst-team-list details{position:relative}.p7jst-team-list summary{display:grid;place-items:center;width:26px;height:26px;border:1px solid #dbe2e9;border-radius:8px;background:#fff;color:#6d7987;cursor:pointer;list-style:none}.p7jst-team-list details>div{position:absolute;z-index:5;right:0;top:31px;width:165px;padding:7px;border:1px solid #dce3e9;border-radius:10px;background:#fff;box-shadow:0 14px 30px #10233f20}.p7jst-team-list details form{margin:0}.p7jst-team-list details button{width:100%;padding:8px;border:0;border-radius:7px;background:transparent;color:#30475f;font-size:7px;text-align:left;cursor:pointer}.p7jst-team-list details button:hover{background:#f2f5f8}.p7jst-team-list details button.is-danger{color:#a5363b}.p7jst-team-empty{color:#a0a9b3}.p7jst-audit-list{display:grid}.p7jst-audit-list article{display:grid;grid-template-columns:13px 1fr auto;align-items:start;gap:9px;padding:10px 0;border-top:1px solid #edf0f3}.p7jst-audit-list article:first-child{border-top:0}.p7jst-audit-list>article>i{width:9px;height:9px;margin-top:3px;border:2px solid #fff;border-radius:50%;background:#2b78ce;box-shadow:0 0 0 2px #cce0f4}.p7jst-audit-list strong,.p7jst-audit-list small,.p7jst-audit-list em{display:block}.p7jst-audit-list strong{font-size:8px}.p7jst-audit-list small{margin-top:2px;color:#6e7e8d;font-size:7px}.p7jst-audit-list em{margin-top:2px;color:#99a3ad;font-size:6px;font-style:normal}.p7jst-audit-list time{color:#7d8996;font-size:6px;white-space:nowrap}
@media(max-width:1180px){.p7jst-kpis{grid-template-columns:1fr 1fr}.p7jst-service-grid{grid-template-columns:1fr 1fr}.p7jst-layout{grid-template-columns:1fr}.p7jst-create{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.p7jst-hero{align-items:flex-start;flex-direction:column}.p7jst-license{width:100%}.p7jst-privacy{grid-template-columns:40px 1fr}.p7jst-privacy>span{grid-column:2;justify-self:start}.p7jst-service-grid{grid-template-columns:1fr}.p7jst-create{grid-template-columns:1fr}.p7jst-team-list>article{grid-template-columns:42px 1fr auto}.p7jst-team-list details,.p7jst-team-empty{grid-column:2/4;justify-self:end}}
@media(max-width:520px){.p7jst-hero{padding:23px}.p7jst-hero h2{font-size:26px}.p7jst-kpis{grid-template-columns:1fr 1fr;gap:7px}.p7jst-kpis article{min-height:108px;padding:13px}.p7jst-services,.p7jst-layout>.p7s-card{padding:15px!important}.p7jst-section-head{align-items:flex-start;flex-direction:column}.p7jst-waste-status{grid-template-columns:34px 1fr}.p7jst-waste-status>b{grid-column:2;justify-self:start}.p7jst-account-state{grid-column:2;justify-self:start}.p7jst-team-list>article{grid-template-columns:40px 1fr}.p7jst-team-list details,.p7jst-team-empty{grid-column:2}}
