*{box-sizing:border-box;margin:0;padding:0}:root{--retrospector-border-color:#d9d9d9}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root,.app-shell{min-height:100vh}.app-logo{align-items:center;gap:10px;min-height:64px;padding:0 20px;display:flex}.app-logo-mark{flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.app-logo-mark img{width:32px;height:32px;display:block}.app-logo-text{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.app-content{width:100%;max-width:1160px;margin:0 auto;padding:24px}.app-user{min-width:0}.app-user-copy{flex-direction:column;min-width:0;max-width:220px;line-height:1.1;display:flex}.app-user-copy .ant-typography{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.auth-loading{max-width:760px;margin:0 auto;padding:80px 24px}.login-screen{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-panel{border:1px solid var(--retrospector-border-color);border-radius:8px;gap:20px;width:100%;max-width:420px;padding:28px;display:grid}.login-brand{align-items:center;gap:14px;display:flex}.login-brand-icon{flex:0 0 64px;width:64px;height:64px;display:block}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dashboard-title{min-width:0}.dashboard-grid{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:16px;display:grid}.dashboard-grid-single{grid-template-columns:1fr}.dashboard-panel{border:1px solid var(--retrospector-border-color);border-radius:8px;padding:18px}.dashboard-panel-spaced{margin-top:16px}.dashboard-panel-title{margin-bottom:16px}.retrospectives-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.retrospectives-toolbar .dashboard-panel-title{margin-bottom:0}.retrospectives-filters{justify-content:flex-end}.retrospectives-filters .ant-input-affix-wrapper{min-width:260px}.retrospective-detail-tabs .ant-tabs-nav{margin-bottom:16px}.detail-tab-panel{min-height:320px}.member-form{gap:8px;margin-bottom:16px}.create-members-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.create-member-row{grid-template-columns:minmax(220px,1fr) minmax(140px,180px) 32px;align-items:flex-start;gap:8px;display:grid}.create-member-row .ant-form-item{margin-bottom:0}.participant-retrospective-page{flex-direction:column;gap:24px;min-height:100vh;padding:32px clamp(16px,4vw,56px);display:flex}.participant-retrospective-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.participant-retrospective-header .ant-typography{margin-bottom:0}.participant-retrospective-workspace{border:1px solid var(--retrospector-border-color);border-radius:8px;flex:1;justify-content:flex-start;align-items:stretch;min-height:360px;padding:24px;display:flex}.participant-topic-entry{flex-direction:column;flex:1;gap:14px;width:100%;min-height:0;display:flex}.participant-topic-status{width:100%}.participant-topic-composer{flex:none;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.participant-topic-card-stage{flex:1;align-items:flex-end;min-height:0;display:flex;overflow-y:auto}.participant-topic-grid{grid-template-columns:repeat(auto-fill,minmax(160px,220px));align-content:end;gap:10px;width:100%;display:grid}.topic-card{border-radius:8px;min-width:0}.participant-topic-card .ant-card-head{min-height:32px;padding:0 8px}.participant-topic-card .ant-card-body{padding:8px}.participant-topic-card .ant-btn{height:24px;padding:0 6px}.topic-card-content{overflow-wrap:anywhere;white-space:pre-wrap;margin-bottom:0}.participant-topic-card .topic-card-content{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;display:-webkit-box;overflow:hidden}.topic-edit-stack{width:100%}.topic-board-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.topic-board-list{gap:8px;display:grid}.topic-drop-zone{appearance:none;cursor:copy;background:0 0;border:1px dashed #0000;border-radius:8px;width:100%;min-height:12px;padding:0;transition:background-color .16s,border-color .16s,min-height .16s;display:block}.topic-drop-zone-compact{min-height:8px}.topic-board-list-dragging .topic-drop-zone{background-color:#1677ff0d;border-color:#1677ff6b;min-height:24px}.topic-board-list-dragging .topic-drop-zone-compact{min-height:18px}.topic-drop-zone:hover{background-color:#1677ff14;border-color:#1677ff}.scribe-topic-card{cursor:grab;transition:border-color .16s,box-shadow .16s}.scribe-topic-card:active{cursor:grabbing}.scribe-topic-card:hover,.super-topic-panel:hover{border-color:#1677ff94}.topic-drag-icon{color:#00000073}.super-topic-panel{border:1px solid var(--retrospector-border-color);border-radius:8px;gap:12px;min-width:0;margin:0;padding:12px;transition:border-color .16s;display:grid}.super-topic-heading{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;display:grid}.drag-handle-button{cursor:grab}.drag-handle-button:active{cursor:grabbing}.super-topic-topic-list{gap:8px;min-height:36px;display:grid}@media (width<=860px){.app-content{padding:16px}.app-user-copy{display:none}.page-header{display:block}.dashboard-grid{grid-template-columns:1fr}.retrospectives-toolbar,.create-members-heading{display:grid}.retrospectives-filters,.retrospectives-filters .ant-input-affix-wrapper{width:100%}.create-member-row{grid-template-columns:1fr}.create-member-row .ant-btn{justify-self:end}.member-form,.participant-retrospective-header{display:grid}.participant-topic-composer,.topic-board-toolbar{grid-template-columns:1fr}.participant-topic-composer{display:grid}.participant-topic-composer .ant-btn{justify-self:start}.topic-board-toolbar{align-items:flex-start;display:grid}}
