.app-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#0f172a}.app{flex:1;display:flex;flex-direction:column}.app__main{display:flex;flex-direction:column;gap:24px;padding:0;background:transparent}.social-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 48px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(148,163,184,.18)}.social-header__brand{display:flex;align-items:center;gap:16px}.social-header__logo{width:48px;height:48px;border-radius:14px;object-fit:cover;box-shadow:0 12px 24px #3b82f63d}.social-header__text{display:flex;flex-direction:column;gap:4px}.social-header__title{font-size:20px;font-weight:700;letter-spacing:-.02em}.social-header__subtitle{font-size:13px;color:#64748b}.social-header__search{flex:1;display:flex}.social-header__search input{width:100%;padding:12px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.3);background:#ffffffdb;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.social-header__search input:focus{outline:none;border-color:#3b82f6b3;box-shadow:0 0 0 3px #3b82f626}.social-header__actions{display:flex;align-items:center;gap:12px}.social-header__action{padding:11px 20px;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:600;border:none;box-shadow:0 14px 28px #2563eb3d;transition:transform .15s ease,box-shadow .15s ease}.social-header__action:hover,.social-header__action:focus-visible{transform:translateY(-1px);box-shadow:0 18px 32px #2563eb47}.social-header__secondary{padding:10px 18px;border-radius:9999px;border:1px solid rgba(148,163,184,.4);background:#ffffffe6;color:#0f172a;font-weight:600}.social-layout{flex:1;display:grid;grid-template-columns:290px minmax(0,1fr) 320px;align-items:flex-start;gap:32px;padding:32px 48px 48px}.social-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:24px}.social-profile-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:20px;background:#ffffffeb;border:1px solid rgba(226,232,240,.6);box-shadow:0 18px 36px #0f172a14}.social-profile-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#1d4ed8,#38bdf8);color:#fff;font-weight:700;font-size:20px}.social-profile-card__meta{display:flex;flex-direction:column;gap:2px}.social-profile-card__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.social-profile-card__name{font-weight:600;font-size:16px}.social-projects{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:20px;background:#ffffffeb;border:1px solid rgba(226,232,240,.6);box-shadow:0 18px 36px #0f172a14}.social-projects__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.social-projects__header h2{margin:0;font-size:16px;font-weight:600}.social-projects__toggle{padding:6px 14px;border-radius:9999px;border:1px solid rgba(148,163,184,.4);background:#f8fafccc;font-size:13px;font-weight:600}.social-projects__form{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;background:#f8fafca6}.social-projects__field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.social-projects__field input[type=text],.social-projects__field input[type=date]{padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.4);font-size:14px}.social-projects__field input[type=color]{width:48px;height:32px;border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:2px;background:#fffc}.social-projects__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.social-projects__error{margin:0;font-size:13px;color:#dc2626}.social-projects__submit{align-self:flex-start;padding:10px 18px;border-radius:9999px;border:none;font-weight:600;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.social-projects__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.social-projects__empty{padding:16px;border-radius:14px;background:#f8fafccc;text-align:center;color:#64748b;font-size:14px}.social-sidebar__manager{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:20px;background:#ffffffeb;border:1px solid rgba(226,232,240,.6);box-shadow:0 18px 36px #0f172a14}.social-sidebar__manager-header h2{margin:0;font-size:16px;font-weight:600}.social-sidebar__manager-header p{margin:4px 0 0;font-size:12px;color:#64748b}.social-sidebar__manager .sidebar{background:transparent;border:none;padding:0;box-shadow:none}.social-sidebar__manager .sidebar__header{display:none}.social-sidebar__manager .sidebar__section{background:#f8fafce6;border-radius:18px;box-shadow:inset 0 1px #fff6}.social-sidebar__manager .sidebar__section-header h2{font-size:15px}.social-sidebar__manager .sidebar__section-subtitle{font-size:12px}.social-sidebar__manager .sidebar__action{box-shadow:none}.social-sidebar__manager .sidebar__list{max-height:320px}.social-project{width:100%;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:16px;border:1px solid transparent;background:#ffffffb3;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.social-project:hover,.social-project:focus-visible{border-color:#3b82f680;box-shadow:0 14px 28px #3b82f61f;outline:none}.social-project.is-active{border-color:#2563eb99;box-shadow:0 18px 32px #2563eb2e}.social-project__marker{width:12px;height:48px;border-radius:999px}.social-project__meta{flex:1;display:flex;flex-direction:column;gap:4px}.social-project__name{font-weight:600;font-size:15px}.social-project__due{font-size:12px;color:#64748b}.social-project__state{font-size:12px;font-weight:600;color:#2563eb}.social-main{position:relative;display:flex;flex-direction:column;gap:24px}.social-activity{position:sticky;top:120px;display:flex;flex-direction:column;gap:24px}.social-card{display:flex;flex-direction:column;gap:16px;padding:20px 22px;border-radius:20px;background:#fffffff0;border:1px solid rgba(226,232,240,.65);box-shadow:0 22px 40px #0f172a14}.social-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.social-card__header h3{margin:0;font-size:15px;font-weight:600}.social-card__badge{padding:6px 12px;border-radius:9999px;background:#2563eb14;color:#1d4ed8;font-size:12px;font-weight:600}.social-card__empty{margin:0;font-size:14px;color:#64748b}.social-card__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.social-card__list--dense{gap:10px}.social-card__item{display:flex;flex-direction:column;gap:2px}.social-card__item-title{font-size:14px;font-weight:600}.social-card__item-meta{font-size:12px;color:#64748b}.social-card__pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.social-card__pill--post{background:#3b82f61f;color:#1d4ed8}.social-card__pill--file{background:#10b98124;color:#047857}.social-card__avatars{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:10px}.social-card__avatar{width:40px;height:40px;border-radius:50%;background:#2563eb1f;color:#1d4ed8;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.social-feed{display:flex;flex-direction:column;gap:24px}.social-feed__header{display:flex;flex-direction:column;gap:12px}.social-feed__header h1{margin:0;font-size:26px;letter-spacing:-.02em}.social-feed__topics{display:flex;gap:8px;flex-wrap:wrap}.social-feed__topic{padding:6px 14px;border-radius:9999px;background:#2563eb1f;color:#1d4ed8;font-size:12px;font-weight:600}.social-feed__notice{padding:12px 16px;border-radius:14px;background:#2563eb1f;color:#1d4ed8;font-size:13px}.social-feed__stream{display:flex;flex-direction:column;gap:20px}.social-feed__card{display:flex;flex-direction:column;gap:16px;padding:20px 22px;border-radius:20px;background:#fffffff2;border:1px solid rgba(226,232,240,.6);box-shadow:0 26px 44px #0f172a14}.social-feed__meta{display:flex;align-items:center;gap:12px}.social-feed__avatar{width:44px;height:44px;border-radius:50%;background:#2563eb1f;color:#1d4ed8;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.social-feed__author{display:flex;flex-direction:column;gap:2px;flex:1}.social-feed__author-name{font-weight:600;font-size:15px}.social-feed__meta time{font-size:12px;color:#64748b}.social-feed__meta-actions{display:flex;align-items:center;gap:8px}.social-feed__edit{padding:6px 14px;border-radius:9999px;border:1px solid rgba(59,130,246,.35);background:#dbeafeb3;color:#1d4ed8;font-size:12px;font-weight:600}.social-feed__edit:hover,.social-feed__edit:focus-visible{border-color:#2563eb99;color:#1d4ed8;background:#bfdbfecc;outline:none}.social-feed__delete{padding:6px 14px;border-radius:9999px;border:1px solid rgba(239,68,68,.4);background:#fee2e299;color:#b91c1c;font-size:12px;font-weight:600}.social-feed__body p{margin:0 0 6px;font-size:15px;line-height:1.5}.social-feed__attachments{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.social-feed__attachment{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:16px;background:#f8fafceb;border:1px solid rgba(226,232,240,.6);color:#1f2937;font-size:13px;text-align:center}.social-feed__attachment.is-image{padding:0;overflow:hidden}.social-feed__attachment img{width:100%;height:180px;object-fit:cover}.social-feed__footer{display:flex;flex-direction:column;gap:16px}.social-feed__actions{display:flex;align-items:center;gap:16px}.social-feed__action{padding:8px 16px;border-radius:9999px;border:1px solid rgba(148,163,184,.35);background:#fffc;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.social-feed__action.is-active{border-color:#2563eb80;color:#1d4ed8}.social-feed__toast{margin:0;font-size:12px;color:#2563eb}.social-feed__comments{display:flex;flex-direction:column;gap:14px}.social-comment{display:flex;gap:12px;align-items:flex-start}.social-comment__avatar{width:32px;height:32px;border-radius:50%;background:#2563eb1f;color:#1d4ed8;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.social-comment__bubble{flex:1;padding:12px 14px;border-radius:14px;background:#f8fafce6;border:1px solid rgba(226,232,240,.6)}.social-comment__meta{display:flex;align-items:baseline;gap:12px;font-size:12px;color:#64748b;margin-bottom:4px}.social-comment__meta span{font-weight:600;color:#0f172a}.social-comment__bubble p{margin:0;font-size:13px;line-height:1.4}.social-comment__form{display:flex;gap:12px;align-items:flex-start}.social-comment__form form{flex:1;display:flex;gap:12px}.social-comment__form input{flex:1;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.4);font-size:13px}.social-comment__form button{padding:8px 14px;border-radius:9999px;border:none;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:600}.social-composer{display:flex;flex-direction:column;gap:18px;padding:22px 24px;border-radius:20px;background:#fffffff2;border:1px solid rgba(226,232,240,.6);box-shadow:0 26px 44px #0f172a14}.social-composer__header{display:flex;align-items:center;gap:16px}.social-composer__header h2{margin:0;font-size:16px;font-weight:600}.social-composer__header p{margin:2px 0 0;font-size:13px;color:#64748b}.social-composer__avatar{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#1d4ed8,#38bdf8);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.social-composer__form{display:flex;flex-direction:column;gap:16px}.social-composer__form textarea{min-height:120px;padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.35);font-family:inherit;font-size:15px;resize:vertical}.social-composer__attachment{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:14px;background:#f8fafce6;border:1px dashed rgba(148,163,184,.4);font-size:13px}.social-composer__attachment button{padding:6px 12px;border-radius:9999px;border:none;background:#ef44441f;color:#b91c1c;font-weight:600}.social-composer__error{margin:0;font-size:13px;color:#dc2626}.social-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.social-composer__upload{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;background:#2563eb1a;color:#1d4ed8;font-size:13px;font-weight:600;cursor:pointer}.social-composer__upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.social-composer__footer button[type=submit],.social-composer__footer button{padding:10px 18px;border-radius:9999px;border:none;font-weight:600;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.social-feed__empty{display:flex;flex-direction:column;gap:8px;align-items:flex-start;padding:40px 28px;border-radius:24px;background:#fffffff2;border:1px dashed rgba(148,163,184,.4);color:#475569}.social-feed__empty h2{margin:0;font-size:20px;color:#0f172a}.social-feed__empty button{margin-top:8px;padding:10px 18px;border-radius:9999px;border:none;font-weight:600;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.social-compose-fab{position:fixed;right:56px;bottom:56px;width:64px;height:64px;border-radius:50%;border:none;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:34px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #2563eb4d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:30;animation:socialComposeBounce 3s ease-in-out infinite}.social-compose-fab:hover,.social-compose-fab:focus-visible{transform:translateY(-2px);box-shadow:0 26px 48px #2563eb57;outline:none}.social-compose-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:200}.social-compose-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.social-compose-dialog{position:relative;width:min(560px,92vw);max-height:90vh;overflow-y:auto;border-radius:24px;background:#fffffffa;border:1px solid rgba(226,232,240,.65);box-shadow:0 28px 60px #0f172a40;padding:0 0 24px}.social-compose-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px 0}.social-compose-dialog__header h2{margin:0;font-size:18px;letter-spacing:-.01em}.social-compose-dialog__close{border:none;background:none;font-size:28px;color:#475569;cursor:pointer;line-height:1}.social-compose-dialog__close:hover,.social-compose-dialog__close:focus-visible{color:#1d4ed8;outline:none}.social-compose-dialog .social-composer{border-radius:0;border:none;box-shadow:none;padding:18px 24px 0}.social-compose-dialog .social-composer__footer{padding-bottom:6px}.social-compose-dialog__body{padding:0 24px 24px}.social-edit-form{display:flex;flex-direction:column;gap:16px;padding:0 24px}.social-edit-form textarea{min-height:140px;padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.35);font-family:inherit;font-size:15px;resize:vertical}.social-edit-form__footer{display:flex;justify-content:flex-end;gap:12px}.social-edit-cancel{padding:10px 18px;border-radius:9999px;border:1px solid rgba(148,163,184,.45);background:#f8fafcd9;color:#475569;font-weight:600}.social-edit-cancel:hover,.social-edit-cancel:focus-visible{border-color:#94a3b8b3;color:#1d4ed8;outline:none}.social-edit-save{padding:10px 18px;border-radius:9999px;border:none;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:600}.social-edit-save:disabled{opacity:.7;cursor:not-allowed}.gantt-view{display:flex;flex-direction:column;gap:24px}.gantt-view__header{display:flex;flex-direction:column;gap:16px;padding:24px 24px 0}.gantt-view__title h1{margin:0;font-size:26px;letter-spacing:-.02em}.gantt-view__title p{margin:8px 0 0;font-size:14px;color:#475569}.gantt-view__title strong{color:#1d4ed8}.gantt-view__controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.gantt-view__selector{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.gantt-view__selector select{min-width:220px;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#ffffffe6;font-size:14px}.gantt-view__chart{padding:0 24px 24px}.gantt-view__empty{display:flex;flex-direction:column;gap:12px;padding:48px 32px;border-radius:24px;background:#fffffff2;border:1px dashed rgba(148,163,184,.4);color:#475569}.gantt-view__empty h2{margin:0;font-size:22px;color:#0f172a}.gantt-view__empty p{margin:0;font-size:14px}@media (max-width: 1280px){.social-header{padding:20px 32px}.social-layout{grid-template-columns:260px minmax(0,1fr)}.social-activity{display:none}}@media (max-width: 1024px){.social-header{flex-direction:column;align-items:stretch;gap:18px}.social-header__actions{justify-content:flex-end}.social-layout{grid-template-columns:minmax(0,1fr);padding:24px}.social-sidebar{position:static}.social-compose-fab{right:28px;bottom:32px;width:56px;height:56px;font-size:30px}}@media (max-width: 640px){.social-header{padding:16px 20px}.social-layout{padding:20px}.social-feed__card,.social-composer,.social-card,.social-projects{padding:18px 16px}.social-feed__actions{flex-wrap:wrap}.social-compose-fab{right:20px;bottom:24px;width:52px;height:52px;font-size:28px}}@keyframes socialComposeBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.account{display:flex;flex-direction:column;gap:28px}.account__header h2{margin:0;font-size:24px;letter-spacing:-.01em;color:#0f172a}.account__header p{margin:8px 0 0;font-size:14px;color:#475569}.account__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.account__card{display:flex;flex-direction:column;gap:18px;padding:28px;background:#fffffffa;border:1px solid rgba(226,232,240,.9);border-radius:24px;box-shadow:0 26px 48px #94a3b829}.account__card h3{margin:0;font-size:18px;letter-spacing:-.01em;color:#1e293b}.account__description{margin:0;font-size:14px;color:#64748b}.account__form{display:flex;flex-direction:column;gap:14px}.account__label{font-size:13px;font-weight:600;color:#475569}.account__form input{border:1px solid rgba(148,163,184,.4);border-radius:12px;padding:12px 14px;font-size:14px;background:#fffffff0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.account__form input:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.account__form input:disabled{background:#e2e8f066;color:#64748b;cursor:not-allowed}.account__form input.has-error{border-color:#dc2626;box-shadow:0 0 0 3px #dc262629}.account__error{margin:0;font-size:12px;color:#dc2626}.account__success{margin:0;font-size:12px;color:#16a34a}.account__actions{display:flex;gap:12px;justify-content:flex-start}.account__primary{border:none;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 18px 32px #2563eb3d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.account__primary:hover,.account__primary:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 22px 40px #3b82f647}.account__primary:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 18px 32px #94a3b829}.account__details{margin:0;display:flex;flex-direction:column;gap:16px}.account__details div{display:flex;flex-direction:column;gap:6px}.account__details dt{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0}.account__details dd{margin:0;font-size:14px;color:#0f172a;word-break:break-word}.account__details code{display:inline-block;padding:2px 6px;border-radius:6px;background:#0f172a0f;font-size:12px;color:#1e293b}@media (max-width: 768px){.account__card{padding:22px}}.sidebar{display:flex;flex-direction:column;gap:32px;padding:40px 32px;background:linear-gradient(180deg,#f7fafffa,#e8f1fff0);border-right:1px solid rgba(148,163,184,.18);overflow-y:auto}.sidebar__header{display:flex;flex-direction:column;gap:20px}.sidebar__brand{display:flex;align-items:center;gap:16px}.sidebar__brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;font-weight:600;font-size:14px;letter-spacing:.08em;transform-origin:center;transform-style:preserve-3d;animation:brandFlip 9s ease-in-out infinite;will-change:transform}.sidebar__brand-mark:hover,.sidebar__brand-mark:focus-visible{animation-play-state:paused;outline:none}@keyframes brandFlip{0%,15%{transform:rotateY(0)}35%{transform:rotateY(180deg)}50%{transform:rotateY(180deg) scale(1.03)}70%{transform:rotateY(360deg)}to{transform:rotateY(360deg)}}.sidebar__title{margin:0;font-size:26px;font-weight:700;letter-spacing:-.01em;background-image:linear-gradient(to right,#2563eb,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sidebar__subtitle{margin:4px 0 0;font-size:13px;color:#475569}.sidebar__filter{align-self:flex-start;border:1px solid rgba(148,163,184,.4);background:#ffffffd9;border-radius:999px;padding:8px 18px;font-size:12px;color:#1e3a8a;font-weight:600;transition:background .2s ease,color .2s ease,border-color .2s ease}.sidebar__filter:hover,.sidebar__filter:focus-visible{border-color:#2563eb;color:#2563eb;outline:none}.sidebar__filter--active{background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;border-color:transparent}.sidebar__section{display:flex;flex-direction:column;gap:20px;padding:24px;border-radius:22px;background:#fffffff0;border:1px solid rgba(209,213,219,.6);box-shadow:0 22px 40px #0f172a14}.sidebar__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.sidebar__section-header h2{margin:0;font-size:17px;letter-spacing:-.01em}.sidebar__section-subtitle{margin:6px 0 0;font-size:12px;color:#64748b}.sidebar__section-actions{display:flex;align-items:center;gap:12px}.sidebar__action{border:none;border-radius:999px;background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;font-size:12px;font-weight:600;padding:8px 18px;box-shadow:0 12px 24px #2563eb47;transition:transform .2s ease,box-shadow .2s ease}.sidebar__action:hover,.sidebar__action:focus-visible{transform:translateY(-1px);box-shadow:0 16px 32px #3b82f652;outline:none}.sidebar__count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:4px 10px;border-radius:999px;background:#3b82f61f;font-size:12px;color:#1d4ed8}.sidebar__list{display:flex;flex-direction:column;gap:10px;max-height:260px;overflow-y:auto;padding-right:4px}.sidebar__list--tasks{max-height:260px}.sidebar__project{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(226,232,240,.9);background:#f8faffdb;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.sidebar__project:hover{border-color:#2563eb66;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14}.sidebar__project--active{border-color:#2563eb;background:#e2e8ffe6;box-shadow:0 14px 28px #2563eb29}.sidebar__project-main{flex:1;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;border:none;background:transparent;padding:0;text-align:left}.sidebar__project-main strong{display:block;font-size:14px;color:#0f172a}.sidebar__project-main small{display:block;font-size:12px;color:#64748b}.sidebar__project-color{width:12px;height:48px;border-radius:12px}.sidebar__muted{border:none;background:none;font-size:12px;color:#475569;padding:4px 8px;border-radius:8px;transition:background .2s ease,color .2s ease}.sidebar__muted:hover,.sidebar__muted:focus-visible{background:#2563eb1a;color:#1d4ed8;outline:none}.sidebar__task{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(226,232,240,.8);background:#f8faffd1}.sidebar__task-main{flex:1;display:flex;align-items:center;gap:10px}.sidebar__task-main strong{display:block;font-size:13px;color:#0f172a}.sidebar__task-main small{display:block;font-size:11px;color:#64748b}.sidebar__task-status{width:10px;height:10px;border-radius:999px;background:#cbd5f5}.sidebar__task-status--todo{background:#94a3b8}.sidebar__task-status--in-progress{background:#2563eb}.sidebar__task-status--done{background:#16a34a}.sidebar__empty{padding:14px;font-size:12px;color:#94a3b8;text-align:center;border:1px dashed rgba(148,163,184,.5);border-radius:12px}.sidebar__form{display:flex;flex-direction:column;gap:14px;background:#f8faffeb;border-radius:18px;border:1px solid rgba(209,213,219,.6);padding:20px}.sidebar__form--card{box-shadow:inset 0 0 0 1px #94a3b82e}.sidebar__form h3{margin:0;font-size:15px}.sidebar__form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.sidebar__form input,.sidebar__form select,.sidebar__form textarea{border-radius:10px;border:1px solid rgba(148,163,184,.6);padding:10px 12px;font-size:13px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.sidebar__form input .sidebar__error,.sidebar__form select .sidebar__error,.sidebar__form textarea .sidebar__error{display:block;margin-top:4px;color:#dc2626;font-size:12px}.sidebar__form input:focus,.sidebar__form select:focus,.sidebar__form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.sidebar__form textarea{resize:vertical;min-height:56px}.sidebar__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sidebar__form-actions{display:flex;gap:10px;justify-content:flex-end}.sidebar__primary{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:1px solid #2563eb;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;box-shadow:0 12px 24px #2563eb3d;transition:transform .2s ease,box-shadow .2s ease}.sidebar__primary:hover,.sidebar__primary:focus-visible{transform:translateY(-1px);box-shadow:0 16px 28px #2563eb4d;outline:none}.sidebar__danger{background:#ef4444;color:#fff;border:1px solid #ef4444;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;box-shadow:0 12px 24px #ef44443d;transition:transform .2s ease,box-shadow .2s ease}.sidebar__danger:hover,.sidebar__danger:focus-visible{transform:translateY(-1px);box-shadow:0 16px 28px #ef44444d;outline:none}.calendar{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:28px;background:#fffffff2;border:1px solid rgba(209,213,219,.6);box-shadow:0 24px 48px #0f172a14}.calendar__header{display:flex;justify-content:space-between;align-items:flex-end}.calendar__header h2{margin:0;font-size:20px;letter-spacing:-.01em}.calendar__header p{margin:6px 0 0;color:#64748b;font-size:13px;max-width:420px}.calendar__reminders{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin:24px 0 32px}.calendar__reminder-group{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f1f5fff5);border:1px solid rgba(148,163,184,.25);box-shadow:0 16px 32px #0f172a14}.calendar__reminder-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.calendar__reminder-header h3{margin:0;font-size:15px;letter-spacing:-.01em;color:#0f172a}.calendar__reminder-header span{font-size:12px;color:#64748b}.calendar__reminder-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.calendar__reminder{display:flex;align-items:center;justify-content:space-between;gap:16px}.calendar__reminder-meta{display:flex;flex-direction:column;gap:4px}.calendar__reminder-meta strong{font-size:14px;color:#0f172a}.calendar__reminder-meta span{font-size:12px;color:#475569}.calendar__reminder-date{font-size:12px;font-weight:600;color:#1d4ed8}.calendar__reminder-empty{margin:0;font-size:12px;color:#64748b}.calendar__scroller{display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.calendar__tile{position:relative;flex:0 0 280px;display:flex;flex-direction:column;gap:18px;padding:28px 22px 22px;border-radius:24px;background:linear-gradient(180deg,#f8fafffa,#e8f0fff0);border:1px solid rgba(148,163,184,.25);scroll-snap-align:start;box-shadow:0 22px 40px #0f172a1f;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.calendar__tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#2563eb1f,#9333ea1f);opacity:0;transition:opacity .2s ease}.calendar__tile:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#9333ea);pointer-events:none}.calendar__tile:hover,.calendar__tile:focus-within{transform:translateY(-2px);box-shadow:0 26px 44px #0f172a29}.calendar__tile:hover:before,.calendar__tile:focus-within:before{opacity:1}.calendar__tile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.calendar__tile-header strong{display:block;font-size:17px;color:#0f172a}.calendar__tile-header small{font-size:12px;color:#94a3b8}.calendar__upload{border:1px dashed rgba(37,99,235,.4);border-radius:12px;padding:8px 14px;font-size:12px;color:#1d4ed8;background:#2563eb14;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.calendar__upload:hover,.calendar__upload:focus-visible{background:#2563eb29;border-color:#2563eb;color:#2563eb;outline:none}.calendar__files{display:flex;flex-direction:column;gap:12px}.calendar__file{padding:12px 14px;background:#fff;border-radius:14px;border:1px solid rgba(226,232,240,.8)}.calendar__file-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.calendar__file-info{display:flex;align-items:center;gap:12px}.calendar__file-icon{width:40px;height:40px;flex-shrink:0;object-fit:contain}.calendar__file-meta{display:flex;flex-direction:column;gap:4px}.calendar__file-name{font-size:13px;font-weight:600;color:#0f172a}.calendar__empty{font-size:12px;color:#94a3b8;text-align:center;padding:14px;border:1px dashed rgba(148,163,184,.5);border-radius:14px}.calendar__tile-body{display:flex;flex-direction:column;gap:16px}.calendar__composer,.calendar__recent{display:flex;flex-direction:column;gap:16px;background:#f8fafffa;border:1px solid rgba(226,232,240,.9);border-radius:20px;padding:20px}.calendar__composer-header{display:flex;align-items:center;gap:14px}.calendar__composer-avatar{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#2563ebeb,#9333eaeb);color:#f8fafc;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px #2563eb40}.calendar__composer-meta{display:flex;flex-direction:column;gap:4px}.calendar__composer-meta h3{margin:0;font-size:16px;color:#0f172a;letter-spacing:-.01em}.calendar__composer-meta span{font-size:12px;color:#64748b}.calendar__composer-field{position:relative;margin-top:16px}.calendar__composer-form textarea{width:100%;border:1px solid rgba(203,213,225,.8);border-radius:16px;padding:16px;font-size:13px;line-height:1.5;resize:vertical;min-height:96px;background:#fffffff2;color:#0f172a;box-shadow:inset 0 0 0 1px #f8faffcc;transition:border-color .2s ease,background .4s ease,box-shadow .4s ease}@keyframes composerPulse{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.calendar__composer-form textarea:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:2px;animation:none;background:#fffffffa;box-shadow:inset 0 0 0 1px #3b82f659}.calendar__composer-form textarea:not(:focus-visible):not(:placeholder-shown){animation:none;background:#fffffff2}.calendar__composer-field:after{content:none}.calendar__composer-field:focus-within:after{animation:composerBadgeBounce 1.4s ease;animation-iteration-count:1}.calendar__composer-field:hover:after{opacity:1}@keyframes composerBadgeBounce{0%{transform:translateY(0) scale(1)}35%{transform:translateY(-6px) scale(1.08)}60%{transform:translateY(2px) scale(.96)}to{transform:translateY(0) scale(1)}}.calendar__composer-preview{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:12px}.calendar__composer-preview-details{display:flex;flex-direction:column;gap:8px}.calendar__composer-filename{font-weight:600;font-size:13px;color:#0f172a}.calendar__composer-remove{border:none;background:none;color:#ef4444;font-size:12px;cursor:pointer}.calendar__composer-label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#64748b}.calendar__composer-input-group{display:flex;align-items:stretch;border:1px solid rgba(203,213,225,.9);border-radius:10px;overflow:hidden;background:#fff}.calendar__composer-input-group input{flex:1;border:none;padding:10px 12px;font-size:13px;min-width:0}.calendar__composer-input-group input:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:-2px}.calendar__composer-suffix{display:inline-flex;align-items:center;padding:0 12px;background:#f8faffe6;font-size:12px;color:#475569;border-left:1px solid rgba(226,232,240,.8)}.calendar__composer-footer{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid rgba(226,232,240,.9)}.calendar__composer-toolbar{display:flex;align-items:center;gap:12px}.calendar__composer-upload{display:inline-flex;align-items:center;gap:8px;border-radius:12px;padding:9px 16px;font-size:12px;color:#1d4ed8;background:#2563eb14;box-shadow:inset 0 0 0 1px #2563eb2e;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,color .2s ease}.calendar__composer-upload:hover,.calendar__composer-upload:focus-visible{background:#2563eb2e;color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb52;outline:none}.calendar__composer-submit{border:none;border-radius:999px;padding:11px 22px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 14px 28px #2563eb52;transition:transform .2s ease,box-shadow .2s ease}.calendar__composer-submit:hover,.calendar__composer-submit:focus-visible{transform:translateY(-1px);box-shadow:0 18px 34px #2563eb66;outline:none}.calendar__composer-error{margin:0;font-size:12px;color:#ef4444}.calendar__recent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.calendar__recent-item{display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:16px}.calendar__recent-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.calendar__recent-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.calendar__recent-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.calendar__recent-badge--post{background:#10b98129;color:#0f766e}.calendar__recent-badge--file{background:#3b82f629;color:#1d4ed8}.calendar__recent-meta{font-size:11px;color:#94a3b8}.calendar__recent-author{margin:0;font-size:12px;font-weight:600;color:#1e3a8a}.calendar__recent-title{margin:0;font-size:14px;font-weight:600;color:#0f172a}.calendar__recent-details{margin:0;font-size:12px;color:#64748b}.calendar__recent-attachments{display:flex;flex-direction:column;gap:8px}.calendar__recent-attachment{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px dashed rgba(37,99,235,.3);background:#2563eb0f;color:#1d4ed8;font-size:12px;text-decoration:none}.calendar__recent-attachment--image{align-items:center}.calendar__recent-attachment-content{display:flex;align-items:center;gap:12px;width:100%}.calendar__recent-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#e2e8f099;flex-shrink:0;display:flex;align-items:center;justify-content:center}.calendar__recent-thumb img{width:100%;height:100%;object-fit:cover}.calendar__recent-thumb-fallback{width:24px;height:24px;border-radius:8px;background:#fff9}.calendar__recent-attachment-copy{display:flex;flex-direction:column;gap:4px}.calendar__recent-attachment small{color:#1e3a8a}.calendar__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:14px;background:#fff;border:1px solid rgba(148,163,184,.28);box-shadow:0 14px 28px #0f172a1f}.calendar__icon img{width:26px;height:26px;object-fit:contain}.calendar__recent-empty{margin:0;font-size:12px;color:#94a3b8}.calendar__posts{display:flex;flex-direction:column;gap:12px}.calendar__post{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:14px}.calendar__post-author{font-size:12px;font-weight:600;color:#1e3a8a}.calendar__post-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.calendar__post-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.calendar__post-menu-wrapper{position:relative}.calendar__post-menu-toggle{border:none;background:none;color:#475569;font-size:20px;line-height:1;padding:4px 6px;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.calendar__post-menu-toggle:hover,.calendar__post-menu-toggle:focus-visible{background:#e2e8f0b3;color:#1e3a8a;outline:none}.calendar__post-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border-radius:12px;box-shadow:0 18px 36px #0f172a29;border:1px solid rgba(226,232,240,.9);padding:6px;display:flex;flex-direction:column;gap:2px;z-index:5}.calendar__post-menu:before{content:"";position:absolute;top:-6px;right:14px;width:12px;height:12px;transform:rotate(45deg);background:#fff;border-top:1px solid rgba(226,232,240,.9);border-left:1px solid rgba(226,232,240,.9);pointer-events:none}.calendar__post-menu-item{border:none;background:none;text-align:left;padding:10px 12px;border-radius:8px;font-size:13px;color:#0f172a;cursor:pointer;transition:background .2s ease,color .2s ease;display:block;width:100%;text-decoration:none;font-family:inherit}a.calendar__post-menu-item{color:inherit}.calendar__post-menu-item:hover,.calendar__post-menu-item:focus-visible{background:#e2e8f099;color:#1e3a8a;outline:none}.calendar__post-menu-item--danger{color:#dc2626}.calendar__post-menu-item--danger:hover,.calendar__post-menu-item--danger:focus-visible{background:#fee2e2b3;color:#b91c1c}.calendar__post-menu-item[disabled]{color:#94a3b8;cursor:not-allowed;background:none}.workspace-tabs{display:flex;flex-direction:column;gap:8px}.app__tabs{display:flex;flex-direction:column;gap:10px;margin:0 0 12px}.app__tab{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(148,163,184,.4);background:#f8fafcd9;color:#475569;border-radius:14px;padding:12px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}.app__tab--cta{justify-content:center;width:100%;margin-top:6px;border:none;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 18px 32px #2563eb3d}.app__tab--cta:hover,.app__tab--cta:focus-visible{border:none;color:#fff;box-shadow:0 22px 40px #2563eb47}.app__tab:not(.app__tab--cta):hover,.app__tab:not(.app__tab--cta):focus-visible{border-color:#3b82f680;color:#1d4ed8;box-shadow:0 12px 26px #3b82f629;outline:none}.app__tab.is-active{border-color:#2563eba6;background:linear-gradient(135deg,#2563eb29,#3b82f624);color:#1d4ed8;box-shadow:0 16px 30px #2563eb33}.change-orders{position:relative;display:flex;flex-direction:column;gap:28px;padding:36px;border-radius:36px;background:linear-gradient(130deg,#f8fafff2,#e2e8ffeb 45%,#dbeafee0);box-shadow:0 40px 70px #0f172a1f;overflow:hidden}.change-orders:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(650px circle at 0% 0%,rgba(37,99,235,.12),transparent 55%),radial-gradient(500px circle at 100% 10%,rgba(236,72,153,.12),transparent 50%);pointer-events:none;mix-blend-mode:plus-lighter}.change-orders__header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:16px}.change-orders__title{display:flex;align-items:center;gap:16px}.change-orders__badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(140deg,#2563eb,#7c3aed 40%,#db2777);color:#fff;font-size:20px;box-shadow:0 18px 34px #2563eb47}.change-orders__header h2{margin:0;font-size:24px;letter-spacing:-.015em;color:#0f172a}.change-orders__header p{margin:6px 0 0;font-size:14px;color:#475569}.change-orders__context{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#2563eb14;color:#1d4ed8;font-size:13px;font-weight:600;box-shadow:inset 0 1px #ffffffb3}.change-orders__context strong{color:#0f172a}.change-order-composer{position:relative;border-radius:24px;border:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#fffffffa,#f8fafff2);box-shadow:0 24px 54px #0f172a14;padding:28px 32px;display:flex;flex-direction:column;gap:20px;overflow:hidden}.change-order-composer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(520px circle at 5% -10%,rgba(37,99,235,.12),transparent 55%),radial-gradient(400px circle at 95% 0%,rgba(236,72,153,.12),transparent 55%);pointer-events:none}.change-order-composer .change-order-form,.change-orders__results{display:flex;flex-direction:column;gap:20px}.change-orders__list{list-style:none;margin:0;padding:0;display:grid;gap:20px}.change-orders__empty{margin:0;font-size:14px;color:#1d4ed8;padding:40px;border-radius:24px;text-align:center;background:linear-gradient(135deg,#dbeafe99,#dbeafe33);border:1px dashed rgba(37,99,235,.3);font-weight:500}.change-order-card{position:relative;display:flex;flex-direction:column;gap:18px;padding:24px 26px;background:linear-gradient(160deg,#fffffff7,#f8fafff2);border-radius:24px;border:1px solid rgba(226,232,240,.75);box-shadow:0 24px 44px #0f172a1a;overflow:hidden}.change-order-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1px;background:linear-gradient(140deg,#2563eb73,#3b82f626,#ca8a0438);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.change-order-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.change-order-card__header h3{margin:0;font-size:16px;letter-spacing:-.01em;color:#0f172a}.change-order-card__meta{margin-top:6px;display:flex;flex-wrap:wrap;gap:8px 16px;font-size:12px;color:#64748b}.change-order-card__meta-secondary{display:block;margin-top:4px;font-size:12px;color:#475569}.change-order-card__description{margin:0;font-size:13px;color:#1f2937;line-height:1.55;white-space:pre-line}.change-order-card__status-row{display:flex;flex-direction:column;gap:10px}.change-order-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:600;color:#0f172a;background:#94a3b833;width:fit-content}.change-order-card__badge--pending{background:#2563eb26;color:#1d4ed8}.change-order-card__badge--approved{background:#22c55e26;color:#15803d}.change-order-card__badge--conditional{background:#6366f126;color:#4338ca}.change-order-card__badge--denied{background:#ef444426;color:#b91c1c}.change-order-card__badge--needs-info{background:#f59e0b26;color:#b45309}.change-order-card__timeline{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#64748b}.change-order-card__note{font-style:italic;color:#475569}.change-order-card__line-items{display:flex;flex-direction:column;gap:6px;border:1px solid rgba(226,232,240,.8);border-radius:14px;padding:12px;background:#f8faff99}.change-order-card__line-items-head,.change-order-card__line-item-row{display:grid;grid-template-columns:1.2fr 1.6fr .7fr .7fr;gap:12px;font-size:12px;align-items:center}.change-order-card__line-items-head{font-weight:600;color:#475569}.change-order-card__line-item-row{color:#0f172a}.change-order-card__line-items-total{display:flex;justify-content:flex-end;gap:12px;font-weight:600;font-size:13px;margin-top:4px;color:#0f172a}.change-order-card__recipients{display:flex;flex-direction:column;gap:8px}.change-order-card__recipients-head span{font-size:12px;font-weight:600;color:#475569}.change-order-card__recipient-list{display:flex;flex-direction:column;gap:8px}.change-order-card__recipient-row{display:grid;grid-template-columns:minmax(180px,2fr) auto;gap:6px 12px;align-items:center;padding:10px 12px;border-radius:12px;background:#f8faffcc;border:1px solid rgba(226,232,240,.7)}.change-order-card__recipient-details{display:flex;flex-direction:column;gap:2px;min-width:0}.change-order-card__recipient-details strong{font-size:12px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.change-order-card__recipient-details span{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipient-chip{justify-self:flex-start;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;display:inline-flex;align-items:center}.recipient-chip--pending{background:#94a3b840;color:#475569}.recipient-chip--approved{background:#22c55e2e;color:#047857}.recipient-chip--conditional{background:#f59e0b2e;color:#b45309}.recipient-chip--denied{background:#ef44442e;color:#b91c1c}.recipient-chip--needs-info{background:#2563eb2e;color:#1d4ed8}.change-order-card__recipient-note{grid-column:1 / -1;font-size:12px;font-style:italic;color:#475569}.change-order-card__recipient-time{grid-column:1 / -1;font-size:11px;color:#94a3b8}.change-order-card__actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:10px;border-top:1px solid rgba(226,232,240,.75)}.change-order-card__action{position:relative;border:none;background:#94a3b814;color:#1f2937;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:inset 0 0 0 1px #94a3b859}.change-order-card__action:hover,.change-order-card__action:focus-visible{background:#2563eb1f;color:#1d4ed8;outline:none;box-shadow:inset 0 0 0 1px #2563eb73}.change-order-card__action--danger{background:#ef44441f;color:#b91c1c;box-shadow:inset 0 0 0 1px #ef44444d}.change-order-card__action--danger:hover,.change-order-card__action--danger:focus-visible{background:#fee2e266;color:#b91c1c;box-shadow:inset 0 0 0 1px #ef444480}.change-order-card__action--neutral{background:#f59e0b1f;color:#b45309;box-shadow:inset 0 0 0 1px #f59e0b4d}.change-order-card__action--neutral:hover,.change-order-card__action--neutral:focus-visible{background:#fce7a473;color:#92400e;box-shadow:inset 0 0 0 1px #f59e0b8c}.change-orders{display:flex;flex-direction:column;gap:24px;padding:0;background:transparent;box-shadow:none}.change-orders:before{content:none}.change-orders__hero{display:flex;flex-direction:column;gap:20px;padding:24px 28px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 34px #0f172a14}.change-orders__hero-top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px}.change-orders__hero-title{display:flex;flex-direction:column;gap:8px}.change-orders__hero-title span{text-transform:uppercase;font-size:11px;letter-spacing:.22em;color:#64748b;font-weight:700}.change-orders__hero-title h1{margin:0;font-size:24px;font-weight:700;letter-spacing:-.02em;color:#0f172a}.change-orders__hero-title p{margin:0;color:#475569;font-size:14px;line-height:1.6;max-width:560px}.change-orders__hero-actions{display:inline-flex;align-items:center;gap:12px}.change-orders__button{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:14px;border:1px solid rgba(37,99,235,.4);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.change-orders__button:disabled{opacity:.55;cursor:not-allowed}.change-orders__button:hover:not(:disabled),.change-orders__button:focus-visible{transform:translateY(-1px);box-shadow:0 18px 34px #2563eb40;outline:none}.change-orders__hero-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.change-orders__hero-meta>div{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:16px;background:#f8fafc;border:1px solid rgba(148,163,184,.24)}.change-orders__hero-meta span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:600}.change-orders__hero-meta strong{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.change-orders__hero-meta small{font-size:12px;color:#475569}.change-orders__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.change-orders__summary-card{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 28px #0f172a14}.change-orders__summary-card span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#64748b;font-weight:600}.change-orders__summary-card strong{font-size:20px;font-weight:700;color:#0f172a}.change-orders__summary-card small{font-size:12px;color:#475569}.change-orders__summary-card--wide{grid-column:span 2}.change-orders__notice{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:16px;background:#eff6ff;border:1px solid rgba(37,99,235,.2);color:#1d4ed8;font-size:13px}.change-orders__notice span{display:block;color:#475569}.change-orders__filters{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 20px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 28px #0f172a14}.change-orders__search{flex:1 1 240px}.change-orders__search input{width:100%;padding:10px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.35);font-size:14px;color:#0f172a;background:#f8fafc}.change-orders__search input:focus{outline:none;border-color:#2563eb73;background:#fff}.change-orders__chips{display:flex;flex-wrap:wrap;gap:10px}.change-orders__chip{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:#fff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.change-orders__chip:hover,.change-orders__chip:focus-visible{border-color:#2563eb66;color:#1d4ed8;outline:none}.change-orders__chip.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.change-orders__chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 8px;border-radius:999px;background:#0f172a14;color:#0f172a;font-size:12px;font-weight:600}.change-orders__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px;align-items:flex-start}.change-orders__table-card{display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:24px;border:1px solid rgba(148,163,184,.2);box-shadow:0 18px 34px #0f172a14;padding:20px 24px}.change-orders__table-headline{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#475569;font-size:13px}.change-orders__table-headline h2{margin:0;font-size:18px;font-weight:700;color:#0f172a}.change-orders__table-wrapper{overflow-x:auto}.change-orders__table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.change-orders__table thead{background:#f8fafc}.change-orders__table-header th{padding:12px 16px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:#64748b}.change-orders__table td{padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.18);vertical-align:top}.change-orders__table tbody tr:last-child td{border-bottom:none}.change-orders__row{transition:background .15s ease}.change-orders__row:hover,.change-orders__row:focus-within{background:#2563eb0f}.change-orders__row.is-selected{background:#2563eb1f}.change-orders__row-subject{display:flex;flex-direction:column;gap:4px;color:#0f172a}.change-orders__row-subject span{color:#475569}.change-orders__row-code{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;background:#2563eb1f;color:#1d4ed8;font-size:11px;font-weight:700;width:fit-content}.change-orders__row-contact,.change-orders__row-date{display:flex;flex-direction:column;gap:4px}.change-orders__row-contact span,.change-orders__row-date span{color:#64748b;font-size:12px}.change-orders__row-value{text-align:right;font-weight:600;color:#0f172a}.change-orders__row-status{text-align:right}.change-orders__table-empty{padding:32px 16px;text-align:center;color:#64748b;font-size:14px}.change-orders__detail{position:sticky;top:0;display:flex;flex-direction:column;gap:20px;padding:24px 26px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 18px 34px #0f172a14}.change-orders__detail-empty{margin:0;text-align:center;color:#475569;font-size:14px;padding:48px 16px}.change-orders__detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.change-orders__detail-code{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#3b82f61f;color:#1d4ed8;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.change-orders__detail-header h2{margin:8px 0 0;font-size:20px;font-weight:700;color:#0f172a}.change-orders__detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:16px}.change-orders__detail-meta-card{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(148,163,184,.2)}.change-orders__detail-meta-card span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#64748b;font-weight:600}.change-orders__detail-section{display:flex;flex-direction:column;gap:8px}.change-orders__detail-section h3{margin:0;font-size:15px;font-weight:700;color:#0f172a}.change-orders__detail-note{margin:0;font-size:13px;color:#475569;line-height:1.6}.change-orders__timeline{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.change-orders__timeline-item{display:flex;gap:12px;align-items:flex-start}.change-orders__timeline-marker{width:10px;height:10px;border-radius:50%;background:#2563eb;margin-top:6px}.change-orders__timeline-content{display:flex;flex-direction:column;gap:4px}.change-orders__timeline-content strong{font-size:13px;color:#0f172a}.change-orders__timeline-content p{margin:0;font-size:12px;color:#475569}.change-orders__timeline-time{font-size:12px;color:#64748b}.change-orders__detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.change-orders__composer-panel{background:#fff;border-radius:24px;border:1px solid rgba(148,163,184,.24);box-shadow:0 40px 80px #0f172a47;width:min(960px,calc(100vw - 32px));max-height:calc(100vh - 48px);position:relative;overflow:hidden}.change-orders__composer-close{position:absolute;top:16px;right:16px;border:none;background:none;font-size:13px;font-weight:600;color:#1d4ed8;cursor:pointer}.change-order-composer:before{content:none}@media (max-width: 1280px){.change-orders__layout{grid-template-columns:minmax(0,1fr)}.change-orders__detail{position:static}.change-orders__summary-card--wide{grid-column:span 1}}@media (max-width: 768px){.change-orders__hero{padding:20px}.change-orders__summary{grid-template-columns:minmax(0,1fr)}.change-orders__layout{gap:16px}.change-orders__table-card,.change-orders__detail{padding:20px}.change-orders__chip-count{min-width:24px}}.change-order-line-items{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:18px;border:1px solid rgba(226,232,240,.9);background:#fffffff5;box-shadow:0 14px 30px #0f172a14}.change-order-line-items__toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px}.change-order-line-items__toolbar h4{margin:0;font-size:13px;font-weight:600;color:#1f2937}.change-order-line-items__add{border:1px solid rgba(37,99,235,.4);background:#2563eb14;color:#1d4ed8;font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.change-order-line-items__add:hover,.change-order-line-items__add:focus-visible{background:#2563eb29;border-color:#2563eb99;outline:none}.change-order-section{background:#fffffff5;border:1px solid rgba(226,232,240,.9);border-radius:18px;padding:20px 22px;display:flex;flex-direction:column;gap:16px;box-shadow:0 14px 30px #0f172a14}.change-order-section__header{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.change-order-section__header h4{margin:0;font-size:15px;font-weight:600;color:#0f172a}.change-order-section__header span{font-size:12px;color:#64748b}.change-order-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.change-order-line-items__grid{display:flex;flex-direction:column;border:1px solid rgba(226,232,240,.9);border-radius:10px;overflow:hidden;background:#fff}.change-order-line-items__grid-head,.change-order-line-items__grid-row{display:grid;grid-template-columns:minmax(140px,1.2fr) minmax(220px,2fr) minmax(90px,.8fr) minmax(110px,.8fr) 64px;align-items:center;gap:8px}.change-order-line-items__grid-head{padding:6px 12px;background:#94a3b833;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#475569}.change-order-line-items__grid-row{padding:6px 12px;border-top:1px solid rgba(226,232,240,.8);background:#fff}.change-order-line-items__grid-row:nth-child(2n){background:#f8faff99}.change-order-line-items__cell{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.change-order-line-items__cell-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.change-order-line-items__cell input,.change-order-line-items__cell textarea{border-radius:6px;border:1px solid rgba(148,163,184,.6);padding:6px 8px;font-size:12px;background:#fffffff2}.change-order-line-items__cell textarea{resize:vertical;min-height:32px}.change-order-line-items__cell--number input{text-align:right}.change-order-line-item__remove{justify-self:end;border:1px solid rgba(239,68,68,.4);background:#ef444414;color:#b91c1c;font-size:11px;font-weight:600;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.change-order-line-item__remove:hover,.change-order-line-item__remove:focus-visible{background:#ef444429;border-color:#ef444499;outline:none}@media (max-width: 720px){.change-order-line-items__grid-head{display:none}.change-order-line-items__grid-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.change-order-line-items__cell-title{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;font-size:11px;font-weight:600}.change-order-line-item__remove{justify-self:start}}.modal__dialog--change-order{width:calc(100vw - 64px);max-width:calc(100vw - 64px);max-height:min(92vh,860px);padding:28px 32px;display:flex;align-self:stretch}.modal__dialog--change-order .change-order-form{display:flex;flex-direction:column;gap:20px;flex:1;min-height:0;overflow:hidden}.change-order-modal__layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;overflow:hidden}.change-order-modal__primary,.change-order-modal__aside{display:flex;flex-direction:column;gap:20px;min-height:0;overflow-y:auto;padding-right:10px}.change-order-modal__aside{gap:16px}.change-order-modal__primary::-webkit-scrollbar,.change-order-modal__aside::-webkit-scrollbar{width:6px}.change-order-modal__primary::-webkit-scrollbar-thumb,.change-order-modal__aside::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}.change-order-form__field{display:flex;flex-direction:column;gap:6px}.change-order-form__field--span-2{grid-column:span 2}.modal__dialog--change-order .change-order-summary{margin-top:0}@media (max-width: 1100px){.change-order-modal__layout{grid-template-columns:minmax(0,1fr);gap:20px}.change-order-modal__primary,.change-order-modal__aside{padding-right:0}}@media (max-width: 900px){.change-orders{padding:28px;border-radius:28px}.modal__dialog--change-order{width:calc(100vw - 36px);max-width:calc(100vw - 36px);padding:24px}.change-order-composer{padding:24px}.change-order-form__grid{grid-template-columns:1fr}.change-order-form__field--span-2{grid-column:auto}}@media (max-width: 600px){.change-orders{padding:22px;gap:20px}.change-orders__title{align-items:flex-start;gap:12px}.change-orders__badge{width:40px;height:40px;font-size:18px}.change-order-summary-card__metrics{flex-direction:column}}@media (max-width: 768px){.change-orders__results{margin:0 -4px}.change-orders__list{gap:14px}.change-order-card{padding:0;border-radius:18px;box-shadow:0 18px 32px #0f172a14}.change-order-modal__layout{gap:18px}.change-order-modal__primary,.change-order-modal__aside{padding-right:0;overflow:visible}.change-order-section,.change-order-summary-card{padding:0;border-radius:0;box-shadow:none;border:none}.change-order-card__header{flex-direction:column;gap:10px}.change-order-card__meta{gap:6px 12px}.change-order-card__meta-secondary{font-size:11px}.change-order-card__line-items,.change-order-card__recipients,.change-order-card__recipients-head{padding:0}.change-order-card__recipient-row{grid-template-columns:minmax(0,1fr)}.change-order-card__timeline{gap:6px}.change-order-card__actions{flex-direction:column}.change-order-card__action{width:100%;text-align:center}}@media (max-width: 768px){.change-order-composer{padding:20px 18px;border-radius:20px}.change-order-modal__layout{gap:18px}.change-order-modal__primary,.change-order-modal__aside{padding-right:0;overflow:visible}.change-order-modal__primary{order:1}.change-order-modal__aside{order:2}.change-order-section{padding:18px 16px}.change-order-summary-card{padding:18px}}.change-order-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border-radius:12px;background:#2563eb0f;font-size:13px;color:#1e3a8a}.change-order-summary strong{font-size:16px;color:#1d4ed8}.change-order-summary--card{margin:4px 0 0;background:#2563eb14}.change-order-summary-card{display:flex;flex-direction:column;gap:16px;padding:22px;border-radius:18px;border:1px solid rgba(59,130,246,.2);background:linear-gradient(180deg,#f8fafff5,#e0e7fff0);box-shadow:0 20px 48px #2563eb2e}.change-order-summary-card__header{display:flex;flex-direction:column;gap:6px}.change-order-summary-card__header h4{margin:0;font-size:16px;font-weight:700;color:#1e3a8a}.change-order-summary-card__project{font-size:12px;color:#475569}.change-order-summary-card__metrics{display:flex;gap:16px;position:relative;flex-wrap:wrap}.change-order-summary-card__metric{flex:1;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.25);background:#ffffffb3;display:flex;flex-direction:column;gap:4px}.change-order-summary-card__label{font-size:12px;color:#64748b}.change-order-summary-card__metric strong{font-size:20px;font-weight:700;color:#0f172a}.change-order-summary-card__description{margin:0;font-size:12px;color:#475569;line-height:1.5}.change-order-summary-card__checklist{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;font-size:12px;color:#334155}.change-order-summary-card__checklist li{position:relative;padding-left:18px}.change-order-summary-card__checklist li:before{content:"•";position:absolute;left:6px;top:0;color:#3b82f6;font-size:20px;line-height:1}.notification-center{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:12px;z-index:1000}.notification{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:10px;font-size:14px;box-shadow:0 12px 30px #0f172a1f;color:#0f172a;background:#fff}.notification--info{border-left:4px solid #38bdf8}.notification--success{border-left:4px solid #22c55e}.notification--error{border-left:4px solid #f97316}.notification__close{border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:inherit}.modal__actions--vertical{flex-direction:column;align-items:stretch;gap:12px}.modal__actions--vertical .modal__primary,.modal__actions--vertical .modal__secondary{width:100%}.modal__actions--vertical .modal__primary{box-shadow:0 18px 36px #2563eb40}.change-order-recipients{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:18px;border:1px solid rgba(226,232,240,.9);background:#fffffff5;box-shadow:0 14px 30px #0f172a14}.change-order-recipients__header{display:flex;justify-content:space-between;align-items:center;gap:10px}.change-order-recipients__header h4{margin:0;font-size:14px}.change-order-recipients__add{border:none;background:#3b82f61f;color:#1d4ed8;font-size:12px;font-weight:600;padding:8px 14px;border-radius:10px;cursor:pointer}.change-order-recipient-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(200px,1.2fr) auto;gap:10px;align-items:end;padding:12px;border-radius:12px;border:1px solid rgba(226,232,240,.75);background:#ffffffd9}.change-order-recipient-row label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.change-order-recipient-row input{border-radius:8px;border:1px solid rgba(148,163,184,.6);padding:8px 10px;font-size:12px}.change-order-recipient-row__remove{border:none;background:#ef44441f;color:#b91c1c;font-size:12px;font-weight:600;padding:8px 12px;border-radius:8px;cursor:pointer;height:36px}.change-order-recipients__helper{margin:0;font-size:12px;color:#64748b}@media (max-width: 720px){.change-order-recipient-row,.change-order-card__recipient-row{grid-template-columns:minmax(0,1fr);align-items:stretch}.change-order-recipient-row__remove{justify-self:flex-start;width:100%}}.sidebar__members-panel .members{margin-bottom:0;padding:14px;border-radius:18px;background:#ffffffe6;box-shadow:inset 0 1px #ffffff8c}.sidebar__members-panel .members__row{grid-template-columns:minmax(110px,2fr) minmax(80px,1fr) auto auto;gap:4px}.sidebar__members-panel .members__role,.sidebar__members-panel .members__status,.sidebar__members-panel .members__self-tag,.sidebar__members-panel .members__remove-button{justify-self:flex-start}.sidebar__members-panel .members__header h2{font-size:15px}.sidebar__members-panel .members__header p{font-size:11px}.sidebar__members-panel .members__invite-launch{font-size:11px;padding:6px 10px}.sidebar__members-panel .members__person strong{font-size:10px}.sidebar__members-panel .members__email{font-size:8.5px}.sidebar__members-panel .members__avatar{width:18px;height:18px;font-size:8px}.sidebar__members-panel .members__role select,.sidebar__members-panel .members__role-badge{font-size:9px;padding:2px 5px}.sidebar__members-panel .members__status,.sidebar__members-panel .members__remove-button,.sidebar__members-panel .members__self-tag{font-size:9px}.members__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.members__header h2{margin:0;font-size:18px;color:#0f172a}.members__header p{margin:4px 0 0;color:#64748b;font-size:12px}.members__invite-launch{border:none;border-radius:999px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-weight:600;padding:8px 16px;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.members__invite-launch:hover,.members__invite-launch:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 10px 20px -12px #4f46e5e6}.members__form{display:grid;grid-template-columns:minmax(200px,1.3fr) minmax(140px,.8fr) auto;gap:12px;margin-bottom:20px;align-items:end}.members__label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#1e293b;font-size:13px}.members__label input,.members__label select{border-radius:10px;border:1px solid rgba(148,163,184,.65);padding:10px 12px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.members__label input:focus,.members__label select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.members__invite-button{align-self:stretch;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;padding:10px 18px;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.members__invite-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px -10px #2563ebcc}.members__invite-button:disabled{background:#94a3b8b3;cursor:not-allowed;box-shadow:none}.members__message{margin:0;font-size:12px}.members__message--error{color:#dc2626}.members__message--success{color:#0f766e}.members__message--muted{color:#64748b}.members__list{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow-y:auto;padding-right:6px}.members__list::-webkit-scrollbar{width:6px}.members__list::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}.members__empty{padding:16px;border-radius:12px;background:#e2e8f066;color:#475569;font-size:12px}.members__row{display:grid;grid-template-columns:minmax(110px,2fr) minmax(80px,1fr) auto auto;gap:6px;align-items:center;padding:10px 12px;border-radius:10px;background:#f8faffcc}.members__person{display:flex;align-items:center;gap:6px;min-width:0}.members__details{display:flex;flex-direction:column;gap:0;min-width:0}.members__avatar{width:22px;height:22px;border-radius:50%;background:#3b82f626;color:#1d4ed8;font-weight:700;letter-spacing:.02em;font-size:10px;display:inline-flex;align-items:center;justify-content:center}.members__details strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;line-height:1.1}.members__email{display:block;font-size:10px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.members__role select{width:100%;border-radius:6px;border:1px solid rgba(148,163,184,.5);padding:2px 4px;font-size:10px;height:24px}.members__role-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px;border-radius:9999px;font-size:10px;font-weight:600}.members__role-badge--owner{background:#3b82f626;color:#1d4ed8}.members__role-badge--editor{background:#10b98126;color:#047857}.members__role-badge--viewer{background:#94a3b833;color:#475569}.members__status{font-size:10px;font-weight:600;color:#475569}.members__remove-button{border:none;background:transparent;color:#dc2626;font-weight:600;font-size:10px;cursor:pointer;padding:2px 4px}.members__remove-button:hover{text-decoration:underline}.members__self-tag{justify-self:end;padding:1px 4px;border-radius:9999px;background:#2563eb26;color:#1d4ed8;opacity:.6;cursor:not-allowed;font-size:9px}.members-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center}.members-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.members-modal__dialog{position:relative;z-index:1;background:#fff;border-radius:20px;box-shadow:0 24px 48px -20px #0f172aa6;width:min(420px,100%);padding:24px;display:flex;flex-direction:column;gap:16px}.members-modal__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.members-modal__header h3{margin:0;font-size:18px;color:#0f172a}.members-modal__close{border:none;background:transparent;color:#64748b;font-weight:600;font-size:13px;cursor:pointer}.members-modal__form{display:flex;flex-direction:column;gap:14px}.members-modal__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.members-modal__cancel{border:1px solid rgba(148,163,184,.5);background:transparent;border-radius:999px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer}.members-modal__submit{width:auto;padding:10px 20px}.members-modal__cancel:disabled,.members-modal__submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 900px){.members__form{grid-template-columns:1fr}.members__row{grid-template-columns:minmax(200px,1fr);gap:10px;align-items:flex-start}.members__row .change-order-recipient-row{grid-template-columns:1fr}.members__row .change-order-recipient-row .change-order-card__recipient-row{grid-template-columns:minmax(160px,1fr)}.members__role,.members__status,.members__self-tag,.members__remove-button{justify-self:flex-start}}.calendar__post-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#10b98129;color:#0f766e;font-size:11px;font-weight:600}.calendar__post-time{font-size:11px;color:#94a3b8}.calendar__post-message{margin:0;font-size:13px;color:#0f172a;line-height:1.5}.calendar__post-attachments{display:flex;flex-direction:column;gap:8px}.calendar__post-attachment{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px dashed rgba(37,99,235,.3);background:#2563eb0f;color:#1d4ed8;font-size:12px;text-decoration:none}.calendar__post-attachment small{color:#1e3a8a}.calendar__post-attachment--image{flex-direction:column;align-items:stretch;gap:10px;border-style:solid;background:#2563eb14}.calendar__post-attachment-content{display:flex;align-items:center;gap:12px;width:100%}.calendar__post-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#0f172a14;flex-shrink:0;display:grid;place-items:center}.calendar__post-thumb img{width:100%;height:100%;object-fit:cover}.calendar__post-thumb-fallback{width:24px;height:24px;border-radius:8px;background:#fff9}.calendar__post-attachment-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left}.gantt{display:flex;flex-direction:column;gap:28px;padding:32px;border-radius:28px;background:#fffffff2;border:1px solid rgba(209,213,219,.6);box-shadow:0 24px 48px #0f172a14}.gantt__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.gantt__header h2{margin:0;font-size:20px;letter-spacing:-.01em;color:#0f172a}.gantt__header p{margin:6px 0 0;color:#64748b;font-size:13px;max-width:420px}.gantt__title{display:flex;flex-direction:column;gap:6px}.gantt__controls{display:flex;flex-direction:column;gap:18px}.gantt__filters{display:flex;flex-wrap:wrap;gap:10px}.gantt__chip{padding:7px 16px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#fffffff2;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.gantt__chip:hover,.gantt__chip:focus-visible{border-color:#2563eb;color:#2563eb;outline:none}.gantt__chip.is-active{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-color:transparent;box-shadow:0 16px 32px #3b82f659}.gantt__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.gantt__slider{display:inline-flex;flex-direction:column;gap:4px;font-size:11px;color:#475569}.gantt__slider span{font-weight:600;letter-spacing:.04em;text-transform:uppercase}.gantt__slider input[type=range]{width:160px;accent-color:#2563eb}.gantt__select-group{display:inline-flex;align-items:center;gap:8px}.gantt__select-group select{min-width:200px;padding:6px 10px;border-radius:10px;border:1px solid rgba(203,213,225,.9);background:#fffffff2;font-size:12px;color:#0f172a}.gantt__select-group button{padding:6px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#f8faffeb;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.gantt__select-group button:hover,.gantt__select-group button:focus-visible{background:#2563eb1f;border-color:#2563eb66;outline:none}.gantt__select-group button:disabled{opacity:.5;cursor:not-allowed;background:#f8faffb3}.gantt__select-group .danger{border-color:#ef444466;color:#b91c1c}.gantt__select-group .danger:hover,.gantt__select-group .danger:focus-visible{background:#ef44441f;border-color:#ef444473}.gantt__metrics{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.gantt__primary{border:none;border-radius:999px;background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;font-size:13px;font-weight:600;padding:10px 20px;box-shadow:0 18px 32px #3b82f64d;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.gantt__primary:hover,.gantt__primary:focus-visible{transform:translateY(-1px);box-shadow:0 22px 36px #3b82f659;outline:none}.gantt__primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.gantt__metric{display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:10px 14px;border-radius:14px;background:#f8fafff0;border:1px solid rgba(226,232,240,.7);box-shadow:0 12px 22px #0f172a14;min-width:92px}.gantt__metric span{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.gantt__metric strong{font-size:15px;color:#1d4ed8;letter-spacing:-.01em}.gantt__metric--alert{background:#fee2e2d9;border-color:#f8717199}.gantt__metric--alert strong{color:#b91c1c}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:1000}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal__dialog{position:relative;width:min(520px,92vw);background:linear-gradient(180deg,#fffffffa,#f8fafff5);border-radius:24px;box-shadow:0 40px 70px #0f172a59;border:1px solid rgba(226,232,240,.7);padding:24px;z-index:1001}.modal__form{display:flex;flex-direction:column;gap:10px}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal__header h3{margin:0;font-size:18px;letter-spacing:-.01em}.modal__description{margin:0;font-size:13px;color:#475569}.modal__input-group{display:flex;align-items:center;gap:8px}.modal__input-group input{flex:1}.modal__suffix{padding:8px 12px;border-radius:10px;background:#e2e8f099;font-size:13px;color:#475569}.modal__details{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:12px;color:#64748b}.modal__details span{display:inline-flex;align-items:center}.modal__close{border:none;background:none;font-size:22px;line-height:1;color:#475569;padding:4px;border-radius:8px;transition:background .2s ease}.modal__close:hover,.modal__close:focus-visible{background:#e2e8f099;outline:none}.modal__dialog--preview{width:min(860px,96vw);max-height:90vh;display:flex;flex-direction:column;gap:16px;padding:28px}.modal__preview-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.modal__preview-heading{display:flex;flex-direction:column;gap:4px}.modal__preview-heading h3{margin:0;font-size:18px;letter-spacing:-.01em}.modal__preview-subtitle{font-size:13px;color:#64748b}.modal__preview-body{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.modal__preview-body img{max-width:100%;max-height:70vh;border-radius:16px;box-shadow:0 24px 50px #0f172a40}.modal__preview-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:#475569}.modal__preview-download{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:600;text-decoration:none;box-shadow:0 18px 32px #3b82f64d;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.modal__preview-download:hover,.modal__preview-download:focus-visible{transform:translateY(-1px);box-shadow:0 22px 36px #2563eb59;outline:none}.modal__form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.modal__form input,.modal__form select,.modal__form textarea{border-radius:10px;border:1px solid rgba(148,163,184,.6);padding:10px 12px;font-size:13px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.modal__form input:focus,.modal__form select:focus,.modal__form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e;outline:none}.modal__error{margin:0;font-size:12px;color:#dc2626}.modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.modal__actions{display:flex;justify-content:flex-end;gap:10px}.modal__secondary{border:none;background:#94a3b826;color:#475569;border-radius:10px;padding:10px 18px;font-size:13px}.modal__primary{border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:13px;font-weight:600;padding:10px 20px;box-shadow:0 18px 32px #2563eb47}@media (max-width: 640px){.modal__dialog{padding:20px}.modal__dialog--preview{padding:24px}.modal__grid{grid-template-columns:1fr}.modal__actions{flex-direction:column-reverse;align-items:stretch}.modal__primary,.modal__secondary{width:100%}.modal__preview-footer{flex-direction:column;align-items:stretch;gap:12px}.modal__preview-download{width:100%}}.gantt__viewport{border-radius:24px;border:1px solid rgba(226,232,240,.7);background:#fffffff5;box-shadow:inset 0 1px #f8faff99;overflow:auto;padding-bottom:12px}.gantt__viewport::-webkit-scrollbar{height:10px}.gantt__table{position:relative;display:flex;flex-direction:column;gap:14px;min-width:100%}.gantt__table-header,.gantt__table-row{display:grid;align-items:stretch;gap:0}.gantt__table-header{position:sticky;top:0;z-index:3;border-radius:20px;background:linear-gradient(180deg,#f8fafffa,#ecf2ffe6);border:1px solid rgba(226,232,240,.8);box-shadow:0 16px 32px #0f172a14}.gantt__head-label{position:sticky;left:0;display:flex;align-items:center;padding:8px 14px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#475569;background:#f8fafffa;border-right:1px solid rgba(226,232,240,.8);box-shadow:10px 0 16px #0f172a0d;z-index:4}.gantt__head-day{display:flex;align-items:center;justify-content:center;padding:8px 0;font-size:11px;color:#475569;border-left:1px solid rgba(226,232,240,.4)}.gantt__table-body{display:flex;flex-direction:column;gap:10px}.gantt__table-row{border-radius:14px;overflow:hidden;box-shadow:0 10px 18px #0f172a0f}.gantt__row-label{position:sticky;left:0;padding:6px 10px;display:flex;flex-direction:column;gap:3px;background:#f8fafffa;border-right:1px solid rgba(226,232,240,.8);color:#0f172a;z-index:2}.gantt__row-label strong{font-size:12px;letter-spacing:-.01em}.gantt__row-label small{font-size:10px;color:#64748b}.gantt__row-dependencies{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:10px;color:#475569}.gantt__row-dependencies span{font-weight:500}.gantt__row-dependencies--empty{color:#94a3b8}.gantt__dependency-list{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gantt__dependency-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#3b82f61f;color:#1d4ed8;border:1px solid rgba(59,130,246,.2);font-weight:600}.gantt__row-track{display:grid;align-items:center;gap:4px;padding:6px 8px;min-height:24px;background:repeating-linear-gradient(90deg,rgba(226,232,240,.55) 0,rgba(226,232,240,.55) 1px,transparent 1px,transparent var(--gantt-day-width, 80px)),#f8faffeb;border-radius:0 14px 14px 0;border:1px solid rgba(226,232,240,.7);border-left:none;box-shadow:inset 0 1px #fff6}.gantt__bar{position:relative;display:flex;align-items:center;justify-content:flex-start;border-radius:8px;font-size:10px;font-weight:600;color:#fff;min-height:20px;text-transform:capitalize;box-shadow:0 10px 20px #0f172a29;overflow:hidden;padding:0}.gantt__bar-progress{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff2e;pointer-events:none;transition:width .2s ease}.gantt__bar-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:0 8px}.gantt__bar-content span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt__bar-content span:last-child{font-weight:500;color:#ffffffd1}.gantt__bar--todo{background:linear-gradient(135deg,#94a3b8,#64748b)}.gantt__bar--in-progress{background:linear-gradient(135deg,#2563eb,#3b82f6)}.gantt__bar--done{background:linear-gradient(135deg,#16a34a,#22c55e)}.gantt__table-empty{width:100%;min-height:160px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(148,163,184,.5);border-radius:20px;color:#94a3b8;font-size:13px;background:#f8faffe6}@media (max-width: 1240px){.gantt__header{flex-direction:column;gap:18px}.gantt__metrics{justify-content:flex-start}}@media (max-width: 768px){.gantt{padding:24px}.gantt__header h2{font-size:18px}.gantt__metric{min-width:92px}}@media (max-width: 1240px){.app{grid-template-columns:320px minmax(0,1fr)}.app__main{padding:36px 40px}}@media (max-width: 1080px){.app{grid-template-columns:1fr}.sidebar{position:sticky;top:0;max-height:60vh;border-right:none;border-bottom:1px solid rgba(148,163,184,.18)}.app__main{padding:32px}}@media (max-width: 768px){.app-shell{border-radius:24px}.app__main{padding:24px}.sidebar{padding:32px 24px}.calendar__reminders{grid-template-columns:1fr;gap:16px;margin:20px 0 24px}.calendar__reminder{align-items:flex-start}.calendar__scroller{display:none}.calendar__tile{flex-basis:240px}.gantt__header{grid-template-columns:160px repeat(var(--gantt-days),minmax(80px,1fr))}.gantt__row{grid-template-columns:160px 1fr}.gantt__project-color{height:36px}.calendar__composer-footer{flex-direction:column;align-items:stretch}.calendar__composer-submit{width:100%;text-align:center}.gantt__actions{flex-direction:column;align-items:stretch;gap:12px}.gantt__select-group{flex-wrap:wrap;width:100%}.gantt__select-group select{flex:1 1 100%}.gantt__primary{width:100%;text-align:center}.calendar__recent-row{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:8px}.calendar__recent-info{flex:1 1 auto}.calendar__post-menu-wrapper{margin-left:auto}}@media (max-width: 540px){.app__main,.calendar,.gantt,.sidebar__section{padding:20px}.calendar__tile-header{display:none}.calendar__recent-attachment--image{align-items:flex-start}.calendar__recent-thumb{width:48px;height:48px}}.calendar__file-meta small{font-size:11px;color:#64748b}.app__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px;border-radius:28px;background:#fffffff2;border:1px solid rgba(209,213,219,.6);box-shadow:0 24px 48px #0f172a14;text-align:center}.app__empty-state h2{margin:0;font-size:20px;letter-spacing:-.01em;color:#0f172a}.app__empty-state p{margin:0;font-size:14px;color:#64748b}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f8fafff5,#e6effff0,#dce4ffe6);padding:20px}.auth-header{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:30px}.auth-logo{width:80px;height:80px;margin-bottom:10px}.auth-form{display:flex;flex-direction:column;gap:15px;background:#fffffffa;border-radius:20px;padding:30px;box-shadow:0 20px 40px #0f172a1a;width:100%;max-width:400px}.auth-input{width:100%;padding:12px;border:1px solid rgba(148,163,184,.6);border-radius:10px;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.auth-actions{display:flex;gap:10px;justify-content:space-between;margin-top:20px}.auth-actions button{flex:1}.calendar__post-attachment--image .calendar__post-thumb{width:100%;height:auto;max-height:360px;border-radius:16px;display:block}.calendar__post-attachment--image .calendar__post-thumb img{width:100%;height:auto;max-height:360px;display:block}@media (max-width: 768px){.app__user-banner{align-items:flex-start;flex-direction:column;gap:12px}.app__user-action{width:100%;justify-content:center}}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at top,rgba(59,130,246,.12),transparent 55%),radial-gradient(circle at bottom,rgba(99,102,241,.1),transparent 50%),#f1f5ff;overflow:hidden}.loading-screen__glow{position:absolute;width:480px;height:480px;background:#3b82f61f;filter:blur(120px);border-radius:50%;animation:loadingPulse 6s ease-in-out infinite}.loading-screen__card{position:relative;width:min(460px,90vw);padding:36px 32px;border-radius:28px;background:#fffffff5;border:1px solid rgba(226,232,240,.7);box-shadow:0 36px 60px #94a3b82e;display:flex;align-items:center;gap:24px}.loading-screen__spinner{width:72px;height:72px;position:relative}.loading-screen__spinner div{position:absolute;border:4px solid #2563eb;opacity:.2;border-radius:50%;animation:ring 1.8s cubic-bezier(.215,.61,.355,1) infinite}.loading-screen__spinner div:nth-child(2){animation-delay:-.6s}.loading-screen__spinner div:nth-child(3){animation-delay:-1.2s}.loading-screen__text{display:flex;flex-direction:column;gap:6px}.loading-screen__title{font-size:18px;font-weight:600;color:#0f172a;margin:0}.loading-screen__subtitle{font-size:14px;color:#64748b;margin:0}@keyframes ring{0%{width:0;height:0;opacity:.7}70%{width:72px;height:72px;opacity:0}to{opacity:0}}@keyframes loadingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 640px){.loading-screen__card{flex-direction:column;text-align:center;gap:18px;padding:28px 24px}.loading-screen__spinner{width:64px;height:64px}}:root{color:#0f172a;background-color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;line-height:1.5;letter-spacing:.01em;color-scheme:light}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(120% 120% at 50% 0%,#3b82f614,#0f172a05 45%,#e2e8f0);display:block;padding:0;overflow-y:auto}#root{min-height:100%;width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}body,.sidebar,.app__main{scrollbar-width:thin;scrollbar-color:#93c5fd rgba(148,163,184,.15)}body::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.app__main::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.app__main::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.app__main::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#93c5fd,#60a5fa);border-radius:999px}@media (max-width: 1024px){body{padding:32px 24px}}@media (max-width: 640px){body{padding:16px 12px}}
